Age | Commit message (Expand) | Author | Files | Lines |
2020-08-24 | Use representation when passing target_triplet as hint | Boris Kolpackov | 2 | -2/+2 |
2020-08-12 | Adjust linker arguments for LTO parallelization | Matthew Krupcale | 1 | -0/+54 |
2020-07-23 | Escape quotes in .pc file values besides spaces and backslashes | Karen Arutyunov | 1 | -1/+1 |
2020-07-17 | Fix race in path/mtime assignment and file_rule::match() | Boris Kolpackov | 2 | -23/+9 |
2020-07-17 | Use -fexternc-nounwind by default for Clang targeting MSVC | Boris Kolpackov | 1 | -5/+27 |
2020-07-16 | Save original compiler path/mode in {c,cxx}.config.path/mode | Boris Kolpackov | 3 | -9/+17 |
2020-07-14 | Fix Clang warning | Boris Kolpackov | 1 | -0/+2 |
2020-07-13 | Add ability to extend rule interface in source-compatible manner | Boris Kolpackov | 2 | -2/+2 |
2020-07-13 | Fold translated *.std options into compiler mode options | Boris Kolpackov | 6 | -30/+13 |
2020-07-07 | Make sure paths used to insert target are canonicalized | Boris Kolpackov | 1 | -3/+9 |
2020-07-07 | Skip sources of executables in cc::install_rule | Boris Kolpackov | 1 | -4/+23 |
2020-07-01 | Fix bug in *.export.imp_libs logic | Boris Kolpackov | 2 | -3/+3 |
2020-07-01 | Add additional diagnostics for unassigned path (GitHub issue #89) | Boris Kolpackov | 1 | -6/+10 |
2020-07-01 | Add additional diagnostics for disappearing header (GitHub issue #80) | Boris Kolpackov | 1 | -0/+16 |
2020-07-01 | Add *.export.imp_libs to get rid of dual *.export.libs semantics | Boris Kolpackov | 3 | -36/+38 |
2020-06-26 | Handle #import in MSVC /showIncludes output | Boris Kolpackov | 2 | -13/+44 |
2020-06-26 | Minor terminology fix in comments | Boris Kolpackov | 1 | -3/+2 |
2020-06-26 | Fix race in library metadata protocol | Boris Kolpackov | 2 | -4/+5 |
2020-06-25 | Fix warning | Boris Kolpackov | 1 | -1/+1 |
2020-06-25 | Add more instrumentation for unassigned path race | Boris Kolpackov | 1 | -14/+41 |
2020-06-24 | Fix trace and clarify comments | Boris Kolpackov | 1 | -9/+12 |
2020-06-22 | Try to detect and warn about the ccache compiler wrapper | Boris Kolpackov | 1 | -4/+24 |
2020-06-22 | Add version mapping for Apple Clang 11.0.3 | Boris Kolpackov | 1 | -14/+22 |
2020-06-18 | Complete NetBSD compatibility | Boris Kolpackov | 3 | -2/+7 |
2020-06-16 | Move common functionality from cc to bin | Boris Kolpackov | 5 | -177/+18 |
2020-06-12 | Make order of imports stable in saved host build configuration | Boris Kolpackov | 1 | -0/+2 |
2020-06-09 | Move C++ modules sidebuild to build/cc/build/modules/ subdirectory | Boris Kolpackov | 4 | -13/+26 |
2020-06-08 | Hash ad hoc prerequsites for ad hoc recipe change detection | Boris Kolpackov | 1 | -1/+1 |
2020-06-02 | Add process_path_ex with program stable name and checksum | Boris Kolpackov | 1 | -1/+1 |
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 4 | -37/+20 |
2020-05-22 | Fix bug in previous commit | Boris Kolpackov | 1 | -1/+1 |
2020-05-22 | Make template definition available in all translation units where used | Boris Kolpackov | 3 | -28/+38 |
2020-04-30 | Rename target::member to target::adhoc_member | Boris Kolpackov | 2 | -2/+2 |
2020-04-27 | Rework tool importation along with cli module | Boris Kolpackov | 4 | -22/+10 |
2020-04-13 | Add ../share/pkgconfig/ search directory by default on Linux | Boris Kolpackov | 2 | -10/+20 |
2020-04-11 | Pass LC_ALL=C when extracting locale-dependent information in bin module on P... | Karen Arutyunov | 1 | -1/+0 |
2020-04-07 | Pass LC_ALL=C when extracting locale-dependent information on POSIX | Boris Kolpackov | 2 | -19/+68 |
2020-04-02 | Fix ~host config to only contain cc and bin modules configuration | Boris Kolpackov | 1 | -1/+1 |
2020-03-31 | Switch to project variable visibility by default | Boris Kolpackov | 2 | -15/+18 |
2020-03-20 | Generate common .pc file in addition to static/staged when installing lib{} | Boris Kolpackov | 6 | -26/+88 |
2020-03-17 | Rename all find*(variable) to lookup*(variable) | Boris Kolpackov | 1 | -6/+6 |
2020-03-17 | Rework config::{omitted,required,optional}() into unified config_lookup() | Boris Kolpackov | 4 | -35/+40 |
2020-03-13 | Cleanup and make config/utility.?xx part of build system core | Boris Kolpackov | 1 | -4/+2 |
2020-03-11 | Minor config variable lookup cleanups | Boris Kolpackov | 1 | -5/+16 |
2020-03-10 | Force hard links inside backlinked DLL assembly directory | Boris Kolpackov | 1 | -1/+2 |
2020-02-28 | Add .gitattributes file | Karen Arutyunov | 1 | -1062/+1062 |
2020-02-27 | Minor code clanup | Boris Kolpackov | 1 | -5/+4 |
2020-02-27 | Fix .pc files-based static linkage failing on macos | Karen Arutyunov | 1 | -0/+9 |
2020-02-26 | Adapt to adding validator to butl::char_scanner | Karen Arutyunov | 2 | -22/+32 |
2020-02-24 | Work around bug in Clang 10 targeting MSVC in c++2a (LLVM bug #44956) | Boris Kolpackov | 2 | -2/+5 |