Commit Graph

  • 7297387015 Fixed several bugs from the new file i/o setup. In particular: 1. Windows CR/LF weren't read properly (issue #11) 2. Scanning wasn't reading EOF properly 3. Documents may be empty (this was old, I think) Also fixed some VS2008 warnings on /W4. jbeder 2009-02-07 07:57:13 +0000
  • cd7a9fc098 Fixed several bugs from the new file i/o setup. In particular: 1. Windows CR/LF weren't read properly (issue #11) 2. Scanning wasn't reading EOF properly 3. Documents may be empty (this was old, I think) Also fixed some VS2008 warnings on /W4. jbeder 2009-02-07 07:57:13 +0000
  • f9c0725684 Switched to reading the entire file into a buffer at the start.\nThis speeds it up a TON (like 100x). Jesse Beder 2009-02-01 20:48:43 +0000
  • 855d0d60df Switched to reading the entire file into a buffer at the start.\nThis speeds it up a TON (like 100x). jbeder 2009-02-01 20:48:43 +0000
  • c7e762ee89 Switched to reading the entire file into a buffer at the start.\nThis speeds it up a TON (like 100x). jbeder 2009-02-01 20:48:43 +0000
  • a6d5902ebf Included <cstdio> for gcc-4.4 (issue 9) Jesse Beder 2009-01-27 21:08:40 +0000
  • e9512a5ac8 Included <cstdio> for gcc-4.4 (issue 9) jbeder 2009-01-27 21:08:40 +0000
  • 21dd5b3742 Included <cstdio> for gcc-4.4 (issue 9) jbeder 2009-01-27 21:08:40 +0000
  • 2768927782 Included <cstring> for strcmp Jesse Beder 2009-01-27 20:16:30 +0000
  • 4e2e644c35 Included <cstring> for strcmp jbeder 2009-01-27 20:16:30 +0000
  • 94948de6d1 Included <cstring> for strcmp jbeder 2009-01-27 20:16:30 +0000
  • 5c54431b3b Applied patch for gcc -Wall Jesse Beder 2009-01-15 17:12:13 +0000
  • d44502c979 Applied patch for gcc -Wall jbeder 2009-01-15 17:12:13 +0000
  • 52653a72fe Applied patch for gcc -Wall jbeder 2009-01-15 17:12:13 +0000
  • 7214ffc107 Re-added the throw() specification to ~Exception(), and also to ~TypedKeyNotFound(); I suppose this'll fix the gcc compiler error. Jesse Beder 2009-01-01 23:59:37 +0000
  • 6434b4f0c8 Re-added the throw() specification to ~Exception(), and also to ~TypedKeyNotFound(); I suppose this'll fix the gcc compiler error. jbeder 2009-01-01 23:59:37 +0000
  • 4c265fa3a9 Re-added the throw() specification to ~Exception(), and also to ~TypedKeyNotFound(); I suppose this'll fix the gcc compiler error. jbeder 2009-01-01 23:59:37 +0000
  • d98f9d8713 Removed throw() specifier in Exception (I don't remember putting it in). This may solve a gcc error (I haven't tested it yet) or it may break it further. Jesse Beder 2009-01-01 20:14:32 +0000
  • 4cebe50a9f Removed throw() specifier in Exception (I don't remember putting it in). This may solve a gcc error (I haven't tested it yet) or it may break it further. jbeder 2009-01-01 20:14:32 +0000
  • f07a2f7c64 Removed throw() specifier in Exception (I don't remember putting it in). This may solve a gcc error (I haven't tested it yet) or it may break it further. jbeder 2009-01-01 20:14:32 +0000
  • 27bd791ea0 Added a templated derived exception to KeyNotFound so that you can figure out *which* key wasn't found. Jesse Beder 2009-01-01 02:40:18 +0000
  • 51ea36e444 Added a templated derived exception to KeyNotFound so that you can figure out *which* key wasn't found. jbeder 2009-01-01 02:40:18 +0000
  • 964144d05f Added a templated derived exception to KeyNotFound so that you can figure out *which* key wasn't found. jbeder 2009-01-01 02:40:18 +0000
  • 5a2a317d62 Fixed tag output bug Jesse Beder 2008-11-20 04:12:31 +0000
  • ad2b9fbaaf Fixed tag output bug jbeder 2008-11-20 04:12:31 +0000
  • be2ef4cef4 Fixed tag output bug jbeder 2008-11-20 04:12:31 +0000
  • f8d81fff8c Replaced a pointer-centered try/catch block with std::auto_ptr Jesse Beder 2008-11-20 03:41:40 +0000
  • 4b45a7185a Replaced a pointer-centered try/catch block with std::auto_ptr jbeder 2008-11-20 03:41:40 +0000
  • b9908ead01 Replaced a pointer-centered try/catch block with std::auto_ptr jbeder 2008-11-20 03:41:40 +0000
  • 043bbddcf0 Added line/column data for nodes so they can give better invalid scalar exceptions. Jesse Beder 2008-11-18 04:20:07 +0000
  • 27da48bac2 Added line/column data for nodes so they can give better invalid scalar exceptions. jbeder 2008-11-18 04:20:07 +0000
  • 4cc186774d Added line/column data for nodes so they can give better invalid scalar exceptions. jbeder 2008-11-18 04:20:07 +0000
  • 9969ff512e Added line/column data for nodes so they can give better invalid scalar exceptions. Jesse Beder 2008-11-18 04:19:50 +0000
  • 09d2858dc0 Added line/column data for nodes so they can give better invalid scalar exceptions. jbeder 2008-11-18 04:19:50 +0000
  • 07dfff1d80 Added line/column data for nodes so they can give better invalid scalar exceptions. jbeder 2008-11-18 04:19:50 +0000
  • 14cdec770c Added more natural ways to parse boolean values (based on the YAML spec). (Thanks to Vadim Zeitlin) Jesse Beder 2008-09-25 00:15:40 +0000
  • d1ef1e8ef1 Added more natural ways to parse boolean values (based on the YAML spec). (Thanks to Vadim Zeitlin) jbeder 2008-09-25 00:15:40 +0000
  • c307970397 Added more natural ways to parse boolean values (based on the YAML spec). (Thanks to Vadim Zeitlin) jbeder 2008-09-25 00:15:40 +0000
  • 6e4317e37c Added Read() functions for Node that return true/false, so we can easily check if a read is successful without throwing. But we still have operator >> that throws on failure. Jesse Beder 2008-09-24 23:29:00 +0000
  • bf01059c38 Added Read() functions for Node that return true/false, so we can easily check if a read is successful without throwing. But we still have operator >> that throws on failure. jbeder 2008-09-24 23:29:00 +0000
  • 454ff4cd8c Added Read() functions for Node that return true/false, so we can easily check if a read is successful without throwing. But we still have operator >> that throws on failure. jbeder 2008-09-24 23:29:00 +0000
  • 907be0660c Fixed infinite loop bug having to do with simple keys when we hit an unexpected EOF. Jesse Beder 2008-09-24 22:45:04 +0000
  • ecba08e240 Fixed infinite loop bug having to do with simple keys when we hit an unexpected EOF. jbeder 2008-09-24 22:45:04 +0000
  • edc7b61520 Fixed infinite loop bug having to do with simple keys when we hit an unexpected EOF. jbeder 2008-09-24 22:45:04 +0000
  • 3ed09b89f8 Fixed a problem where you lose the exception type on rethrow. Jesse Beder 2008-09-23 21:13:23 +0000
  • d51888bc7e Fixed a problem where you lose the exception type on rethrow. jbeder 2008-09-23 21:13:23 +0000
  • ee8f7f68d1 Fixed a problem where you lose the exception type on rethrow. jbeder 2008-09-23 21:13:23 +0000
  • 1406b84016 Made Node non-copyable. Jesse Beder 2008-09-19 02:44:49 +0000
  • 0b6edc6cfe Made Node non-copyable. jbeder 2008-09-19 02:44:49 +0000
  • 3234589b92 Made Node non-copyable. jbeder 2008-09-19 02:44:49 +0000
  • c175be7d4c Jesse Beder 2008-09-11 03:49:52 +0000
  • 1d92deff31 jbeder 2008-09-11 03:49:52 +0000
  • f6b7980595 jbeder 2008-09-11 03:49:52 +0000
  • 9d403d08f0 Jesse Beder 2008-09-11 03:48:04 +0000
  • c44b8e601e jbeder 2008-09-11 03:48:04 +0000
  • 6d96084b17 jbeder 2008-09-11 03:48:04 +0000
  • 45322566c7 Set the eol style to native for all files. Jesse Beder 2008-09-03 22:20:39 +0000
  • b43f827188 Set the eol style to native for all files. jbeder 2008-09-03 22:20:39 +0000
  • 0c384260a4 Set the eol style to native for all files. jbeder 2008-09-03 22:20:39 +0000
  • a45f083e00 Fixed some gcc warnings. Jesse Beder 2008-09-03 22:19:27 +0000
  • 859ac5e520 Fixed some gcc warnings. jbeder 2008-09-03 22:19:27 +0000
  • 58bb38b8cd Fixed some gcc warnings. jbeder 2008-09-03 22:19:27 +0000
  • 5c0db0d21b Unified line endings. Jesse Beder 2008-09-03 22:17:17 +0000
  • 7f2c3591e3 Unified line endings. jbeder 2008-09-03 22:17:17 +0000
  • d4cc7a07f8 Unified line endings. jbeder 2008-09-03 22:17:17 +0000
  • 80db86e771 Added the license.txt file describing the MIT license. Jesse Beder 2008-09-03 04:37:06 +0000
  • a57a5748f8 Added the license.txt file describing the MIT license. jbeder 2008-09-03 04:37:06 +0000
  • 47dd7b74e8 Added the license.txt file describing the MIT license. jbeder 2008-09-03 04:37:06 +0000
  • b16f958660 Fixed struct vs. class disparity. Jesse Beder 2008-08-07 03:37:16 +0000
  • aa25fadf94 Fixed struct vs. class disparity. jbeder 2008-08-07 03:37:16 +0000
  • 5251f1f385 Fixed struct vs. class disparity. jbeder 2008-08-07 03:37:16 +0000
  • ec2ecad197 Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug Jesse Beder 2008-08-07 03:30:56 +0000
  • 2d93b6ce58 Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug jbeder 2008-08-07 03:30:56 +0000
  • 113193209e Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug jbeder 2008-08-07 03:30:56 +0000
  • 813817f1ab Jesse Beder 2008-07-31 19:41:11 +0000
  • 2601f5fd49 beder 2008-07-31 19:41:11 +0000
  • 05f24705c5 beder 2008-07-31 19:41:11 +0000
  • d45bb667b6 Small changes in the iterator code. Changed the public interface of Scanner to resemble an STL container. Jesse Beder 2008-07-23 04:38:18 +0000
  • 89ed418b83 Small changes in the iterator code. Changed the public interface of Scanner to resemble an STL container. beder 2008-07-23 04:38:18 +0000
  • 963e7abbfd Small changes in the iterator code. Changed the public interface of Scanner to resemble an STL container. beder 2008-07-23 04:38:18 +0000
  • cc87c83b01 Switched the Iterator implementation to a dedicated helper class (to hide the specific implementation, since it's pretty messy and may change). Jesse Beder 2008-07-21 02:54:39 +0000
  • 57255a9898 Switched the Iterator implementation to a dedicated helper class (to hide the specific implementation, since it's pretty messy and may change). beder 2008-07-21 02:54:39 +0000
  • 9f04e6e157 Switched the Iterator implementation to a dedicated helper class (to hide the specific implementation, since it's pretty messy and may change). beder 2008-07-21 02:54:39 +0000
  • 09d7ab365f Replaced the queue of Token pointers with values. We were getting memory leaks (as told by the CRT detectors, which I also added), and there's really no reason (as long as we're careful) to use pointers there. Jesse Beder 2008-07-20 05:02:01 +0000
  • 557f81e622 Replaced the queue of Token pointers with values. We were getting memory leaks (as told by the CRT detectors, which I also added), and there's really no reason (as long as we're careful) to use pointers there. beder 2008-07-20 05:02:01 +0000
  • 7e47a0b754 Replaced the queue of Token pointers with values. We were getting memory leaks (as told by the CRT detectors, which I also added), and there's really no reason (as long as we're careful) to use pointers there. beder 2008-07-20 05:02:01 +0000
  • 2eab1e025e Moved the testing source to the yaml-reader folder. Jesse Beder 2008-07-14 05:18:25 +0000
  • f4e522490f Moved the testing source to the yaml-reader folder. beder 2008-07-14 05:18:25 +0000
  • 19c4304155 Moved the testing source to the yaml-reader folder. beder 2008-07-14 05:18:25 +0000
  • 2e2c489e29 Set the yaml-reader project to link to the yamlcpp library. Jesse Beder 2008-07-14 05:08:46 +0000
  • 2ffc7dc6ac Set the yaml-reader project to link to the yamlcpp library. beder 2008-07-14 05:08:46 +0000
  • fbb81f1e8c Set the yaml-reader project to link to the yamlcpp library. beder 2008-07-14 05:08:46 +0000
  • f3a2c8497a Added a static library project 'yamlcpp' to the solution. Jesse Beder 2008-07-14 05:03:38 +0000
  • 11eb40e636 Added a static library project 'yamlcpp' to the solution. beder 2008-07-14 05:03:38 +0000
  • 458492a264 Added a static library project 'yamlcpp' to the solution. beder 2008-07-14 05:03:38 +0000
  • 771cc6fa25 Renamed the solution yamlcpp. Jesse Beder 2008-07-14 04:51:47 +0000
  • ef8e9415f8 Renamed the solution yamlcpp. beder 2008-07-14 04:51:47 +0000
  • 96e9407819 Renamed the solution yamlcpp. beder 2008-07-14 04:51:47 +0000
  • ef630abeee Jesse Beder 2008-07-14 04:37:58 +0000
  • 4c1c0977ab beder 2008-07-14 04:37:58 +0000