Commit Graph

75 Commits

Author SHA1 Message Date
Jesse Beder
5e3aa4660b Merge core 2015-01-24 14:40:55 -06:00
Jesse Beder
151110217f Fix warnings on visual studio, including changing unsigned to std::size_t 2015-01-24 14:38:22 -06:00
Jesse Beder
b048cf2e4f Merge from core 2015-01-24 12:26:16 -06:00
Jesse Beder
240ece9ea6 Add yaml-cpp-config.cmake and yaml-cpp-config-version.cmake files for importing yaml-cpp into external projects (through find_package). 2015-01-24 11:21:26 -06:00
beder
c2db9be88c Merge from core 2014-03-25 22:07:21 -05:00
beder
005b077267 Extend format build target to all build tools 2014-03-25 22:01:35 -05:00
beder
59fa0f8440 Merge from core 2014-03-25 00:07:38 -05:00
beder
00c2a48df8 Remove stray log message in cmake 2014-03-25 00:04:04 -05:00
beder
489af23b80 Add test and util sources to make format 2014-03-25 00:02:16 -05:00
beder
51bdebad5b Add make format target to run clang-format 2014-03-24 23:46:03 -05:00
beder
4ba973027e Fix clang compiler settings, and properly set up warnings so they don't interfere with gtest and gmock 2014-03-24 23:34:26 -05:00
beder
54ad6e6557 Merged make build fix from core 2013-06-18 08:20:51 -05:00
beder
1be77929c6 Restrict make-specific targets to only be added with make 2013-06-18 08:12:23 -05:00
beder
967f7b5249 Bumped version to 0.5.1 2013-04-13 18:37:33 -05:00
beder
d3e3d1619f Updated CMakeLists from new-api 2012-05-19 15:36:22 -05:00
beder
163d905015 Bumped version to 0.3.0 2012-01-21 02:51:56 -06:00
beder
005ea5fc68 Put all the old-api stuff back in the main folder, for simplicity 2012-01-20 23:55:39 -06:00
beder
45962234a1 Removed the new API from the default branch 2012-01-20 23:50:39 -06:00
beder
6bb1e809c6 Added boost find/includes to the new API CMake instructions 2012-01-11 13:19:31 -06:00
beder
0ebe0b2537 Fixed typo in computing private headers (no effect on the build, just for the project files) 2011-10-20 21:50:47 -05:00
beder
4369d0b73c Fixed installation (we now install the whole include header tree) 2011-10-18 14:55:31 -05:00
beder
8fd4bc3d99 Fixed the #ifdefs for the api stuff 2011-10-18 14:47:35 -05:00
beder
c725f0b953 Couldn't get the copy command to work for yaml.h, so switched to configure_file 2011-10-18 14:43:48 -05:00
beder
8b6818d1de 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
2d908695c6 Merged with the main branch, which just updated version count to 0.2.7 2011-09-18 00:26:18 -05:00
beder
856c189890 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
93ba64cc14 Bumped version to 0.2.7 2011-09-14 01:23:15 -05:00
beder
8bc95ce0ce 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
9388bbd098 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
20c6bd516d Implemented (untested) the value builder 2011-09-09 23:28:21 -05:00
beder
327ad93dc6 Started implementing node_data 2011-09-07 00:45:28 -05:00
beder
659e8207a0 Sketched more of the implementation 2011-09-06 23:11:38 -05:00
jbeder
f61e42abf8 Fixed includedir for the .pc.cmake file 2011-05-29 02:17:49 +00:00
jbeder
c754bdbf84 Set version to 0.2.6 2011-03-30 01:33:02 +00:00
jbeder
c3a1d42811 Switched project label to use 'nicer' suffix (e.g., md instead of /MD) 2011-03-21 23:03:01 +00:00
jbeder
45362099b0 Added eol-style=native prop to missing files 2011-03-17 02:06:10 +00:00
jbeder
ad63662bd9 Fixed mixed line endings 2011-03-17 02:04:34 +00:00
jbeder
3768241d43 Added option to disable compilation of contrib code 2011-03-16 01:10:57 +00:00
jbeder
70937fd6dc 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
3745b24bf1 Tiny formatting change in CMake file 2011-03-02 21:09:38 +00:00
jbeder
4a82240b12 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
faeb0425d8 Merged contrib folders from the graphbuilder-api branch, including the recursive search in CMakeLists.txt 2011-03-02 04:48:04 +00:00
jbeder
8234b8bf02 Merged CMakeLists.txt from issue 87 - now it's cleaner, and supports Windows much better 2011-03-02 04:37:55 +00:00
jbeder
7e3c476ba8 Fixed emitting colon at end of scalar bug 2010-12-03 21:52:04 +00:00
jbeder
68c9296c51 Updated CMake iPhone settings 2010-10-18 21:35:34 +00:00
jbeder
2eca7dd6f9 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
027c33cfa2 Tagged version 0.2.5 2010-03-15 19:25:02 +00:00
jbeder
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. 2010-03-03 05:30:06 +00:00
jbeder
dc6253863d Replaced conversion macros with SFINAE 2009-11-10 21:23:52 +00:00
jbeder
9eaae37791 Now actually removed yaml-reader 2009-10-27 14:47:08 +00:00