beder
482c0afe2f
Split the yaml.h file into new/old API, which we'll then copy to yaml.h at build time (so the right one gets installed)
2011-10-18 00:16:51 -05:00
beder
3663d5f24b
Merged with the main branch, which just updated version count to 0.2.7
2011-09-18 00:26:18 -05:00
beder
0c50a9d861
Set the default build to the old API, and removed the duplicate spec test implementation for the old api
2011-09-17 23:46:48 -05:00
beder
138b2f4733
Bumped version to 0.2.7
2011-09-14 01:23:15 -05:00
beder
4bbe984bdc
Fixed up the old API stuff, and removed the util/value (since it's no longer needed)
2011-09-10 23:11:28 -05:00
beder
e905b74232
Major switch from Value -> Node. The library compiles with the new API, but tests are still oldies, and don't compile
2011-09-10 17:57:23 -05:00
beder
8185fa48f1
Implemented (untested) the value builder
2011-09-09 23:28:21 -05:00
beder
a07642f156
Started implementing node_data
2011-09-07 00:45:28 -05:00
beder
57617cc5cc
Sketched more of the implementation
2011-09-06 23:11:38 -05:00
beder
f56d453050
Added api sketch
2011-09-04 19:50:08 -05:00
jbeder
ede50424ef
Fixed includedir for the .pc.cmake file
2011-05-29 02:17:49 +00:00
jbeder
2402c4d7e9
Set version to 0.2.6
2011-03-30 01:33:02 +00:00
jbeder
95d05dcfa5
Switched project label to use 'nicer' suffix (e.g., md instead of /MD)
2011-03-21 23:03:01 +00:00
jbeder
e468dd7d38
Added eol-style=native prop to missing files
2011-03-17 02:06:10 +00:00
jbeder
e1f27488d1
Fixed mixed line endings
2011-03-17 02:04:34 +00:00
jbeder
d1221b4456
Added option to disable compilation of contrib code
2011-03-16 01:10:57 +00:00
jbeder
cee0974abd
Refactored parse.cpp so that VS doesn't complain, added MinSizeRel build setting, and fixed numbering in the spec tests
2011-03-03 20:01:32 +00:00
jbeder
e6c1007043
Tiny formatting change in CMake file
2011-03-02 21:09:38 +00:00
jbeder
898d29d9b7
Merged the debuggable branch's CMakeLists.txt (and added a build for RelWithDebInfo) - note that the options are only for gcc
2011-03-02 05:02:01 +00:00
jbeder
7b6e87277d
Merged contrib folders from the graphbuilder-api branch, including the recursive search in CMakeLists.txt
2011-03-02 04:48:04 +00:00
jbeder
0823af5369
Merged CMakeLists.txt from issue 87 - now it's cleaner, and supports Windows much better
2011-03-02 04:37:55 +00:00
jbeder
7fd040c311
Fixed emitting colon at end of scalar bug
2010-12-03 21:52:04 +00:00
jbeder
59d126f5b0
Updated CMake iPhone settings
2010-10-18 21:35:34 +00:00
jbeder
7e511c41ad
Forgot to add the new header location to the project (not important for compiling, but it is for the various generators)
2010-10-18 07:09:07 +00:00
jbeder
d99cb95d2d
Tagged version 0.2.5
2010-03-15 19:25:02 +00:00
jbeder
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.
2010-03-03 05:30:06 +00:00
jbeder
63cc5adefd
Replaced conversion macros with SFINAE
2009-11-10 21:23:52 +00:00
jbeder
5986307b8e
Now actually removed yaml-reader
2009-10-27 14:47:08 +00:00
jbeder
d3b00fa6c5
Reverted yaml-reader name change
2009-10-27 14:45:14 +00:00
jbeder
7d5988401e
Renamed yaml-reader test
2009-10-27 14:38:53 +00:00
jbeder
47628bf25e
Tagged version 0.2.4
2009-10-25 20:27:31 +00:00
jbeder
52e3e0a4aa
Updated the CMake globbing so it only compiles sources starting with a lowercase letter (apparently Mac OS auto-generates files looking like ._whatever and it was trying to compile those too)
2009-10-25 18:01:48 +00:00
jbeder
770466d5d4
Tagged version 0.2.3
2009-10-22 21:55:44 +00:00
jbeder
dd29c8181a
Update CMakeLists.txt to append, not overwrite CMAKE_CXX_FLAGS
2009-10-19 22:32:26 +00:00
jbeder
06b8d4bacf
Patched for optional building of tests and tools
2009-10-12 05:21:00 +00:00
jbeder
d957634c25
Tagged version 0.2.2
2009-09-09 01:37:23 +00:00
jbeder
21c87d4961
Tagged release 0.2.1 for patch with complex keys
2009-09-06 22:02:59 +00:00
jbeder
44750974e7
Updated the CMake file for 0.2.0 release, and added install.txt
2009-09-05 23:05:39 +00:00
jbeder
3c35ab1e42
Added CMake option to build for the iphone
2009-08-24 23:43:53 +00:00
jbeder
94cb26ae59
Fixed location of yaml-cpp.pc file
2009-07-24 06:18:46 +00:00
jbeder
64a5687656
Added support for pkgconfig
2009-07-15 20:37:11 +00:00
jbeder
689c5fa7b7
Added check for extra compiler flags if using gcc
2009-07-10 17:26:39 +00:00
jbeder
ae89793c28
Applied patch to build and version a shared library
2009-07-10 03:52:05 +00:00
jbeder
616eafc3c1
Fixed warnings to compile on gcc with -Wall -pedantic -Wextra
2009-07-10 03:30:04 +00:00
jbeder
e7f1ca7fb1
Merged utf branch changes r178:187 into the trunk
2009-07-10 03:10:03 +00:00
jbeder
8aefb675a2
Patched CMake file to allow flexibility in build (in particular to allow shared lib build)
2009-06-12 04:28:36 +00:00
jbeder
f2ed49f720
Patch - added testing
2009-05-30 02:41:27 +00:00
jbeder
ade7e7cd18
Patched - install target
2009-05-29 22:55:59 +00:00
jbeder
b444913576
Patch to simplify CMakeLists.txt files
2009-05-29 22:48:25 +00:00
jbeder
51457eece9
Changed 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.
2009-05-23 23:51:01 +00:00