Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-21 | Add support for derived-to-base function overload resolution | Boris Kolpackov | 7 | -111/+220 | |
2016-11-19 | Implement workaround for GCC bug (#62052) in function machinery | Boris Kolpackov | 1 | -0/+99 | |
2016-11-18 | Add function machinery, implement path.normalize() | Boris Kolpackov | 25 | -104/+1330 | |
Note that multi-argument functions are not yet "callable" since there is no support for value packs. | |||||
2016-11-18 | Implement noop meta-operation | Boris Kolpackov | 5 | -12/+33 | |
The effect is loading all the buildfiles but not searching/matching/executing any targets/operations. Useful for testing. | |||||
2016-11-18 | Make names and vector<name> different types, add typed value constructor | Boris Kolpackov | 9 | -27/+49 | |
2016-11-15 | Add cat, false and true builtins | Karen Arutyunov | 18 | -60/+421 | |
2016-11-11 | Clean up testscript grammar and parser | Boris Kolpackov | 5 | -604/+655 | |
2016-11-11 | Get rid of lexer modes overriding pair separators | Boris Kolpackov | 5 | -28/+30 | |
2016-11-10 | Implement scope-if in testscript | Boris Kolpackov | 8 | -160/+968 | |
2016-11-09 | Various minor semantics changes in testscript language | Boris Kolpackov | 5 | -121/+133 | |
The .include directive and if-else no longer have to be separated from the following token. This allows to make the decision by looking at just one token. The test scope can no longer have a description inside the scope. It should always be leading the scope itself. | |||||
2016-11-09 | Fix testscript grammar error | Boris Kolpackov | 1 | -1/+2 | |
2016-11-08 | Implement testscript command-if | Boris Kolpackov | 11 | -152/+1001 | |
2016-11-08 | Add mkdir and touch builtins | Karen Arutyunov | 14 | -386/+989 | |
2016-11-08 | Get rid of faulty test script move-ctor | Karen Arutyunov | 5 | -18/+16 | |
2016-11-07 | Make build.driver path absolute | Boris Kolpackov | 3 | -5/+19 | |
2016-11-07 | Rework pre-parsed line type in testscript | Boris Kolpackov | 2 | -53/+68 | |
2016-11-07 | Only do effective escaping when re-parsing expansions in testscript | Boris Kolpackov | 2 | -4/+19 | |
Doing unconditional escaping messes up expansions that are Windows paths. | |||||
2016-11-04 | Use include-aware location in testscript | Boris Kolpackov | 2 | -4/+6 | |
2016-11-04 | Rework testscript parser into more modular/reusable functions | Boris Kolpackov | 2 | -220/+254 | |
2016-11-04 | Update testscript grammar with command-if | Boris Kolpackov | 1 | -3/+21 | |
2016-11-04 | Implement testscript inclusion support | Boris Kolpackov | 8 | -63/+406 | |
2016-11-04 | Make newline token always separated from previous one | Boris Kolpackov | 1 | -1/+2 | |
2016-11-04 | Adjust diag_record::os_ member name to os | Boris Kolpackov | 2 | -9/+9 | |
2016-11-04 | Print empty name as '' rather than {} in quoted mode | Boris Kolpackov | 2 | -6/+13 | |
2016-11-04 | Fix Clang and VC warnings | Karen Arutyunov | 4 | -5/+16 | |
2016-11-04 | Adopt to auto_fd introduced to libbutl fdstreams and process | Karen Arutyunov | 9 | -23/+17 | |
2016-11-04 | Update testscript spec with include directive grammar | Boris Kolpackov | 1 | -3/+22 | |
2016-11-04 | Rely on path from replay data in testscript re-parse phase | Boris Kolpackov | 2 | -5/+8 | |
2016-11-04 | Add file path to replay_token | Boris Kolpackov | 2 | -5/+21 | |
2016-11-04 | Restructure testscript parser slightly | Boris Kolpackov | 5 | -30/+54 | |
2016-11-04 | Implement missing testscript integration tests | Boris Kolpackov | 2 | -39/+49 | |
2016-11-04 | Add test for here-doc in pipe/expr command | Boris Kolpackov | 1 | -0/+38 | |
2016-11-04 | Fix VC compilation errors | Karen Arutyunov | 1 | -25/+25 | |
2016-11-04 | Make rmdir_r() to call entry_exists(path) rather than exists(dir_path) | Karen Arutyunov | 4 | -14/+31 | |
2016-11-04 | Add support for cleanup types to testscript runner | Karen Arutyunov | 3 | -63/+98 | |
2016-11-04 | Implement command-pipe, command-expr in testscript parser | Boris Kolpackov | 11 | -79/+357 | |
2016-11-04 | Establish testscript builtins infrastructure | Boris Kolpackov | 3 | -0/+113 | |
2016-11-04 | Add support for cleanup types to testscript parser | Karen Arutyunov | 7 | -36/+102 | |
2016-11-04 | Add note to testscript style guide | Boris Kolpackov | 1 | -3/+6 | |
2016-11-04 | Implement support for here-document indentation | Boris Kolpackov | 2 | -11/+180 | |
2016-11-04 | Update test runner to accommodate cleanup types | Karen Arutyunov | 4 | -16/+28 | |
2016-11-04 | Check if registered for cleanup path is in test scope working directory | Karen Arutyunov | 2 | -18/+55 | |
2016-11-04 | Add clarification of combination tests to testscript spec | Boris Kolpackov | 1 | -0/+8 | |
2016-11-04 | Add style guide section to testscript spec | Boris Kolpackov | 1 | -0/+104 | |
2016-11-04 | Add &!, &? cleanup operators to testscript spec | Boris Kolpackov | 1 | -1/+1 | |
2016-11-04 | Update model to accommodate cleanup types | Boris Kolpackov | 1 | -20/+38 | |
2016-11-04 | Minor comment change | Boris Kolpackov | 1 | -16/+13 | |
2016-11-04 | Add support for &dir/*** test path cleanup syntax | Karen Arutyunov | 4 | -26/+156 | |
2016-11-04 | Implement testscript working directory cleanup | Boris Kolpackov | 2 | -18/+53 | |
2016-11-04 | Update testscripts | Boris Kolpackov | 4 | -10/+25 | |