Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-11 | Minor module mapper fixes | Boris Kolpackov | 2 | -17/+26 | |
2020-12-11 | Add $cxx.obj_modules() which returns object files for binless modules | Boris Kolpackov | 2 | -11/+110 | |
2020-12-11 | Add support for module interface-only libraries | Boris Kolpackov | 12 | -75/+269 | |
Also suppress generation of the object file in cases where we don't need it. | |||||
2020-12-11 | Add search_locked() versions of search() functions | Boris Kolpackov | 6 | -2/+108 | |
2020-12-08 | Regenerate options parsing code | Karen Arutyunov | 1 | -1/+17 | |
2020-12-08 | Add --options-file option | Karen Arutyunov | 5 | -1/+76 | |
2020-12-08 | Redo $normalize(true) as separate $actualize() | Karen Arutyunov | 2 | -35/+61 | |
2020-12-08 | In update ad hoc recipe buildscripts allow non-pure function calls only in ↵ | Karen Arutyunov | 5 | -2/+115 | |
depdeb preamble | |||||
2020-12-08 | Add support for config.test.runner | Karen Arutyunov | 15 | -18/+377 | |
2020-12-08 | Fix buildscript assertion failure on redirecting command stderr to stdout | Karen Arutyunov | 2 | -1/+36 | |
2020-12-08 | Update pkg-config modules serialization format to handle partitions | Boris Kolpackov | 1 | -4/+27 | |
2020-12-07 | Update submodules | Boris Kolpackov | 2 | -0/+0 | |
2020-12-07 | Switch to HTTPS for config submodule | Boris Kolpackov | 1 | -1/+1 | |
Also use the full hostname where the original now redirects to. | |||||
2020-12-04 | Fix bug in installed libraries matching logic | Boris Kolpackov | 3 | -27/+41 | |
2020-12-04 | Mark Buildfile functions as pure or impure | Boris Kolpackov | 17 | -299/+385 | |
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. |