summaryrefslogtreecommitdiff
path: root/glib/src/date.ccg
Commit message (Expand)AuthorAgeFilesLines
* Remove Glib::TimeValKjell Ahlstedt2019-08-131-6/+0
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Fix build when _WRAP_ENUM generates enum classKjell Ahlstedt2017-04-111-0/+10
* Remove deprecated API.Murray Cumming2016-11-141-18/+0
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-90/+133
* Replace ScopedPtr with make_unique_ptr_gfree().Murray Cumming2016-01-181-1/+1
* Yet more nullptr instead of 0.Murray Cumming2015-11-201-3/+3
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-2/+2
* Remove useless Subversion tags.Mark Vender2012-09-151-3/+0
* Use std::time_t instead of ::time_t.Kjell Ahlstedt2012-09-121-4/+6
* Date: set_time(): Use g_date_set_time_t() instead of g_date_set_time().José Alburquerque2011-10-131-1/+1
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-10/+0
* Use 0 instead of NULL.Murray Cumming2010-01-291-1/+1
* Get rid of all uses of GLIBMM_USING_STD()Daniel Elstner2009-08-161-3/+0
* Wrapped several ISO 8601 related functions.Krzesimir Nowak2009-07-261-0/+5
* Check for invalid date in Glib::Date copy constructor.José Alburquerque2009-06-221-2/+3
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Clean up glib includes (Bug #563987)Jonathon Jongsma2008-12-101-2/+0
* Added copy constructor and assignment operator; Made GDate constructorJosé Alburquerque2008-06-101-0/+14
* Include glib.h instead of gmessages.h or gtestutils.h so this builds withMurray Cumming2007-12-281-1/+4
* Added a test for the case that time_t is equivalent to guint32, as seemsMurray Cumming2007-10-221-1/+9
* fix implementation of Glib::Date::set_time_current() so that it doesn'tJonathon Jongsma2006-07-161-1/+1
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-121-0/+11
* Added --enable-deprecated-api option. When set to disabled, it does notMurray Cumming2005-11-291-0/+2
* Depend on glib 2.9, which has new API.Murray Cumming2005-11-231-1/+18
* Added clamp_min() and clamp_max() to wrap the case where g_date_clamp()Murray Cumming2004-01-221-0/+12
* Some GTKMM_ prefixes that I forgot.Murray Cumming2003-01-221-1/+1
* Initial revisionMurray Cumming2003-01-071-0/+325