Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-06 | Fix uninitialized variable bug | Boris Kolpackov | 1 | -1/+1 | |
2019-05-06 | Update and clarify target grouping terminology and semantics | Boris Kolpackov | 1 | -27/+32 | |
2019-05-03 | Add config.{c,cxx}.std | Boris Kolpackov | 5 | -8/+26 | |
These values override {c,cxx}.std specified at the project level. In particular, this allows us to force a specific standard for all the projects in a build configuration, for example: b create: conf/,cc config.cxx=g++ config.cxx.std=experimental | |||||
2019-05-03 | Support <>-style header specification in importable_headers | Boris Kolpackov | 3 | -11/+53 | |
2019-05-03 | Rename [config.]cxx.header_units to importable_headers | Boris Kolpackov | 7 | -26/+31 | |
2019-05-03 | Adjust modules support enablement for GCC | Boris Kolpackov | 1 | -4/+11 | |
Now we require c++-modules-ex branch unless forced. | |||||
2019-05-03 | Switch back to blocking compiler communication | Boris Kolpackov | 1 | -0/+50 | |
2019-05-02 | Enable full header unit functionality test | Boris Kolpackov | 1 | -1/+1 | |
2019-05-01 | Add note | Boris Kolpackov | 1 | -0/+4 | |
2019-05-01 | Redo module mapper logic not to rely on followup commands | Boris Kolpackov | 2 | -83/+103 | |
2019-05-01 | Fix bug in cc::unit_type initialization | Boris Kolpackov | 1 | -1/+1 | |
2019-04-30 | Initial take on header unit and include translation support | Boris Kolpackov | 29 | -1014/+2365 | |
2019-04-17 | Incorporate ad hoc prerequisite mtime into out-of-date determination | Boris Kolpackov | 4 | -32/+59 | |
2019-04-16 | Cosmetic change | Boris Kolpackov | 1 | -2/+2 | |
2019-04-12 | Don't complain if dist.root does not exist and just create it instead | Boris Kolpackov | 1 | -4/+4 | |
2019-04-11 | Only enable MSVC /permissive- in experimental mode | Boris Kolpackov | 1 | -6/+18 | |
Currently this flag tends to trigger too many compiler bugs. | |||||
2019-04-11 | Default to strict mode (/permissive-) from VC15.5 | Boris Kolpackov | 3 | -189/+191 | |
2019-04-11 | Sync up with latest C++ modules support in GCC | Boris Kolpackov | 3 | -5/+8 | |
2019-04-10 | Always use cached mtime if available | Boris Kolpackov | 3 | -6/+26 | |
Besides other things, this is required for "logical clean" in the try-run mode to work properly: $ b -vn clean update | |||||
2019-04-09 | Raise libcpp version in regex-related check to 8.0 | Karen Arutyunov | 1 | -1/+1 | |
2019-04-09 | Fix Clang 8 "defaulted function deleted" warnings | Karen Arutyunov | 2 | -3/+0 | |
2019-04-09 | Add dry-run support to test rules | Boris Kolpackov | 6 | -64/+147 | |
2019-04-09 | Add dry-run support to install/uninstall rules | Boris Kolpackov | 4 | -64/+82 | |
2019-04-08 | Ammend function synopses a bit | Karen Arutyunov | 1 | -6/+6 | |
2019-04-08 | Add function synopses in functions-regex.cxx | Karen Arutyunov | 1 | -6/+6 | |
2019-04-08 | Support for --dry-run|-n mode, perform update part | Boris Kolpackov | 23 | -367/+567 | |
2019-04-05 | Add bug number for Apple ar mtime truncation bug | Boris Kolpackov | 1 | -1/+1 | |
2019-04-04 | Fix typo | Boris Kolpackov | 1 | -1/+1 | |
2019-04-04 | Tweak extension-to-target type mapping resolution to deal with in-source builds | Boris Kolpackov | 1 | -11/+20 | |
2019-04-04 | Add support for extension-to-target type mapping ambiguity resolution | Boris Kolpackov | 2 | -20/+53 | |
The typical case is h{} and hxx{} using the same .h extension. This was generally not a problem except for auto-generated headers. Now this is resolved by looking up the actual target. | |||||
2019-04-04 | Fix superfluous recompilation due to bug in depdb touch logic | Karen Arutyunov | 1 | -0/+1 | |
2019-04-04 | Add ability to disable automatic rpath, support for custom rpath-link | Boris Kolpackov | 2 | -23/+81 | |
Specifically, the new config.bin.rpath.auto variable can be used to disable automatic addition of prerequisite library rpaths, for example: $ b config.bin.rpath.auto=false Note that in this case rpath-link is still added where normally required and for targets that support it (Linux and *BSD). The new config.bin.rpath_link and config.bin.rpath_link.auto have the same semantics as config.bin.rpath* but for rpath-link. | |||||
2019-04-03 | Change depdb API and handle system_error thrown by butl::file_mtime() | Karen Arutyunov | 15 | -34/+60 | |
Previously, debdb operations threw system_error and io_error to signal errors, except for opening which issued diagnostics and failed. Now all operations print the diagnostics and fail on system and IO errors. | |||||
2019-04-03 | Fix crashing on unhandled io_error thrown by depdb operations | Karen Arutyunov | 1 | -48/+102 | |
2019-04-03 | Regenerate options parsing code | Boris Kolpackov | 1 | -31/+45 | |
2019-03-23 | Cleanup some files replacing tabs with spaces | Karen Arutyunov | 3 | -8/+8 | |
2019-03-20 | Change version to 0.11.0-a.0.z | Boris Kolpackov | 3 | -6/+6 | |
2019-03-18 | Release version 0.10.0v0.10.0 | Boris Kolpackov | 2 | -3/+3 | |
2019-03-18 | Change BUILD2_STAGE to false | Boris Kolpackov | 1 | -1/+1 | |
2019-03-18 | Update config submodule | Boris Kolpackov | 1 | -0/+0 | |
2019-03-18 | Update NEWS file | Boris Kolpackov | 1 | -0/+27 | |
2019-03-14 | Add support for multiple variable overrides | Boris Kolpackov | 16 | -130/+168 | |
Now we can do: $ b config.cxx.coptions=-O3 config.cxx.coptions=-O0 Or even: $ b config.cxx.coptions=-O3 config.cxx.coptions+=-g | |||||
2019-03-14 | Change variable::override list order, make doubly-linked | Boris Kolpackov | 3 | -17/+48 | |
2019-03-13 | Don't preserve comments (/C) in MSVC preprocessed output | Boris Kolpackov | 1 | -5/+7 | |
This appear to "enable" some additional VC preprocessor bug that are now triggered by the VC 16.0 xsmf_control.h header. | |||||
2019-03-13 | Cutoff append/prepend overrides that come before assignment override | Boris Kolpackov | 3 | -4/+48 | |
For example: $ b x+=1 x=2 x+=3 Should result in '2 3', not '1 2 3'. | |||||
2019-03-13 | Add workarounds for all cl releases until 20.00 | Karen Arutyunov | 2 | -5/+5 | |
2019-03-12 | Tweak resolution of relative targets from export.libs | Boris Kolpackov | 1 | -4/+8 | |
2019-03-12 | Diagnose out of project inclusion | Boris Kolpackov | 1 | -5/+14 | |
2019-03-12 | Recognize MSVC 16 (19.20) runtime as 14.2 | Boris Kolpackov | 1 | -3/+11 | |
2019-03-11 | Add note to bootstrap-msvc.bat | Boris Kolpackov | 1 | -0/+3 | |