a03e861d8cSwitched map's convert<> specialization to use the new force_insert
Jesse Beder
2012-10-31 19:10:45 -0500
3f1696f673Switched map's convert<> specialization to use the new force_insert
beder
2012-10-31 19:10:45 -0500
e4a1830003Added force_insert for mapping nodes that doesn't check to see if the key exists already (so it could duplicate keys)
beder
2012-10-31 19:08:09 -0500
09b4706fafAdded force_insert for mapping nodes that doesn't check to see if the key exists already (so it could duplicate keys)
Jesse Beder
2012-10-31 19:08:09 -0500
094af53943Added force_insert for mapping nodes that doesn't check to see if the key exists already (so it could duplicate keys)
beder
2012-10-31 19:08:09 -0500
595dc8277aSimplified Node::operator[] interface by removing the C-string overloads, using a helper to_value
beder
2012-10-31 18:55:07 -0500
a645866ffaSimplified Node::operator[] interface by removing the C-string overloads, using a helper to_value
Jesse Beder
2012-10-31 18:55:07 -0500
138ac50043Simplified Node::operator[] interface by removing the C-string overloads, using a helper to_value
beder
2012-10-31 18:55:07 -0500
b43bf996d4Added small 'read' program to test reading a single doc (from stdin)
beder
2012-09-15 16:29:07 -0700
57b9d04bdfAdded small 'read' program to test reading a single doc (from stdin)
beder
2012-09-15 16:29:07 -0700
979a91692fAdded small 'read' program to test reading a single doc (from stdin)
Jesse Beder
2012-09-15 16:29:07 -0700
4493885343Fixed typo in the core parser tests
beder
2012-09-15 15:50:44 -0700
7e56225c7fFixed typo in the core parser tests
beder
2012-09-15 15:50:44 -0700
1d1d6886ccFixed typo in the core parser tests
Jesse Beder
2012-09-15 15:50:44 -0700
bbdfee7af7workaround for gcc 3
Jeff Wang
2012-07-17 11:55:45 -0500
d770a7dc97workaround for gcc 3
Jeff Wang
2012-07-17 11:55:45 -0500
5ae9a81627workaround for gcc 3
Jeff Wang
2012-07-17 11:55:45 -0500
72f90c6c23Added free Clone() function for Nodes
beder
2012-07-04 15:26:37 -0500
823311384fAdded free Clone() function for Nodes
Jesse Beder
2012-07-04 15:26:37 -0500
441cd644e7Added free Clone() function for Nodes
beder
2012-07-04 15:26:37 -0500
b62eac20f6Merged end of map/seq flow fix from core
beder
2012-06-09 14:42:00 -0500
f29ea4b070Merged end of map/seq flow fix from core
Jesse Beder
2012-06-09 14:42:00 -0500
aa6455e2b6Merged end of map/seq flow fix from core
beder
2012-06-09 14:42:00 -0500
9bbf43b23eFixed bug where the parser doesn't find the end of a map or seq flow
beder
2012-06-09 14:39:00 -0500
37f6ca659dFixed bug where the parser doesn't find the end of a map or seq flow
beder
2012-06-09 14:39:00 -0500
68dd9b5d18Fixed bug where the parser doesn't find the end of a map or seq flow
Jesse Beder
2012-06-09 14:39:00 -0500
3e2b4a3dd4Added extra parser tests for the core; in particular, one that asserts instead of throwing
beder
2012-06-09 14:26:44 -0500
cc8f9be883Added extra parser tests for the core; in particular, one that asserts instead of throwing
beder
2012-06-09 14:26:44 -0500
2d815c5d6aAdded extra parser tests for the core; in particular, one that asserts instead of throwing
Jesse Beder
2012-06-09 14:26:44 -0500
9bd35af092Removed stray GetNextDocument declaration from the parser (it's from the old API, and not the new one)
beder
2012-06-08 10:25:42 -0500
5c097d417aRemoved stray GetNextDocument declaration from the parser (it's from the old API, and not the new one)
Jesse Beder
2012-06-08 10:25:42 -0500
c38af67d3aRemoved stray GetNextDocument declaration from the parser (it's from the old API, and not the new one)
beder
2012-06-08 10:25:42 -0500
2b9d6d8faaUpdated from core (emitter)
beder
2012-05-25 19:39:15 -0500
ab36ca930fUpdated from core (emitter)
Jesse Beder
2012-05-25 19:39:15 -0500
4c0b4b8f81Updated from core (emitter)
beder
2012-05-25 19:39:15 -0500
a42a10b7a7Changed Emitter::size() to return std::size_t instead of unsigned
beder
2012-05-25 19:38:58 -0500
826732d85dChanged Emitter::size() to return std::size_t instead of unsigned
beder
2012-05-25 19:38:58 -0500
d5130a4109Changed Emitter::size() to return std::size_t instead of unsigned
Jesse Beder
2012-05-25 19:38:58 -0500
f7168f0aecUpdated the ostream emitting overload to user the new ostream-handling emitters
beder
2012-05-25 19:38:20 -0500
6c690e8294Updated the ostream emitting overload to user the new ostream-handling emitters
Jesse Beder
2012-05-25 19:38:20 -0500
6c3b32d74bUpdated the ostream emitting overload to user the new ostream-handling emitters
beder
2012-05-25 19:38:20 -0500
6f304c47ebMerged ostreams for the emitter change from the core
beder
2012-05-25 19:35:24 -0500
a78069a6e2Merged ostreams for the emitter change from the core
Jesse Beder
2012-05-25 19:35:24 -0500
3fc227d48fMerged ostreams for the emitter change from the core
beder
2012-05-25 19:35:24 -0500
64e5d74cc9Switched the stream << for c-strings to take a templated array param (since we never stream user-built c-strings, only string literals). For this, refactored the escape character display
beder
2012-05-25 19:33:34 -0500
dc04850eccSwitched the stream << for c-strings to take a templated array param (since we never stream user-built c-strings, only string literals). For this, refactored the escape character display
beder
2012-05-25 19:33:34 -0500
bc3f72b565Switched the stream << for c-strings to take a templated array param (since we never stream user-built c-strings, only string literals). For this, refactored the escape character display
Jesse Beder
2012-05-25 19:33:34 -0500
c3facc9b58Added constructor to the Emitter with a stream, so you can write directly to a stream instead of our temp
beder
2012-05-25 18:22:33 -0500
bbce38d36fAdded constructor to the Emitter with a stream, so you can write directly to a stream instead of our temp
beder
2012-05-25 18:22:33 -0500
2ffdc5b4d1Added constructor to the Emitter with a stream, so you can write directly to a stream instead of our temp
Jesse Beder
2012-05-25 18:22:33 -0500
7c436de457Switched the ostream wrapper to wrap a std::vector<char> instead of our manually managed memory
beder
2012-05-25 18:17:14 -0500
c591e8d752Switched the ostream wrapper to wrap a std::vector<char> instead of our manually managed memory
beder
2012-05-25 18:17:14 -0500
e6d4a915dcSwitched the ostream wrapper to wrap a std::vector<char> instead of our manually managed memory
Jesse Beder
2012-05-25 18:17:14 -0500
bfa3cce38dUpdated ostream wrapper with a write() and update_pos
beder
2012-05-25 17:39:14 -0500
083f37ada2Updated ostream wrapper with a write() and update_pos
beder
2012-05-25 17:39:14 -0500
7c85e9d5deUpdated ostream wrapper with a write() and update_pos
Jesse Beder
2012-05-25 17:39:14 -0500