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
/
guess.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-11
Update Apple to vanilla Clang version mapping for Apple Clang 13.0.0
Boris Kolpackov
1
-2
/
+5
2021-10-01
Add notion of internal scope, translate external -I to -isystem or equivalent
Boris Kolpackov
1
-1
/
+1
2021-09-28
Adapt to libbutl headers extension change from .mxx to .hxx
Karen Arutyunov
1
-1
/
+1
2021-07-22
Adjust Emscripten Clang version to account for unreleased snapshots
Boris Kolpackov
1
-1
/
+17
2021-07-20
Map Apple Clang version 12.0.5 to vanilla Clang 10.0.0
Boris Kolpackov
1
-16
/
+19
2021-07-01
Handle GCC versions in 9.2-win32 form (GitHub issue #156)
Boris Kolpackov
1
-25
/
+19
2021-06-08
Implement ad hoc regex pattern rule support
Boris Kolpackov
1
-1
/
+1
2021-05-13
Rename sys_inc_dirs to sys_hdr_dirs for consistency
Boris Kolpackov
1
-8
/
+8
2021-05-06
Fix default Clang C++ compiler name mis-guess
Boris Kolpackov
1
-1
/
+1
2021-04-26
Detect and diagnose presence of certain GCC environment variables
Boris Kolpackov
1
-1
/
+8
2021-04-22
Incorporate project environment checksum into cc::compiler_info cache key
Boris Kolpackov
1
-0
/
+17
2021-04-22
Add another hash/save_environment() overload
Boris Kolpackov
1
-2
/
+2
2021-04-07
Register environment variables for hermetic build configurations
Boris Kolpackov
1
-5
/
+102
2021-03-13
Tighten Clang detection not to misdetect GCC built with Clang
Boris Kolpackov
1
-1
/
+8
2021-01-30
Add std::{map, multimap} to types.hxx
Boris Kolpackov
1
-1
/
+0
2021-01-30
Rework include translation support
Boris Kolpackov
1
-0
/
+175
2021-01-08
Add note
Boris Kolpackov
1
-0
/
+7
2020-12-15
Cache more results of executing programs (compilers, etc)
Boris Kolpackov
1
-16
/
+4
2020-11-30
Add version mapping for Apple Clang 12.0.0
Boris Kolpackov
1
-1
/
+3
2020-11-05
Initial Emscripten support
Boris Kolpackov
1
-132
/
+266
2020-08-24
Use representation when passing target_triplet as hint
Boris Kolpackov
1
-1
/
+1
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
1
-1
/
+4
2020-04-11
Pass LC_ALL=C when extracting locale-dependent information in bin module on P...
Karen Arutyunov
1
-1
/
+0
2020-04-07
Pass LC_ALL=C when extracting locale-dependent information on POSIX
Boris Kolpackov
1
-13
/
+33
2020-02-12
Add convenience run_start() overload
Boris Kolpackov
1
-2
/
+2
2020-02-07
Drop copyright notice from source code
Karen Arutyunov
1
-1
/
+0
2020-02-03
Add header/library search paths from compiler mode to sys_*_dirs
Boris Kolpackov
1
-21
/
+42
2020-01-27
Protect cc guess cache with mutex
Boris Kolpackov
1
-1
/
+12
2020-01-27
Improve process run_*() API
Boris Kolpackov
1
-2
/
+2
2019-11-05
Add support for supplying MSVC IFCPATH equivalent
Boris Kolpackov
1
-4
/
+24
2019-10-31
Update comment on Apple Clang to vanilla Clang version mapping
Boris Kolpackov
1
-15
/
+14
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
1
-30
/
+97
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
1
-48
/
+102
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
1
-81
/
+564
2019-10-11
Various fixes to make clang-cl work
Boris Kolpackov
1
-1
/
+1
2019-10-11
Switch clang-apple to primary/variant version setup
Boris Kolpackov
1
-1
/
+58
2019-10-11
Add support for clang-cl
Boris Kolpackov
1
-137
/
+241
2019-10-10
Add %VCINSTALLDIR%\Tools\Llvm\bin as fallback search directory for Clang
Boris Kolpackov
1
-6
/
+28
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
1
-6
/
+5
2019-10-07
Rearrange options for consistency
Boris Kolpackov
1
-1
/
+1
[next]