summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Variant: Rename get(index) to get_child(index).Murray Cumming2011-03-291-2/+2
* Variant: Really declare the cast_dyamic() specialization for ustring.Murray Cumming2011-03-291-1/+99
* Whitespace changesMurray Cumming2011-03-291-12/+12
* Vectorutils, ArrayHandle: Check for NULL pointers.Krzesimir Nowak2011-03-214-18/+108
* Variant: Added Variant<VariantBase>::get().Yannick Guesnet2011-03-161-0/+37
* Variant: Add a cast operator.Yannick Guesnet2011-03-161-0/+49
* tests: Remove remaining use of std::cout.Murray Cumming2011-02-242-2/+16
* tests: Use EXIT_* for clarity.Murray Cumming2011-02-2414-16/+16
* Actually run all tests, and check some failures.Murray Cumming2011-02-2412-93/+182
* Rename Gio::DBus::DBusError to Gio::DBus::Error.Murray Cumming2011-02-242-0/+82
* Added missing files.Krzesimir Nowak2011-02-212-2/+91
* Extended build_filename() utility functionFabrício Godoy2011-02-212-0/+39
* Added bool specialization for Glib::ArrayHandle.Krzesimir Nowak2011-02-211-25/+27
* Fixed code style.Murray Cumming2011-01-272-197/+199
* Added vectorutils.h.Krzesimir Nowak2011-01-273-2/+669
* Variant test: Use the dictionary variant classes in the test.José Alburquerque2010-12-281-1/+65
* Add a valuearray test to build.Krzesimir Nowak2010-12-241-2/+1
* Add Variant< std::vector<[Glib::ustring|std::string]> specializations.José Alburquerque2010-12-211-7/+7
* Variant: Add a VariantStringBase and a VariantContainerBase class.José Alburquerque2010-12-202-1/+44
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-312-63/+0
* 2.23.42.23.4Murray Cumming2010-03-261-2/+4
* Add regression test for Bug #613250.Murray Cumming2010-03-262-1/+31
* Revert accidentally pushed commits.José Alburquerque2010-03-151-2/+2
* ValueArray Example: Get values as references in loops.José Alburquerque2010-03-111-2/+2
* Reorder assignment to LDADD and giomm_ldadd in tests/Makefile.amDavid King2010-03-101-3/+3
* AsyncResult: Add get_source_object_base(), deprecating get_source_object().Murray Cumming2010-03-082-1/+36
* Implement GTree wrapperSzilárd Pfeiffer2010-01-053-0/+239
* Convert tests/ sub-tree to non-recursive buildDaniel Elstner2009-08-099-56/+50
* Use references to store casts in glibmm_valuearray test.José Alburquerque2009-07-031-2/+2
* 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