summaryrefslogtreecommitdiff
path: root/glib/glibmm/ustring.h
Commit message (Expand)AuthorAgeFilesLines
* Add Glib::ustring::release()Kjell Ahlstedt2022-08-211-0/+11
* Revert "ustring_Iterator: Declare the copy constructor =default"Kjell Ahlstedt2022-05-041-8/+7
* ustring_Iterator: Declare the copy constructor =defaultKjell Ahlstedt2022-02-151-7/+8
* Glib::ustring: Remove extraneous GLIBMM_APIKjell Ahlstedt2021-05-311-2/+2
* ustring.h: Avoid exporting classes with std::string membersChun-wei Fan2021-05-071-165/+165
* glib/glibmm/ustring.h: Fix Visual Studio macro checkChun-wei Fan2020-06-151-1/+1
* ustring: Silence warning if MSC_VER is undefined/0Daniel Boles2020-06-021-1/+1
* glibmm: Update glibmmconfig.h.[in|meson] for MSVCChun-wei Fan2020-03-091-0/+5
* glib/glibmm/*.h: Mark classes and methods with GLIBMM_APIChun-wei Fan2020-03-051-9/+15
* Use Glib::UStringView with Glib::ustring::compare()Thomas Holder2019-11-301-139/+110
* Glib: Replace StringView with StdStringView and UStringViewKjell Ahlstedt2019-11-201-26/+59
* fix ustring::insert(iterator, In, In)Thomas Holder2019-11-141-1/+2
* Glib::ustring_Iterator: Explicitly declare copy assignmentKjell Ahlstedt2019-11-031-0/+1
* Glib: Replace BasicStringView with non-template StringViewKjell Ahlstedt2019-10-231-16/+20
* Glib: Add BasicStringView, StdStringView, UStringViewKjell Ahlstedt2019-10-231-0/+47
* Glib::ustring documentation: Minor fixKjell Ahlstedt2019-09-181-2/+2
* Glib::ustring docs: ustring can't always replace std::stringKjell Ahlstedt2019-07-121-10/+20
* ustring: Add overloads for const char* fmt . . .Daniel Boles2019-06-211-1/+44
* ustring: Be extra clear about "count/types/order"Daniel Boles2019-06-211-2/+2
* ustring: Don't say "message string" for sprintf()Daniel Boles2019-06-211-1/+1
* ustring: Fix warning/errors if sprintf("fmt only")Daniel Boles2019-06-211-1/+24
* ustring: Add sprintf(), wrapping g_strdup_printf()Daniel Boles2019-06-201-0/+91
* ustring: Remove useless alternative Stringify ctorDaniel Boles2018-10-141-3/+0
* ustring: Avoid un(necessary|clear) ptr @ StringifyDaniel Boles2018-10-141-6/+6
* ustring: Make 1 Stringify member const like othersDaniel Boles2018-10-141-1/+1
* ustring: Use C++17 fold expr. instead of recursionDaniel Boles2018-10-141-24/+1
* Update some @newin commandsKjell Ahlstedt2018-04-261-2/+2
* ustring: Replace 8×format() with 1 variadic templateDaniel Boles2017-09-031-153/+29
* ustring: Replace 9×compose() with 1 variadic templateDaniel Boles2017-09-031-189/+21
* ustring: Use std::initializer_list instead of pointer + sizeDaniel Boles2017-09-031-23/+13
* ustring: #include <cstddef> unconditionallyDaniel Boles2017-09-031-3/+1
* ustring: Remove unused template argumentsDaniel Boles2017-09-031-2/+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-1/+1
* Added ustring::make_valid() which fixes non-UTF8 strings.Krzysztof Piecuch2017-03-151-0/+6
* Glib::init(): Set the global localeKjell Ahlstedt2016-12-141-1/+3
* ustring: Add cbegin() and cend().Murray Cumming2016-11-081-0/+10
* ustring: Add {} with a while().Murray Cumming2016-04-141-0/+3
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-311-31/+31
* Run clang-format on glib .h files.Murray Cumming2016-02-261-402/+422
* 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