summaryrefslogtreecommitdiff
path: root/glib/src/miscutils.ccg
Commit message (Expand)AuthorAgeFilesLines
* Add Glib::canonicalize_filename()Kjell Ahlstedt2019-10-231-0/+7
* Glib: Add BasicStringView, StdStringView, UStringViewKjell Ahlstedt2019-10-231-79/+12
* Glib::get_host_name(): Return a Glib::ustringKjell Ahlstedt2019-10-071-2/+2
* Merge branch 'get_host_name' into 'master'Kjell Ahlstedt2019-10-071-0/+6
|\
| * Add Glib::get_host_name()scx2019-09-231-0/+6
* | Add Glib::get_user_runtime_dir()scx2019-09-221-0/+6
|/
* Fix some TODO commentsKjell Ahlstedt2017-12-131-31/+3
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Glib::MiscUtils: Use std::vector instead of Glib::ArrayHandle<>.Murray Cumming2017-03-171-6/+6
* Remove deprecated API.Murray Cumming2016-11-141-8/+0
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-95/+122
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-051-2/+2
* Replace static_cast<char*>(0) with nullptr.Murray Cumming2015-11-191-8/+8
* C++11: Use nullptr.Murray Cumming2015-07-161-3/+3
* Add Glib::get_user_special_dir(UserDirectory)Kjell Ahlstedt2015-04-151-0/+7
* Add Glib::format_size()Kjell Ahlstedt2015-04-151-0/+271