Age | Commit message (Expand) | Author | Files | Lines |
2019-10-07 | Rearrange options for consistency | Boris Kolpackov | 1 | -1/+1 |
2019-10-07 | Adapt tests for building with Clang on Windows | Karen Arutyunov | 1 | -3/+3 |
2019-10-07 | Add support for Clang targeting MSVC in bootstrap.gmake | Boris Kolpackov | 1 | -7/+28 |
2019-10-07 | Add bootstrap-clang.bat | Karen Arutyunov | 1 | -0/+125 |
2019-10-07 | Fix testscript regex to be compilable with VC 16.4 preview | Karen Arutyunov | 1 | -26/+8 |
2019-10-07 | Make -print-search-dirs output handling deal better with translations | Boris Kolpackov | 1 | -8/+16 |
2019-10-07 | Pass MSVC system library search paths to linker if LIB envvar is unset | Boris Kolpackov | 8 | -85/+193 |
2019-10-06 | Adapt for building with Clang on Windows | Karen Arutyunov | 2 | -5/+5 |
2019-10-05 | Fix bug in guess_clang_msvc() | Boris Kolpackov | 1 | -2/+4 |
2019-10-05 | Default to MSVC DLL runtime for Clang on Windows | Boris Kolpackov | 2 | -8/+83 |
2019-10-05 | Add MSVC information to Clang signature, checksum on Windows | Boris Kolpackov | 1 | -19/+33 |
2019-10-05 | Implement more accurate MSVC information extraction from Clang on Windows | Boris Kolpackov | 3 | -281/+499 |
2019-10-02 | Allow iterating over group prerequisites during execute | Boris Kolpackov | 3 | -2/+21 |
2019-10-02 | Add CONTRIBUTING.md that points to our Community page | Boris Kolpackov | 2 | -1/+4 |
2019-10-02 | Handle Russian version of MSVC C1083 diagnostics | Boris Kolpackov | 1 | -13/+33 |
2019-10-01 | Disable for GCC 4.9 failing testscript | Karen Arutyunov | 1 | -10/+18 |
2019-10-01 | Add extractor, path.match, and string.icasecmp pattern matching tests | Boris Kolpackov | 1 | -3/+39 |
2019-10-01 | Minor documentation fixes | Boris Kolpackov | 1 | -4/+4 |
2019-10-01 | Add support for $string.icasecmp() | Karen Arutyunov | 3 | -0/+55 |
2019-10-01 | Make $regex.{match,search}() to return NULL for no match if return_match or r... | Karen Arutyunov | 2 | -15/+23 |
2019-10-01 | Rename $filesystem.path_match() to $path.match() | Karen Arutyunov | 5 | -187/+206 |
2019-10-01 | Adapt to moving path match to path-pattern.?xx | Karen Arutyunov | 5 | -5/+8 |
2019-10-01 | Adapt to swapping of entry and pattern parameters in butl::path_match() | Karen Arutyunov | 5 | -37/+37 |
2019-10-01 | Adapt to renaming butl::casecmp() to icasecmp() | Karen Arutyunov | 7 | -18/+18 |
2019-10-01 | Remap `cxx.std=latest` to `c++17` instead of `c++latest` for MSVC 16 | Boris Kolpackov | 1 | -24/+56 |
2019-09-30 | Fix bug in for-loop body evaluation | Boris Kolpackov | 1 | -6/+10 |
2019-09-30 | Document pattern matching support (switch) | Boris Kolpackov | 1 | -8/+175 |
2019-09-30 | Allow attributes in if-else, assert directive's conditions | Boris Kolpackov | 7 | -26/+78 |
2019-09-30 | Cleanup inappropriate use of parse_variable_value() | Boris Kolpackov | 2 | -40/+49 |
2019-09-30 | Handle attributes in switch value and pattern expressions | Boris Kolpackov | 3 | -6/+70 |
2019-09-30 | Tweak tests/.gitignore to ignore symlinks to test/ | Boris Kolpackov | 1 | -3/+4 |
2019-09-30 | Diagnose `case` and `default` outside `switch` | Boris Kolpackov | 2 | -1/+10 |
2019-09-30 | Reserve `:` in `case` pattern expression for future match extraction support | Boris Kolpackov | 4 | -7/+30 |
2019-09-30 | Add support for custom match/extract functions in switch expression | Boris Kolpackov | 5 | -58/+244 |
2019-09-30 | Add support for `case` pattern alternatives | Boris Kolpackov | 5 | -33/+97 |
2019-09-30 | Allow multiple `case` for single line/block | Boris Kolpackov | 3 | -43/+122 |
2019-09-30 | Pattern matching support (switch): multiple values implementation | Boris Kolpackov | 4 | -37/+113 |
2019-09-30 | Pattern matching support (switch): single value implementation | Boris Kolpackov | 5 | -46/+369 |
2019-09-27 | Adapt to bracket expressions in wildcard patterns | Karen Arutyunov | 5 | -42/+54 |
2019-09-27 | Add support for testscript builtin escaping | Karen Arutyunov | 3 | -4/+50 |
2019-09-27 | Move testscript builtins to libbutl | Karen Arutyunov | 21 | -7525/+443 |
2019-09-19 | Fix crashing on testscript command redirect overrides | Karen Arutyunov | 3 | -4/+132 |
2019-09-18 | Rename importable_headers variable to translatable_headers | Boris Kolpackov | 6 | -38/+37 |
2019-09-18 | Temporarily force c++17 if using GCC modules branch | Boris Kolpackov | 1 | -1/+5 |
2019-09-05 | Improve /showIncludes parsing to handle internal (debug?) builds of MSVC | Boris Kolpackov | 1 | -5/+17 |
2019-09-05 | Tighten versioned shared library cleanup logic | Boris Kolpackov | 1 | -12/+23 |
2019-09-04 | Add support for native shared library versioning on Linux | Boris Kolpackov | 3 | -30/+126 |
2019-08-30 | Make build_installed const | Boris Kolpackov | 3 | -5/+4 |
2019-08-30 | Cutoff diagnostics stack when switching to nested context | Boris Kolpackov | 3 | -26/+51 |
2019-08-29 | Work around VC14 miscompilation | Karen Arutyunov | 1 | -0/+8 |