- 10 Jan, 2016 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 22 Nov, 2015 2 commits
-
-
Jesse Beder authored
This enables the return value to be moved, rather than copied.
-
Michael Welsh Duggan authored
Node::force_insert() uses convert<> to convert its key to a node. Add a specialization for convert<Node>.
-
- 25 Jul, 2015 1 commit
-
-
Haydn Trigg authored
Removed the boost requirement from memory.h using the shared_memory type defined in ptr.h
-
- 08 Jun, 2015 1 commit
-
-
Jonathan Hamilton authored
"const Node Node::operator[](const Key& key) const" changed from returning new empty node if the key was missing in 0.5.1 to returning a shared 'zombie' node in 0.5.2 to resolve a memory leak. (Specifically 1025f76d was where this was introduced) This caused some regressions where this 'zombie' object threw exceptions in some functions where the 'empty' object would not. This change fixes the Node::as(fallback) method (to return the 'fallback' instead of throwing an exception) and the Node::begin()/Node::end() methods to return default-constructed iterators (so begin() == end() in such cases) instead of another exception.
-
- 26 May, 2015 1 commit
-
-
Sébastien Rombauts authored
-
- 08 Apr, 2015 3 commits
-
-
Jesse Beder authored
Initial description of style, tests, and pull request process.
-
Jesse Beder authored
Fix compiler error by updating node_data::remove to use new equals() method.
-
bdutro authored
- Update the call to equals() in node_data::remove() to match the new implementation - Add unit test for node::remove() to catch this type of bug in the future
-
- 03 Apr, 2015 1 commit
-
-
Jesse Beder authored
Add more error messages that include the location in a parsed file.
-
- 02 Apr, 2015 1 commit
-
-
Oliver Hamlet authored
Applied the patch given in jbeder/yaml-cpp#200 with the correct code style.
-
- 31 Mar, 2015 5 commits
-
-
Jesse Beder authored
Add a .gitignore file.
-
Oliver Hamlet authored
Ignore the CMake build directory.
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 30 Mar, 2015 4 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Fixed linker error on Visual Studio with a shared lib by moving the static methods node_data::equals to an instance method on node.
-
- 29 Mar, 2015 1 commit
-
-
Jesse Beder authored
-
- 21 Feb, 2015 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 24 Jan, 2015 15 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
-