index
:
build2
0.6
adhoc-recipe-history
adhoc-rule
adhoc-vars
build-script
ci
config-doc
ctx
diag-buffer
dist-remap
doc-fixes
dyndep
expl-group
export-libs
extension
hermetic
install-scope
internal-scope
json-type
json-type-review
libpkg-config
lto-parallelization
master
match-options
module-import
module-map-dump
opvar
posthoc-take1
preprocessed-tests-failure
reproducible-dist
build2 build system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbuild2
Age
Commit message (
Expand
)
Author
Files
Lines
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
Handle Russian version of MSVC C1083 diagnostics
Boris Kolpackov
1
-13
/
+33
2019-10-01
Add support for $string.icasecmp()
Karen Arutyunov
1
-0
/
+23
2019-10-01
Make $regex.{match,search}() to return NULL for no match if return_match or r...
Karen Arutyunov
1
-11
/
+19
2019-10-01
Rename $filesystem.path_match() to $path.match()
Karen Arutyunov
3
-108
/
+127
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
4
-18
/
+18
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
Allow attributes in if-else, assert directive's conditions
Boris Kolpackov
4
-26
/
+49
2019-09-30
Cleanup inappropriate use of parse_variable_value()
Boris Kolpackov
1
-40
/
+42
2019-09-30
Handle attributes in switch value and pattern expressions
Boris Kolpackov
2
-2
/
+36
2019-09-30
Diagnose `case` and `default` outside `switch`
Boris Kolpackov
1
-1
/
+2
2019-09-30
Reserve `:` in `case` pattern expression for future match extraction support
Boris Kolpackov
3
-7
/
+18
2019-09-30
Add support for custom match/extract functions in switch expression
Boris Kolpackov
4
-58
/
+131
2019-09-30
Add support for `case` pattern alternatives
Boris Kolpackov
4
-24
/
+83
2019-09-30
Allow multiple `case` for single line/block
Boris Kolpackov
2
-35
/
+89
2019-09-30
Pattern matching support (switch): multiple values implementation
Boris Kolpackov
3
-37
/
+76
2019-09-30
Pattern matching support (switch): single value implementation
Boris Kolpackov
3
-46
/
+230
2019-09-27
Adapt to bracket expressions in wildcard patterns
Karen Arutyunov
4
-41
/
+53
2019-09-27
Add support for testscript builtin escaping
Karen Arutyunov
1
-4
/
+23
2019-09-27
Move testscript builtins to libbutl
Karen Arutyunov
7
-5994
/
+242
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
5
-34
/
+33
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
1
-2
/
+6
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
Move cxx build system module to separate library
Karen Arutyunov
8
-4
/
+976
2019-08-28
Move c build system module to separate library
Karen Arutyunov
7
-1
/
+559
2019-08-28
Move cc build system module to separate library
Karen Arutyunov
43
-1
/
+20869
2019-08-28
Move bin build system module to separate library
Karen Arutyunov
16
-1
/
+2691
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
1
-1
/
+9
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
[prev]
[next]