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
/
compile-rule.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-14
Allow enabling C++ modules for C++20 and later std.cxx values
Boris Kolpackov
1
-1
/
+7
2023-12-14
Cleanup old code for C++ modules support in Clang
Boris Kolpackov
1
-106
/
+2
2023-12-13
Fix another instance of module name not being assigned due to deferred failure
Boris Kolpackov
1
-10
/
+17
2023-12-08
Workaround bogus initialized variable warning
Boris Kolpackov
1
-1
/
+1
2023-12-07
Fix bug that led to duplication of module import information
Boris Kolpackov
1
-1
/
+7
2023-12-07
Add support for compiling MSVC standard library modules
Boris Kolpackov
1
-41
/
+144
2023-12-07
C++20 named modules support for MSVC, take 2
Boris Kolpackov
1
-101
/
+77
2023-12-03
Search in src for existing prerequisites with unspecified out
Boris Kolpackov
1
-3
/
+3
2023-11-29
Add rule for extracting C and C++ predefs
Boris Kolpackov
1
-0
/
+6
2023-11-29
Minor cleanups in cc::compile_rule
Boris Kolpackov
1
-6
/
+3
2023-11-29
Complete earlier fix for modules support in Clang
Boris Kolpackov
1
-5
/
+2
2023-11-27
Fix minor incompatibility with C++14
Boris Kolpackov
1
-1
/
+1
2023-11-27
Tweak module name from file name guessing logic
Boris Kolpackov
1
-2
/
+41
2023-11-22
Deal with lack of module information due to deferred failure
Boris Kolpackov
1
-9
/
+17
2023-11-22
Fix incorrect _LIBCPP_VERSION macro name in comments
Boris Kolpackov
1
-1
/
+1
2023-11-22
Add support for `import std` in Clang 17 or later with libc++
Boris Kolpackov
1
-110
/
+208
2023-11-16
Extend comment on Clang's -fmodules-embed-all-files use
Boris Kolpackov
1
-0
/
+6
2023-11-15
Switch from two-step module compilation to -fmodule-output for Clang
Boris Kolpackov
1
-0
/
+35
2023-11-14
Fix module sidebuild logic for Clang
Boris Kolpackov
1
-10
/
+16
2023-11-09
Fix more issues with C++20 named modules support in Clang
Boris Kolpackov
1
-20
/
+10
2023-11-06
Fix basic issues with C++20 named modules support in Clang
Boris Kolpackov
1
-12
/
+5
2023-11-01
Fix incorrect fsdir_rule::perform_update_direct() calls
Boris Kolpackov
1
-1
/
+1
2023-09-11
Invoke Clang to produce object files for module partitions similar to interfaces
Swat SomeBug
1
-2
/
+7
2023-08-22
Consider *_inc{} target types as headers for rule match purposes
Boris Kolpackov
1
-4
/
+4
2023-06-22
Omit -Wno-gnu-line-marker for Apple Clang 14.0.3
Boris Kolpackov
1
-2
/
+9
2023-06-14
Use dry_run_option instead of dry_run during match
Boris Kolpackov
1
-1
/
+1
2023-06-13
Disable -Wgnu-line-marker in Clang 15 triggered by -frewrite-includes
Boris Kolpackov
1
-6
/
+43
2023-06-07
Implement GCC module mapper protocol quoting/escaping (GH issues #203, #228)
Boris Kolpackov
1
-14
/
+223
2023-06-05
Remap Clang -Wunqualified-std-cast-call warning to -Wextra (GH issue #259)
Boris Kolpackov
1
-0
/
+40
2023-06-02
Fix another race in library metadata protocol logic
Boris Kolpackov
1
-0
/
+8
2023-04-18
Add support for Assembler with C Preprocessor (.S) compilation
Boris Kolpackov
1
-31
/
+42
2023-04-10
Fix inconsistent /usr/local/{include,lib} search
Boris Kolpackov
1
-6
/
+7
2023-04-05
Allow creating context with bare minimum of initializations
Boris Kolpackov
1
-4
/
+4
2022-12-09
Enable diagnostics color in GCC and Clang
Boris Kolpackov
1
-2
/
+24
2022-11-25
Fix diag buffer opining logic in cc::compile_rule
Boris Kolpackov
1
-5
/
+11
2022-11-23
Rework diag_buffer interface to facilitate correct destruction order
Boris Kolpackov
1
-21
/
+24
2022-11-22
Add support for Objective-C/C++ compilation in cc module
Boris Kolpackov
1
-22
/
+32
2022-11-16
Initial low verbosity diagnostics rework
Boris Kolpackov
1
-1
/
+1
2022-11-08
Make process exit diagnostics consistent
Boris Kolpackov
1
-4
/
+4
2022-11-08
Work around suspected GCC 12 mis-compilation (bug #107555)
Boris Kolpackov
1
-14
/
+22
2022-11-08
Allow passing fail diag record to diag_buffer::close()
Boris Kolpackov
1
-11
/
+4
2022-11-08
Tighten args const-ness in the run*() function family
Boris Kolpackov
1
-4
/
+0
2022-11-08
Rework header dependency extraction with diagnostics buffering
Boris Kolpackov
1
-245
/
+412
2022-11-08
More work on child process diagnostics buffering
Boris Kolpackov
1
-5
/
+4
2022-10-27
Suppress (potential) bogus GCC 12 -Wrestrict warnings
Boris Kolpackov
1
-3
/
+3
2022-10-27
Initial work on child process diagnostics buffering
Boris Kolpackov
1
-36
/
+55
2022-10-10
Preparatory work for public/private variable distinction
Boris Kolpackov
1
-0
/
+4
2022-10-05
Check for `-`-spelled cl.exe options in addition to `/`-spelled
Boris Kolpackov
1
-19
/
+29
2022-07-26
Remove unused code
Boris Kolpackov
1
-66
/
+0
2022-06-24
Add ability to control -I translation in $x.lib_poptions()
Boris Kolpackov
1
-5
/
+5
[next]