6b70894903Added templated casting to nodes, as well as operator == and != (for quick checks, especially to help in testing). Implemented size() on a map node to return the number of key/value pairs (as in std::map)
jbeder
2009-09-06 15:54:11 +0000
729fb4d30bUpdated the CMake file for 0.2.0 release, and added install.txt
release-0.2.0
Jesse Beder
2009-09-05 23:05:39 +0000
44750974e7Updated the CMake file for 0.2.0 release, and added install.txt
jbeder
2009-09-05 23:05:39 +0000
04b06a0861Updated the CMake file for 0.2.0 release, and added install.txt
jbeder
2009-09-05 23:05:39 +0000
91163d2296Allowed solo entries in a flow map to be read as keys with null value
Jesse Beder
2009-09-05 22:42:01 +0000
f21456972cAllowed solo entries in a flow map to be read as keys with null value
jbeder
2009-09-05 22:42:01 +0000
529a01f3ebAllowed solo entries in a flow map to be read as keys with null value
jbeder
2009-09-05 22:42:01 +0000
75477ade65Finished refactoring of simple keys so that they can refer to multiple tokens at a single level
Jesse Beder
2009-09-05 03:49:38 +0000
ba472cc9a3Finished refactoring of simple keys so that they can refer to multiple tokens at a single level
jbeder
2009-09-05 03:49:38 +0000
960a2234ecFinished refactoring of simple keys so that they can refer to multiple tokens at a single level
jbeder
2009-09-05 03:49:38 +0000
0e1638d7b5Refactored simple keys so that validating doesn't require popping indents, and so popping indents (and adding the end map) is independent of when we validate the simple key
Jesse Beder
2009-09-05 02:51:09 +0000
a2f2ab8426Refactored simple keys so that validating doesn't require popping indents, and so popping indents (and adding the end map) is independent of when we validate the simple key
jbeder
2009-09-05 02:51:09 +0000
98fc0e2586Refactored simple keys so that validating doesn't require popping indents, and so popping indents (and adding the end map) is independent of when we validate the simple key
jbeder
2009-09-05 02:51:09 +0000
2e859413e7Added more explicit doc indicator tests
jbeder
2009-08-26 16:23:58 +0000
f528e607adAdded more explicit doc indicator tests
jbeder
2009-08-26 16:23:58 +0000
1b240d3576Fixed bug with explicit doc start introduced in last commit
Jesse Beder
2009-08-26 16:15:27 +0000
aadc5052bcFixed bug with explicit doc start introduced in last commit
jbeder
2009-08-26 16:15:27 +0000
66da4789dbFixed bug with explicit doc start introduced in last commit
jbeder
2009-08-26 16:15:27 +0000
4b6a0b382cAdded CMake option to build for the iphone
Jesse Beder
2009-08-24 23:43:53 +0000
3c35ab1e42Added CMake option to build for the iphone
jbeder
2009-08-24 23:43:53 +0000
b08cec5b5dAdded CMake option to build for the iphone
jbeder
2009-08-24 23:43:53 +0000
b789a1c5f9Removed the implicit sequence code (since it's not used any more)
Jesse Beder
2009-08-24 22:58:47 +0000
4457b7dd5bRemoved the implicit sequence code (since it's not used any more)
jbeder
2009-08-24 22:58:47 +0000
10cc043662Removed the implicit sequence code (since it's not used any more)
jbeder
2009-08-24 22:58:47 +0000
a1460169e6Fixed bug in anchors with no content. This involved refactoring the 'implicit sequence' concept (where a map and a sequence start on the same indent, but we read the sequence as more indented since the '-' is visually an indent).
Jesse Beder
2009-08-24 22:56:54 +0000
c7ed85a4acFixed bug in anchors with no content. This involved refactoring the 'implicit sequence' concept (where a map and a sequence start on the same indent, but we read the sequence as more indented since the '-' is visually an indent).
jbeder
2009-08-24 22:56:54 +0000
990686d3d2Fixed bug in anchors with no content. This involved refactoring the 'implicit sequence' concept (where a map and a sequence start on the same indent, but we read the sequence as more indented since the '-' is visually an indent).
jbeder
2009-08-24 22:56:54 +0000
abe0af76c5Added Node::Clone function
Jesse Beder
2009-08-24 20:10:42 +0000
fc22d55b53Added Node::Clone function
jbeder
2009-08-24 20:10:42 +0000
7118305ecdAdded Node::Clone function
jbeder
2009-08-24 20:10:42 +0000
8e636436f8Cleaned up
Jesse Beder
2009-08-24 18:23:20 +0000
8fcd09f30bCleaned up
jbeder
2009-08-24 18:23:20 +0000
7a80ac787dCleaned up
jbeder
2009-08-24 18:23:20 +0000
8c33523b15Removed the std::wstring conversion
Jesse Beder
2009-08-22 00:25:37 +0000
2c4a7cf58cRemoved the std::wstring conversion
jbeder
2009-08-22 00:25:37 +0000
8cc5826a55Removed the std::wstring conversion
jbeder
2009-08-22 00:25:37 +0000
81c2e6b6caConverted indexing to std::size_t, and fixed the Node templated overloads to properly index any index type (determining what is an index type is a bit of a hack - it should be is_convertible<T, std::size_t> (I think), but I just explicitly wrote down a list)
Jesse Beder
2009-08-19 20:58:07 +0000
770d6de545Converted indexing to std::size_t, and fixed the Node templated overloads to properly index any index type (determining what is an index type is a bit of a hack - it should be is_convertible<T, std::size_t> (I think), but I just explicitly wrote down a list)
jbeder
2009-08-19 20:58:07 +0000
903b2d6d5aConverted indexing to std::size_t, and fixed the Node templated overloads to properly index any index type (determining what is an index type is a bit of a hack - it should be is_convertible<T, std::size_t> (I think), but I just explicitly wrote down a list)
jbeder
2009-08-19 20:58:07 +0000
ba11f5ae15Added 'yaml-cpp: ' to the exception messages
Jesse Beder
2009-08-19 05:09:12 +0000
c45372e2f3Added 'yaml-cpp: ' to the exception messages
jbeder
2009-08-19 05:09:12 +0000
72bcc006deAdded 'yaml-cpp: ' to the exception messages
jbeder
2009-08-19 05:09:12 +0000
d92ca21bccAdded templated Read() function that creates the output variable itself (so you don't need to have a temp variable)
Jesse Beder
2009-08-19 03:37:19 +0000
d1c888f57aAdded templated Read() function that creates the output variable itself (so you don't need to have a temp variable)
jbeder
2009-08-19 03:37:19 +0000
51f5e012bbAdded templated Read() function that creates the output variable itself (so you don't need to have a temp variable)
jbeder
2009-08-19 03:37:19 +0000