Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-20 | Add anchor to OPTIONS section in b(1) | Boris Kolpackov | 1 | -1/+1 | |
2019-06-19 | Improve diagnostics | Boris Kolpackov | 19 | -49/+59 | |
2019-06-18 | Fix crashing on unhandled invalid_path thrown by extract_library_dirs() | Karen Arutyunov | 1 | -23/+31 | |
2019-06-11 | Minor NEWS file fix | Boris Kolpackov | 1 | -1/+2 | |
2019-06-11 | Use consistent indentation in NEWS file | Boris Kolpackov | 1 | -330/+329 | |
2019-06-11 | Change version to 0.12.0-a.0.z | Boris Kolpackov | 3 | -6/+6 | |
2019-06-08 | Release version 0.11.0v0.11.0 | Boris Kolpackov | 2 | -3/+3 | |
2019-06-08 | Change BUILD2_STAGE false | Boris Kolpackov | 1 | -1/+1 | |
2019-06-08 | Minor documentation update | Boris Kolpackov | 1 | -1/+1 | |
2019-06-08 | Proofread NEWS files | Boris Kolpackov | 1 | -9/+10 | |
2019-06-08 | Fix misleading in module documentation | Boris Kolpackov | 1 | -3/+3 | |
2019-06-07 | Update config submodule | Boris Kolpackov | 1 | -0/+0 | |
2019-06-07 | Fix /usr/local/{include,lib} logic for Mac OS 10.14 | Boris Kolpackov | 1 | -0/+45 | |
Turns out there /usr/include is no more. | |||||
2019-06-07 | Update NEWS files | Boris Kolpackov | 1 | -0/+104 | |
2019-06-07 | Update module/header unit-related notes | Boris Kolpackov | 1 | -2/+5 | |
2019-06-07 | Reply with immediate BMI in case of include translation | Boris Kolpackov | 1 | -31/+22 | |
2019-06-07 | Complete and normalize paths in cxx.importable_headers | Boris Kolpackov | 3 | -36/+170 | |
Also add more header unit include/import tests. | |||||
2019-06-06 | Fix cc link rule matching ambiguity wrt to C/C++ sources | Boris Kolpackov | 4 | -20/+30 | |
Considering a C header as C++ source was definitely a bad idea. | |||||
2019-06-06 | Make preprocessing options order consistent across preprocessing and ↵ | Karen Arutyunov | 1 | -5/+5 | |
compilation compiler runs | |||||
2019-06-06 | Add note | Boris Kolpackov | 1 | -0/+5 | |
2019-06-06 | Redo header path normalization/realization logic | Boris Kolpackov | 3 | -23/+72 | |
We now try to use the normalized path (which preserves symlinks) if possible and fall back to realized otherwise. | |||||
2019-06-05 | Add test id verification | Karen Arutyunov | 2 | -4/+17 | |
2019-06-05 | Cosmetic change | Boris Kolpackov | 1 | -4/+2 | |
2019-06-05 | Tweak generated header heuristics, add more diagnostics | Boris Kolpackov | 3 | -3/+39 | |
2019-06-05 | Tighten allowed character set in testscript test ids | Boris Kolpackov | 1 | -2/+5 | |
2019-06-05 | Adjust GCC module mapper to new protocol | Boris Kolpackov | 2 | -48/+110 | |
2019-06-04 | Fix header dependency generating with Clang | Karen Arutyunov | 1 | -1/+1 | |
2019-06-04 | Replace tags with topics/keywords in package manifest | Boris Kolpackov | 1 | -1/+2 | |
2019-06-03 | Fix `print $subprojects` failure | Karen Arutyunov | 3 | -2/+14 | |
This print directive was failing with the message like "error: invalid project_name element key 'tests/'". | |||||
2019-06-03 | Adapt to renaming traits alias to traits_type for basic_path, basic_url, and ↵ | Karen Arutyunov | 23 | -54/+62 | |
string_table class templates | |||||
2019-06-03 | Add note on GCC options | Boris Kolpackov | 1 | -0/+2 | |
2019-05-30 | Default to libarchive's bsdtar for zip archives on Windows | Boris Kolpackov | 1 | -1/+12 | |
2019-05-30 | Default to libarchive's bsdtar for tar archives on Windows | Boris Kolpackov | 1 | -4/+13 | |
2019-05-28 | Print backtrace to stderr when terminating due to unhandled exception | Karen Arutyunov | 4 | -4/+35 | |
2019-05-25 | Fix previous workaround | Karen Arutyunov | 1 | -2/+2 | |
2019-05-25 | Work around new is_unsigned_v VC 16.1 implementation in regex | Boris Kolpackov | 1 | -0/+12 | |
2019-05-25 | Update comment with VC version mapping | Boris Kolpackov | 1 | -1/+4 | |
2019-05-24 | Adapt version.hxx.in to increasing standard version major, minor, and patch ↵ | Karen Arutyunov | 1 | -15/+14 | |
max values up to 99999 | |||||
2019-05-24 | Adapt to increasing standard version major, minor, and patch max values up ↵ | Karen Arutyunov | 3 | -27/+27 | |
to 99999 | |||||
2019-05-23 | Make fake process exited successfully for safety | Boris Kolpackov | 1 | -0/+2 | |
2019-05-22 | Update submodules | Boris Kolpackov | 2 | -0/+0 | |
2019-05-21 | Fix typo | Boris Kolpackov | 1 | -1/+1 | |
2019-05-21 | Use POSIX tar format (ustar) when archiving distributions | Boris Kolpackov | 1 | -0/+3 | |
2019-05-17 | Update manual with README.md generation by bdep-new | Boris Kolpackov | 1 | -9/+11 | |
2019-05-17 | Diagnose package/project name mismatch in version module | Boris Kolpackov | 3 | -0/+20 | |
2019-05-16 | Document generalized variable assignment blocks | Boris Kolpackov | 1 | -5/+30 | |
2019-05-15 | Cleanup clean_extra() mess (pun intended) | Boris Kolpackov | 4 | -79/+110 | |
2019-05-15 | Update ad hoc group semantics comment to reflect new functionality | Boris Kolpackov | 1 | -9/+13 | |
2019-05-15 | Add notes | Boris Kolpackov | 1 | -5/+7 | |
2019-05-15 | Add note | Boris Kolpackov | 1 | -0/+3 | |