summaryrefslogtreecommitdiffstats
path: root/build2/rule.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Fix race in rule synthesis logicBoris Kolpackov2018-10-251-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Make dist diagnostics tidier yetBoris Kolpackov2018-02-221-7/+7
|
* Initial work for default update outer operationBoris Kolpackov2018-02-071-2/+23
| | | | | | While update still uses the old "all update rules update all their prerequisites" assumption, test and install have been fixed not to rely on this.
* Get rid of action rule override semanticsBoris Kolpackov2018-02-031-7/+7
| | | | | Instead we now have two more or less separate match states for outer and inner parts of an action.
* Fix 'may be used uninitialized' warning (GCC)Karen Arutyunov2017-08-071-1/+1
|
* Make file_rule match mtime_targets that have valid timestampBoris Kolpackov2017-08-041-28/+32
| | | | This can be used to handle installed target groups like lib{}.
* Only print mkdir if did create directoryBoris Kolpackov2017-08-031-36/+41
|
* Adjust extension semantics in file rule to match search_existing_file()Boris Kolpackov2017-05-311-1/+6
|
* Add hxx extension for headersKaren Arutyunov2017-05-011-8/+8
|
* Fix clean logicBoris Kolpackov2017-03-021-5/+3
|
* Implement parallel matchBoris Kolpackov2017-03-021-21/+65
|
* Do some naming cleanupsBoris Kolpackov2017-02-131-3/+3
|
* Pass const target& to recipesBoris Kolpackov2017-02-131-2/+2
|
* Add model mutex, make var_pool const by defaultBoris Kolpackov2017-02-131-11/+11
|
* Make rules const throughoutBoris Kolpackov2017-01-231-4/+4
|
* Ignore prerequisite mtimes that are not linker inputsBoris Kolpackov2017-01-181-47/+14
| | | | | This makes sure, for example, that we don't unnecessarily re-link an executable when its testscript prerequisite is changes.
* Make use of operator<<(ostream, exception)Karen Arutyunov2017-01-091-1/+1
|
* Update copyright yearBoris Kolpackov2017-01-051-1/+1
|
* Move exe{} to build2 core, add fallback extensions (existing files)Boris Kolpackov2016-12-161-0/+5
|
* Cleanup match_result messBoris Kolpackov2016-11-041-10/+10
|
* Fix crashing on unhandled system_error thrown by file_exists()Karen Arutyunov2016-09-131-1/+1
|
* Add import library target libi{}, make libs{} the DLLBoris Kolpackov2016-07-191-11/+18
| | | | | | In the end, having libs{} be the DLL with import library being its member is more natural than making libs{} the import library and having dll{} as its member.
* Add dependency on fsdir{} in alias rulesBoris Kolpackov2016-07-081-3/+9
| | | | This makes sure that a directory with only dir{} target gets cleaned up.
* Move filesystem-related functions from context to new filesystem filesBoris Kolpackov2016-07-081-3/+2
|
* Rename level[1-6]() to l[1-6]()Boris Kolpackov2016-02-291-1/+1
|
* <types>/<utility> scheme cleanupBoris Kolpackov2016-02-121-3/+0
|
* Update copyright yearBoris Kolpackov2016-01-091-1/+1
|
* Rename build directory/namespace to build2Boris Kolpackov2016-01-051-0/+249