Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Karen Arutyunov | 2019-01-16 | 3 | -3/+3 |
| | |||||
* | Update copyright year | Karen Arutyunov | 2018-05-21 | 3 | -3/+3 |
| | |||||
* | Implement combined flags (-xyz vs -x -y -z) and values (--foo=bar) support | Boris Kolpackov | 2018-04-01 | 1 | -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 buildfiles | Karen Arutyunov | 2017-07-15 | 1 | -1/+1 |
| | |||||
* | Rework build2 cli compilation | Boris Kolpackov | 2017-03-03 | 1 | -4/+2 |
| | |||||
* | Update copyright year | Boris Kolpackov | 2017-01-03 | 3 | -3/+3 |
| | |||||
* | Adapt buildfiles to expansion change | Karen Arutyunov | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | Add support for build2 for tests and examples | Karen Arutyunov | 2016-11-22 | 2 | -72/+12 |
| | |||||
* | Copyright update | Boris Kolpackov | 2011-01-04 | 3 | -3/+3 |
| | |||||
* | Add cli options instead of overriding them | Boris Kolpackov | 2010-06-02 | 1 | -1/+0 |
| | |||||
* | Update copyright | Boris Kolpackov | 2010-01-01 | 3 | -3/+3 |
| | |||||
* | Scanner-based parsing with support for element erasing | Boris Kolpackov | 2009-12-10 | 3 | -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. |