aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-30Make project variable to be of project_name typeKaren Arutyunov1-2/+2
2018-07-20Implement bash moduleBoris Kolpackov1-12/+28
2018-06-29Use depdb to track changes to cli compiler, options, etcBoris Kolpackov1-0/+6
2018-06-28Implement support for excluded and ad hoc prerequisitesBoris Kolpackov1-7/+8
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-02Add support for different backlinking modes, use for Windows DLL assemblyBoris Kolpackov1-5/+24
2018-04-26Implement forwarded configurations and backlinkingBoris Kolpackov1-3/+28
2018-02-16Add support for detecting dependency cyclesBoris Kolpackov1-6/+39
2018-02-16Fix group link-up raceBoris Kolpackov1-6/+18
2018-02-07Initial work for default update outer operationBoris Kolpackov1-6/+37
2018-02-03Get rid of action rule override semanticsBoris Kolpackov1-22/+65
2017-11-22Fix dist bug where missing source file would be silently ignoredBoris Kolpackov1-0/+5
2017-09-01Add support for try_match(), use to handle deleted headersBoris Kolpackov1-4/+12
2017-08-23Add perform_clean_group(), use instead of ad hoc implementation in cli ruleBoris Kolpackov1-0/+6
2017-08-01Reimplement pkg-config generation with more conservative approach for nowBoris Kolpackov1-6/+5
2017-07-31Experimental (and probably broken) pkg-config generation supportBoris Kolpackov1-2/+25
2017-07-28Implement support for linking whole archiveBoris Kolpackov1-1/+13
2017-07-28Add support for custom data storage in target::preprequisite_targetsBoris Kolpackov1-4/+11
2017-07-22Implement detection of ignorable changes (whitespaces, comments)Boris Kolpackov1-1/+1
2017-07-19Add support for explicit fsdir{} specificationBoris Kolpackov1-0/+5
2017-06-16Add support for explicitly specifying module name on mxx{} targetBoris Kolpackov1-3/+7
2017-06-14Next installment in C++ modules saga: module search, re-export supportBoris Kolpackov1-5/+10
2017-06-08Implement rule chaining for modulesBoris Kolpackov1-1/+2
2017-06-05Remove implicit see-through iteration over ad hoc group membersBoris Kolpackov1-1/+1
2017-06-01Implement module interface unit compilation for Clang and VCBoris Kolpackov1-0/+8
2017-05-01Add hxx extension for headersKaren Arutyunov1-0/+437