Commit Graph

30 Commits

Author SHA1 Message Date
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
jbeder
9c99c0edd9 Reverted yaml-reader name change 2009-10-27 14:45:14 +00:00
jbeder
8a9fe52ea8 Renamed yaml-reader test 2009-10-27 14:38:53 +00:00
jbeder
bed6c52611 Tagged version 0.2.4 2009-10-25 20:27:31 +00:00
jbeder
e2ed13ff7b 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
66286082bd Tagged version 0.2.3 2009-10-22 21:55:44 +00:00
jbeder
85120a2cbf Update CMakeLists.txt to append, not overwrite CMAKE_CXX_FLAGS 2009-10-19 22:32:26 +00:00
jbeder
eef16b7f23 Patched for optional building of tests and tools 2009-10-12 05:21:00 +00:00
jbeder
21b4a609ab Tagged version 0.2.2 2009-09-09 01:37:23 +00:00
jbeder
732232a564 Tagged release 0.2.1 for patch with complex keys 2009-09-06 22:02:59 +00:00
jbeder
04b06a0861 Updated the CMake file for 0.2.0 release, and added install.txt 2009-09-05 23:05:39 +00:00
jbeder
b08cec5b5d Added CMake option to build for the iphone 2009-08-24 23:43:53 +00:00
jbeder
1e79c4c482 Fixed location of yaml-cpp.pc file 2009-07-24 06:18:46 +00:00
jbeder
e04719c75a Added support for pkgconfig 2009-07-15 20:37:11 +00:00
jbeder
0c94a5e4ec Added check for extra compiler flags if using gcc 2009-07-10 17:26:39 +00:00
jbeder
61caf5b6ad Applied patch to build and version a shared library 2009-07-10 03:52:05 +00:00
jbeder
b5d7cef103 Fixed warnings to compile on gcc with -Wall -pedantic -Wextra 2009-07-10 03:30:04 +00:00
jbeder
876f11e990 Merged utf branch changes r178:187 into the trunk 2009-07-10 03:10:03 +00:00
jbeder
302a9fbb5c Patched CMake file to allow flexibility in build (in particular to allow shared lib build) 2009-06-12 04:28:36 +00:00
jbeder
460523afa0 Patch - added testing 2009-05-30 02:41:27 +00:00
jbeder
ea21bf2c56 Patched - install target 2009-05-29 22:55:59 +00:00
jbeder
e222893c14 Patch to simplify CMakeLists.txt files 2009-05-29 22:48:25 +00:00
jbeder
a50c88ac17 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
jbeder
760e236979 Changed output library directory to /lib (in the source directory) - this makes more sense 2009-05-23 17:11:19 +00:00
jbeder
9afcab1486 Restructured CMake file to include headers, and to be better organized 2009-05-22 22:11:21 +00:00
jbeder
113193209e Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug 2008-08-07 03:30:56 +00:00