Age | Commit message (Expand) | Author | Files | Lines |
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 m... | Karen Arutyunov | 1 | -15/+14 |
2019-05-24 | Adapt to increasing standard version major, minor, and patch max values up to... | Karen Arutyunov | 3 | -27/+27 |
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 |
2019-05-15 | Redo ad hoc group member matching | Boris Kolpackov | 1 | -54/+38 |
2019-05-15 | Add ability to depend on (declared) ad hoc group member | Boris Kolpackov | 8 | -115/+242 |
2019-05-14 | Fix pdb{} target clash | Boris Kolpackov | 1 | -3/+10 |
2019-05-13 | Remove order dependence in ad hoc group handling | Boris Kolpackov | 9 | -108/+127 |
2019-05-10 | Change ad hoc group syntax from primary<...> to <primary ...> | Boris Kolpackov | 1 | -22/+62 |
2019-05-10 | Minor cleanups and clarifications | Boris Kolpackov | 6 | -11/+13 |
2019-05-10 | Generalize target/prerequisite var block, initial ad hoc target work | Boris Kolpackov | 8 | -307/+565 |
2019-05-07 | Work around issues in old compilers | Boris Kolpackov | 2 | -6/+6 |
2019-05-07 | Convert UTF-8 tree characters to ASCII when producing PS from XHTML in doc/cl... | Karen Arutyunov | 1 | -2/+13 |
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 |
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 |
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 |
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 |
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 |