670a3e952aPatched to read into std::wstring
Jesse Beder
2009-07-15 20:47:51 +0000
f8440aa0e5Patched to read into std::wstring
jbeder
2009-07-15 20:47:51 +0000
f4cdc68a38Patched to read into std::wstring
jbeder
2009-07-15 20:47:51 +0000
5b7f931cd7Cosmetic change to .pc.cmake file
Jesse Beder
2009-07-15 20:38:25 +0000
fd5bf7c29aCosmetic change to .pc.cmake file
jbeder
2009-07-15 20:38:25 +0000
f1f1c50b4eCosmetic change to .pc.cmake file
jbeder
2009-07-15 20:38:25 +0000
ff6e6bdfd5Added support for pkgconfig
Jesse Beder
2009-07-15 20:37:11 +0000
64a5687656Added support for pkgconfig
jbeder
2009-07-15 20:37:11 +0000
e04719c75aAdded support for pkgconfig
jbeder
2009-07-15 20:37:11 +0000
a84c1af98aAdded FindValue to more easily read optional keys in a map
Jesse Beder
2009-07-12 02:59:23 +0000
ba787edee4Added FindValue to more easily read optional keys in a map
jbeder
2009-07-12 02:59:23 +0000
b520b5a8b2Added FindValue to more easily read optional keys in a map
jbeder
2009-07-12 02:59:23 +0000
3e0179fd6eAdded emitting for a YAML::Node (instead of the ad-hoc std::ostream overload) so it'll actually emit valid YAML always
Jesse Beder
2009-07-10 23:39:14 +0000
a48191c970Added emitting for a YAML::Node (instead of the ad-hoc std::ostream overload) so it'll actually emit valid YAML always
jbeder
2009-07-10 23:39:14 +0000
520240527fAdded emitting for a YAML::Node (instead of the ad-hoc std::ostream overload) so it'll actually emit valid YAML always
jbeder
2009-07-10 23:39:14 +0000
6c8600ab52Added check for extra compiler flags if using gcc
Jesse Beder
2009-07-10 17:26:39 +0000
689c5fa7b7Added check for extra compiler flags if using gcc
jbeder
2009-07-10 17:26:39 +0000
0c94a5e4ecAdded check for extra compiler flags if using gcc
jbeder
2009-07-10 17:26:39 +0000
174f2c1fe7Set up the parse utility program to read from standard input if no file is specified
Jesse Beder
2009-07-10 04:25:11 +0000
10b5961f3cSet up the parse utility program to read from standard input if no file is specified
jbeder
2009-07-10 04:25:11 +0000
40342f2637Set up the parse utility program to read from standard input if no file is specified
jbeder
2009-07-10 04:25:11 +0000
1cde7fbfc0Switched from loading test files to testing specific parsing constructs. The tests don't fully cover the span (eventually I'll add more, maybe), but there's a bunch there. More to the point, the yaml-reader program doesn't do any file IO, so it doesn't require a specific working directory.
Jesse Beder
2009-05-31 06:36:01 +0000
ec578d45f1Switched from loading test files to testing specific parsing constructs. The tests don't fully cover the span (eventually I'll add more, maybe), but there's a bunch there. More to the point, the yaml-reader program doesn't do any file IO, so it doesn't require a specific working directory.
jbeder
2009-05-31 06:36:01 +0000
5b4d9ce1c7Switched from loading test files to testing specific parsing constructs. The tests don't fully cover the span (eventually I'll add more, maybe), but there's a bunch there. More to the point, the yaml-reader program doesn't do any file IO, so it doesn't require a specific working directory.
jbeder
2009-05-31 06:36:01 +0000
820f45b10bPatch to simplify CMakeLists.txt files
Jesse Beder
2009-05-29 22:48:25 +0000
b444913576Patch to simplify CMakeLists.txt files
jbeder
2009-05-29 22:48:25 +0000
e222893c14Patch to simplify CMakeLists.txt files
jbeder
2009-05-29 22:48:25 +0000
9a1a3974c6Patch for gcc -Wall (order of initialization)
Jesse Beder
2009-05-29 22:36:52 +0000
c150e9945cPatch for gcc -Wall (order of initialization)
jbeder
2009-05-29 22:36:52 +0000
705d04c50dPatch for gcc -Wall (order of initialization)
jbeder
2009-05-29 22:36:52 +0000
e76521c0e9Changed the way we read different types of scalars. It's better organized now, I think - nodes only offer a single main way of getting the fundamental scalar (as a string), and now we can specialize a single template to read specific types.
Jesse Beder
2009-05-23 23:51:01 +0000
51457eece9Changed the way we read different types of scalars. It's better organized now, I think - nodes only offer a single main way of getting the fundamental scalar (as a string), and now we can specialize a single template to read specific types.
jbeder
2009-05-23 23:51:01 +0000
a50c88ac17Changed the way we read different types of scalars. It's better organized now, I think - nodes only offer a single main way of getting the fundamental scalar (as a string), and now we can specialize a single template to read specific types.
jbeder
2009-05-23 23:51:01 +0000
b952bc594fUpdated Visual Studio project for the emitter.
Jesse Beder
2009-05-23 22:58:05 +0000
0c34137d84Updated Visual Studio project for the emitter.
jbeder
2009-05-23 22:58:05 +0000
634b5d5865Updated Visual Studio project for the emitter.
jbeder
2009-05-23 22:58:05 +0000
24b0663828Changed output library directory to /lib (in the source directory) - this makes more sense
Jesse Beder
2009-05-23 17:11:19 +0000
947356a64aChanged output library directory to /lib (in the source directory) - this makes more sense
jbeder
2009-05-23 17:11:19 +0000
760e236979Changed output library directory to /lib (in the source directory) - this makes more sense
jbeder
2009-05-23 17:11:19 +0000
5139ebf7baAdded emitter headers to yaml.h
Jesse Beder
2009-05-22 22:23:57 +0000
fcab73a9b6Added emitter headers to yaml.h
jbeder
2009-05-22 22:23:57 +0000
f1e36c18aeAdded emitter headers to yaml.h
jbeder
2009-05-22 22:23:57 +0000
b51a32ae14Replaced direct emitter writing with an accessor to a C-string
Jesse Beder
2009-05-22 22:21:01 +0000
7dd29ee5dbReplaced direct emitter writing with an accessor to a C-string
jbeder
2009-05-22 22:21:01 +0000
d7c3e06443Replaced direct emitter writing with an accessor to a C-string
jbeder
2009-05-22 22:21:01 +0000
69ef85526aRestructured CMake file to include headers, and to be better organized
Jesse Beder
2009-05-22 22:11:21 +0000
3e41edd30eRestructured CMake file to include headers, and to be better organized
jbeder
2009-05-22 22:11:21 +0000
9afcab1486Restructured CMake file to include headers, and to be better organized
jbeder
2009-05-22 22:11:21 +0000
9d0e0c6a48Fixed 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.
Jesse Beder
2009-02-07 07:57:13 +0000