]> git.tdb.fi Git - libs/core.git/history - source/core/getopt.h
Add move semantics to Variant
[libs/core.git] / source / core / getopt.h
2023-01-03 Mikko RasaAdd decorations for things which are considered part...
2022-12-06 Mikko RasaModernize noexcept specifiers
2021-10-31 Mikko RasaMark overridden virtual functions as such
2021-10-31 Mikko RasaUse nullptr instead of 0 for pointers
2021-10-31 Mikko RasaUpdate naming of internal variables and functions
2021-10-31 Mikko RasaMark constructors and destructors as default where...
2021-10-31 Mikko RasaUse default member initializers and constructor delegation
2021-08-29 Mikko RasaPrefer more cache-efficient containers
2021-08-29 Mikko RasaUse C++11 features with containers
2021-08-29 Mikko RasaRemove deprecated things
2019-06-03 Mikko RasaAnnotate deprecated functions as such
2019-06-03 Mikko RasaAllow std::vector to be used for GetOpt value lists
2018-04-25 Mikko RasaMake sure all classes have sensible copy semantics
2013-05-07 Mikko RasaDon't output the list of options in usage with full...
2013-05-03 Mikko RasaCosmetic fixes for comments and output
2013-05-03 Mikko RasaAdd support for positional arguments in GetOpt
2013-05-03 Mikko RasaRestore the check that list options must take an argument
2013-05-02 Mikko RasaRestructure internals of GetOpt
2013-05-02 Mikko RasaUse a typedef for the option descriptor list
2013-04-30 Mikko RasaMove GetOpt exception handling to the .cpp file
2012-07-18 Mikko RasaAllow seen_count to be bound to a variable for dealing...
2012-07-14 Mikko RasaAdd documentation to GetOpt
2012-07-14 Mikko RasaRearrange GetOpt internals to provide a nicer external...
2012-07-14 Mikko RasaReplace earlier options sharing the same short or long...
2012-07-07 Mikko RasaStyle fix: split function bodies to separate line outsi...
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-10 Mikko RasaMerge branch 'io-master'
2011-06-09 Mikko RasaStyle and comment updates
2011-06-01 Mikko RasaDrop copyright and license notices from source files
2011-05-28 Mikko RasaUse lexical_cast instead of stringstream in GetOpt
2011-05-25 Mikko RasaMake help message printing automatic
2011-05-25 Mikko RasaMerge branch 'strings-master'
2011-05-24 Mikko RasaStyle updates
2009-09-11 Mikko RasaFix GetOpt to get strings correctly
2009-05-07 Mikko RasaImprove GetOpt help generation
2008-12-24 Mikko RasaMake sure all files have the correct header
2007-10-04 Mikko RasaRename error.* to except.*
2007-09-17 Mikko RasaRemove the custom demangle function and use GCC's abi...
2007-05-25 Mikko RasaAssimilate exceptions and RefPtr from mspmisc