]> git.tdb.fi Git - libs/core.git/history - source/core/getopt.cpp
Add move semantics to Variant
[libs/core.git] / source / core / getopt.cpp
2021-10-31 Mikko RasaUse default member initializers and constructor delegation
2021-09-01 Mikko RasaFix incorrect iterator manipulation
2021-08-29 Mikko RasaPrefer more cache-efficient containers
2021-08-29 Mikko RasaUse C++11 features with containers
2021-08-29 Mikko RasaRemove unnecessary std:: qualifiers
2019-06-03 Mikko RasaFormatting fixes
2013-08-27 Mikko RasaSuppress usage errors if help is requested
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 RasaCheck that the option actually has a short name
2012-07-14 Mikko RasaReplace earlier options sharing the same short or long...
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-18 Mikko RasaBuild help messages with format instead of ostringstream
2011-06-10 Mikko RasaMerge branch 'io-master'
2011-06-01 Mikko RasaDrop copyright and license notices from source files
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-20 Mikko RasaFix a compilation error on 64-bit systems
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
2008-06-24 Mikko RasaFix a gcc 4.3 style warning
2007-05-25 Mikko RasaAssimilate exceptions and RefPtr from mspmisc