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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-05
Change version to 0.17.0-a.0.z
Boris Kolpackov
3
-4
/
+4
2023-06-30
Release version 0.16.0
v0.16.0
Boris Kolpackov
3
-7
/
+7
2023-06-30
Tweak NEWS file
Boris Kolpackov
1
-2
/
+3
2023-06-29
Update example diagnostics in build system manual
Boris Kolpackov
1
-25
/
+30
2023-06-28
Minor NEWS file cleanups
Karen Arutyunov
1
-6
/
+6
2023-06-28
Update NEWS files
Boris Kolpackov
1
-9
/
+317
2023-06-28
Minor tweaks and cleanups
Boris Kolpackov
2
-0
/
+4
2023-06-27
Update config submodule (config.guess and config.sub scripts)
Boris Kolpackov
1
-0
/
+0
2023-06-26
Suppress -Wdangling-reference GCC 13 warning
Karen Arutyunov
2
-0
/
+10
2023-06-26
Suppress -Wunqualified-std-cast-call Clang 15 warning
Karen Arutyunov
2
-0
/
+4
2023-06-26
Update .gitignore file
Karen Arutyunov
1
-0
/
+6
2023-06-26
Regenerate options parsing files
Karen Arutyunov
2
-26
/
+26
2023-06-26
Omit dangling symlink warning for backlinked executables
Boris Kolpackov
1
-13
/
+44
2023-06-22
Map cxx.std=26 to -std=c++2c for GCC and Clang
Boris Kolpackov
2
-4
/
+13
2023-06-22
Fix wraparound in task_count logic
Boris Kolpackov
3
-18
/
+20
2023-06-22
Filter out subsequent occurrences of library itself in .pc files (GH issue #283)
Boris Kolpackov
1
-18
/
+28
2023-06-22
Omit -Wno-gnu-line-marker for Apple Clang 14.0.3
Boris Kolpackov
1
-2
/
+9
2023-06-19
Update Apple Clang to vanilla Clang version mapping
Boris Kolpackov
1
-21
/
+27
2023-06-15
Remove stray whitespace from "uninstall" command name
Boris Kolpackov
1
-3
/
+3
2023-06-15
Fix incorrect memory order in target::matched() call
Boris Kolpackov
2
-2
/
+2
2023-06-14
Use dry_run_option instead of dry_run during match
Boris Kolpackov
2
-3
/
+3
2023-06-14
Don't fail in dyndep_rule::enter_file() if target is in src
Boris Kolpackov
1
-4
/
+24
2023-06-14
Improve dyndep_rule::{inject,verify}_existing_file() documentation
Boris Kolpackov
2
-7
/
+11
2023-06-13
Disable -Wgnu-line-marker in Clang 15 triggered by -frewrite-includes
Boris Kolpackov
1
-6
/
+43
2023-06-12
Hack around GCC 13 -Wdangling-reference false positives
Boris Kolpackov
5
-16
/
+17
2023-06-09
Add explicit move as recommended by Clang warning
Boris Kolpackov
1
-1
/
+1
2023-06-09
Diagnose multiple values in typed concatenation (GH issue #263)
Boris Kolpackov
1
-26
/
+41
2023-06-08
Add support for buildfile importation
Boris Kolpackov
13
-194
/
+728
2023-06-07
Re-disable C++20 modules tests for MinGW GCC
Boris Kolpackov
1
-3
/
+1
2023-06-07
Try to enable C++20 modules tests for MinGW GCC
Boris Kolpackov
1
-1
/
+3
2023-06-07
Implement GCC module mapper protocol quoting/escaping (GH issues #203, #228)
Boris Kolpackov
1
-14
/
+223
2023-06-05
Remap Clang -Wunqualified-std-cast-call warning to -Wextra (GH issue #259)
Boris Kolpackov
1
-0
/
+40
2023-06-02
Fix another race in library metadata protocol logic
Boris Kolpackov
1
-0
/
+8
2023-06-02
Temporarily turn null include error into warning for backwards compat
Boris Kolpackov
1
-11
/
+19
2023-06-02
Fix data race in library metadata protocol logic
Boris Kolpackov
3
-5
/
+14
2023-06-01
Diagnose null include, operation-specific variable values
Boris Kolpackov
2
-31
/
+47
2023-06-01
Add inner_recipe for expressiveness
Boris Kolpackov
8
-7
/
+11
2023-06-01
Resolve (but disable for now) target_count issue in resolve_members()
Boris Kolpackov
7
-70
/
+249
2023-05-31
Improve diagnostics when dropping config.import.* values
Boris Kolpackov
1
-0
/
+20
2023-05-31
Provide implied configure_* and dist_* action registration for ad hoc recipes
Boris Kolpackov
2
-29
/
+84
2023-05-30
Fix bug
Boris Kolpackov
1
-2
/
+2
2023-05-30
Fix previous commits to work in C++14
Boris Kolpackov
2
-5
/
+8
2023-05-30
Add support for fsdir{} dynamic prerequisites in the dyndep lines format
Boris Kolpackov
3
-21
/
+135
2023-05-30
Add depdb-dyndep --target-extension-type option
Boris Kolpackov
5
-9
/
+122
2023-05-30
Store dynamic group member types in depdb, use in clean
Boris Kolpackov
5
-102
/
+203
2023-05-30
Add $path.posix_string() and $path.posix_representation() functions
Karen Arutyunov
2
-0
/
+188
2023-05-29
Move old dynamic members cleanup from execute to apply
Boris Kolpackov
1
-31
/
+40
2023-05-29
New 'lines' dependency format in depdb-dyndep
Boris Kolpackov
4
-11
/
+215
2023-05-29
Extend special match_rule() logic to all groups with dynamic targets
Boris Kolpackov
9
-92
/
+89
2023-05-29
Handle see-through groups with dynamic members in dist
Boris Kolpackov
2
-25
/
+126
[prev]
[next]