Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-03 | Add ability to get absolute library paths from ${c,cxx}.lib_libs() | Boris Kolpackov | 3 | -7/+18 | |
2020-12-03 | Fix lock/unlock order | Boris Kolpackov | 1 | -1/+2 | |
2020-12-03 | Fix bug in previous commit | Boris Kolpackov | 1 | -2/+2 | |
2020-12-03 | Fix modules support for installed libraries | Boris Kolpackov | 5 | -27/+50 | |
2020-12-03 | Add match_rule() in addition to match_recipe() | Boris Kolpackov | 5 | -18/+53 | |
2020-12-03 | Fix bug in target::has_group_prerequisites() | Boris Kolpackov | 1 | -1/+1 | |
2020-12-02 | Add support for buildscript depdb preamble | Karen Arutyunov | 18 | -268/+1038 | |
2020-12-02 | Fix bug in config utility | Boris Kolpackov | 1 | -2/+3 | |
2020-12-01 | Add clarifying comment | Boris Kolpackov | 1 | -2/+3 | |
2020-12-01 | Modules-related refactoring | Boris Kolpackov | 4 | -56/+60 | |
2020-11-30 | Fix bug in module mapper | Boris Kolpackov | 1 | -1/+0 | |
2020-11-30 | Don't fail if unable to remove empty directory on uninstall | Boris Kolpackov | 1 | -3/+15 | |
2020-11-30 | Add more default argument values to run_start() | Boris Kolpackov | 1 | -13/+13 | |
2020-11-30 | Add version mapping for Apple Clang 12.0.0 | Boris Kolpackov | 1 | -1/+3 | |
2020-11-30 | Disable __import recognition since GCC now uses [[__translated]] | Boris Kolpackov | 2 | -4/+6 | |
2020-11-30 | Add support for module partitions | Boris Kolpackov | 7 | -98/+201 | |
2020-11-30 | Start adapting module mapper to latest GCC protocol | Boris Kolpackov | 6 | -30/+461 | |
2020-11-26 | Fix crashing on unhandled invalid_path thrown by cc::common::pkgconfig_load() | Karen Arutyunov | 1 | -5/+15 | |
2020-11-25 | Allow multiple -e options for sed builtin | Karen Arutyunov | 1 | -7/+9 | |
2020-11-24 | Fix compilation error on older compilers (GCC 4.9, MSVC 14.3) | Boris Kolpackov | 1 | -4/+4 | |
2020-11-23 | Increase terminated process timeout from 1 to 2 sec before killing it on ↵ | Karen Arutyunov | 2 | -5/+5 | |
script pipeline termination | |||||
2020-11-23 | Add $string.lcase() and $string.ucase() functions | Karen Arutyunov | 2 | -0/+23 | |
2020-11-23 | Document include and source directives | Boris Kolpackov | 1 | -1/+32 | |
2020-11-23 | Suppress duplicates when extracting library options (GitHub issue #114) | Boris Kolpackov | 5 | -99/+298 | |
2020-11-19 | Handle C++20 module partitions in scanner | Boris Kolpackov | 7 | -63/+176 | |
2020-11-19 | Remove target files on ad hoc rule update buildscript error | Karen Arutyunov | 2 | -14/+78 | |
2020-11-19 | Fix set buildscript builtin crash on Windows | Karen Arutyunov | 2 | -2/+27 | |
2020-11-17 | Increase builtin timeout from 1 sec to 2 sec before aborting on script ↵ | Karen Arutyunov | 1 | -2/+2 | |
pipeline termination | |||||
2020-11-17 | Generalize dot escaping in target name rules | Boris Kolpackov | 4 | -69/+499 | |
Now triple dot and escape sequence can appear almost anywhere in the target name (see target::split_name() for details). | |||||
2020-11-17 | Resolve warning | Boris Kolpackov | 1 | -0/+1 | |
2020-11-17 | Omit default extensions for target types that now have fixed extensions | Boris Kolpackov | 1 | -2/+2 | |
2020-11-17 | Implement modules pseudo-directive parsing (p1703, p1857) | Boris Kolpackov | 7 | -54/+148 | |
2020-11-13 | Minor tracing fix and addition | Boris Kolpackov | 2 | -1/+4 | |
2020-11-12 | Assign fixed extensions to wasm{} and pdb{} target types | Boris Kolpackov | 3 | -2/+42 | |
2020-11-11 | Add ${c,cxx}.lib_{poptions,libs,rpaths}() functions | Boris Kolpackov | 10 | -105/+391 | |
These functions can be used to query library metadata for options and libraries that should be used when compiling/linking dependent targets, similar to how cc::{compile,link}_rule do it. With this support it should be possible to more or less re-create their semantics in ad hoc recipes. | |||||
2020-11-11 | Make value_traits<bool>::convert() non-modifying | Boris Kolpackov | 2 | -2/+5 | |
2020-11-11 | Expose low-level function registration support | Boris Kolpackov | 2 | -4/+24 | |
2020-11-11 | Add context::current_action() | Boris Kolpackov | 1 | -1/+9 | |
2020-11-06 | Fix mistreating test operation timeout as test timeout in some case | Karen Arutyunov | 2 | -5/+9 | |
2020-11-06 | Add support for test timeouts | Karen Arutyunov | 45 | -209/+2779 | |
2020-11-06 | Fix snapshot extraction for subproject symlinked from git submodule | Karen Arutyunov | 1 | -3/+20 | |
2020-11-06 | Resolve warning | Boris Kolpackov | 1 | -1/+1 | |
2020-11-06 | Keep executable bit on .wasm files when installing | Boris Kolpackov | 1 | -2/+4 | |
2020-11-05 | Initial Emscripten support | Boris Kolpackov | 6 | -535/+803 | |
- Target: wasm32-emscripten (wasm32-unknown-emscripten). - Compiler id: clang-emscripten (type clang, variant emscripten, class gcc). - Ability to build executables (.js plus .wasm) and static libraries (.a). Set executable bit on the .js file (so it can be executed with a suitable binfmt interpreter). - Default config.bin.lib for wasm32-emscripten is static instead of both. - Full C++ exception support is enable unless disabled explicitly by the user with -s DISABLE_EXCEPTION_CATCHING=1|2. - The bin module registers the wasm{} target type for wasm32-emscripten. | |||||
2020-11-04 | Minor terminology tweak | Boris Kolpackov | 1 | -1/+1 | |
2020-11-02 | Set executable bit for ad hoc buildscript rule executable target on POSIX | Karen Arutyunov | 5 | -2/+61 | |
2020-10-28 | Pad config report to maximum name length | Boris Kolpackov | 1 | -10/+32 | |
2020-10-28 | Add missing $builtin.string(int64) | Boris Kolpackov | 1 | -0/+1 | |
2020-10-27 | Tweak dist rule to handle prerequisites outside project | Boris Kolpackov | 1 | -7/+21 | |
2020-10-20 | Add operation callback for adhoc rule match and apply | Boris Kolpackov | 13 | -44/+95 | |