Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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 | |
Also, don't match group_recipe since we neither execute nor access the state. | |||||
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 | |
Target/prerequisite-specific variable blocks can now be present even if there are prerequisites. For example, now instead of: exe{foo}: cxx{foo} exe{foo}: cc.loptions += ... Or: exe{foo}: cxx{foo} exe{foo}: { cc.loptions += ... cc.libs += ... } We can write: exe{foo}: cxx{foo} { cc.loptions += ... cc.libs += ... } This also works with dependency chains in which case the block applies to the set of prerequisites (note: not targets) before the last ':'. For example: ./: exe{foo}: libue{foo}: cxx{foo} { bin.whole = false # Applies to the libue{foo} prerequisite. } | |||||
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 ↵ | Karen Arutyunov | 1 | -2/+13 | |
doc/cli.sh | |||||
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 | |