Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-05 | Default to MSVC DLL runtime for Clang on Windows | Boris Kolpackov | 2 | -8/+83 | |
2019-10-05 | Add MSVC information to Clang signature, checksum on Windows | Boris Kolpackov | 1 | -19/+33 | |
2019-10-05 | Implement more accurate MSVC information extraction from Clang on Windows | Boris Kolpackov | 3 | -281/+499 | |
2019-10-02 | Handle Russian version of MSVC C1083 diagnostics | Boris Kolpackov | 1 | -13/+33 | |
2019-10-01 | Adapt to renaming butl::casecmp() to icasecmp() | Karen Arutyunov | 5 | -7/+7 | |
2019-09-27 | Adapt to bracket expressions in wildcard patterns | Karen Arutyunov | 1 | -1/+1 | |
2019-09-18 | Rename importable_headers variable to translatable_headers | Boris Kolpackov | 3 | -25/+24 | |
This name aligns better with the post-Cologne importable/translatable semantics. | |||||
2019-09-05 | Improve /showIncludes parsing to handle internal (debug?) builds of MSVC | Boris Kolpackov | 1 | -5/+17 | |
2019-09-05 | Tighten versioned shared library cleanup logic | Boris Kolpackov | 1 | -12/+23 | |
2019-09-04 | Add support for native shared library versioning on Linux | Boris Kolpackov | 1 | -24/+110 | |
Now we can do: lib{foo}: bin.lib.version = linux@1.2 And end up with libfoo.so.1.2 libfoo.so.1 -> libfoo.so.1.2 | |||||
2019-08-28 | Make lib{build2} "implied interface dependency" of modules | Boris Kolpackov | 1 | -6/+5 | |
This makes our compilation and linking command lines a little bit saner. | |||||
2019-08-28 | Move cc build system module to separate library | Karen Arutyunov | 41 | -0/+20867 | |