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 |
| | |||||
* | 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 |
| | |||||
* | Fix broken ctor test | Karen Arutyunov | 2016-11-23 | 1 | -16/+8 |
| | |||||
* | Add support for build2 for tests and examples | Karen Arutyunov | 2016-11-22 | 2 | -72/+11 |
| | |||||
* | 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/+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. |