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
/
cc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-11
Add support for module interface-only libraries
Boris Kolpackov
7
-63
/
+238
2020-12-08
Update pkg-config modules serialization format to handle partitions
Boris Kolpackov
1
-4
/
+27
2020-12-04
Fix bug in installed libraries matching logic
Boris Kolpackov
1
-24
/
+34
2020-12-04
Mark Buildfile functions as pure or impure
Boris Kolpackov
1
-6
/
+12
2020-12-03
Add ability to get absolute library paths from ${c,cxx}.lib_libs()
Boris Kolpackov
3
-7
/
+18
2020-12-03
Fix lock/unlock order
Boris Kolpackov
1
-1
/
+2
2020-12-03
Fix bug in previous commit
Boris Kolpackov
1
-2
/
+2
2020-12-03
Fix modules support for installed libraries
Boris Kolpackov
3
-20
/
+47
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
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
2
-26
/
+441
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
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-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
1
-0
/
+3
2020-11-11
Add ${c,cxx}.lib_{poptions,libs,rpaths}() functions
Boris Kolpackov
9
-104
/
+388
2020-11-05
Initial Emscripten support
Boris Kolpackov
5
-397
/
+650
2020-11-04
Minor terminology tweak
Boris Kolpackov
1
-1
/
+1
2020-09-24
Give hints for common causes of "no rule to update ..." error
Boris Kolpackov
3
-4
/
+4
2020-08-24
Use representation when passing target_triplet as hint
Boris Kolpackov
2
-2
/
+2
2020-08-12
Adjust linker arguments for LTO parallelization
Matthew Krupcale
1
-0
/
+54
2020-07-23
Escape quotes in .pc file values besides spaces and backslashes
Karen Arutyunov
1
-1
/
+1
2020-07-17
Fix race in path/mtime assignment and file_rule::match()
Boris Kolpackov
2
-23
/
+9
2020-07-17
Use -fexternc-nounwind by default for Clang targeting MSVC
Boris Kolpackov
1
-5
/
+27
2020-07-16
Save original compiler path/mode in {c,cxx}.config.path/mode
Boris Kolpackov
3
-9
/
+17
2020-07-14
Fix Clang warning
Boris Kolpackov
1
-0
/
+2
2020-07-13
Add ability to extend rule interface in source-compatible manner
Boris Kolpackov
2
-2
/
+2
2020-07-13
Fold translated *.std options into compiler mode options
Boris Kolpackov
6
-30
/
+13
2020-07-07
Make sure paths used to insert target are canonicalized
Boris Kolpackov
1
-3
/
+9
2020-07-07
Skip sources of executables in cc::install_rule
Boris Kolpackov
1
-4
/
+23
2020-07-01
Fix bug in *.export.imp_libs logic
Boris Kolpackov
2
-3
/
+3
2020-07-01
Add additional diagnostics for unassigned path (GitHub issue #89)
Boris Kolpackov
1
-6
/
+10
2020-07-01
Add additional diagnostics for disappearing header (GitHub issue #80)
Boris Kolpackov
1
-0
/
+16
2020-07-01
Add *.export.imp_libs to get rid of dual *.export.libs semantics
Boris Kolpackov
3
-36
/
+38
2020-06-26
Handle #import in MSVC /showIncludes output
Boris Kolpackov
2
-13
/
+44
2020-06-26
Minor terminology fix in comments
Boris Kolpackov
1
-3
/
+2
2020-06-26
Fix race in library metadata protocol
Boris Kolpackov
2
-4
/
+5
2020-06-25
Fix warning
Boris Kolpackov
1
-1
/
+1
2020-06-25
Add more instrumentation for unassigned path race
Boris Kolpackov
1
-14
/
+41
2020-06-24
Fix trace and clarify comments
Boris Kolpackov
1
-9
/
+12
2020-06-22
Try to detect and warn about the ccache compiler wrapper
Boris Kolpackov
1
-4
/
+24
2020-06-22
Add version mapping for Apple Clang 11.0.3
Boris Kolpackov
1
-14
/
+22
2020-06-18
Complete NetBSD compatibility
Boris Kolpackov
3
-2
/
+7
[prev]
[next]