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 (
Collapse
)
Author
Files
Lines
2020-02-25
Disable global module fragment tests for MSVC due to issue 845845
Boris Kolpackov
1
-0
/
+3
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
2
-9
/
+12
2020-02-18
Update style submodule
Boris Kolpackov
1
-0
/
+0
2020-02-18
Fix copyright notice extraction for building and documentation generating
Karen Arutyunov
2
-5
/
+6
2020-02-18
Reformat LICENSE
Boris Kolpackov
1
-16
/
+15
2020-02-18
New LICENSE/AUTHORS arrangement
Boris Kolpackov
6
-23
/
+28
2020-02-13
Adjust documentation to change to bdep-new binless sub-option
Boris Kolpackov
1
-1
/
+1
2020-02-13
Minor documentation consistency cleanup
Boris Kolpackov
1
-2
/
+2
2020-02-12
Adapt to renaming butl::fdnull() to fdopen_null()
Karen Arutyunov
3
-5
/
+5
2020-02-12
Use copyright extracted from COPYRIGHT file for printing build2 version
Karen Arutyunov
2
-3
/
+15
2020-02-12
Add builtins support for $process.run*() functions
Karen Arutyunov
6
-149
/
+468
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
6
-46
/
+58
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-10
Distribute and install COPYRIGHT file
Karen Arutyunov
1
-3
/
+4
2020-02-07
Update last year in COPYRIGHT file
Karen Arutyunov
1
-1
/
+1
2020-02-07
Add copyright variable substitution in doc/cli.sh
Karen Arutyunov
1
-8
/
+23
2020-02-07
Update submodules
Boris Kolpackov
2
-0
/
+0
2020-02-07
Drop copyright notice from source code
Karen Arutyunov
409
-409
/
+0
2020-02-06
Add -l<name> resolution exclusions for Windows Platform SDK libraries
Boris Kolpackov
1
-29
/
+77
2020-02-05
Add COPYRIGHT file
Boris Kolpackov
2
-3
/
+16
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
3
-1
/
+18
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
Passing it as foo.lib triggers some (brain-dead) fragmentation logic in libpkgconf. Also, a C library built with MSVC can be used in MinGW (and vice versa) and so this is also a step in supporting that.
2020-01-31
Tag installed library targets with linker path
Boris Kolpackov
3
-24
/
+34
This makes sure we get different targets for different toolchains.
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
24
-216
/
+171
2020-01-28
Use scope::var_pool()
Boris Kolpackov
18
-222
/
+220
2020-01-28
Use scope::insert_rule()
Boris Kolpackov
9
-78
/
+56
2020-01-27
Add missing symbol export declarations
Boris Kolpackov
1
-2
/
+2
2020-01-27
See through lib{} group during dist
Boris Kolpackov
4
-5
/
+21
2020-01-27
Protect cc guess cache with mutex
Boris Kolpackov
1
-1
/
+12
2020-01-27
Improve module loading API
Boris Kolpackov
17
-114
/
+126
2020-01-27
Improve process run_*() API
Boris Kolpackov
11
-66
/
+138
2020-01-27
Add scope::{insert_rule,var_pool}() convenience functions
Boris Kolpackov
1
-2
/
+32
2020-01-27
Add corner case check in const.{c,cxx} array splitting
Boris Kolpackov
1
-8
/
+11
2020-01-27
Fix typo
Boris Kolpackov
1
-1
/
+1
2020-01-27
Minor cleanup
Boris Kolpackov
1
-15
/
+1
2020-01-24
Don't pass dependency library non-export loptions to linker
Karen Arutyunov
1
-2
/
+10
2019-12-04
Remove stray tab from NEWS file
Boris Kolpackov
1
-1
/
+1
[next]