Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-09 | Minor simplification | Boris Kolpackov | 5 | -10/+10 | |
2021-02-08 | Get rid of unused lambda capture | Boris Kolpackov | 1 | -1/+1 | |
2021-02-08 | Enter scope src directories into scope map | Boris Kolpackov | 12 | -74/+157 | |
2021-02-03 | Propagate relevant options/prerequisites to header unit sidebuilds | Boris Kolpackov | 6 | -36/+227 | |
2021-01-30 | Add std::{map, multimap} to types.hxx | Boris Kolpackov | 21 | -66/+35 | |
Seeing that std::map is becoming a common Buildfile variable type. | |||||
2021-01-30 | Rework include translation support | Boris Kolpackov | 20 | -200/+925 | |
See the config.cxx.translate_include variable documentation in cxx/init.cxx for details. | |||||
2021-01-30 | Take advantage of small std::function optimization | Boris Kolpackov | 1 | -8/+13 | |
2021-01-28 | Make std::map prepend (=+) overriding (like insert_or_assign()) | Boris Kolpackov | 4 | -6/+91 | |
2021-01-22 | Redo bin.lib.version not to require empty key | Boris Kolpackov | 2 | -5/+14 | |
2021-01-22 | Add support for optional pair halves in variable values | Boris Kolpackov | 4 | -186/+486 | |
2021-01-21 | Use target name to derive binless library -l-name | Boris Kolpackov | 2 | -6/+22 | |
2021-01-19 | Adjust C++20 modules enablement for GCC | Boris Kolpackov | 1 | -14/+5 | |
2021-01-15 | Disable questionable unused functionality | Boris Kolpackov | 2 | -1/+5 | |
2021-01-14 | Pass /Zc:__cplusplus by default starting from VC 15.7 (GitHub issue #107) | Boris Kolpackov | 2 | -3/+15 | |
This can be overridden by passing a variant of this option as part of the compiler mode options. | |||||
2021-01-13 | Make sure we don't work any existing tasks when building in module context | Boris Kolpackov | 5 | -6/+70 | |
2021-01-12 | Diagnose typed and project-qualified empty names | Boris Kolpackov | 4 | -31/+70 | |
2021-01-11 | Fix libul{} rule diagnostics | Boris Kolpackov | 3 | -16/+44 | |
2021-01-11 | Use link.exe /LIB rather than /DUMP approach to detect library type | Boris Kolpackov | 1 | -25/+27 | |
This approach works for both link.exe and lld-link which does not support /DUMP. We now also issue a warning if we were unable to detect the library type. | |||||
2021-01-11 | Add extra diagnostics around pkg-config library resolution | Boris Kolpackov | 1 | -6/+24 | |
2021-01-08 | Add note | Boris Kolpackov | 1 | -0/+7 | |
2021-01-08 | Update copyright | Boris Kolpackov | 1 | -1/+1 | |
2020-12-15 | Add explicit owns_lock() call to make Clang 3.7 happy | Boris Kolpackov | 1 | -1/+1 | |
2020-12-15 | Cache more results of executing programs (compilers, etc) | Boris Kolpackov | 8 | -101/+239 | |
2020-12-14 | Make use of export testscript builtin | Karen Arutyunov | 1 | -5/+7 | |
2020-12-14 | Suppress VC's 'character cannot be represented in current code page' warning ↵ | Karen Arutyunov | 1 | -1/+1 | |
(C4819) | |||||
2020-12-14 | Make export script builtin tests more robust | Karen Arutyunov | 1 | -0/+5 | |
2020-12-14 | Fix bug in create_new_target_locked() | Karen Arutyunov | 8 | -10/+49 | |
2020-12-14 | Fix incorrect assert in condition | Boris Kolpackov | 1 | -2/+2 | |
2020-12-11 | Add export script pseudo-builtin | Karen Arutyunov | 16 | -51/+1000 | |
2020-12-11 | Copy parent scope's test program list in runner's entry() function rather ↵ | Karen Arutyunov | 4 | -33/+58 | |
than in scope's constructor | |||||
2020-12-11 | Fix set pseudo-builtin to reset special variables when required | Karen Arutyunov | 4 | -10/+28 | |
2020-12-11 | Prefix pseudo-builtin diagnostincs messages with their names | Karen Arutyunov | 9 | -33/+46 | |
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 | |