]> git.tdb.fi Git - libs/core.git/history - source/core/getopt.h
Annotate deprecated functions as such
[libs/core.git] / source / core / getopt.h
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