summaryrefslogtreecommitdiff
path: root/tests/glibmm_nodetree
Commit message (Expand)AuthorAgeFilesLines
* NodeTree: Move enums into class, and use C++11 enum classes.Murray Cumming2017-04-181-18/+18
* Tests: Remove an unused variable.Murray Cumming2016-12-121-1/+0
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-311-1/+1
* Use std::ref instead of sigc::ref.Murray Cumming2016-03-081-9/+9
* Run clang-format on tests.Murray Cumming2016-02-261-33/+46
* Fix the build with --enable-warnings=fatal.Murray Cumming2011-06-041-2/+2
* tests: Use EXIT_* for clarity.Murray Cumming2011-02-241-1/+1
* Convert tests/ sub-tree to non-recursive buildDaniel Elstner2009-08-091-7/+0
* Implemented clone function to merge the constructors into that and fixedSzilárd Pfeiffer2008-09-031-30/+18
* Actually use the copy constructor (or operator=), instead of just copyingMurray Cumming2008-08-261-1/+1
* Added a copy constructor. Therefore, take store the data by value insteadSzilárd Pfeiffer2008-08-261-3/+3
* Implement the C++ version of GNode test case. Bug #547889Szilárd Pfeiffer2008-08-181-98/+136
* Hand-code the TraverseType enum, to add a prefix to the values. Adapted.Murray Cumming2008-07-291-7/+7
* find(), find_child(), traverse(), foreach(): Rearrange the parameters soMurray Cumming2008-07-291-13/+11
* Move the TraverseFlags enum into the class, and hand-code it to avoidMurray Cumming2008-07-291-18/+20
* Renamed to nodetree.hgMurray Cumming2008-07-292-0/+119