Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-27 | Revert recent Clang optimization bug workaround as it doesn't help | Karen Arutyunov | 1 | -7/+3 | |
2020-02-27 | Fix .pc files-based static linkage failing on macos | Karen Arutyunov | 1 | -0/+9 | |
Note that this is achieved by using the PKGCONF_PKG_PKGF_DONT_MERGE_SPECIAL_FRAGMENTS that we invented in the libpkgconf library. | |||||
2020-02-26 | Try to work around Clang optimization bug | Karen Arutyunov | 1 | -3/+7 | |
2020-02-26 | Adapt to adding validator to butl::char_scanner | Karen Arutyunov | 3 | -24/+34 | |
2020-02-24 | Work around bug in Clang 10 targeting MSVC in c++2a (LLVM bug #44956) | Boris Kolpackov | 4 | -8/+34 | |
2020-02-24 | Disable /WHOLEARCHIVE workaround for lld-link 9.0.1 and later | Boris Kolpackov | 1 | -9/+16 | |
2020-02-24 | Extract version for lld-link | Boris Kolpackov | 3 | -8/+52 | |
2020-02-21 | Define __cpp_modules=201810 (merged modules) for MSVC 16.4 | Boris Kolpackov | 1 | -8/+11 | |
2020-02-18 | New LICENSE/AUTHORS arrangement | Boris Kolpackov | 1 | -0/+3 | |
2020-02-12 | Adapt to renaming butl::fdnull() to fdopen_null() | Karen Arutyunov | 3 | -5/+5 | |
2020-02-12 | Add builtins support for $process.run*() functions | Karen Arutyunov | 5 | -133/+340 | |
2020-02-12 | Defer failure to compiler diagnostics even if not in "keep going" mode | Boris Kolpackov | 1 | -3/+6 | |
2020-02-12 | Add convenience run_start() overload | Boris Kolpackov | 5 | -6/+31 | |
2020-02-11 | Instrument unassigned source path case in cc::compile_rule | Boris Kolpackov | 1 | -1/+12 | |
2020-02-11 | Add match_only flag to context | Boris Kolpackov | 5 | -43/+54 | |
2020-02-11 | Defer unknown header failure to compiler diagnostics | Boris Kolpackov | 2 | -81/+192 | |
2020-02-10 | Make no-target/no-rule header dependency extraction diagnostics consistent | Boris Kolpackov | 1 | -9/+26 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 268 | -268/+0 | |
2020-02-06 | Add -l<name> resolution exclusions for Windows Platform SDK libraries | Boris Kolpackov | 1 | -29/+77 | |
2020-02-05 | Always calculate scheduler shard size as a primary number | Karen Arutyunov | 1 | -36/+42 | |
2020-02-04 | Add note to manual on specifying search paths in compiler mode | Boris Kolpackov | 2 | -1/+5 | |
2020-02-03 | Fix bug in sys_*_dirs commit | Boris Kolpackov | 1 | -1/+1 | |
2020-02-03 | Exclude -lexecinfo from resolution | Boris Kolpackov | 1 | -0/+5 | |
2020-02-03 | Add header/library search paths from compiler mode to sys_*_dirs | Boris Kolpackov | 12 | -199/+364 | |
2020-01-31 | Propagate installed library out (tag) when converting to name | Boris Kolpackov | 3 | -13/+31 | |
2020-01-31 | Use -l representation of library names in pkg-config files for MSVC | Boris Kolpackov | 1 | -5/+38 | |
Passing it as foo.lib triggers some (brain-dead) fragmentation logic in libpkgconf. Also, a C library built with MSVC can be used in MinGW (and vice versa) and so this is also a step in supporting that. | |||||
2020-01-31 | Tag installed library targets with linker path | Boris Kolpackov | 3 | -24/+34 | |
This makes sure we get different targets for different toolchains. | |||||
2020-01-30 | Swap order of matching command stdout and stderr by testscript runner | Karen Arutyunov | 1 | -2/+6 | |
2020-01-29 | Rename module_base to module, redo module boot/init argument passing | Boris Kolpackov | 23 | -209/+168 | |
2020-01-28 | Use scope::var_pool() | Boris Kolpackov | 17 | -215/+213 | |
2020-01-28 | Use scope::insert_rule() | Boris Kolpackov | 8 | -70/+50 | |
2020-01-27 | Add missing symbol export declarations | Boris Kolpackov | 1 | -2/+2 | |
2020-01-27 | See through lib{} group during dist | Boris Kolpackov | 4 | -5/+21 | |
2020-01-27 | Protect cc guess cache with mutex | Boris Kolpackov | 1 | -1/+12 | |
2020-01-27 | Improve module loading API | Boris Kolpackov | 16 | -113/+125 | |
2020-01-27 | Improve process run_*() API | Boris Kolpackov | 11 | -66/+138 | |
2020-01-27 | Add scope::{insert_rule,var_pool}() convenience functions | Boris Kolpackov | 1 | -2/+32 | |
2020-01-27 | Add corner case check in const.{c,cxx} array splitting | Boris Kolpackov | 1 | -8/+11 | |
2020-01-27 | Fix typo | Boris Kolpackov | 1 | -1/+1 | |
2020-01-27 | Minor cleanup | Boris Kolpackov | 1 | -15/+1 | |
2020-01-24 | Don't pass dependency library non-export loptions to linker | Karen Arutyunov | 1 | -2/+10 | |
2019-11-29 | Fix bundled git running other git as a child on Windows | Karen Arutyunov | 1 | -9/+50 | |
2019-11-29 | Add sanity check | Boris Kolpackov | 1 | -1/+1 | |
2019-11-29 | Reorder {cc,c/cxx}.{poptions,loptions} | Boris Kolpackov | 5 | -12/+23 | |
Now it is c/cxx first followed by cc which is the reverse order of coptions since the header/library search paths are examined in the order specified (in contrast to the "last value wins" semantics that we assume for coptions). | |||||
2019-11-26 | Rename executable's .lib/.exp to avoid clashes with libraries | Boris Kolpackov | 2 | -32/+44 | |
Failed that we cannot have an executable and a library with the same name and in the same directory (their .lib's will clash). | |||||
2019-11-22 | Filter out config.install.chroot from default host configuration | Boris Kolpackov | 1 | -1/+7 | |
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 | Add couple of sanity checks | Boris Kolpackov | 4 | -6/+14 | |
2019-11-16 | Revert temporary use of c++17 mode in GCC modules support | Boris Kolpackov | 1 | -4/+0 | |