Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-08-28 | Export dependency on -lpthread | Boris Kolpackov | 1 | -0/+6 |
2019-08-28 | Make lib{build2} "implied interface dependency" of modules | Boris Kolpackov | 8 | -44/+30 |
2019-08-28 | Cleanup buildfiles some more | Boris Kolpackov | 2 | -31/+10 |
2019-08-28 | Reduce repetition in buildfiles | Boris Kolpackov | 3 | -17/+4 |
2019-08-28 | Add/update some module descriptions | Karen Arutyunov | 7 | -3/+25 |
2019-08-28 | Add build2_cli_load() | Karen Arutyunov | 3 | -26/+26 |
2019-08-28 | Move cxx build system module to separate library | Karen Arutyunov | 19 | -91/+211 |
2019-08-28 | Move c build system module to separate library | Karen Arutyunov | 16 | -68/+196 |
2019-08-28 | Move cc build system module to separate library | Karen Arutyunov | 56 | -242/+350 |
2019-08-28 | Move bin build system module to separate library | Karen Arutyunov | 36 | -179/+271 |
2019-08-28 | Redo build_installed without requiring linking whole archive | Boris Kolpackov | 6 | -24/+21 |
2019-08-27 | Temporary fix for multiple whole archive linking issue | Boris Kolpackov | 1 | -9/+3 |
2019-08-27 | Force use of RPATH instead of RUNPATH on Linux | Boris Kolpackov | 2 | -4/+19 |
2019-08-27 | Propagate global var overrides to module build context | Boris Kolpackov | 3 | -6/+14 |
2019-08-27 | Redo module context pointer | Boris Kolpackov | 2 | -9/+11 |
2019-08-27 | Reorder dependencies in buildfile | Boris Kolpackov | 1 | -4/+6 |
2019-08-27 | Change bootstrap target on Windows from i686 to x86_64 | Boris Kolpackov | 3 | -4/+4 |
2019-08-27 | Tweak cross-compilation detection in buildfile | Boris Kolpackov | 1 | -4/+11 |