Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-24 | Bump version to 0.6.10.6.10.6 | Boris Kolpackov | 2 | -2/+2 | |
2017-08-24 | See through bmi*{} in order to install mxx{} | Boris Kolpackov | 2 | -14/+41 | |
2017-08-24 | Extend regex workaround to Clang/libc++ 5 and 6 | Boris Kolpackov | 1 | -1/+1 | |
2017-08-24 | Allow any directory separators when building src-out map | Boris Kolpackov | 1 | -3/+4 | |
2017-08-24 | Skip invalid paths when trying to remap generated headers | Boris Kolpackov | 1 | -45/+57 | |
2017-08-24 | Fix incorrect example in NEWS file | Boris Kolpackov | 1 | -1/+1 | |
2017-08-07 | Install archive prerequisites of libraries0.6.0 | Boris Kolpackov | 1 | -8/+14 | |
2017-08-07 | Bump version to 0.6.0 | Boris Kolpackov | 2 | -5/+5 | |
2017-08-07 | Proofreading changes | Boris Kolpackov | 2 | -30/+30 | |
2017-08-07 | Increase target pad size | Boris Kolpackov | 1 | -1/+1 | |
2017-08-07 | Fix 'may be used uninitialized' warning (GCC) | Karen Arutyunov | 1 | -1/+1 | |
2017-08-07 | Update NEWS file | Boris Kolpackov | 1 | -0/+107 | |
2017-08-07 | Manual improvements | Boris Kolpackov | 1 | -66/+116 | |
2017-08-06 | Get rid of unused lambda capture | Boris Kolpackov | 1 | -3/+3 | |
2017-08-06 | Resolve if-else block ambiguity | Boris Kolpackov | 3 | -5/+19 | |
2017-08-06 | Fix preprocessing/header generation race | Boris Kolpackov | 1 | -11/+16 | |
2017-08-06 | Filter out warning as error options during preprocessing | Boris Kolpackov | 4 | -43/+59 | |
2017-08-06 | Fix GCC -M/-MD logic some more | Boris Kolpackov | 1 | -9/+2 | |
2017-08-06 | And make sure warning are not treated as errors for GCC -MD run | Boris Kolpackov | 1 | -2/+9 | |
2017-08-06 | Make sure warnings are disables for GCC -M run | Boris Kolpackov | 1 | -8/+15 | |
2017-08-06 | Scale target count depending on progress output type (same/new line) | Boris Kolpackov | 1 | -2/+1 | |
2017-08-06 | Create output directory for module sidebuilds | Boris Kolpackov | 1 | -4/+13 | |
The fsdir{} injection doesn't do it if out == src. | |||||
2017-08-06 | Print progress to terminal by default | Karen Arutyunov | 8 | -7/+40 | |
2017-08-06 | Only set variables on installed modules if we have lock | Boris Kolpackov | 1 | -21/+35 | |
2017-08-06 | Handle preprocessor errors caused by outdated generated headers | Boris Kolpackov | 1 | -9/+46 | |
This works with Clang and VC but not (yet) with GCC. | |||||
2017-08-05 | Minor changes | Boris Kolpackov | 3 | -20/+31 | |
2017-08-05 | Add note | Boris Kolpackov | 1 | -0/+2 | |
2017-08-05 | Implement src-to-out re-mapping for generated headers | Boris Kolpackov | 1 | -58/+218 | |
2017-08-05 | Add --match-only option | Boris Kolpackov | 5 | -6/+38 | |
2017-08-05 | Cosmetic change | Boris Kolpackov | 1 | -2/+2 | |
2017-08-04 | Remove unneeded variable | Boris Kolpackov | 1 | -1/+0 | |
2017-08-04 | Implement sidebuilding of installed modules | Boris Kolpackov | 8 | -63/+331 | |
2017-08-04 | Check for preprocessed value on source, not output target | Boris Kolpackov | 1 | -2/+4 | |
2017-08-04 | Add extracted from pkg-config prerequisite libraries as prerequisites | Boris Kolpackov | 3 | -20/+39 | |
2017-08-04 | Make file_rule match mtime_targets that have valid timestamp | Boris Kolpackov | 3 | -31/+35 | |
This can be used to handle installed target groups like lib{}. | |||||
2017-08-04 | Split liba{} dependencies into Libs and Libs.private | Boris Kolpackov | 1 | -17/+39 | |
This way we can distinguish between interface and implementation dependencies even if we have no shared variant. | |||||
2017-08-03 | Only print mkdir if did create directory | Boris Kolpackov | 2 | -40/+43 | |
2017-08-03 | Issue diagnostics instead of asserting on variable type/visibility change | Boris Kolpackov | 1 | -6/+8 | |
2017-08-02 | Fix VC miscompilation | Boris Kolpackov | 1 | -8/+8 | |
2017-08-02 | Change cc.preprocessed to {c,cxx}.preprocessed | Boris Kolpackov | 7 | -24/+25 | |
2017-08-02 | Add support for C++20/c++2a modes | Boris Kolpackov | 1 | -3/+6 | |
Note: not yet enabled for GCC 8 since the patch is not yet merged. | |||||
2017-08-02 | Fix bug in pkg-config generation | Boris Kolpackov | 1 | -13/+36 | |
2017-08-02 | Load module map from pkg-config files | Boris Kolpackov | 1 | -8/+69 | |
2017-08-02 | Save module map to pkg-config files | Boris Kolpackov | 5 | -5/+91 | |
2017-08-02 | Cosmetic cleanup | Boris Kolpackov | 1 | -5/+5 | |
2017-08-02 | Change doc-url manifest value | Karen Arutyunov | 1 | -2/+2 | |
2017-08-01 | Add version, project.summary, project.url built-in variables | Boris Kolpackov | 5 | -12/+68 | |
Extract them from manifest in the version module. Use them when generating the pkg-config's .pc files. | |||||
2017-08-01 | Fix bug in pdb member search | Boris Kolpackov | 1 | -8/+12 | |
2017-08-01 | Implement backslash, space escaping when generation .pc files | Boris Kolpackov | 1 | -12/+37 | |
2017-08-01 | Fix bug in ad hoc member traversal | Boris Kolpackov | 1 | -1/+1 | |