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
|
34af068e78
|
Set up util/parse for the new API
|
2011-09-10 23:03:02 -05:00 |
|
beder
|
ad817d94fd
|
Fixed minor things that used the old API, compiles/links/runs\!
|
2011-09-10 22:59:27 -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
|
2adb8e2b59
|
Added helper emitter functions, but we have a problem: YAML::Value is already a manipulator
|
2011-09-10 16:50:44 -05:00 |
|
beder
|
9bd46b6cd0
|
Updated the node/value classes with the new iterators, they compile until we try to instantiate anything
|
2011-09-10 14:11:42 -05:00 |
|
beder
|
ca58193832
|
Implemented sugar Parse() functions
|
2011-09-09 23:40:19 -05:00 |
|
beder
|
bba12802e0
|
Map iterator works\!
|
2011-09-09 19:25:11 -05:00 |
|
beder
|
91701f31a6
|
Sequence iterator works\!
|
2011-09-09 19:22:17 -05:00 |
|
beder
|
804cdb9364
|
Added append()
|
2011-09-09 02:51:35 -05:00 |
|
beder
|
06dd91dba9
|
Switched operator[] access to node reference equality, not node equality
|
2011-09-09 02:39:36 -05:00 |
|
beder
|
570f97d303
|
Added half of the std::map conversion (we don't have reading from Values yet)
|
2011-09-08 02:10:04 -05:00 |
|
beder
|
5e58d778db
|
Added back the streamable conversions
|
2011-09-08 02:05:03 -05:00 |
|
beder
|
43058e86a4
|
Switched convert to a templated struct that can be specialized (so we can partially specialize it)
|
2011-09-08 02:02:15 -05:00 |
|
beder
|
783eea07ee
|
Added streamable conversions
|
2011-09-08 00:48:40 -05:00 |
|
beder
|
b9ad65a739
|
Implemented conversion for std::string, including a bypass-accessor to the scalar value
|
2011-09-07 15:49:01 -05:00 |
|
beder
|
563b789cfb
|
Reorganized so that we don't have cyclic include problems
|
2011-09-07 02:59:58 -05:00 |
|
beder
|
327ad93dc6
|
Started implementing node_data
|
2011-09-07 00:45:28 -05:00 |
|
beder
|
5ec459c31d
|
Compiles/links assignment to string
|
2011-09-07 00:20:23 -05:00 |
|
beder
|
33a1d25c73
|
Value stuff compiles/links with lots of placeholder functions
|
2011-09-07 00:12:24 -05:00 |
|
beder
|
68c450b392
|
Added api sketch
|
2011-09-04 19:50:08 -05: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
|
1f3cf8639a
|
Merged r444:449 from the node refactoring branch to the trunk
|
2011-03-03 00:19:26 +00:00 |
|
jbeder
|
48e70e464a
|
Added more tests for the newline, and disallowed newlines after implicit block keys
|
2010-10-22 03:53:33 +00:00 |
|
jbeder
|
467eb4931b
|
Added YAML::Newline manipulator for the emitter
|
2010-10-21 22:02:29 +00:00 |
|
jbeder
|
3aafbdac96
|
Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes
|
2010-10-18 07:05:53 +00:00 |
|
jbeder
|
3ffcfb3a83
|
Merged r366:387 from the jbeder-event-api branch
|
2010-10-18 06:45:03 +00:00 |
|
jbeder
|
3f0cbb563d
|
Updated signature of Parser::GetNextDocument (issue 45)
|
2009-09-29 18:25:11 +00:00 |
|
jbeder
|
520240527f
|
Added emitting for a YAML::Node (instead of the ad-hoc std::ostream overload) so it'll actually emit valid YAML always
|
2009-07-10 23:39:14 +00:00 |
|
jbeder
|
40342f2637
|
Set up the parse utility program to read from standard input if no file is specified
|
2009-07-10 04:25:11 +00:00 |
|
jbeder
|
79cc0c36be
|
(Finally) overrode Exception::what()\n
|
2009-07-10 04:17:30 +00:00 |
|
jbeder
|
876f11e990
|
Merged utf branch changes r178:187 into the trunk
|
2009-07-10 03:10:03 +00:00 |
|