summaryrefslogtreecommitdiff
path: root/glib/glibmm/stringutils.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-5/+1
| | | | Bug 786824
* Run clang-format on glib .cc files.Murray Cumming2016-02-261-21/+29
|
* Replace ScopedPtr with make_unique_ptr_gfree().Murray Cumming2016-01-181-3/+3
| | | | | Using std::unique_ptr. ScopedPtr is now deprecated. Bug #760223
* Glib: More nullptr instead of 0.Murray Cumming2015-11-201-1/+1
|
* C++11: Use nullptr.Murray Cumming2015-07-161-1/+1
|
* Correct some range checks to use >= instead of just >.Murray Cumming2011-03-211-1/+1
| | | | | | | * glib/glibmm/stringutils.cc: Glib::Ascii::strtod(): * glib/src/variant.[hg|ccg]: get(): Correct the range check. This would previously not have caught all wrong ranges. Thanks to Michael Edwards.
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-8/+0
| | | | | | | | | * configure.ac: Removed the --enable-api-exceptions, --enable-api-properties, --enable-api-vfuncs and --enable-api-default-signal-handlers options. * build/reduced.m4: Removed. * tools/m4/*.m4: * tools/pm/Output.pm: Remove any use of ifdefs and auto_ptr for reduced API. * *.[hg|ccg|h|cc]: Remove the idefed code.
* Get rid of all uses of GLIBMM_USING_STD()Daniel Elstner2009-08-161-6/+1
| | | | | | | | | | * glib/src/*.{ccg,hg}: Remove all uses of GLIBMM_USING_STD(). We definitely do not need this anymore, and probably never did. We never covered all symbols from namespace std anyway and never got any complaint about it. Also, be careful to always include the glibmmconfig.h header when it is needed. * glib/glibmm/*.{cc,h}: ditto. * glib/glibmmconfig.h.in: Clean up and re-indent.
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
| | | | | | | | | | 2009-01-20 Deng Xiyue <manphiz@gmail.com> * Change license header to mention Lesser General Public License version 2.1 instead of Library General Public License, to be consistent with COPYING. svn path=/trunk/; revision=779
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-121-0/+11
|
* GTKMM_ m4 tests and #defines are now prefixed with GLIBMM_Murray Cumming2003-01-221-3/+3
| | | | | | 2003-01-22 Murray Cumming <murrayc@usa.net> * GTKMM_ m4 tests and #defines are now prefixed with GLIBMM_
* Initial revisionMurray Cumming2003-01-071-0/+117