Commit Graph

  • 2faeb76e2d Moved the local structs from Emitter::Write(bool) to an anonymous namespace in the hopes that Visual Studio <= 2003 will be happy Jesse Beder 2011-03-02 05:21:25 +0000
  • d2ceb0ad77 Moved the local structs from Emitter::Write(bool) to an anonymous namespace in the hopes that Visual Studio <= 2003 will be happy jbeder 2011-03-02 05:21:25 +0000
  • 357cd1e122 Fixed 'long long' error in VS 2002, issue 90 jbeder 2011-03-02 05:15:36 +0000
  • 75a2fbe564 Fixed 'long long' error in VS 2002, issue 90 Jesse Beder 2011-03-02 05:15:36 +0000
  • 3fc93080f3 Fixed 'long long' error in VS 2002, issue 90 jbeder 2011-03-02 05:15:36 +0000
  • 898d29d9b7 Merged the debuggable branch's CMakeLists.txt (and added a build for RelWithDebInfo) - note that the options are only for gcc jbeder 2011-03-02 05:02:01 +0000
  • 4d95e4da74 Merged the debuggable branch's CMakeLists.txt (and added a build for RelWithDebInfo) - note that the options are only for gcc Jesse Beder 2011-03-02 05:02:01 +0000
  • 4a82240b12 Merged the debuggable branch's CMakeLists.txt (and added a build for RelWithDebInfo) - note that the options are only for gcc jbeder 2011-03-02 05:02:01 +0000
  • 7b6e87277d Merged contrib folders from the graphbuilder-api branch, including the recursive search in CMakeLists.txt jbeder 2011-03-02 04:48:04 +0000
  • 802cc6bcd6 Merged contrib folders from the graphbuilder-api branch, including the recursive search in CMakeLists.txt Jesse Beder 2011-03-02 04:48:04 +0000
  • faeb0425d8 Merged contrib folders from the graphbuilder-api branch, including the recursive search in CMakeLists.txt jbeder 2011-03-02 04:48:04 +0000
  • 0823af5369 Merged CMakeLists.txt from issue 87 - now it's cleaner, and supports Windows much better jbeder 2011-03-02 04:37:55 +0000
  • 04bc13caf8 Merged CMakeLists.txt from issue 87 - now it's cleaner, and supports Windows much better Jesse Beder 2011-03-02 04:37:55 +0000
  • 8234b8bf02 Merged CMakeLists.txt from issue 87 - now it's cleaner, and supports Windows much better jbeder 2011-03-02 04:37:55 +0000
  • 3192d29e66 Switched exception constants to const char * const (from const std::string) so we don't have to construct them all in every translation unit, and switched the exception class to derive from std::runtime_error (so it handles what() for us) jbeder 2011-03-02 04:12:57 +0000
  • c65a7dfc7c Switched exception constants to const char * const (from const std::string) so we don't have to construct them all in every translation unit, and switched the exception class to derive from std::runtime_error (so it handles what() for us) Jesse Beder 2011-03-02 04:12:57 +0000
  • 9a1ffcad7c Switched exception constants to const char * const (from const std::string) so we don't have to construct them all in every translation unit, and switched the exception class to derive from std::runtime_error (so it handles what() for us) jbeder 2011-03-02 04:12:57 +0000
  • 3f6254822d Included cstddef to stream.h jbeder 2011-02-05 22:28:08 +0000
  • d1cb1aa74f Included cstddef to stream.h Jesse Beder 2011-02-05 22:28:08 +0000
  • c9b65a49b7 Included cstddef to stream.h jbeder 2011-02-05 22:28:08 +0000
  • 9e345650e1 Added Anchor() regex (so that we're not just using Alphanumeric to match anchors), but it's still not 100% right (it shouldn't allow non-printable characters, e.g.). Also fixed a test that was broken along these lines (if a colon immediately follows an anchor, it's part of the anchor) jbeder 2011-01-31 17:47:20 +0000
  • be1b14f369 Added Anchor() regex (so that we're not just using Alphanumeric to match anchors), but it's still not 100% right (it shouldn't allow non-printable characters, e.g.). Also fixed a test that was broken along these lines (if a colon immediately follows an anchor, it's part of the anchor) Jesse Beder 2011-01-31 17:47:20 +0000
  • 581e92f63e Added Anchor() regex (so that we're not just using Alphanumeric to match anchors), but it's still not 100% right (it shouldn't allow non-printable characters, e.g.). Also fixed a test that was broken along these lines (if a colon immediately follows an anchor, it's part of the anchor) jbeder 2011-01-31 17:47:20 +0000
  • 7fd040c311 Fixed emitting colon at end of scalar bug jbeder 2010-12-03 21:52:04 +0000
  • 337cb553d0 Fixed emitting colon at end of scalar bug Jesse Beder 2010-12-03 21:52:04 +0000
  • 7e3c476ba8 Fixed emitting colon at end of scalar bug jbeder 2010-12-03 21:52:04 +0000
  • 6f6e096316 Added long long types to the emitter jbeder 2010-11-15 01:46:33 +0000
  • 99089bf218 Added long long types to the emitter Jesse Beder 2010-11-15 01:46:33 +0000
  • d2e6c81a78 Added long long types to the emitter jbeder 2010-11-15 01:46:33 +0000
  • 6e06857bf9 Updated Visual Studio project file. jbeder 2010-11-09 19:59:25 +0000
  • e293d4af8a Updated Visual Studio project file. Jesse Beder 2010-11-09 19:59:25 +0000
  • 6630ce54a3 Updated Visual Studio project file. jbeder 2010-11-09 19:59:25 +0000
  • 8c913c8ce4 Refactored tags so we can emit secondary tags (and named local tags) jbeder 2010-10-28 23:06:16 +0000
  • a6afaabcb0 Refactored tags so we can emit secondary tags (and named local tags) Jesse Beder 2010-10-28 23:06:16 +0000
  • 2410cc6e9e Refactored tags so we can emit secondary tags (and named local tags) jbeder 2010-10-28 23:06:16 +0000
  • 24dc58b68d Implemented binary emitting without the binary tag jbeder 2010-10-28 21:53:54 +0000
  • d508203ed8 Implemented binary emitting without the binary tag Jesse Beder 2010-10-28 21:53:54 +0000
  • b44e529d75 Implemented binary emitting without the binary tag jbeder 2010-10-28 21:53:54 +0000
  • d6e56a0941 Refactored emitter so that it emits the : for an implicit key right away jbeder 2010-10-22 04:19:01 +0000
  • f1697dea15 Refactored emitter so that it emits the : for an implicit key right away Jesse Beder 2010-10-22 04:19:01 +0000
  • fc35ace2d6 Refactored emitter so that it emits the : for an implicit key right away jbeder 2010-10-22 04:19:01 +0000
  • cb8eee46f0 Added more tests for the newline, and disallowed newlines after implicit block keys jbeder 2010-10-22 03:53:33 +0000
  • 6b7cb45ac8 Added more tests for the newline, and disallowed newlines after implicit block keys Jesse Beder 2010-10-22 03:53:33 +0000
  • 48e70e464a Added more tests for the newline, and disallowed newlines after implicit block keys jbeder 2010-10-22 03:53:33 +0000
  • 59745a4cff Added YAML::Newline manipulator for the emitter jbeder 2010-10-21 22:02:29 +0000
  • 1e4210401f Added YAML::Newline manipulator for the emitter Jesse Beder 2010-10-21 22:02:29 +0000
  • 467eb4931b Added YAML::Newline manipulator for the emitter jbeder 2010-10-21 22:02:29 +0000
  • 7bad58ba47 Merged the extra tests from other-tags into the trunk (forgot last commit) jbeder 2010-10-19 06:51:54 +0000
  • a04e2da1ff Merged the extra tests from other-tags into the trunk (forgot last commit) Jesse Beder 2010-10-19 06:51:54 +0000
  • 171ea7ade0 Merged the extra tests from other-tags into the trunk (forgot last commit) jbeder 2010-10-19 06:51:54 +0000
  • 973ce78fe1 Merged the other-tags branch into the trunk (this wasn't an rX:Y merge, since the branch wasn't branched directly from the head of the trunk) jbeder 2010-10-19 06:46:55 +0000
  • 51c84f1c02 Merged the other-tags branch into the trunk (this wasn't an rX:Y merge, since the branch wasn't branched directly from the head of the trunk) Jesse Beder 2010-10-19 06:46:55 +0000
  • 2a46b5d0eb Merged the other-tags branch into the trunk (this wasn't an rX:Y merge, since the branch wasn't branched directly from the head of the trunk) jbeder 2010-10-19 06:46:55 +0000
  • 59d126f5b0 Updated CMake iPhone settings jbeder 2010-10-18 21:35:34 +0000
  • 18a805e46c Updated CMake iPhone settings Jesse Beder 2010-10-18 21:35:34 +0000
  • 68c9296c51 Updated CMake iPhone settings jbeder 2010-10-18 21:35:34 +0000
  • 2d3722db85 Made emitter noncopyable, which should fix any auto_ptr warnings jbeder 2010-10-18 07:24:42 +0000
  • a19336fd98 Made emitter noncopyable, which should fix any auto_ptr warnings Jesse Beder 2010-10-18 07:24:42 +0000
  • f78892ee4d Made emitter noncopyable, which should fix any auto_ptr warnings jbeder 2010-10-18 07:24:42 +0000
  • 91944e4538 Fixed the rest of the includes to explicitly state yaml-cpp/ jbeder 2010-10-18 07:22:53 +0000
  • 9ad3a1b905 Fixed the rest of the includes to explicitly state yaml-cpp/ Jesse Beder 2010-10-18 07:22:53 +0000
  • 1b5dda963a Fixed the rest of the includes to explicitly state yaml-cpp/ jbeder 2010-10-18 07:22:53 +0000
  • 7e511c41ad Forgot to add the new header location to the project (not important for compiling, but it is for the various generators) jbeder 2010-10-18 07:09:07 +0000
  • 21be19d493 Forgot to add the new header location to the project (not important for compiling, but it is for the various generators) Jesse Beder 2010-10-18 07:09:07 +0000
  • 2eca7dd6f9 Forgot to add the new header location to the project (not important for compiling, but it is for the various generators) jbeder 2010-10-18 07:09:07 +0000
  • 2a256f2870 Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes jbeder 2010-10-18 07:05:53 +0000
  • 5b8ca9ce01 Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes Jesse Beder 2010-10-18 07:05:53 +0000
  • 3aafbdac96 Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes jbeder 2010-10-18 07:05:53 +0000
  • 12d2beda29 Merged r366:387 from the jbeder-event-api branch jbeder 2010-10-18 06:45:03 +0000
  • a71c03a18b Merged r366:387 from the jbeder-event-api branch Jesse Beder 2010-10-18 06:45:03 +0000
  • 3ffcfb3a83 Merged r366:387 from the jbeder-event-api branch jbeder 2010-10-18 06:45:03 +0000
  • 7d1508e090 - Reintegrated the other-tags branch into my staging branch. Local edits were required to integrate with the changes from the event-api branch. rtweeks21-staging rtweeks21 2010-10-16 09:08:03 +0000
  • a84be78088 - Reintegrated the other-tags branch into my staging branch. Local edits were required to integrate with the changes from the event-api branch. rtweeks21 2010-10-16 09:08:03 +0000
  • 3126507ab9 - Merged latest changes from the event-api branch. rtweeks21 2010-10-16 08:45:41 +0000
  • afad49b4e9 - Merged latest changes from the event-api branch. rtweeks21 2010-10-16 08:45:41 +0000
  • 55c8486ee3 Reintegrated the event-api branch (second iteration) into the rtweeks21-staging branch. rtweeks21 2010-09-11 22:11:02 +0000
  • dd4aa186ca Reintegrated the event-api branch (second iteration) into the rtweeks21-staging branch. rtweeks21 2010-09-11 22:11:02 +0000
  • 7220c6b783 Created staging branch for merging feature branches that may go into the trunk together. rtweeks21 2010-09-11 22:07:19 +0000
  • cccc59f242 Created staging branch for merging feature branches that may go into the trunk together. rtweeks21 2010-09-11 22:07:19 +0000
  • 0a02403fb0 Fixed missing header Jesse Beder 2010-05-01 20:05:15 +0000
  • 78db8b02c8 Fixed missing header jbeder 2010-05-01 20:05:15 +0000
  • d0bc2d3cb4 Fixed missing header jbeder 2010-05-01 20:05:15 +0000
  • 9820d13840 Tagged version 0.2.5 Jesse Beder 2010-03-15 19:25:02 +0000
  • d99cb95d2d Tagged version 0.2.5 jbeder 2010-03-15 19:25:02 +0000
  • 027c33cfa2 Tagged version 0.2.5 jbeder 2010-03-15 19:25:02 +0000
  • 326899815f Added overloads for parsing stl maps and vectors release-0.2.5 Jesse Beder 2010-03-15 04:25:17 +0000
  • 11903da3fb Added overloads for parsing stl maps and vectors jbeder 2010-03-15 04:25:17 +0000
  • 264c0c67c3 Added overloads for parsing stl maps and vectors jbeder 2010-03-15 04:25:17 +0000
  • 083a97b171 Set alias nodes to return the tag of their anchor Jesse Beder 2010-03-15 04:10:36 +0000
  • e58f0f31b7 Set alias nodes to return the tag of their anchor jbeder 2010-03-15 04:10:36 +0000
  • 514d0a90e9 Set alias nodes to return the tag of their anchor jbeder 2010-03-15 04:10:36 +0000
  • 2226987442 Disabled those warnings in the release version of the .svn too. Jesse Beder 2010-03-03 05:33:07 +0000
  • 8080400cb6 Disabled those warnings in the release version of the .svn too. jbeder 2010-03-03 05:33:07 +0000
  • e53e00208d Disabled those warnings in the release version of the .svn too. jbeder 2010-03-03 05:33:07 +0000
  • bca7737463 Updated to remove most of the warnings in Visual Studio. (There's still the one about all control paths returning a value left.) Fixed one warning (when an istream converts to void * to then convert to bool), and disabled three. Jesse Beder 2010-03-03 05:30:06 +0000
  • b869aab8e1 Updated to remove most of the warnings in Visual Studio. (There's still the one about all control paths returning a value left.) Fixed one warning (when an istream converts to void * to then convert to bool), and disabled three. jbeder 2010-03-03 05:30:06 +0000
  • 79fbaa6a33 Updated to remove most of the warnings in Visual Studio. (There's still the one about all control paths returning a value left.) Fixed one warning (when an istream converts to void * to then convert to bool), and disabled three. jbeder 2010-03-03 05:30:06 +0000
  • 6f40b09525 Added newline to install and license files Jesse Beder 2009-12-21 20:35:27 +0000
  • 3720ceb57b Added newline to install and license files jbeder 2009-12-21 20:35:27 +0000
  • 9fb35bd922 Added newline to install and license files jbeder 2009-12-21 20:35:27 +0000