Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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 |