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
2020-03-18
Cleanup variable type/visibility/overridability logic
Boris Kolpackov
3
-65
/
+89
2020-03-18
Pattern-type config.** variables with global visibility by default
Boris Kolpackov
3
-56
/
+62
2020-03-18
Fix variable pattern merging logic
Boris Kolpackov
1
-12
/
+31
2020-03-18
Add $visibility(<variable>) function for querying variable visibility
Boris Kolpackov
3
-11
/
+32
2020-03-18
Get rid of old and unused logic
Boris Kolpackov
1
-30
/
+5
2020-03-17
Adapt install_l() to mkanylink() semantics change
Karen Arutyunov
1
-8
/
+1
2020-03-17
Fix backlinking code to follow symlinks in hardlink targets
Boris Kolpackov
1
-2
/
+11
2020-03-17
Add $defined(<variable>) function
Boris Kolpackov
3
-31
/
+35
2020-03-17
Rename all find*(variable) to lookup*(variable)
Boris Kolpackov
19
-146
/
+156
2020-03-17
Rework config::{omitted,required,optional}() into unified config_lookup()
Boris Kolpackov
14
-237
/
+402
2020-03-13
Cleanup and make config/utility.?xx part of build system core
Boris Kolpackov
13
-257
/
+289
2020-03-12
Minor comment improvements
Boris Kolpackov
2
-2
/
+2
2020-03-11
Minor config variable lookup cleanups
Boris Kolpackov
7
-54
/
+66
2020-03-10
Force hard links inside backlinked DLL assembly directory
Boris Kolpackov
2
-4
/
+7
2020-03-06
Restrict buildfiles and testscripts with only Unicode graphic characters, '\t...
Karen Arutyunov
1
-4
/
+9
2020-03-05
Use utf8_validator for buildfile and testscript lexers
Karen Arutyunov
1
-2
/
+5
2020-03-04
Fix bug in config.config.persist logic
Boris Kolpackov
2
-2
/
+10
2020-02-28
Add .gitattributes file
Karen Arutyunov
1
-1062
/
+1062
2020-02-27
Minor code clanup
Boris Kolpackov
1
-5
/
+4
2020-02-27
Revert recent Clang optimization bug workaround as it doesn't help
Karen Arutyunov
1
-7
/
+3
2020-02-27
Fix .pc files-based static linkage failing on macos
Karen Arutyunov
1
-0
/
+9
2020-02-26
Try to work around Clang optimization bug
Karen Arutyunov
1
-3
/
+7
2020-02-26
Adapt to adding validator to butl::char_scanner
Karen Arutyunov
3
-24
/
+34
2020-02-24
Work around bug in Clang 10 targeting MSVC in c++2a (LLVM bug #44956)
Boris Kolpackov
4
-8
/
+34
2020-02-24
Disable /WHOLEARCHIVE workaround for lld-link 9.0.1 and later
Boris Kolpackov
1
-9
/
+16
2020-02-24
Extract version for lld-link
Boris Kolpackov
3
-8
/
+52
2020-02-21
Define __cpp_modules=201810 (merged modules) for MSVC 16.4
Boris Kolpackov
1
-8
/
+11
2020-02-18
New LICENSE/AUTHORS arrangement
Boris Kolpackov
1
-0
/
+3
2020-02-12
Adapt to renaming butl::fdnull() to fdopen_null()
Karen Arutyunov
3
-5
/
+5
2020-02-12
Add builtins support for $process.run*() functions
Karen Arutyunov
5
-133
/
+340
2020-02-12
Defer failure to compiler diagnostics even if not in "keep going" mode
Boris Kolpackov
1
-3
/
+6
2020-02-12
Add convenience run_start() overload
Boris Kolpackov
5
-6
/
+31
2020-02-11
Instrument unassigned source path case in cc::compile_rule
Boris Kolpackov
1
-1
/
+12
2020-02-11
Add match_only flag to context
Boris Kolpackov
5
-43
/
+54
2020-02-11
Defer unknown header failure to compiler diagnostics
Boris Kolpackov
2
-81
/
+192
2020-02-10
Make no-target/no-rule header dependency extraction diagnostics consistent
Boris Kolpackov
1
-9
/
+26
2020-02-07
Drop copyright notice from source code
Karen Arutyunov
268
-268
/
+0
2020-02-06
Add -l<name> resolution exclusions for Windows Platform SDK libraries
Boris Kolpackov
1
-29
/
+77
2020-02-05
Always calculate scheduler shard size as a primary number
Karen Arutyunov
1
-36
/
+42
2020-02-04
Add note to manual on specifying search paths in compiler mode
Boris Kolpackov
2
-1
/
+5
2020-02-03
Fix bug in sys_*_dirs commit
Boris Kolpackov
1
-1
/
+1
2020-02-03
Exclude -lexecinfo from resolution
Boris Kolpackov
1
-0
/
+5
2020-02-03
Add header/library search paths from compiler mode to sys_*_dirs
Boris Kolpackov
12
-199
/
+364
2020-01-31
Propagate installed library out (tag) when converting to name
Boris Kolpackov
3
-13
/
+31
2020-01-31
Use -l representation of library names in pkg-config files for MSVC
Boris Kolpackov
1
-5
/
+38
2020-01-31
Tag installed library targets with linker path
Boris Kolpackov
3
-24
/
+34
2020-01-30
Swap order of matching command stdout and stderr by testscript runner
Karen Arutyunov
1
-2
/
+6
2020-01-29
Rename module_base to module, redo module boot/init argument passing
Boris Kolpackov
23
-209
/
+168
2020-01-28
Use scope::var_pool()
Boris Kolpackov
17
-215
/
+213
2020-01-28
Use scope::insert_rule()
Boris Kolpackov
8
-70
/
+50
[next]