Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-22 | Add extra support for symbol exporting in modularized projects | Boris Kolpackov | 1 | -0/+32 | |
Since modules don't see each other's macros, we can use a single, keyword- like macro for dll-exporting that is managed by the build system (so no need for an "export" header). For example: cxx.features.symexport = true export __symexport void f (); | |||||
2017-06-21 | Add support for $envvar() function | Karen Arutyunov | 1 | -0/+61 | |
2017-06-20 | Build both variants of libraries in modules test | Boris Kolpackov | 1 | -0/+1 | |
2017-06-19 | Make use of exit builtin in modules test | Boris Kolpackov | 1 | -5/+1 | |
2017-06-19 | Add support for exit testscript builtin | Karen Arutyunov | 2 | -1/+401 | |
2017-06-16 | Add support for explicitly specifying module name on mxx{} target | Boris Kolpackov | 1 | -2/+13 | |
2017-06-16 | Clean up module-related diagnostics | Boris Kolpackov | 2 | -3/+3 | |
2017-06-16 | Convert test to new ln builtin | Boris Kolpackov | 1 | -20/+19 | |
2017-06-16 | Store module information in depdb | Boris Kolpackov | 2 | -2/+31 | |
2017-06-15 | Add support for ln testscript builtin | Karen Arutyunov | 2 | -1/+185 | |
2017-06-15 | Enable all module tests for GCC (requires cxx-modules r249216) | Boris Kolpackov | 1 | -8/+4 | |
2017-06-15 | Fix modules test not to run for VC15u0 | Boris Kolpackov | 1 | -3/+8 | |
2017-06-15 | Implement module search in prerequisite libraries | Boris Kolpackov | 1 | -11/+53 | |
2017-06-14 | Fix modules test | Boris Kolpackov | 1 | -1/+2 | |
2017-06-14 | Next installment in C++ modules saga: module search, re-export support | Boris Kolpackov | 1 | -15/+139 | |
2017-06-12 | Don't force C++ modules in tests for VC | Boris Kolpackov | 1 | -1/+4 | |
2017-06-12 | Add initial tests for C++ modules support | Boris Kolpackov | 2 | -0/+115 | |
2017-06-12 | Resolve ambiguity between std:: and butl:: optional | Boris Kolpackov | 1 | -0/+2 | |
2017-06-08 | Add full support for pattern exclusions | Karen Arutyunov | 1 | -2/+3 | |
2017-06-01 | Fix test to use new cleanup wildcard support | Boris Kolpackov | 1 | -13/+13 | |
2017-06-01 | Implement new testscript cleanup wildcards semantics | Karen Arutyunov | 2 | -41/+67 | |
2017-05-31 | Fix testscript runner not to remove special files with wildcard cleanups | Karen Arutyunov | 1 | -0/+19 | |
2017-05-30 | Diagnose lack of module support in extract_modules() | Boris Kolpackov | 1 | -1/+1 | |
2017-05-30 | Fix cross-testing bug | Boris Kolpackov | 1 | -1/+1 | |
2017-05-29 | Fix test | Boris Kolpackov | 1 | -1/+1 | |
2017-05-29 | Add ability to limit amount of preprocessing done on source | Boris Kolpackov | 3 | -0/+154 | |
The cc.preprocessed variable can be 'none' (not preprocessed), 'includes' (no depends on preprocessor, e.g., #ifdef, etc), and 'all' (the source is fully preprocessed). Note that for 'all' the source can still contain comments and line continuations. | |||||
2017-05-03 | Fix test failures caused by previous commit | Boris Kolpackov | 1 | -0/+4 | |
2017-05-02 | Fix .gitignore in tests/ and unit-tests/ | Karen Arutyunov | 1 | -1/+1 | |
2017-05-02 | Cleanup testscript runner diagnostics | Boris Kolpackov | 7 | -52/+46 | |
2017-05-01 | Add hxx extension for headers | Karen Arutyunov | 3 | -5/+10 | |
2017-03-20 | Fix name/cross.test | Karen Arutyunov | 1 | -2/+2 | |
2017-03-17 | Add support for inclusion/exclusion groups in wildcard patterns | Boris Kolpackov | 1 | -14/+20 | |
For example cxx{* -{foo bar *x}}. | |||||
2017-03-17 | Add tests for multi-pattern crosses seeing that we use them | Boris Kolpackov | 1 | -0/+6 | |
2017-03-16 | Add support for >! test command redirect | Karen Arutyunov | 1 | -0/+47 | |
2017-03-15 | Print sub-entries of non-empty testscript directory registered for cleanup | Karen Arutyunov | 1 | -3/+22 | |
2017-03-15 | Add support for in place editing for sed builtin | Karen Arutyunov | 1 | -1/+20 | |
2017-03-15 | Add support for config.test.output variable | Karen Arutyunov | 2 | -1/+88 | |
2017-03-15 | Print unexpected or regex non-matching test command stdout/stderr | Karen Arutyunov | 2 | -0/+7 | |
2017-03-14 | Implement implied buildfile support | Boris Kolpackov | 4 | -17/+1 | |
In essence, if the buildfile is: ./: */ Then it can be omitted entirely (provided there is at least one subdirectory). | |||||
2017-03-14 | Use wildcard patterns | Boris Kolpackov | 3 | -7/+3 | |
2017-03-13 | Port names test | Boris Kolpackov | 2 | -1/+110 | |
2017-03-13 | Filter hidden files/directories in wildcard patterns matches | Boris Kolpackov | 1 | -0/+24 | |
2017-03-10 | Implement support for wildcard patterns | Boris Kolpackov | 3 | -1/+243 | |
2017-03-02 | Implement parallel match | Boris Kolpackov | 6 | -6/+5 | |
2017-03-01 | Add set builtin | Karen Arutyunov | 2 | -1/+276 | |
2017-02-16 | Add cp builtin | Karen Arutyunov | 2 | -1/+307 | |
2017-02-13 | Use variable_cache for target type/pattern-specific prepend/append | Boris Kolpackov | 4 | -1/+89 | |
2017-02-13 | Add notion of phase, enforce | Boris Kolpackov | 1 | -3/+3 | |
2017-02-11 | Add support for &dir/*[*][/] test path cleanup syntax | Karen Arutyunov | 2 | -43/+105 | |
2017-02-10 | Fix save_regex() | Karen Arutyunov | 2 | -30/+49 | |