Age | Commit message (Expand) | Author | Files | Lines |
2017-11-24 | Fix few bugs in generated header path remapping logic | Boris Kolpackov | 2 | -7/+12 |
2017-11-24 | Add extra library search paths as -L options | Boris Kolpackov | 5 | -37/+89 |
2017-11-23 | Fix few typos | Boris Kolpackov | 1 | -3/+3 |
2017-11-23 | Minor change | Boris Kolpackov | 1 | -1/+1 |
2017-11-22 | Remove -Xclang module options that seem to be passed by default in trunk | Boris Kolpackov | 1 | -5/+1 |
2017-11-22 | Enable module re-export tests for Clang | Boris Kolpackov | 1 | -1/+0 |
2017-11-22 | Fix dist bug where missing source file would be silently ignored | Boris Kolpackov | 8 | -48/+101 |
2017-11-22 | Improve diagnostics | Boris Kolpackov | 1 | -1/+2 |
2017-11-22 | Streamline skip count diagnostics | Boris Kolpackov | 1 | -1/+1 |
2017-11-21 | Recursively check timestamps of libraries we are linking | Boris Kolpackov | 2 | -6/+28 |
2017-11-21 | Move eof() utility to libbutl | Boris Kolpackov | 2 | -17/+3 |
2017-11-21 | Filter VC preprocessor diagnostics | Boris Kolpackov | 1 | -54/+79 |
2017-11-21 | Diagnose failure to open depdb | Boris Kolpackov | 2 | -16/+40 |
2017-11-21 | Improve skipped update diagnostics | Boris Kolpackov | 4 | -11/+36 |
2017-11-20 | Only add /usr/local/{include,lib} if compiler added /usr/include | Boris Kolpackov | 1 | -14/+25 |
2017-11-20 | Recognize CRLF sequences for line escaping in cc::lexer | Boris Kolpackov | 1 | -0/+14 |
2017-11-20 | Handle case when compiler-reported header does not exist | Boris Kolpackov | 1 | -1/+16 |
2017-11-20 | Add test for prerequisite-specific variables | Boris Kolpackov | 2 | -0/+76 |
2017-11-20 | Add support for dumping prerequisite-specific variables | Boris Kolpackov | 2 | -51/+115 |
2017-11-20 | Implement dump directive | Boris Kolpackov | 4 | -24/+162 |
2017-11-15 | Enter outer prefixes in generated header prefix map | Boris Kolpackov | 2 | -25/+73 |
2017-11-13 | Quote names that contain wildcard characters | Boris Kolpackov | 1 | -0/+1 |
2017-11-11 | Add in.substitution={strict|lax} | Boris Kolpackov | 3 | -18/+103 |
2017-11-10 | Relax substitution requirements, add alternative symbol in version .in support | Boris Kolpackov | 3 | -18/+70 |
2017-11-10 | Add $directory(), $base(), $leaf() and $extension() functions | Karen Arutyunov | 2 | -0/+213 |
2017-11-09 | Add support for for-loop | Boris Kolpackov | 14 | -20/+342 |
2017-11-09 | Initial support for prerequisite-specific variables, use for bin.whole | Boris Kolpackov | 7 | -40/+182 |
2017-11-09 | Fix bug in handling of empty target name prefixes (e.g., bin.lib.prefix) | Boris Kolpackov | 2 | -2/+2 |
2017-11-06 | Revert back to using -fmodule-file for GCC and Clang | Boris Kolpackov | 1 | -35/+119 |
2017-11-06 | Translate 'latest' to C++2a for GCC 8 | Boris Kolpackov | 1 | -2/+2 |
2017-10-30 | Update config submodule | Boris Kolpackov | 1 | -0/+0 |
2017-10-30 | Pass --text option for diff utility on Windows | Karen Arutyunov | 1 | -0/+8 |
2017-10-20 | Update documentation | Boris Kolpackov | 2 | -7/+8 |
2017-10-19 | Add support for MinGW bootstrap using bootstrap.gmake makefile | Boris Kolpackov | 1 | -6/+20 |
2017-10-17 | Cosmetic changes | Boris Kolpackov | 1 | -15/+10 |
2017-10-17 | Adjust stack size on Linux, FreeBSD and MacOS | Karen Arutyunov | 1 | -25/+96 |
2017-10-17 | Fortify header dependency extraction against inconsistent behavior | Boris Kolpackov | 1 | -6/+19 |
2017-10-17 | Adjust max-threads multiplier for 32-bit because of stack size increase | Boris Kolpackov | 3 | -4/+5 |
2017-10-17 | Adjust stack size on Windows | Boris Kolpackov | 1 | -0/+14 |
2017-10-16 | Update libpkgconf version dependency in manifest file | Karen Arutyunov | 1 | -1/+1 |
2017-10-13 | Add throw_system_error to utility | Boris Kolpackov | 1 | -0/+1 |
2017-10-13 | Make scheduler threads inherit stack size from main thread | Karen Arutyunov | 2 | -5/+65 |
2017-10-10 | Fix thread hygine issue | Boris Kolpackov | 1 | -2/+8 |
2017-10-08 | Fix crashing on empty installation directory name | Karen Arutyunov | 1 | -0/+3 |
2017-10-06 | Fix old .ilk files cleanup | Karen Arutyunov | 1 | -2/+2 |
2017-10-06 | Fix old libs cleanup not to remove unrelated files | Karen Arutyunov | 1 | -2/+8 |
2017-10-04 | Add ignore_error parameter for functions that check file system entry existence | Karen Arutyunov | 3 | -14/+13 |
2017-10-03 | Adapt to modularization of libbutl | Karen Arutyunov | 33 | -69/+69 |
2017-10-03 | Extract system header search paths from GCC or compatible | Boris Kolpackov | 12 | -31/+213 |
2017-10-02 | Add additional notes to module documentation | Boris Kolpackov | 1 | -8/+21 |