0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 3 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved to https://gitlab.com/charger7534/sawyer More... 5 months ago
Moved to [Gitlab][https://gitlab.com/charger7534/sawyer] More... 5 months ago
Sawyer now requires a C++14 or later compiler More... 7 months ago
Fixed Sawyer::Tree namespace documentation More... 7 months ago
Changed BOOST_FOREACH to C++14 range 'for'; sprintf to snprintf More... 7 months ago
Fixed compilation error More... 8 months ago
Turn off SQLite and/or PostgreSQL if not available when building libsawyer More... 8 months ago
Tilde is an allowed YAML character More... 9 months ago
SharedPtr<T> can be assigned nullptr directly More... 10 months ago
Added Sawyer::Attribute::declareMaybe More... 10 months ago
Fixed YAML quoting and serialize function name More... 11 months ago
Cleaned up some data member initializations More... 11 months ago
YAML output should use std::ostream instead of std::iostream More... 11 months ago
Added Tree::traversePre and Tree::traversePost convenience functions More... about 1 year ago
Added Tree::Vertex<B>::isa<T> More... about 1 year ago
Added Yaml::Node::exists More... about 1 year ago
Added more tree unit tests More... about 1 year ago
Added some missing operator= and copy constructors More... about 1 year ago
Move Tree::Edge::operator= to satisfy more C++ compilers More... about 1 year ago
Added Tree unit test #48 to demo ROSE traversals More... about 1 year ago
Added a couple missing "typename" to the new Tree stuff More... about 1 year ago
Removed Sawyer::Tree::List More... about 1 year ago
Added Tree 1:N edges and unit tests More... about 1 year ago
ASSERT_*2 macros can take almost any type as the second argument More... about 1 year ago
Documentation for Sawyer::Tree More... about 1 year ago
Added tree forward traversals More... about 1 year ago
Removed Yaml dependency on ROSE for numeric parsing More... about 1 year ago
Added missing tree list iterator constructor More... about 1 year ago
Clexer doesn't emit empty error messages More... about 1 year ago
New tree data structure implementation More... about 1 year ago