Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the Free Software Foundation address in copyright notices | Kjell Ahlstedt | 2017-08-30 | 1 | -2/+1 |
| | | | | Bug 786824 | ||||
* | Run clang-format on tests. | Murray Cumming | 2016-02-26 | 1 | -9/+11 |
| | |||||
* | Tests: More nullptr instead of 0 | Kjell Ahlstedt | 2015-11-23 | 1 | -1/+1 |
| | |||||
* | tests: Use EXIT_* for clarity. | Murray Cumming | 2011-02-24 | 1 | -1/+1 |
| | | | | * tests/*.cc: Use EXIT_SUCCESS rather than 0 because I think that is clearer. | ||||
* | Actually run all tests, and check some failures. | Murray Cumming | 2011-02-24 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | * tests/Makefile.am: Add all tests to TESTS so they are really run during make check, instead of just built. * tests/giomm_asyncresult_sourceobject/main.cc: * tests/giomm_ioerror/main.cc: * tests/giomm_simple/main.cc: * tests/glibmm_bool_arrayhandle/main.cc: * tests/glibmm_bool_vector/main.cc: * tests/glibmm_buildfilename/main.cc: * tests/glibmm_date/main.cc: * tests/glibmm_ustring_compose/main.cc: * tests/glibmm_valuearray/main.cc: * tests/glibmm_variant/main.cc: * tests/glibmm_vector/main.cc: Remove all use of std::cout by default, allowing it to be renabled by changing a line. Return (or) exit with EXIT_FAILURE after any use of std::cerr, so that make check can report it. | ||||
* | Fixed code style. | Murray Cumming | 2011-01-27 | 1 | -18/+18 |
| | |||||
* | Added vectorutils.h. | Krzesimir Nowak | 2011-01-27 | 1 | -0/+82 |
* glib/glibmm/vectorutils.[h|cc]: New files implementing an array, list, slist <-> std::vector convertions. It implements also a specialization for bool types. * glib/glibmm.h: Include vectorutils.h. * glib/glibmm/filelist.am: Added vectorutils to build. * tests/glibmm_vector/main.cc: New test for general vectorutils check. * tests/glibmm_bool_vector/main.cc: New test checking bool specializations. * tests/Makefile.am: Added above tests to build system. |