Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -14/+14 | |
2020-04-27 | Rework tool importation along with cli module | Boris Kolpackov | 1 | -10/+13 | |
Specifically, now config.<tool> (like config.cli) is handled by the import machinery (it is like a shorter alias for config.import.<tool>.<tool>.exe that we already had). And the cli module now uses that instead of custom logic. This also adds support for uniform tool metadata extraction that is handled by the import machinery. As a result, a tool that follows the "build2 way" can be imported with metadata by the buildfile and/or corresponding module without any tool-specific code or brittleness associated with parsing --version or similar outputs. See the cli tool/module for details. Finally, two new flavors of the import directive are now supported: import! triggers immediate importation skipping any rule-specific logic while import? is optional import (analogous to using?). Note that optional import is always immediate. There is also the import-specific metadata attribute which can be specified for these two import flavors in order to trigger metadata importation. For example: import? [metadata] cli = cli%exe{cli} if ($cli != [null]) info "cli version $($cli:cli.version)" | |||||
2020-04-08 | Proofreading fixes to manual | Boris Kolpackov | 1 | -11/+11 | |
2020-04-08 | Document project-specific configuration support | Boris Kolpackov | 1 | -18/+775 | |
2020-03-17 | Adapt testscripts to ln builtin target path completion fix | Karen Arutyunov | 1 | -1/+2 | |
2020-03-09 | Document UTF-8 encoding for buildfiles and testscripts | Boris Kolpackov | 2 | -1/+8 | |
2020-02-18 | Update style submodule | Boris Kolpackov | 1 | -0/+0 | |
2020-02-18 | Fix copyright notice extraction for building and documentation generating | Karen Arutyunov | 1 | -1/+1 | |
2020-02-13 | Adjust documentation to change to bdep-new binless sub-option | Boris Kolpackov | 1 | -1/+1 | |
2020-02-13 | Minor documentation consistency cleanup | Boris Kolpackov | 1 | -2/+2 | |
2020-02-07 | Add copyright variable substitution in doc/cli.sh | Karen Arutyunov | 1 | -8/+23 | |
2020-02-07 | Update submodules | Boris Kolpackov | 1 | -0/+0 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 3 | -3/+0 | |
2020-02-04 | Add note to manual on specifying search paths in compiler mode | Boris Kolpackov | 1 | -0/+13 | |
2019-11-21 | Change version to 0.13.0-a.0.z | Boris Kolpackov | 1 | -1/+1 | |
2019-11-19 | Release version 0.12.0v0.12.0 | Boris Kolpackov | 1 | -1/+1 | |
2019-11-18 | Update submodules | Boris Kolpackov | 1 | -0/+0 | |
2019-11-15 | Test and document wildcard character escaping | Boris Kolpackov | 1 | -14/+40 | |
Also document the new bracket expression ([...]) wildcard support. | |||||
2019-11-01 | Add note to manual on absolute cl.exe paths | Boris Kolpackov | 1 | -6/+12 | |
2019-10-29 | Update manual regarding platform-specific version support | Boris Kolpackov | 1 | -1/+1 | |
2019-10-22 | Add documentation for MSVC and Clang compiler toolchains | Boris Kolpackov | 1 | -3/+163 | |
2019-10-21 | Add more information on C and C++ compiler mode options to manual | Boris Kolpackov | 1 | -4/+164 | |
2019-10-21 | Note compiler mode options in manual | Boris Kolpackov | 1 | -0/+11 | |
2019-10-17 | Update Visual Studio instructions in manual | Boris Kolpackov | 1 | -7/+18 | |
2019-10-16 | Minor documentation tweak | Boris Kolpackov | 1 | -1/+1 | |
2019-10-10 | Fix bug in documentation | Boris Kolpackov | 1 | -5/+5 | |
2019-10-01 | Minor documentation fixes | Boris Kolpackov | 1 | -4/+4 | |
2019-09-30 | Document pattern matching support (switch) | Boris Kolpackov | 1 | -8/+175 | |
2019-09-27 | Add support for testscript builtin escaping | Karen Arutyunov | 1 | -0/+7 | |
2019-07-24 | Use CLI-generated classes to parse testscript builtin options | Karen Arutyunov | 1 | -28/+61 | |
2019-07-22 | Mention LDLIBS in addition to LIBS as analogous to *.libs | Boris Kolpackov | 1 | -3/+3 | |
2019-06-24 | Improve fallback tree output with · | Boris Kolpackov | 1 | -1/+1 | |
2019-06-21 | Add support for [config.]{cc,c,cxx}.aoptions (archive options) | Boris Kolpackov | 1 | -3/+16 | |
In particular, this can be used to suppress lib.exe warnings, for example: cc.aoptions += /IGNORE:4221 | |||||
2019-06-11 | Change version to 0.12.0-a.0.z | Boris Kolpackov | 1 | -1/+1 | |
2019-06-08 | Release version 0.11.0v0.11.0 | Boris Kolpackov | 1 | -1/+1 | |
2019-06-08 | Minor documentation update | Boris Kolpackov | 1 | -1/+1 | |
2019-06-08 | Fix misleading in module documentation | Boris Kolpackov | 1 | -3/+3 | |
2019-06-05 | Add test id verification | Karen Arutyunov | 1 | -3/+4 | |
2019-06-05 | Tighten allowed character set in testscript test ids | Boris Kolpackov | 1 | -2/+5 | |
2019-05-24 | Adapt to increasing standard version major, minor, and patch max values up ↵ | Karen Arutyunov | 1 | -21/+21 | |
to 99999 | |||||
2019-05-22 | Update submodules | Boris Kolpackov | 1 | -0/+0 | |
2019-05-17 | Update manual with README.md generation by bdep-new | Boris Kolpackov | 1 | -9/+11 | |
2019-05-16 | Document generalized variable assignment blocks | Boris Kolpackov | 1 | -5/+30 | |
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-03-20 | Change version to 0.11.0-a.0.z | Boris Kolpackov | 1 | -1/+1 | |
2019-03-18 | Release version 0.10.0v0.10.0 | Boris Kolpackov | 1 | -1/+1 | |
2019-03-07 | Add support for alternative build file/directory naming scheme | Boris Kolpackov | 1 | -0/+35 | |
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-02-21 | Change version to 0.10.0-a.0.z | Boris Kolpackov | 1 | -1/+1 | |
2019-02-19 | Release version 0.9.0v0.9.0 | Boris Kolpackov | 1 | -1/+1 | |
2019-01-24 | Add testscript sleep builtin | Karen Arutyunov | 1 | -0/+11 | |