summaryrefslogtreecommitdiff
path: root/glib/glibmm/ustring.h
Commit message (Expand)AuthorAgeFilesLines
* Glib::ustring fix gcc 6 warning in public headerAurelien Jacobs2016-01-181-1/+2
* Glib::ustring: Add move operatorsKjell Ahlstedt2016-01-141-2/+19
* Glib::ustring: Don't allow comparison to 0Kjell Ahlstedt2015-12-111-0/+18
* Glib: More nullptr instead of 0Kjell Ahlstedt2015-11-231-4/+1
* Make destructors explicitly noexcept.Murray Cumming2015-08-311-2/+2
* C++11: Use = delete instead of private to make classes noncopyable.Murray Cumming2015-07-181-24/+30
* ustring.h: Comment On Last Commit for SpecializationChun-wei Fan2014-09-201-1/+2
* ustring.h: Add Specialization for Stringify<const char[N]>Chun-wei Fan2014-09-191-0/+18
* Glib::ustring docs: Say more clearly that it must be only UTF-8Kjell Ahlstedt2014-03-051-1/+20
* ustring docs: The global locale should be set when using C++ streams.Debarshi Ray2012-11-141-2/+2
* Use std::size_t and std::ptrdiff_t.Kjell Ahlstedt2012-09-121-3/+3
* Bug #613250 - Overload Glib::ustring::FormatStream::stream for char *Debarshi Ray2010-03-261-10/+20
* Rename @since back to @newinDaniel Elstner2009-08-201-18/+18
* Implement parametric Doxygen alias @since{m,n}Daniel Elstner2009-08-181-18/+18
* Get rid of all uses of GLIBMM_USING_STD()Daniel Elstner2009-08-161-14/+3
* Allow comparison of const and non-const ustring iteratorsChris Vine2009-05-061-12/+12
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* :compose): Add an overload which takes only a format string and noDaniel Elstner2009-01-081-0/+14
* Clean up glib includes (Bug #563987)Jonathon Jongsma2008-12-101-2/+1
* Fixed the const char* specialization for Stringify<> by making the string_Armin Burgmeier2008-10-201-10/+7
* Added a test case. Added a ustring::Stringify<> template specialization soMurray Cumming2008-08-061-0/+45
* Whitespace correctionsMurray Cumming2008-08-061-3/+3
* Whitespace correctionsMurray Cumming2008-08-061-51/+79
* Added @newin2p16 to compose() and format() documentation.Murray Cumming2007-12-281-2/+58
* :FormatStream::FormatStream): Use the global C++ locale instead of forcingDaniel Elstner2007-09-031-25/+105
* :compose_argv): Rename "format" argument to "fmt" to avoid name clashesDaniel Elstner2007-08-151-130/+250
* Add -I$(top_builddir) in order to allow <config.h> to be included.Daniel Elstner2007-08-121-20/+38
* Add preliminary implementation of a message compose and format API (bugDaniel Elstner2007-08-121-1/+263
* Clean up the code a bit. (get_application_name): Remove the code thatDaniel Elstner2007-01-201-1/+1
* ustring(const ustring& src, size_type i, size_type n=npos) andRalf Stephan2006-09-191-2/+2
* Tag npos with GLIBMM_API, in order to dllexport it on win32. Bug #332438.Cedric Gustin2006-02-271-2/+2
* fix a typo in the documenation for uppercase()Rob Page2006-02-071-1/+1
* Added new compiler tests. 1. To see whether it allows use of non extern CMurray Cumming2005-01-211-2/+2
* Temporarily reverted some stuff. I will recommit some of it.Murray Cumming2005-01-211-2/+2
* I mean Tru64, not MipsProMurray Cumming2005-01-201-2/+2
* Added a compiler test, because the IRIX MipsPro compiler does not allowMurray Cumming2005-01-191-4/+26
* Deal with some doxygen warnings about undocumented parameters. AddedMurray Cumming2004-12-181-1/+21
* Use /*! instead of /** to introduce doxygen comments in order to avoidDaniel Elstner2004-06-041-20/+20
* Globally apply some minor code cleanup and optimization tweaks.Daniel Elstner2004-05-261-14/+15
* Documented the constructors, based on the libstdc++ documentation, to makeMurray Cumming2004-05-041-4/+47
* 2.4.0:Murray Cumming2004-04-111-1/+1
* generate beautify_docs.pl from beautify_docs.pl.in, so it can have theMurray Cumming2003-12-221-0/+4
* GTKMM_ m4 tests and #defines are now prefixed with GLIBMM_Murray Cumming2003-01-221-14/+14
* Initial revisionMurray Cumming2003-01-071-0/+907