summaryrefslogtreecommitdiffstats
path: root/build2/target.ixx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Add sanity checkBoris Kolpackov2018-06-151-0/+2
|
* Fix postponed group/member state raceBoris Kolpackov2018-05-251-2/+2
|
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Fix group link-up raceBoris Kolpackov2018-02-161-2/+2
|
* Rename prerequisite_member::target to prerequisite_member::memberBoris Kolpackov2018-02-051-3/+3
|
* Fix test and install rules to handle see-through groups correctlyBoris Kolpackov2018-02-051-2/+12
|
* Get rid of action rule override semanticsBoris Kolpackov2018-02-031-65/+39
| | | | | Instead we now have two more or less separate match states for outer and inner parts of an action.
* Don't look for group recipe if target state is failedBoris Kolpackov2017-12-171-2/+3
|
* Add support for try_match(), use to handle deleted headersBoris Kolpackov2017-09-011-2/+13
|
* Fix bug in target_count logicBoris Kolpackov2017-07-281-1/+8
|
* Implement displaying build progress (--progress|-p)Boris Kolpackov2017-07-271-7/+14
|
* Implement rule chaining for modulesBoris Kolpackov2017-06-081-0/+7
|
* Remove implicit see-through iteration over ad hoc group membersBoris Kolpackov2017-06-051-29/+4
| | | | This can only be done MT-safely after a synchronous match.
* Add hxx extension for headersKaren Arutyunov2017-05-011-1/+1
|
* Preserve failed state even if recipe is overriddenBoris Kolpackov2017-03-141-7/+14
|
* Iterate over group members in test rule only if resolvableBoris Kolpackov2017-03-061-2/+4
|
* Use final action state after match at top level (operation)Boris Kolpackov2017-03-031-0/+13
|
* Implement parallel matchBoris Kolpackov2017-03-021-26/+192
|
* Implement parallel error propagation, keep_going modeBoris Kolpackov2017-02-131-12/+23
| | | | | | | Keep going is the default but there is now the -s|--serial-stop that makes the driver run serially and stop at first error. Also fix some lockups, other minor improvements/features.
* Get rid of count_postponedBoris Kolpackov2017-02-131-1/+0
| | | | | Terget execution is postponed with regards to the current thread only thus it doesn't seem right to make postponed a target state.
* Implement parallel operation executionBoris Kolpackov2017-02-131-0/+33
|
* Implement target_set locking, including extension updateBoris Kolpackov2017-02-131-0/+21
|
* Add model mutex, make var_pool const by defaultBoris Kolpackov2017-02-131-2/+2
|
* Go back to storing scope instead of target in prerequisiteBoris Kolpackov2017-01-231-3/+3
| | | | Turns out this was semantically the right way to do it.
* Remove prerequisite caching in scopeBoris Kolpackov2017-01-201-20/+8
| | | | | We don't share them often and those that are shared (e.g., cxx{} in obja/objs{}) are lightweight (SOO).
* Get rid of project_name_poolBoris Kolpackov2017-01-191-1/+1
| | | | | With small string optimizations this is most likely a hindrance rather that an optimization.
* Update copyright yearBoris Kolpackov2017-01-051-1/+1
|
* Fix bug in prerequisite iteration leave group supportBoris Kolpackov2016-07-291-1/+3
|
* Add notion of ad hoc group, use to handle DLL/import libraryBoris Kolpackov2016-06-261-21/+74
|
* Update copyright yearBoris Kolpackov2016-01-091-1/+1
|
* Rename build directory/namespace to build2Boris Kolpackov2016-01-051-0/+85