aboutsummaryrefslogtreecommitdiff
path: root/build2
AgeCommit message (Expand)AuthorFilesLines
2017-01-23Implement automatic loading of directory buildfilesBoris Kolpackov8-80/+212
2017-01-20Remove prerequisite caching in scopeBoris Kolpackov12-284/+166
2017-01-20Cosmetic changeBoris Kolpackov1-21/+20
2017-01-20Add more comments to meta/operation loopBoris Kolpackov1-6/+6
2017-01-19Add rmdir builtinKaren Arutyunov1-8/+127
2017-01-19Add support for portable path modifer and dot character escaping inversionKaren Arutyunov10-307/+825
2017-01-19Get rid of unnecessary mutableBoris Kolpackov1-2/+2
2017-01-19Get rid of extension_poolBoris Kolpackov32-190/+180
2017-01-19Get rid of project_name_poolBoris Kolpackov22-94/+96
2017-01-18Add missing diagnostics in testscript parserBoris Kolpackov1-0/+25
2017-01-18Only pass diff --strip-trailing-cr if running on WindowsBoris Kolpackov1-1/+6
2017-01-18Ignore prerequisite mtimes that are not linker inputsBoris Kolpackov9-151/+155
2017-01-12Implement support for narrowing down tests (config.test)Boris Kolpackov20-228/+667
2017-01-12Inject fsdir{} even for project rootsBoris Kolpackov2-9/+11
2017-01-09Workaround libc++'s basic_string<line_char> crashKaren Arutyunov4-61/+124
2017-01-09Increase size of variable value::data_ to compile with libc++Karen Arutyunov2-5/+5
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov26-111/+112
2017-01-09Implement test.target variableBoris Kolpackov2-18/+34
2017-01-06Store platform targets as typed target_tripletBoris Kolpackov18-236/+354
2017-01-06Add testscript lexer support for portable path modifier (/)Boris Kolpackov1-12/+16
2017-01-05Sketch bit stealing interface for regex line_charBoris Kolpackov1-0/+20
2017-01-05Cosmetic changeBoris Kolpackov1-2/+2
2017-01-05Update copyright yearBoris Kolpackov163-164/+164
2017-01-05Tests cleanupKaren Arutyunov1-1/+5
2017-01-05Print signal/core dump like shell/makeKaren Arutyunov1-21/+43
2017-01-05Save diff output for {stdout,stderr}.diffKaren Arutyunov1-44/+89
2017-01-05Add support for regex in runnerKaren Arutyunov6-141/+659
2017-01-04Treat any testscript line that starts with dot as directiveBoris Kolpackov4-27/+40
2017-01-04Change lexer modes to be semantically accurateBoris Kolpackov3-22/+24
2016-12-17Add support for specifying individual paths of imported targetsBoris Kolpackov5-51/+105
2016-12-17Use PATH search as fallback import mechanism for exe{} targetsBoris Kolpackov2-7/+64
2016-12-17Don't try to test out-of-project prerequisitesBoris Kolpackov6-66/+97
2016-12-16Add scheduler.txx to buildfileKaren Arutyunov1-1/+1
2016-12-16Add line_regexKaren Arutyunov7-130/+947
2016-12-16Add support for passing target name to testscript via test variableBoris Kolpackov4-27/+85
2016-12-16Move exe{} to build2 core, add fallback extensions (existing files)Boris Kolpackov14-59/+74
2016-12-16Whitespace cleanupBoris Kolpackov1-2/+2
2016-12-16Minor code cleanupBoris Kolpackov1-11/+19
2016-12-15Implement test.redirects, test.cleanupsBoris Kolpackov4-12/+35
2016-12-14Rename concurrent_runner to default_runnerBoris Kolpackov3-6/+6
2016-12-14Add support for cxx.std=latest, use when building build2Boris Kolpackov1-5/+43
2016-12-13Use config macros from libbutlBoris Kolpackov4-14/+7
2016-12-13Handle exceptions in parallel tests runsBoris Kolpackov2-19/+55
2016-12-13Various scheduler improvements and fixesBoris Kolpackov3-159/+313
2016-12-09Fix GCC 5 compilation error, improve scheduler unit testBoris Kolpackov1-3/+6
2016-12-09Initial parallel scheduler implementation, use to run testscripsBoris Kolpackov14-166/+1089
2016-12-07Make use of butl::path::current(), butl::path::parent()Karen Arutyunov2-4/+4
2016-12-06Work around wrong static initialization order in VCBoris Kolpackov3-24/+55
2016-12-06Work around bogus VC14u3 warningBoris Kolpackov1-1/+1
2016-12-05Distribution, installation fixesKaren Arutyunov1-1/+1