Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-16 | Resolve function overload via the argument reversal to untyped | Boris Kolpackov | 2 | -1/+20 | |
2018-05-19 | Update copyright year | Karen Arutyunov | 56 | -56/+56 | |
2018-05-16 | Redo testscript diagnostics not to rely on invalid paths | Karen Arutyunov | 1 | -0/+20 | |
2018-02-12 | Preprend testscript expressions with ': ' for verbosity >= 3 | Karen Arutyunov | 1 | -1/+10 | |
2018-01-02 | Fix few undefined behavior (ubsan) bugs | Boris Kolpackov | 1 | -6/+6 | |
2017-12-16 | Split stream verbosity into components (path, extension) | Boris Kolpackov | 1 | -1/+1 | |
Use to make sure structured result output always contains absolute target path. | |||||
2017-12-16 | Redo string/stream representation of dir{} name/target | Boris Kolpackov | 2 | -0/+102 | |
Now instead of: dir{foo/bar/} We get: foo/dir{bar/} Which feels more consistent with how we print other names/targets. That is, "directory bar/ in directory foo/" similar how foo/exe{bar} is "executable bar in directory foo/". | |||||
2017-09-25 | Make use of libpkgconf library | Karen Arutyunov | 1 | -1/+1 | |
2017-09-11 | Add ability to pass scope to buildfile functions, add $install.resolve() | Boris Kolpackov | 1 | -2/+18 | |
2017-07-28 | Use utility library to arrange unit testing | Boris Kolpackov | 8 | -96/+8 | |
2017-07-24 | Optimize C/C++ lexer | Boris Kolpackov | 2 | -24/+13 | |
2017-07-13 | Add hxx prerequisite type in test buildfiles | Karen Arutyunov | 8 | -11/+13 | |
2017-07-12 | Make use of wildcards in buildfiles | Karen Arutyunov | 8 | -18/+13 | |
2017-06-27 | Add support for regex function family | Karen Arutyunov | 7 | -23/+28 | |
2017-06-26 | Add support for $path_search() and $path_match() | Karen Arutyunov | 7 | -26/+27 | |
2017-06-16 | Store module information in depdb | Boris Kolpackov | 1 | -4/+4 | |
2017-06-14 | Next installment in C++ modules saga: module search, re-export support | Boris Kolpackov | 2 | -5/+8 | |
2017-05-28 | Diagnose #include directives in C/C++ lexer | Boris Kolpackov | 1 | -0/+8 | |
2017-05-27 | Handle #line directives in C/C++ lexer | Boris Kolpackov | 5 | -16/+55 | |
This way the parser now reports logical rather than physical location in diagnostics. | |||||
2017-05-25 | Fix few bugs in C++ lexer and parser | Boris Kolpackov | 2 | -4/+13 | |
2017-05-25 | Implement parsing of C++ module declarations | Boris Kolpackov | 3 | -0/+233 | |
2017-05-24 | Implement support for tokenization of preprocessed C/C++ source | Boris Kolpackov | 9 | -0/+546 | |
2017-05-13 | Fix VC15 warnings (/W3) | Karen Arutyunov | 1 | -1/+1 | |
2017-05-02 | Fix .gitignore in tests/ and unit-tests/ | Karen Arutyunov | 1 | -1/+1 | |
2017-05-01 | Add hxx extension for headers | Karen Arutyunov | 8 | -31/+36 | |
2017-03-17 | Implement create meta-operation | Boris Kolpackov | 5 | -5/+5 | |
2017-03-16 | Add ability for meta-operation to preprocess buildspec | Boris Kolpackov | 5 | -5/+5 | |
2017-03-16 | Add support for passing parameters to (meta-) operations | Boris Kolpackov | 3 | -1/+21 | |
2017-03-16 | Add support for >! test command redirect | Karen Arutyunov | 3 | -1/+35 | |
2017-03-15 | Add support for config.test.output variable | Karen Arutyunov | 4 | -7/+7 | |
2017-03-14 | Implement implied buildfile support | Boris Kolpackov | 2 | -10/+0 | |
In essence, if the buildfile is: ./: */ Then it can be omitted entirely (provided there is at least one subdirectory). | |||||
2017-03-06 | Only recognize function call if lparen is unseparated | Boris Kolpackov | 1 | -3/+1 | |
2017-03-02 | Fix unit test code generation | Boris Kolpackov | 6 | -17/+6 | |
2017-03-02 | Implement parallel match | Boris Kolpackov | 1 | -5/+1 | |
2017-02-13 | Pass const scope& where modification should not happen | Boris Kolpackov | 1 | -1/+1 | |
2017-02-13 | Add notion of load phase generation | Boris Kolpackov | 1 | -1/+1 | |
2017-02-13 | Add notion of phase, enforce | Boris Kolpackov | 4 | -4/+19 | |
2017-02-13 | Add scheduling calls to operation's match() | Boris Kolpackov | 3 | -8/+9 | |
2017-02-13 | Add model mutex, make var_pool const by default | Boris Kolpackov | 3 | -5/+11 | |
2017-02-11 | Fix testscript parser not to strip leading blanks in here-doc | Karen Arutyunov | 1 | -0/+2 | |
2017-01-31 | Add support for test command pipe, expression and command-if | Karen Arutyunov | 1 | -0/+44 | |
2017-01-24 | Add support for shared here-documents | Karen Arutyunov | 1 | -0/+80 | |
2017-01-24 | Add support for comparison of test command output to a file | Karen Arutyunov | 5 | -38/+58 | |
2017-01-23 | Implement automatic loading of directory buildfiles | Boris Kolpackov | 2 | -6/+2 | |
Now instead of explicitly writing: d = foo/ bar/ ./: $d include $d We can (usually) just write: ./: foo/ bar/ | |||||
2017-01-19 | Add support for portable path modifer and dot character escaping inversion | Karen Arutyunov | 4 | -63/+198 | |
2017-01-19 | Get rid of extension_pool | Boris Kolpackov | 1 | -8/+7 | |
2017-01-18 | Add missing diagnostics in testscript parser | Boris Kolpackov | 1 | -0/+68 | |
2017-01-12 | Implement support for narrowing down tests (config.test) | Boris Kolpackov | 1 | -5/+12 | |
2017-01-09 | Workaround libc++'s basic_string<line_char> crash | Karen Arutyunov | 2 | -30/+29 | |
2017-01-09 | Tests cleanup (take 2) | Karen Arutyunov | 27 | -1936/+2593 | |