summaryrefslogtreecommitdiffstats
path: root/build2/filesystem.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Add support for alternative build file/directory naming schemeBoris Kolpackov2019-03-071-8/+6
| | | | | | | | 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
|
* Fallback to loading outer buildfile if there isn't one in src_baseBoris Kolpackov2018-11-141-1/+1
| | | | | | This covers the case where the target is defined in the outer buildfile which is common with non-intrusive project conversions where everything is built from a single root buildfile.
* Create .buildignore file in testscript root working directoryKaren Arutyunov2018-09-051-0/+22
|
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Use rmsymlink() to portably remove symlinksBoris Kolpackov2018-04-281-0/+3
|
* Implement forwarded configurations and backlinkingBoris Kolpackov2018-04-261-0/+12
|
* Add ignore_error parameter for functions that check file system entry existenceKaren Arutyunov2017-10-041-4/+6
|
* Adapt to modularization of libbutlKaren Arutyunov2017-10-031-3/+3
|
* Implement detection of ignorable changes (whitespaces, comments)Boris Kolpackov2017-07-221-0/+8
|
* Implement separate preprocess and compiler for GCC and ClangBoris Kolpackov2017-05-161-0/+3
|
* Add hxx extension for headersKaren Arutyunov2017-05-011-0/+107