Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2019-03-09 | Filter out *.test.cxx in bootstrap-mingw.bat and bootstrap.sh | Karen Arutyunov | 2 | -15/+32 | |
2019-03-08 | Fix bug in buildfile | Karen Arutyunov | 1 | -1/+1 | |
2019-03-08 | Cosmetic changes | Boris Kolpackov | 1 | -2/+3 | |
2019-03-08 | Filter out *.test.cxx in bootstrap-msvc.bat | Karen Arutyunov | 1 | -1/+6 | |
2019-03-08 | Filter out *.test.cxx in bootstrap.gmake | Boris Kolpackov | 1 | -0/+5 | |
2019-03-08 | Use real package names rather than sanitized ones for diagnostics in version ↵ | Karen Arutyunov | 3 | -25/+44 | |
module | |||||
2019-03-08 | Use new setup for unit tests | Karen Arutyunov | 61 | -117/+73 | |
2019-03-07 | Initialize initial parser state | Boris Kolpackov | 1 | -5/+6 | |
2019-03-07 | Move bunch of root scope-only data members to root_extra | Boris Kolpackov | 19 | -95/+124 | |
2019-03-07 | Add support for alternative build file/directory naming scheme | Boris Kolpackov | 31 | -320/+657 | |
Now the build/*.build, buildfile, and .buildignore filesystem entries in a project can alternatively (but consistently) be called build2/*.build2, build2file, and .build2ignore. See a note at the beginning of the Project Structure section in the manual for details (motivation, restrictions, etc). | |||||
2019-03-05 | Align with latest bdep-new | Karen Arutyunov | 1 | -11/+16 | |
2019-03-05 | Add 'builds: all' value to manifest | Karen Arutyunov | 1 | -1/+1 | |
2019-03-04 | Update config submodule | Boris Kolpackov | 1 | -0/+0 | |
2019-03-01 | Add another note on inconsistent compiler behavior diagnostics | Boris Kolpackov | 1 | -0/+6 | |
2019-02-28 | Add note on inconsistent compiler behavior diagnostics | Boris Kolpackov | 1 | -0/+2 | |
2019-02-27 | Escape backslashes in GNU options file on Windows | Boris Kolpackov | 1 | -2/+22 | |
2019-02-27 | Use options (aka response) file on Windows if link command line is too long | Boris Kolpackov | 1 | -10/+111 | |
2019-02-22 | Fix typo in NEWS file | Boris Kolpackov | 1 | -1/+1 | |
2019-02-21 | Change version to 0.10.0-a.0.z | Boris Kolpackov | 3 | -6/+6 | |
2019-02-19 | Release version 0.9.0v0.9.0 | Boris Kolpackov | 2 | -3/+3 | |
2019-02-19 | Change BUILD2_STAGE to false | Boris Kolpackov | 1 | -1/+1 | |
2019-02-18 | Skip subdirs logic if installation path includes file name | Boris Kolpackov | 1 | -10/+21 | |
2019-02-15 | Check for /usr/local/include in addition to /usr/include | Boris Kolpackov | 1 | -6/+9 | |
Specifically, Apple Clang does not have /usr/include (it has its equivalent in /Applications/.../XcodeDefault.xctoolchain/usr/include/) but does have /usr/local/include. | |||||
2019-02-15 | Don't try to pass utility's loptions/libs when linking static library | Boris Kolpackov | 2 | -13/+36 | |
2019-02-12 | Normalize directory when building include prefix map | Boris Kolpackov | 1 | -0/+6 | |
2019-02-12 | Cosmetic change | Boris Kolpackov | 1 | -5/+8 | |
2019-02-08 | Update NEWS file | Boris Kolpackov | 1 | -0/+125 | |
2019-02-07 | Update submodules | Boris Kolpackov | 1 | -0/+0 | |
2019-02-05 | Fix bug in reprocessing logic | Boris Kolpackov | 1 | -5/+5 | |
2019-02-03 | Fix bug in bin module | Boris Kolpackov | 1 | -1/+1 | |
2019-01-30 | Add support for $ and shortcut operator in dependency constraint | Karen Arutyunov | 2 | -23/+28 | |
2019-01-24 | Loosen GCC modules enablement requirements | Boris Kolpackov | 1 | -2/+1 | |
2019-01-24 | Add testscript sleep builtin | Karen Arutyunov | 10 | -8/+165 | |
2019-01-17 | Update submodules | Boris Kolpackov | 2 | -0/+0 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 388 | -389/+389 | |
2019-01-14 | Diagnose target names with multiple trailing slashes as invalid | Boris Kolpackov | 4 | -7/+17 | |
2019-01-14 | Fix VC warning | Boris Kolpackov | 1 | -1/+1 | |
2019-01-12 | Adapt to standard version API change | Karen Arutyunov | 2 | -8/+14 | |
2019-01-10 | Print list of available operations and meta-operations in info | Boris Kolpackov | 2 | -9/+33 | |
2019-01-09 | Fix bug in cc rules matching | Boris Kolpackov | 1 | -1/+1 | |
2019-01-09 | Tighten cc rules matching | Boris Kolpackov | 6 | -28/+34 | |
Specifically, make sure the rule does not match if there is a c-common prerequisites that it doesn't recognize. | |||||
2018-12-27 | Fix logic bug in pkg-config shared/static selection | Boris Kolpackov | 1 | -11/+13 | |
2018-12-15 | Fix line counting in cc::lexer | Karen Arutyunov | 2 | -2/+4 | |
2018-12-12 | Fix bug in module interface unit preprocessing | Boris Kolpackov | 1 | -5/+9 | |