aboutsummaryrefslogtreecommitdiff
path: root/tests/cc/libu
AgeCommit message (Collapse)AuthorFilesLines
2022-07-08Fix some tests to match canned command line semanticsKaren Arutyunov1-1/+1
2020-07-16Save original compiler path/mode in {c,cxx}.config.path/modeBoris Kolpackov1-1/+1
It turns out that when propagating {c,cxx}.config in tests we don't want to propagate any options (such as *.std) that have been folded into our project's mode.
2020-02-07Drop copyright notice from source codeKaren Arutyunov2-2/+0
2019-10-18Use $quote() for quoting config.cxx option value in testscriptsKaren Arutyunov1-1/+1
2019-10-16Quote config.{c,cxx} paths when passing to testsBoris Kolpackov1-1/+1
Without this Windows directory separators are treated as escapes.
2019-07-04Remove libu{} target groupBoris Kolpackov1-9/+9
The semantics provided by libu{} is rarely required and as result was not yet documented. However, if you are using it, the new way to achieve the same result is to use both libue{} and libul{} explicitly, for example: exe{foo}: libue{foo} lib{foo}: libul{foo} {libue libul}{foo}: cxx{*}
2019-01-16Update copyright yearKaren Arutyunov2-2/+2
2018-09-04Rename .test/test{} to .testscript/testscript{}Boris Kolpackov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov2-2/+2
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov1-1/+1
2017-07-28Implement support for linking whole archiveBoris Kolpackov1-6/+28
2017-07-27Initial infrastructure for utility librariesBoris Kolpackov2-0/+62