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
2023-03-29
Specify potential future extensions to install manifest format
Boris Kolpackov
1
-0
/
+3
2023-03-24
Document relocatable installation support
Boris Kolpackov
1
-5
/
+5
2023-03-24
Add support for generating relocatable pkg-config files
Boris Kolpackov
1
-10
/
+133
2023-03-23
Add support for relocatable installation in $install.resolve()
Boris Kolpackov
4
-14
/
+104
2023-03-23
Add support for relocatable installation manifest
Boris Kolpackov
6
-42
/
+116
2023-03-22
Initial work on relocatable install: config.install.relocatable and rpath
Boris Kolpackov
3
-4
/
+92
2023-03-20
Regenerate options parsing files
Karen Arutyunov
4
-0
/
+210
2023-03-17
Tweak/add few comments
Boris Kolpackov
1
-2
/
+4
2023-03-08
Fix uninitialized variable bug
Boris Kolpackov
1
-1
/
+1
2023-03-08
Disambiguate operator<<(ostream,path_name_view) call
Boris Kolpackov
3
-7
/
+7
2023-03-07
Add new include_arch/config.install.include_arch installation location
Boris Kolpackov
1
-35
/
+37
2023-03-02
Replace deprecated std::aligned_storage with alignas
Boris Kolpackov
5
-18
/
+21
2023-03-02
Adapt to interface changes in libpkgconf 1.9
Boris Kolpackov
1
-0
/
+7
2023-03-01
Add support for installation manifest
Boris Kolpackov
14
-48
/
+604
2023-02-22
Set explicit 755 install mode for exe{} targets
Boris Kolpackov
1
-0
/
+5
2023-02-20
Fix raw string literal lexing bug in cc:lexer (GH issue #268)
Boris Kolpackov
2
-3
/
+5
2023-02-13
Deduplicate -I and -L options extracted from pkg-config files (GH issue #265)
Boris Kolpackov
1
-43
/
+81
2023-02-02
Complete and normalize --default-options path
Boris Kolpackov
1
-0
/
+17
2023-01-31
Minor improvement to diagnostics
Boris Kolpackov
1
-2
/
+6
2023-01-27
Add clarifying comment
Boris Kolpackov
1
-0
/
+2
2023-01-24
Add std::back_inserter() to utility.hxx
Boris Kolpackov
1
-1
/
+2
2023-01-09
Fix simple and script tests to correctly terminate processes which don't clos...
Karen Arutyunov
2
-48
/
+299
2022-12-19
Disable `)` escaping in buildspec, command line variable overrides
Boris Kolpackov
2
-11
/
+10
2022-12-19
Disable line continuation in buildspec, command line variable overrides
Boris Kolpackov
2
-8
/
+11
2022-12-19
Restore newline escaping (line continuations) in double-quoted strings
Boris Kolpackov
3
-9
/
+11
2022-12-15
Add $regex.filter[_out]_{match,search}() functions
Karen Arutyunov
1
-67
/
+206
2022-12-15
Add noexcept to move constructors and move assignment operators
Karen Arutyunov
18
-51
/
+73
2022-12-15
Improve escape sequence support
Boris Kolpackov
7
-172
/
+274
2022-12-14
Improve empty simple value to empty list of names reduction heuristics
Boris Kolpackov
18
-67
/
+136
2022-12-14
Handle NULL values in $string() and $concat() functions
Boris Kolpackov
8
-19
/
+82
2022-12-13
Add format_copy_empty flag to $regex.{split,merge,apply}()
Boris Kolpackov
1
-20
/
+54
2022-12-13
Return all subexpressions in $regex.{match,search}(), not only matched
Boris Kolpackov
1
-8
/
+2
2022-12-13
Fix linking failure on Windows
Karen Arutyunov
1
-1
/
+1
2022-12-12
Adapt to dir_iterator API change
Karen Arutyunov
10
-17
/
+99
2022-12-12
Add no_subprojects parameter to info meta-operation
Boris Kolpackov
3
-20
/
+77
2022-12-09
Enable diagnostics color in GCC and Clang
Boris Kolpackov
4
-2
/
+80
2022-12-09
Handle file opening error in config.config.load
Boris Kolpackov
1
-2
/
+9
2022-12-09
Normalize target's out directory in cc::insert_library()
Boris Kolpackov
1
-7
/
+8
2022-12-08
Normalize extracted header/library search directories (GH issue #235)
Boris Kolpackov
8
-21
/
+60
2022-12-08
Add --[no]diag-color options (infrastructure only)
Boris Kolpackov
10
-13
/
+152
2022-12-07
Fix incorrect process_path::effect access
Boris Kolpackov
1
-1
/
+1
2022-12-07
Use effective rather than recall path for cache key
Boris Kolpackov
1
-1
/
+1
2022-12-07
Fix bug in MSVC library_type() implementation (GH issue #235)
Boris Kolpackov
1
-4
/
+1
2022-12-07
Add MSVC library type caching
Boris Kolpackov
1
-9
/
+24
2022-12-07
List dnsapi, msimg32 as Windows system libraries
Boris Kolpackov
1
-2
/
+4
2022-12-06
Handle bin.whole when specified for interface dependencies
Boris Kolpackov
2
-11
/
+29
2022-12-05
Skip common .pc file for binless if found but rejected binful (GH issues #235)
Boris Kolpackov
3
-26
/
+80
2022-12-05
List windowscodecs as Windows system library
Boris Kolpackov
1
-0
/
+1
2022-12-05
Filter out sanitizer options from ~host configuration
Boris Kolpackov
1
-29
/
+51
2022-12-02
Fail if scope or target qualification in variable expansion is unknown
Boris Kolpackov
2
-30
/
+74
[next]