- 21 Oct, 2011 2 commits
-
-
Jesse Beder authored
Switched the utf bom checking to putback in the stream (instead of keeping a secondary buffer), which fixes a bug when there's only one ascii character
-
Jesse Beder authored
-
- 20 Oct, 2011 1 commit
-
-
Jesse Beder authored
-
- 18 Oct, 2011 6 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
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)
-
- 18 Sep, 2011 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Set the default build to the old API, and removed the duplicate spec test implementation for the old api
-
- 14 Sep, 2011 4 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 13 Sep, 2011 20 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Switched Node::operator=(const Node&) to *not* force itself to create its node first (since we're just assigning them)
-
Jesse Beder authored
Switched the node_ref to *always* create its data (since now the Node itself doesn't always create itself)
-
Jesse Beder authored
Set the pimpl node in Node to be optional, so we don't create unnecessary guys every time you call Node tmp = foo[value];
-
- 12 Sep, 2011 4 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Fixed new API node key/value insertion in NodeBuilder (it was using the wrong condition on when it had added a key already)
-
Jesse Beder authored
-
Jesse Beder authored
-