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-12-01
Add clarifying comment
Boris Kolpackov
1
-2
/
+3
2020-12-01
Modules-related refactoring
Boris Kolpackov
4
-56
/
+60
2020-11-30
Fix bug in module mapper
Boris Kolpackov
1
-1
/
+0
2020-11-30
Don't fail if unable to remove empty directory on uninstall
Boris Kolpackov
1
-3
/
+15
2020-11-30
Add more default argument values to run_start()
Boris Kolpackov
1
-13
/
+13
2020-11-30
Add version mapping for Apple Clang 12.0.0
Boris Kolpackov
1
-1
/
+3
2020-11-30
Disable __import recognition since GCC now uses [[__translated]]
Boris Kolpackov
2
-4
/
+6
2020-11-30
Add support for module partitions
Boris Kolpackov
7
-98
/
+201
2020-11-30
Start adapting module mapper to latest GCC protocol
Boris Kolpackov
4
-30
/
+451
2020-11-26
Fix crashing on unhandled invalid_path thrown by cc::common::pkgconfig_load()
Karen Arutyunov
1
-5
/
+15
2020-11-24
Fix compilation error on older compilers (GCC 4.9, MSVC 14.3)
Boris Kolpackov
1
-4
/
+4
2020-11-23
Increase terminated process timeout from 1 to 2 sec before killing it on scri...
Karen Arutyunov
2
-5
/
+5
2020-11-23
Add $string.lcase() and $string.ucase() functions
Karen Arutyunov
2
-0
/
+23
2020-11-23
Suppress duplicates when extracting library options (GitHub issue #114)
Boris Kolpackov
5
-99
/
+298
2020-11-19
Handle C++20 module partitions in scanner
Boris Kolpackov
7
-63
/
+176
2020-11-19
Remove target files on ad hoc rule update buildscript error
Karen Arutyunov
1
-1
/
+18
2020-11-19
Fix set buildscript builtin crash on Windows
Karen Arutyunov
1
-1
/
+19
2020-11-17
Increase builtin timeout from 1 sec to 2 sec before aborting on script pipeli...
Karen Arutyunov
1
-2
/
+2
2020-11-17
Generalize dot escaping in target name rules
Boris Kolpackov
3
-49
/
+276
2020-11-17
Resolve warning
Boris Kolpackov
1
-0
/
+1
2020-11-17
Omit default extensions for target types that now have fixed extensions
Boris Kolpackov
1
-2
/
+2
2020-11-17
Implement modules pseudo-directive parsing (p1703, p1857)
Boris Kolpackov
7
-54
/
+148
2020-11-13
Minor tracing fix and addition
Boris Kolpackov
2
-1
/
+4
2020-11-12
Assign fixed extensions to wasm{} and pdb{} target types
Boris Kolpackov
3
-2
/
+42
2020-11-11
Add ${c,cxx}.lib_{poptions,libs,rpaths}() functions
Boris Kolpackov
10
-105
/
+391
2020-11-11
Make value_traits<bool>::convert() non-modifying
Boris Kolpackov
2
-2
/
+5
2020-11-11
Expose low-level function registration support
Boris Kolpackov
2
-4
/
+24
2020-11-11
Add context::current_action()
Boris Kolpackov
1
-1
/
+9
2020-11-06
Fix mistreating test operation timeout as test timeout in some case
Karen Arutyunov
1
-1
/
+1
2020-11-06
Add support for test timeouts
Karen Arutyunov
33
-184
/
+1819
2020-11-06
Fix snapshot extraction for subproject symlinked from git submodule
Karen Arutyunov
1
-3
/
+20
2020-11-06
Resolve warning
Boris Kolpackov
1
-1
/
+1
2020-11-06
Keep executable bit on .wasm files when installing
Boris Kolpackov
1
-2
/
+4
2020-11-05
Initial Emscripten support
Boris Kolpackov
6
-535
/
+803
2020-11-04
Minor terminology tweak
Boris Kolpackov
1
-1
/
+1
2020-11-02
Set executable bit for ad hoc buildscript rule executable target on POSIX
Karen Arutyunov
5
-2
/
+61
2020-10-28
Pad config report to maximum name length
Boris Kolpackov
1
-10
/
+32
2020-10-28
Add missing $builtin.string(int64)
Boris Kolpackov
1
-0
/
+1
2020-10-27
Tweak dist rule to handle prerequisites outside project
Boris Kolpackov
1
-7
/
+21
2020-10-20
Add operation callback for adhoc rule match and apply
Boris Kolpackov
13
-44
/
+95
2020-10-15
Add ability to specify fallback value for NULL substitutions with in.null
Boris Kolpackov
7
-20
/
+60
2020-10-07
Add ability to specify extra adhoc files for distribution
Boris Kolpackov
2
-6
/
+58
2020-09-29
Add bootstrap distribution mode (!config.dist.bootstrap=true)
Boris Kolpackov
6
-277
/
+476
2020-09-28
Add $string.trim() function
Boris Kolpackov
1
-0
/
+12
2020-09-24
Fix target declaration upgrade logic
Boris Kolpackov
2
-12
/
+10
2020-09-24
Give hints for common causes of "no rule to update ..." error
Boris Kolpackov
12
-50
/
+121
2020-09-24
Add ability to ignore extra variables in specified_config()
Boris Kolpackov
2
-9
/
+33
2020-09-24
Add post-boot module function
Boris Kolpackov
3
-27
/
+84
2020-09-22
Add ability to skip external modules during bootstrap (--no-external-modules)
Boris Kolpackov
4
-34
/
+75
2020-09-15
Handle infinite output when extracting metadata (GitHub issue #102)
Boris Kolpackov
1
-2
/
+22
[next]