summaryrefslogtreecommitdiff
path: root/glib/glibmm/ustring.cc
Commit message (Expand)AuthorAgeFilesLines
* Prepare existing files for building with MesonKjell Ahlstedt2020-03-011-0/+8
* Use Glib::UStringView with Glib::ustring::compare()Thomas Holder2019-11-301-16/+5
* Use convert_return_gchar_ptr_to_*() in a couple of ustring methodsMartin Ejdestig2019-04-181-10/+5
* Fix memory leak in Glib::ustring::make_valid()Martin Ejdestig2019-04-181-1/+1
* ustring: Fix wchar conversion on macOS with libc++Clemens Lang2018-04-261-3/+3
* ustring: Avoid warning due to type confusionDaniel Boles2017-09-051-2/+3
* ustring: Use std::initializer_list instead of pointer + sizeDaniel Boles2017-09-031-6/+6
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Added ustring::make_valid() which fixes non-UTF8 strings.Krzysztof Piecuch2017-03-151-0/+6
* ustring: Add cbegin() and cend().Murray Cumming2016-11-081-0/+12
* Re-run clang-format on some files.Murray Cumming2016-02-261-1/+1
* Run clang-format on glib .cc files.Murray Cumming2016-02-261-380/+444
* Replace ScopedPtr with make_unique_ptr_gfree().Murray Cumming2016-01-181-22/+24
* Glib::ustring: Add move operatorsKjell Ahlstedt2016-01-141-4/+30
* Glib: More nullptr instead of 0.Murray Cumming2015-11-201-12/+12
* Make destructors explicitly noexcept.Murray Cumming2015-08-311-2/+2
* C++11: Use nullptr.Murray Cumming2015-07-161-5/+5
* Glib::ustring: Delete an obsolete TODO commentKjell Ahlstedt2013-12-091-3/+0
* Strip trailing whitespace.Mark Vender2012-10-291-1/+1
* glibmm: ustring: Restore last block removed by #ifdef removal script.José Alburquerque2010-10-181-1/+6
* Restore lost #else block to fix build without __STDC_ISO_10646__Koop Mast2010-06-191-2/+13
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-51/+3
* Get rid of all uses of GLIBMM_USING_STD()Daniel Elstner2009-08-161-7/+4
* 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-1/+0
* Only include config.h when HAVE_CONFIG_H is defined, to allow buildingArmin Burgmeier2008-08-271-0/+3
* Create an end iterator and use it, instead of just using theMurray Cumming2008-04-131-1/+4
* :FormatStream::FormatStream): Use the global C++ locale instead of forcingDaniel Elstner2007-09-031-16/+1
* :compose_argv): Rename "format" argument to "fmt" to avoid name clashesDaniel Elstner2007-08-151-7/+7
* Add -I$(top_builddir) in order to allow <config.h> to be included.Daniel Elstner2007-08-121-4/+22
* Add preliminary implementation of a message compose and format API (bugDaniel Elstner2007-08-121-15/+236
* Clean up the code a bit. (get_application_name): Remove the code thatDaniel Elstner2007-01-201-52/+57
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-121-0/+12
* Mark private functions as static, to stop them being exported in the API,Murray Cumming2006-04-121-2/+2
* Added a compiler test, because the IRIX MipsPro compiler does not allowMurray Cumming2005-01-191-1/+6
* Don't export private API. Closes #163031.Benoît Dejean2005-01-061-2/+2
* Globally apply some minor code cleanup and optimization tweaks.Daniel Elstner2004-05-261-64/+86
* GTKMM_ m4 tests and #defines are now prefixed with GLIBMM_Murray Cumming2003-01-221-1/+1
* Initial revisionMurray Cumming2003-01-071-0/+1180