summaryrefslogtreecommitdiffstats
path: root/build2/algorithm.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Initial work on binless (binary-less aka header-only) library supportBoris Kolpackov2018-09-041-0/+3
|
* Make project variable to be of project_name typeKaren Arutyunov2018-07-301-2/+2
|
* Implement bash moduleBoris Kolpackov2018-07-201-12/+28
|
* Use depdb to track changes to cli compiler, options, etcBoris Kolpackov2018-06-291-0/+6
|
* Implement support for excluded and ad hoc prerequisitesBoris Kolpackov2018-06-281-7/+8
| | | | | | | | | | | | | | The inclusion/exclusion is controlled via the 'include' prerequisite-specific variable. Valid values are: false - exclude true - include adhoc - include but treat as an ad hoc input For example: lib{foo}: cxx{win32-utility}: include = ($cxx.targe.class == 'windows') exe{bar}: libs{plugin}: include = adhoc
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Add support for different backlinking modes, use for Windows DLL assemblyBoris Kolpackov2018-05-021-5/+24
|
* Implement forwarded configurations and backlinkingBoris Kolpackov2018-04-261-3/+28
|
* Add support for detecting dependency cyclesBoris Kolpackov2018-02-161-6/+39
|
* Fix group link-up raceBoris Kolpackov2018-02-161-6/+18
|
* Initial work for default update outer operationBoris Kolpackov2018-02-071-6/+37
| | | | | | 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-22/+65
| | | | | Instead we now have two more or less separate match states for outer and inner parts of an action.
* Fix dist bug where missing source file would be silently ignoredBoris Kolpackov2017-11-221-0/+5
|
* Add support for try_match(), use to handle deleted headersBoris Kolpackov2017-09-011-4/+12
|
* Add perform_clean_group(), use instead of ad hoc implementation in cli ruleBoris Kolpackov2017-08-231-0/+6
|
* Reimplement pkg-config generation with more conservative approach for nowBoris Kolpackov2017-08-011-6/+5
|
* Experimental (and probably broken) pkg-config generation supportBoris Kolpackov2017-07-311-2/+25
|
* Implement support for linking whole archiveBoris Kolpackov2017-07-281-1/+13
|
* Add support for custom data storage in target::preprequisite_targetsBoris Kolpackov2017-07-281-4/+11
|
* Implement detection of ignorable changes (whitespaces, comments)Boris Kolpackov2017-07-221-1/+1
|
* Add support for explicit fsdir{} specificationBoris Kolpackov2017-07-191-0/+5
|
* Add support for explicitly specifying module name on mxx{} targetBoris Kolpackov2017-06-161-3/+7
|
* Next installment in C++ modules saga: module search, re-export supportBoris Kolpackov2017-06-141-5/+10
|
* Implement rule chaining for modulesBoris Kolpackov2017-06-081-1/+2
|
* Remove implicit see-through iteration over ad hoc group membersBoris Kolpackov2017-06-051-1/+1
| | | | This can only be done MT-safely after a synchronous match.
* Implement module interface unit compilation for Clang and VCBoris Kolpackov2017-06-011-0/+8
|
* Add hxx extension for headersKaren Arutyunov2017-05-011-0/+437