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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-09
Add support for VC15u3 which bumped the compiler version to 19.11
Boris Kolpackov
1
-9
/
+11
2017-06-08
Add full support for pattern exclusions
Karen Arutyunov
2
-31
/
+29
2017-06-08
Implement rule chaining for modules
Boris Kolpackov
13
-263
/
+474
2017-06-06
Adapt to libbutl::process interface change
Karen Arutyunov
2
-4
/
+4
2017-06-05
Remove implicit see-through iteration over ad hoc group members
Boris Kolpackov
4
-55
/
+16
2017-06-05
Fix bug in library meta-information protocol implementation
Boris Kolpackov
1
-7
/
+9
2017-06-04
Adjust Clang language selection
Boris Kolpackov
1
-22
/
+9
2017-06-02
Minor documentation changes
Boris Kolpackov
1
-2
/
+2
2017-06-02
Link support for modules: link object member, synthesize rules
Boris Kolpackov
1
-40
/
+78
2017-06-01
Implement module interface unit compilation for Clang and VC
Boris Kolpackov
5
-79
/
+221
2017-06-01
Rename function not to clash with type
Boris Kolpackov
2
-8
/
+8
2017-06-01
Fix test to use new cleanup wildcard support
Boris Kolpackov
1
-13
/
+13
2017-06-01
Implement new testscript cleanup wildcards semantics
Karen Arutyunov
3
-122
/
+168
2017-06-01
Rework language selection during compilation code
Boris Kolpackov
2
-50
/
+108
2017-05-31
Fix bug in compiler language selection (-x option)
Boris Kolpackov
1
-6
/
+6
2017-05-31
C++ modules work: add target types
Boris Kolpackov
15
-105
/
+346
2017-05-31
Adjust extension semantics in file rule to match search_existing_file()
Boris Kolpackov
4
-18
/
+40
2017-05-31
Refine testscript cleanup spec wrt wildcards
Boris Kolpackov
1
-11
/
+13
2017-05-31
Fix testscript runner not to remove special files with wildcard cleanups
Karen Arutyunov
4
-7
/
+63
2017-05-30
Make use of ifdstream::read_text()
Karen Arutyunov
1
-4
/
+1
2017-05-30
Update testcript cleanup wildcard spec
Boris Kolpackov
1
-7
/
+16
2017-05-30
Diagnose lack of module support in extract_modules()
Boris Kolpackov
5
-6
/
+21
2017-05-30
Add 'experimental' value for cxx.std, enable modules support
Boris Kolpackov
2
-74
/
+150
2017-05-30
Rework C/C++ standard translation in preparation for experimental/modules
Boris Kolpackov
9
-191
/
+232
2017-05-30
Fix cross-testing bug
Boris Kolpackov
1
-1
/
+1
2017-05-29
Work around VC14 bug
Boris Kolpackov
1
-1
/
+2
2017-05-29
Fix test
Boris Kolpackov
1
-1
/
+1
2017-05-29
Add ability to limit amount of preprocessing done on source
Boris Kolpackov
9
-85
/
+397
2017-05-28
Add example of doubled single-quoting idiom
Boris Kolpackov
1
-0
/
+11
2017-05-28
Fix bug in cc::extract_module() diagnostics
Boris Kolpackov
1
-5
/
+5
2017-05-28
Diagnose #include directives in C/C++ lexer
Boris Kolpackov
3
-23
/
+41
2017-05-27
Handle #line directives in C/C++ lexer
Boris Kolpackov
9
-73
/
+227
2017-05-26
Fix depdb update logic in cc::compile
Boris Kolpackov
1
-28
/
+22
2017-05-25
Extract C++ modules information
Boris Kolpackov
6
-29
/
+234
2017-05-25
Fix few bugs in C++ lexer and parser
Boris Kolpackov
5
-24
/
+54
2017-05-25
Add compiler_id enum
Boris Kolpackov
11
-83
/
+142
2017-05-25
Implement parsing of C++ module declarations
Boris Kolpackov
10
-8
/
+497
2017-05-24
Implement support for tokenization of preprocessed C/C++ source
Boris Kolpackov
12
-0
/
+1396
2017-05-20
Add *.ii to .gitignore
Karen Arutyunov
1
-0
/
+1
2017-05-19
Rework MSYS2 BLODA workaround
Boris Kolpackov
2
-2
/
+2
2017-05-18
Add compiler version checks for separate preprocess and compile setup
Boris Kolpackov
4
-7
/
+37
2017-05-17
Use correct stream for VC /P diagnostics
Boris Kolpackov
1
-6
/
+5
2017-05-17
Add ability to disable use of preprocessed output in compilation
Boris Kolpackov
5
-16
/
+30
2017-05-17
Lazily diagnose relative -I paths
Boris Kolpackov
1
-3
/
+9
2017-05-17
Implement separate preprocess and compile for VC
Boris Kolpackov
1
-25
/
+67
2017-05-17
Make sure preprocessor warning are passed through
Boris Kolpackov
2
-32
/
+119
2017-05-17
Tighten quoted include handling in dependency extraction
Boris Kolpackov
1
-5
/
+21
2017-05-16
Implement separate preprocess and compiler for GCC and Clang
Boris Kolpackov
6
-107
/
+384
2017-05-15
Add support for writing dependency info to temp file instead of stdout
Boris Kolpackov
2
-8
/
+41
2017-05-15
Update all prerequisites before extracting header dependencies
Boris Kolpackov
3
-105
/
+133
[next]