summaryrefslogtreecommitdiffstats
path: root/tests/erase
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-163-3/+3
|
* Update copyright yearKaren Arutyunov2018-05-213-3/+3
|
* Implement combined flags (-xyz vs -x -y -z) and values (--foo=bar) supportBoris Kolpackov2018-04-011-0/+1
| | | | | Both are enabled by default but can be disable with --no-combined-flags and --no-combined-values options.
* Make use of wildcards in buildfilesKaren Arutyunov2017-07-151-1/+1
|
* Rework build2 cli compilationBoris Kolpackov2017-03-031-4/+2
|
* Update copyright yearBoris Kolpackov2017-01-033-3/+3
|
* Adapt buildfiles to expansion changeKaren Arutyunov2016-12-051-1/+1
|
* Add support for build2 for tests and examplesKaren Arutyunov2016-11-222-72/+12
|
* Copyright updateBoris Kolpackov2011-01-043-3/+3
|
* Add cli options instead of overriding themBoris Kolpackov2010-06-021-1/+0
|
* Update copyrightBoris Kolpackov2010-01-013-3/+3
|
* Scanner-based parsing with support for element erasingBoris Kolpackov2009-12-103-0/+118
Also implement argv_file_scanner which provides support for reading command line arguments from the argv array as well as files specified with command line options. New examples: file. New tests: ctor, erase, file.