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
2019-10-21
Work around LLD bug #43744
Boris Kolpackov
1
-0
/
+23
2019-10-21
Build thin archives for utility libraries if using llvm-lib
Boris Kolpackov
1
-0
/
+13
2019-10-21
Add more information on C and C++ compiler mode options to manual
Boris Kolpackov
1
-0
/
+2
2019-10-19
Add find_stem() utility function
Boris Kolpackov
1
-23
/
+4
2019-10-18
Add ability to specify "compiler mode" options as part of config.{c,cxx}
Boris Kolpackov
10
-213
/
+363
2019-10-17
Derive msvc_cpu from cl.exe signature rather than path
Boris Kolpackov
1
-41
/
+29
2019-10-17
Add support for VS search by cl.exe path in find_msvc()
Karen Arutyunov
1
-48
/
+93
2019-10-17
Add temporary fallback to x64 in find_msvc()
Boris Kolpackov
1
-3
/
+8
2019-10-16
Make target CPU part of msvc_info struct
Boris Kolpackov
1
-18
/
+21
2019-10-16
Try to find MSVC installation for absolute cl.exe paths
Boris Kolpackov
2
-49
/
+103
2019-10-15
Remove no longer used lambda capture
Boris Kolpackov
1
-4
/
+1
2019-10-14
Fix bug in guess_msvc()
Karen Arutyunov
1
-1
/
+1
2019-10-14
Add missing #ifndef BUILD2_BOOTSTRAP around find_msvc() call
Boris Kolpackov
1
-0
/
+2
2019-10-14
Implement MSVC installation discovery for version 15 (2017) and later
Karen Arutyunov
7
-182
/
+1695
2019-10-11
Various fixes to make clang-cl work
Boris Kolpackov
2
-31
/
+45
2019-10-11
Switch clang-apple to primary/variant version setup
Boris Kolpackov
2
-9
/
+60
2019-10-11
Add support for clang-cl
Boris Kolpackov
4
-150
/
+297
2019-10-10
Add %VCINSTALLDIR%\Tools\Llvm\bin as fallback search directory for Clang
Boris Kolpackov
1
-6
/
+28
2019-10-09
Prepend pattern search paths to PATH when running binutils
Boris Kolpackov
1
-4
/
+66
2019-10-08
Extend /LIBPATH handling to win32-msvc target system
Boris Kolpackov
2
-2
/
+4
2019-10-08
Pass MSVC and Platform SDK bin\ directories as binutils search paths
Boris Kolpackov
1
-16
/
+39
2019-10-08
Redo bin pattern as PATH-like search paths rather than fallback directory
Boris Kolpackov
2
-9
/
+8
2019-10-07
Rearrange options for consistency
Boris Kolpackov
1
-1
/
+1
2019-10-07
Make -print-search-dirs output handling deal better with translations
Boris Kolpackov
1
-8
/
+16
2019-10-07
Pass MSVC system library search paths to linker if LIB envvar is unset
Boris Kolpackov
6
-75
/
+183
2019-10-05
Fix bug in guess_clang_msvc()
Boris Kolpackov
1
-2
/
+4
2019-10-05
Default to MSVC DLL runtime for Clang on Windows
Boris Kolpackov
2
-8
/
+83
2019-10-05
Add MSVC information to Clang signature, checksum on Windows
Boris Kolpackov
1
-19
/
+33
2019-10-05
Implement more accurate MSVC information extraction from Clang on Windows
Boris Kolpackov
3
-281
/
+499
2019-10-02
Handle Russian version of MSVC C1083 diagnostics
Boris Kolpackov
1
-13
/
+33
2019-10-01
Adapt to renaming butl::casecmp() to icasecmp()
Karen Arutyunov
5
-7
/
+7
2019-09-27
Adapt to bracket expressions in wildcard patterns
Karen Arutyunov
1
-1
/
+1
2019-09-18
Rename importable_headers variable to translatable_headers
Boris Kolpackov
3
-25
/
+24
2019-09-05
Improve /showIncludes parsing to handle internal (debug?) builds of MSVC
Boris Kolpackov
1
-5
/
+17
2019-09-05
Tighten versioned shared library cleanup logic
Boris Kolpackov
1
-12
/
+23
2019-09-04
Add support for native shared library versioning on Linux
Boris Kolpackov
1
-24
/
+110
2019-08-28
Make lib{build2} "implied interface dependency" of modules
Boris Kolpackov
1
-6
/
+5
2019-08-28
Move cc build system module to separate library
Karen Arutyunov
41
-0
/
+20867