summaryrefslogtreecommitdiffstats
path: root/build2/file.ixx
Commit message (Collapse)AuthorAgeFilesLines
* Add support for alternative build file/directory naming schemeBoris Kolpackov2019-03-071-15/+0
| | | | | | | | Now the build/*.build, buildfile, and .buildignore filesystem entries in a project can alternatively (but consistently) be called build2/*.build2, build2file, and .build2ignore. See a note at the beginning of the Project Structure section in the manual for details (motivation, restrictions, etc).
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Add support for build hooksBoris Kolpackov2018-04-271-0/+15
| | | | | | | | | | The following buildfiles are loaded (if present) at appropriate times from the out_root subdirectories of a project: build/bootstrap/pre-*.build # before loading bootstrap.build build/bootstrap/post-*.build # after loading bootstrap.build build/root/pre-*.build # before loading root.build build/root/post-*.build # after loading root.build
* Implement parallel matchBoris Kolpackov2017-03-021-4/+4
|
* Tighten code that operates during both search/match and executeBoris Kolpackov2017-02-131-0/+17
|
* Add model mutex, make var_pool const by defaultBoris Kolpackov2017-02-131-2/+2
|
* Implement automatic loading of directory buildfilesBoris Kolpackov2017-01-231-1/+1
| | | | | | | | | | | | Now instead of explicitly writing: d = foo/ bar/ ./: $d include $d We can (usually) just write: ./: foo/ bar/
* Update copyright yearBoris Kolpackov2017-01-051-1/+1
|
* Update copyright yearBoris Kolpackov2016-01-091-1/+1
|
* Rename build directory/namespace to build2Boris Kolpackov2016-01-051-0/+12