| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a test checking whether floating variants are always sunk. | Krzesimir Nowak | 2012-07-28 | 1 | -0/+73 |
* | Avoid use of deprecated API in tests and examples. | Murray Cumming | 2011-10-26 | 1 | -1/+2 |
* | Fix the make check build by always linking to gthread-2.0. | Murray Cumming | 2011-10-25 | 1 | -1/+1 |
* | Missing parts of the last commit | Murray Cumming | 2011-09-06 | 1 | -0/+10 |
* | Add reftpr_sigc_bind test case. | Murray Cumming | 2011-07-19 | 2 | -1/+71 |
* | Fix the build with --enable-warnings=fatal. | Murray Cumming | 2011-06-04 | 1 | -2/+2 |
* | Variant: Rename get(index) to get_child(index). | Murray Cumming | 2011-03-29 | 1 | -2/+2 |
* | Variant: Really declare the cast_dyamic() specialization for ustring. | Murray Cumming | 2011-03-29 | 1 | -1/+99 |
* | Whitespace changes | Murray Cumming | 2011-03-29 | 1 | -12/+12 |
* | Vectorutils, ArrayHandle: Check for NULL pointers. | Krzesimir Nowak | 2011-03-21 | 4 | -18/+108 |
* | Variant: Added Variant<VariantBase>::get(). | Yannick Guesnet | 2011-03-16 | 1 | -0/+37 |
* | Variant: Add a cast operator. | Yannick Guesnet | 2011-03-16 | 1 | -0/+49 |
* | tests: Remove remaining use of std::cout. | Murray Cumming | 2011-02-24 | 2 | -2/+16 |
* | tests: Use EXIT_* for clarity. | Murray Cumming | 2011-02-24 | 14 | -16/+16 |
* | Actually run all tests, and check some failures. | Murray Cumming | 2011-02-24 | 12 | -93/+182 |
* | Rename Gio::DBus::DBusError to Gio::DBus::Error. | Murray Cumming | 2011-02-24 | 2 | -0/+82 |
* | Added missing files. | Krzesimir Nowak | 2011-02-21 | 2 | -2/+91 |
* | Extended build_filename() utility function | Fabrício Godoy | 2011-02-21 | 2 | -0/+39 |
* | Added bool specialization for Glib::ArrayHandle. | Krzesimir Nowak | 2011-02-21 | 1 | -25/+27 |
* | Fixed code style. | Murray Cumming | 2011-01-27 | 2 | -197/+199 |
* | Added vectorutils.h. | Krzesimir Nowak | 2011-01-27 | 3 | -2/+669 |
* | Variant test: Use the dictionary variant classes in the test. | José Alburquerque | 2010-12-28 | 1 | -1/+65 |
* | Add a valuearray test to build. | Krzesimir Nowak | 2010-12-24 | 1 | -2/+1 |
* | Add Variant< std::vector<[Glib::ustring|std::string]> specializations. | José Alburquerque | 2010-12-21 | 1 | -7/+7 |
* | Variant: Add a VariantStringBase and a VariantContainerBase class. | José Alburquerque | 2010-12-20 | 2 | -1/+44 |
* | Remove the reduced API options and code, as discussed on mailing list. | Murray Cumming | 2010-05-31 | 2 | -63/+0 |
* | 2.23.42.23.4 | Murray Cumming | 2010-03-26 | 1 | -2/+4 |
* | Add regression test for Bug #613250. | Murray Cumming | 2010-03-26 | 2 | -1/+31 |
* | Revert accidentally pushed commits. | José Alburquerque | 2010-03-15 | 1 | -2/+2 |
* | ValueArray Example: Get values as references in loops. | José Alburquerque | 2010-03-11 | 1 | -2/+2 |
* | Reorder assignment to LDADD and giomm_ldadd in tests/Makefile.am | David King | 2010-03-10 | 1 | -3/+3 |
* | AsyncResult: Add get_source_object_base(), deprecating get_source_object(). | Murray Cumming | 2010-03-08 | 2 | -1/+36 |
* | Implement GTree wrapper | Szilárd Pfeiffer | 2010-01-05 | 3 | -0/+239 |
* | Convert tests/ sub-tree to non-recursive build | Daniel Elstner | 2009-08-09 | 9 | -56/+50 |
* | Use references to store casts in glibmm_valuearray test. | José Alburquerque | 2009-07-03 | 1 | -2/+2 |
* | Omit unused parameter names to avoid warning | Daniel Elstner | 2009-06-24 | 1 | -1/+1 |
* | Use a const instead of a #define in the value array example. | José Alburquerque | 2009-06-23 | 1 | -2/+2 |
* | Add Glib::ValueArray with usage test. | José Alburquerque | 2009-06-22 | 3 | -1/+83 |
* | Use DK_ARG_ENABLE_WARNINGS() to replace custom M4 macro | Daniel Elstner | 2009-03-26 | 1 | -1/+1 |
* | Fix --disable-api-exceptions build | Daniel Elstner | 2009-03-23 | 2 | -9/+68 |
* | Fix tests to use standard filenames | Jonathon Jongsma | 2008-12-13 | 2 | -2/+2 |
* | Fixed the const char* specialization for Stringify<> by making the string_ | Armin Burgmeier | 2008-10-20 | 1 | -1/+1 |
* | Add a workaround for the HOST_NOT_FOUND symbol conflicts | Jonathon Jongsma | 2008-10-05 | 1 | -0/+12 |
* | Implemented clone function to merge the constructors into that and fixed | Szilárd Pfeiffer | 2008-09-03 | 1 | -30/+18 |
* | Actually use the copy constructor (or operator=), instead of just copying | Murray Cumming | 2008-08-26 | 1 | -1/+1 |
* | Added a copy constructor. Therefore, take store the data by value instead | Szilárd Pfeiffer | 2008-08-26 | 1 | -3/+3 |
* | Implement the C++ version of GNode test case. Bug #547889 | Szilárd Pfeiffer | 2008-08-18 | 1 | -98/+136 |
* | Added a test case. Added a ustring::Stringify<> template specialization so | Murray Cumming | 2008-08-06 | 3 | -1/+36 |
* | Hand-code the TraverseType enum, to add a prefix to the values. Adapted. | Murray Cumming | 2008-07-29 | 1 | -7/+7 |
* | find(), find_child(), traverse(), foreach(): Rearrange the parameters so | Murray Cumming | 2008-07-29 | 1 | -13/+11 |