2faeb76e2dMoved 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
d2ceb0ad77Moved 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
357cd1e122Fixed 'long long' error in VS 2002, issue 90
jbeder
2011-03-02 05:15:36 +0000
75a2fbe564Fixed 'long long' error in VS 2002, issue 90
Jesse Beder
2011-03-02 05:15:36 +0000
3fc93080f3Fixed 'long long' error in VS 2002, issue 90
jbeder
2011-03-02 05:15:36 +0000
898d29d9b7Merged 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
4d95e4da74Merged 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
4a82240b12Merged 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
7b6e87277dMerged contrib folders from the graphbuilder-api branch, including the recursive search in CMakeLists.txt
jbeder
2011-03-02 04:48:04 +0000
802cc6bcd6Merged contrib folders from the graphbuilder-api branch, including the recursive search in CMakeLists.txt
Jesse Beder
2011-03-02 04:48:04 +0000
faeb0425d8Merged contrib folders from the graphbuilder-api branch, including the recursive search in CMakeLists.txt
jbeder
2011-03-02 04:48:04 +0000
0823af5369Merged CMakeLists.txt from issue 87 - now it's cleaner, and supports Windows much better
jbeder
2011-03-02 04:37:55 +0000
04bc13caf8Merged CMakeLists.txt from issue 87 - now it's cleaner, and supports Windows much better
Jesse Beder
2011-03-02 04:37:55 +0000
8234b8bf02Merged CMakeLists.txt from issue 87 - now it's cleaner, and supports Windows much better
jbeder
2011-03-02 04:37:55 +0000
3192d29e66Switched 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
c65a7dfc7cSwitched 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
9a1ffcad7cSwitched 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
3f6254822dIncluded cstddef to stream.h
jbeder
2011-02-05 22:28:08 +0000
d1cb1aa74fIncluded cstddef to stream.h
Jesse Beder
2011-02-05 22:28:08 +0000
c9b65a49b7Included cstddef to stream.h
jbeder
2011-02-05 22:28:08 +0000
9e345650e1Added 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
be1b14f369Added 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
581e92f63eAdded 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
7fd040c311Fixed emitting colon at end of scalar bug
jbeder
2010-12-03 21:52:04 +0000
337cb553d0Fixed emitting colon at end of scalar bug
Jesse Beder
2010-12-03 21:52:04 +0000
7e3c476ba8Fixed emitting colon at end of scalar bug
jbeder
2010-12-03 21:52:04 +0000
6f6e096316Added long long types to the emitter
jbeder
2010-11-15 01:46:33 +0000
99089bf218Added long long types to the emitter
Jesse Beder
2010-11-15 01:46:33 +0000
d2e6c81a78Added long long types to the emitter
jbeder
2010-11-15 01:46:33 +0000
6e06857bf9Updated Visual Studio project file.
jbeder
2010-11-09 19:59:25 +0000
e293d4af8aUpdated Visual Studio project file.
Jesse Beder
2010-11-09 19:59:25 +0000
6630ce54a3Updated Visual Studio project file.
jbeder
2010-11-09 19:59:25 +0000
8c913c8ce4Refactored tags so we can emit secondary tags (and named local tags)
jbeder
2010-10-28 23:06:16 +0000
a6afaabcb0Refactored tags so we can emit secondary tags (and named local tags)
Jesse Beder
2010-10-28 23:06:16 +0000
2410cc6e9eRefactored tags so we can emit secondary tags (and named local tags)
jbeder
2010-10-28 23:06:16 +0000
24dc58b68dImplemented binary emitting without the binary tag
jbeder
2010-10-28 21:53:54 +0000
d508203ed8Implemented binary emitting without the binary tag
Jesse Beder
2010-10-28 21:53:54 +0000
b44e529d75Implemented binary emitting without the binary tag
jbeder
2010-10-28 21:53:54 +0000
d6e56a0941Refactored emitter so that it emits the : for an implicit key right away
jbeder
2010-10-22 04:19:01 +0000
f1697dea15Refactored emitter so that it emits the : for an implicit key right away
Jesse Beder
2010-10-22 04:19:01 +0000
fc35ace2d6Refactored emitter so that it emits the : for an implicit key right away
jbeder
2010-10-22 04:19:01 +0000
cb8eee46f0Added more tests for the newline, and disallowed newlines after implicit block keys
jbeder
2010-10-22 03:53:33 +0000
6b7cb45ac8Added more tests for the newline, and disallowed newlines after implicit block keys
Jesse Beder
2010-10-22 03:53:33 +0000
48e70e464aAdded more tests for the newline, and disallowed newlines after implicit block keys
jbeder
2010-10-22 03:53:33 +0000
59745a4cffAdded YAML::Newline manipulator for the emitter
jbeder
2010-10-21 22:02:29 +0000
1e4210401fAdded YAML::Newline manipulator for the emitter
Jesse Beder
2010-10-21 22:02:29 +0000
467eb4931bAdded YAML::Newline manipulator for the emitter
jbeder
2010-10-21 22:02:29 +0000
7bad58ba47Merged the extra tests from other-tags into the trunk (forgot last commit)
jbeder
2010-10-19 06:51:54 +0000
a04e2da1ffMerged the extra tests from other-tags into the trunk (forgot last commit)
Jesse Beder
2010-10-19 06:51:54 +0000
171ea7ade0Merged the extra tests from other-tags into the trunk (forgot last commit)
jbeder
2010-10-19 06:51:54 +0000
973ce78fe1Merged 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
51c84f1c02Merged 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
2a46b5d0ebMerged 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
2d3722db85Made emitter noncopyable, which should fix any auto_ptr warnings
jbeder
2010-10-18 07:24:42 +0000
a19336fd98Made emitter noncopyable, which should fix any auto_ptr warnings
Jesse Beder
2010-10-18 07:24:42 +0000
f78892ee4dMade emitter noncopyable, which should fix any auto_ptr warnings
jbeder
2010-10-18 07:24:42 +0000
91944e4538Fixed the rest of the includes to explicitly state yaml-cpp/
jbeder
2010-10-18 07:22:53 +0000
9ad3a1b905Fixed the rest of the includes to explicitly state yaml-cpp/
Jesse Beder
2010-10-18 07:22:53 +0000
1b5dda963aFixed the rest of the includes to explicitly state yaml-cpp/
jbeder
2010-10-18 07:22:53 +0000
7e511c41adForgot 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
21be19d493Forgot 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
2eca7dd6f9Forgot 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
2a256f2870Moved 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
5b8ca9ce01Moved 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
3aafbdac96Moved 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
12d2beda29Merged r366:387 from the jbeder-event-api branch
jbeder
2010-10-18 06:45:03 +0000
a71c03a18bMerged r366:387 from the jbeder-event-api branch
Jesse Beder
2010-10-18 06:45:03 +0000
3ffcfb3a83Merged 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
55c8486ee3Reintegrated the event-api branch (second iteration) into the rtweeks21-staging branch.
rtweeks21
2010-09-11 22:11:02 +0000
dd4aa186caReintegrated the event-api branch (second iteration) into the rtweeks21-staging branch.
rtweeks21
2010-09-11 22:11:02 +0000
7220c6b783Created staging branch for merging feature branches that may go into the trunk together.
rtweeks21
2010-09-11 22:07:19 +0000
cccc59f242Created staging branch for merging feature branches that may go into the trunk together.
rtweeks21
2010-09-11 22:07:19 +0000
9820d13840Tagged version 0.2.5
Jesse Beder
2010-03-15 19:25:02 +0000
d99cb95d2dTagged version 0.2.5
jbeder
2010-03-15 19:25:02 +0000
027c33cfa2Tagged version 0.2.5
jbeder
2010-03-15 19:25:02 +0000
326899815fAdded overloads for parsing stl maps and vectors
release-0.2.5
Jesse Beder
2010-03-15 04:25:17 +0000
11903da3fbAdded overloads for parsing stl maps and vectors
jbeder
2010-03-15 04:25:17 +0000
264c0c67c3Added overloads for parsing stl maps and vectors
jbeder
2010-03-15 04:25:17 +0000
083a97b171Set alias nodes to return the tag of their anchor
Jesse Beder
2010-03-15 04:10:36 +0000
e58f0f31b7Set alias nodes to return the tag of their anchor
jbeder
2010-03-15 04:10:36 +0000
514d0a90e9Set alias nodes to return the tag of their anchor
jbeder
2010-03-15 04:10:36 +0000
2226987442Disabled those warnings in the release version of the .svn too.
Jesse Beder
2010-03-03 05:33:07 +0000
8080400cb6Disabled those warnings in the release version of the .svn too.
jbeder
2010-03-03 05:33:07 +0000
e53e00208dDisabled those warnings in the release version of the .svn too.
jbeder
2010-03-03 05:33:07 +0000
bca7737463Updated 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
b869aab8e1Updated 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
79fbaa6a33Updated 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
6f40b09525Added newline to install and license files
Jesse Beder
2009-12-21 20:35:27 +0000
3720ceb57bAdded newline to install and license files
jbeder
2009-12-21 20:35:27 +0000
9fb35bd922Added newline to install and license files
jbeder
2009-12-21 20:35:27 +0000