openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
T
Treecomp
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
41 minutes
ago. based on code collected
about 5 hours
ago.
Mar 30, 2025 — Mar 30, 2026
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* prepare for toplevel dir Since this dir is also for single use, there is a special script prepare_for_toplevel_dir.sh for preparing the dir
Eva Brucherseifer
as emb
More...
over 22 years ago
* added more functions for handling loose childs
Eva Brucherseifer
as emb
More...
almost 23 years ago
* added functions addLooseChild and cutLooseChild to RootNode for loose connections * added function getChildren(...) which copies children pointers to templated container * several fixes of sibling management
Eva Brucherseifer
as emb
More...
about 23 years ago
* fixed a bug in addChild
Eva Brucherseifer
as emb
More...
about 23 years ago
* did some testing in main.cpp
Eva Brucherseifer
as emb
More...
about 23 years ago
* added functions addChild to Node BEWARE !!! in my code this change introduces a segfault !!!
Eva Brucherseifer
as emb
More...
about 23 years ago
* fixed documentation for changed functions Node::cutChild and Node::deleteChild * refactored deleteChild to use cutChild * updated version number to 1.3
Eva Brucherseifer
as emb
More...
about 23 years ago
* inserted all classes in new namespace treecomp
Eva Brucherseifer
as emb
More...
over 23 years ago
* added function cutChild do node
Eva Brucherseifer
as emb
More...
over 23 years ago
added std:: to standard-algorithm
Eva Brucherseifer
as emb
More...
over 23 years ago
* updated .cvsignore file
Eva Brucherseifer
as emb
More...
over 23 years ago
* sync'ed admin dir with KDE CVS
Eva Brucherseifer
as emb
More...
over 23 years ago
* ported treecomp to gcc3.2 this was done by adding some "typename"'s and some "std::"'s
Eva Brucherseifer
as emb
More...
over 23 years ago
* check if child exists before deleting it
Eva Brucherseifer
as emb
More...
over 23 years ago
* made all virtual constructors (clone(), construct()) const
Eva Brucherseifer
as emb
More...
over 23 years ago
* removed "using namespace std" and added "std::" to all types that are part of STL
Eva Brucherseifer
as emb
More...
over 23 years ago
* made some contstructors explicit * updated to new build system * updated documentation
Eva Brucherseifer
as emb
More...
over 23 years ago
* added/updated .cvsignore files
Eva Brucherseifer
as emb
More...
over 23 years ago
* minor corrections
Eva Brucherseifer
as emb
More...
over 23 years ago
* renamed all start() functions to operator()() so algorithms and functors can now be started like this: Algorithm myalg; myalg(input); or Algorithm()(input);
Eva Brucherseifer
as emb
More...
over 23 years ago
* Traversal is returned as reference instead of a const object
Eva Brucherseifer
as emb
More...
over 23 years ago
* added another template parameter to the traversal classes to configure the used container class the container must support the functin push_back(node) * removed to code to get the non const node in NodeIterator and made a new class NodeTraits instead - might be changed later - * added more documentation to Traversal
Eva Brucherseifer
as emb
More...
over 23 years ago
* removed template parameter _TContent from NodeIterator class since Node, NormalNode and RootNode are passed anyway
Eva Brucherseifer
as emb
More...
over 23 years ago
* minor corrections
Eva Brucherseifer
as emb
More...
over 23 years ago
* renamed member functions getRightSister/getLeftSister into getRightSibling/getLeftSibling * made a correct pair of const/nonconst access functions
Eva Brucherseifer
as emb
More...
over 23 years ago
* fixed the copying of trees (member function cloneTree in Node) * the sibling pointers are now used
Eva Brucherseifer
as emb
More...
over 23 years ago
* fixed another error in VariableNodeIterator (start node was wrong)
Eva Brucherseifer
as emb
More...
over 23 years ago
* fixed a major bug: the copy constructur of the iterators didn't copy m_end (next time I'll believe, what valgrind tells me ;-) * removed the template parameter _TContent from the Iterator classes (_Node is sufficient)
Eva Brucherseifer
as emb
More...
over 23 years ago
* added class NonCopyable (copied from boost) to treecomp * added pointers to siblings to Node class * removed an unnecessary template parameter from NodeVisitor classes * restructured addChild methods of Node
Eva Brucherseifer
as emb
More...
almost 24 years ago
* improved NodeIterator so that it can be const best method to use iterators is now to do Node<string>::iterator or Node<string>::const_iterator * several visitors are using now the const iterators * several methods have now const parameters
Eva Brucherseifer
as emb
More...
almost 24 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree