summaryrefslogtreecommitdiffstats
path: root/tests/ctor
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-163-3/+3
|
* Update copyright yearKaren Arutyunov2018-05-213-3/+3
|
* 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
|
* Fix broken ctor testKaren Arutyunov2016-11-231-16/+8
|
* Add support for build2 for tests and examplesKaren Arutyunov2016-11-222-72/+11
|
* 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/+151
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.