aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/function/buildfile
AgeCommit message (Collapse)AuthorFilesLines
2019-03-08Use new setup for unit testsKaren Arutyunov1-6/+0
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-09-10Replace libu with libue in buildfilesKaren Arutyunov1-1/+1
2018-09-04Rename .test/test{} to .testscript/testscript{}Boris Kolpackov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-07-28Use utility library to arrange unit testingBoris Kolpackov1-12/+1
2017-07-13Add hxx prerequisite type in test buildfilesKaren Arutyunov1-1/+2
2017-07-12Make use of wildcards in buildfilesKaren Arutyunov1-1/+1
2017-06-27Add support for regex function familyKaren Arutyunov1-3/+3
2017-06-26Add support for $path_search() and $path_match()Karen Arutyunov1-3/+3
2017-03-17Implement create meta-operationBoris Kolpackov1-1/+1
2017-03-16Add ability for meta-operation to preprocess buildspecBoris Kolpackov1-1/+1
2017-03-02Fix unit test code generationBoris Kolpackov1-3/+1
2017-02-13Add notion of phase, enforceBoris Kolpackov1-1/+0
2017-02-13Add scheduling calls to operation's match()Boris Kolpackov1-1/+1
2017-02-13Add model mutex, make var_pool const by defaultBoris Kolpackov1-0/+3
2017-01-06Store platform targets as typed target_tripletBoris Kolpackov1-1/+2
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-11-30Add support for typed/untyped concatenated expansionBoris Kolpackov1-2/+2
2016-11-23Implement few builtin functions that can operate on any valueBoris Kolpackov1-2/+2
type() null() empty () identity()
2016-11-21Add process_path.{recall,effect} build2 functionsBoris Kolpackov1-1/+2
2016-11-18Add function machinery, implement path.normalize()Boris Kolpackov1-0/+14
Note that multi-argument functions are not yet "callable" since there is no support for value packs.