summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Omit unused parameter names to avoid warningDaniel Elstner2009-06-241-1/+1
* Use a const instead of a #define in the value array example.José Alburquerque2009-06-231-2/+2
* Add Glib::ValueArray with usage test.José Alburquerque2009-06-223-1/+83
* Use DK_ARG_ENABLE_WARNINGS() to replace custom M4 macroDaniel Elstner2009-03-261-1/+1
* Fix --disable-api-exceptions buildDaniel Elstner2009-03-232-9/+68
* Fix tests to use standard filenamesJonathon Jongsma2008-12-132-2/+2
* Fixed the const char* specialization for Stringify<> by making the string_Armin Burgmeier2008-10-201-1/+1
* Add a workaround for the HOST_NOT_FOUND symbol conflictsJonathon Jongsma2008-10-051-0/+12
* 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
* Added a test case. Added a ustring::Stringify<> template specialization soMurray Cumming2008-08-063-1/+36
* 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-293-1/+1
* Renamed Glib::Tree to Glib::NodeTree to avoid confusion with GTree,Murray Cumming2008-07-291-5/+5
* Build the docs at the end, after the tests, to save time when testing APIMurray Cumming2008-07-291-19/+28
* Make the callbacks take a Tree<> instead of just the data, so they can useSzilárd Pfeiffer2008-07-291-11/+23
* Added the drive_eject_button signal.Murray Cumming2008-07-253-1/+58
* Added missing filesMurray Cumming2008-06-142-0/+98
* Added Glib::Tree, a wrapper for GNode, providing an N-ary tree container,Levi Bard2008-06-131-1/+1
* Contents of files in tests/glibmm_date/ (main.cc and Makefile.am) wereJosé Alburquerque2008-06-111-10/+0
* Removed duplicate code so test can compile.José Alburquerque2008-06-101-29/+0
* Added copy constructor and assignment operator; Made GDate constructorJosé Alburquerque2008-06-103-1/+71
* Fix compile with GCC 4.3.Kjartan Maraas2008-02-021-0/+1
* Added a read() method overload with no cancellable parameter. Try loadingMurray Cumming2008-01-231-3/+27
* Copy (and very slightly adjust) the build_shared/ files from gtkmm, whichMurray Cumming2008-01-105-22/+12
* Correct an include.Murray Cumming2008-01-105-1/+33
* Remove .cvsignore files.Daniel Elstner2007-01-202-9/+0
* Added a compiler test, because the IRIX MipsPro compiler does not allowMurray Cumming2005-01-191-2/+0
* 2.4.0:Murray Cumming2004-04-111-1/+1
* Remove the parent get_type() call from the Class::init() function, becauseMurray Cumming2004-03-131-11/+17
* Add scripts and tests directories to SUBDIRS instead of DIST_SUBDIRS, soMurray Cumming2003-12-302-8/+10
* Corrected LIBS and CFLAGS. Not all of these build because they use gtkmmMurray Cumming2003-01-211-3/+3
* More version fixing.Murray Cumming2003-01-211-9/+1
* It now builds, though I haven' tried installing it. The library names andMurray Cumming2003-01-081-4/+1
* Initial revisionMurray Cumming2003-01-077-0/+72