| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -2/+2 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+4 |
|
|
* | Autogen: Refactor json info file reading interface | Sebastian Holtermann | 2019-09-28 | 1 | -124/+142 |
|
|
* | Autogen: Use JSON instead of CMake script for info files | Sebastian Holtermann | 2019-09-25 | 1 | -38/+222 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+2 |
|
|
* | Autogen: Abbreviate file paths in messages | Sebastian Holtermann | 2019-09-16 | 1 | -16/+15 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -1/+1 |
|
|
* | Autogen: Let cmQtAutoGenerator::Logger methods accept cm::string_view | Sebastian Holtermann | 2019-08-27 | 1 | -51/+26 |
|
|
* | Autogen: Use cm::string_view for AUTO{MOC,UIC,RCC} generator names | Sebastian Holtermann | 2019-08-27 | 1 | -3/+3 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -2/+1 |
|
|
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -2/+2 |
|
|
* | cmStringAlgorithms: Add cmStrToLong and cmStrToULong | Sebastian Holtermann | 2019-08-10 | 1 | -2/+2 |
|
|
* | Autogen: Modernize to use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-07 | 1 | -29/+10 |
|
|
* | Introduce memory management helper: cm_memory.hxx | Marc Chevrier | 2019-07-14 | 1 | -3/+2 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -0/+2 |
|
|
* | Autogen: A missing info file is a critical error | Sebastian Holtermann | 2019-05-11 | 1 | -1/+2 |
|
|
* | Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data caching | Sebastian Holtermann | 2019-05-07 | 1 | -176/+25 |
|
|
* | Autogen: Factor out concurrency framework to cmWorkerPool class | Sebastian Holtermann | 2019-04-15 | 1 | -232/+0 |
|
|
* | Autogen: Move libuv loop from cmQtAutoGenerator to cmQtAutoGeneratorMocUic | Sebastian Holtermann | 2019-04-06 | 1 | -15/+2 |
|
|
* | Autogen: Make cmQtAutoGenerator::FileSystem Logger free | Sebastian Holtermann | 2019-04-06 | 1 | -44/+4 |
|
|
* | Autogen: Move Logger and FileSystem member variables to generator classes | Sebastian Holtermann | 2019-04-06 | 1 | -24/+28 |
|
|
* | AutoRcc: Don't use cmQtAutoGenerator::FileSystem methods | Sebastian Holtermann | 2019-04-06 | 1 | -61/+87 |
|
|
* | Autogen: Fix deadlock when uv_spawn() fails while trying to run moc | Alexandru Croitor | 2019-03-25 | 1 | -2/+12 |
|
|
* | Replace use of CollapseCombinedPath with CollapseFullPath | Brad King | 2019-03-19 | 1 | -3/+3 |
|
|
* | Autogen: Rename cmQtAutoGen::GeneratorT enum to cmQtAutoGen::GenT | Sebastian Holtermann | 2019-02-21 | 1 | -12/+10 |
|
|
* | Prefer front/back/data over dereferencing begin/rbegin iter | Artur Ryt | 2019-02-06 | 1 | -3/+3 |
|
|
* | cmSystemTools: Stdout(),Stderr() accept std::string argument | Vitaly Stakhovsky | 2019-01-20 | 1 | -4/+4 |
|
|
* | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 1 | -1/+2 |
|
|
* | IWYU: Update CMake code for IWYU built with Clang 6 | Brad King | 2019-01-15 | 1 | -0/+1 |
|
|
* | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 1 | -2/+2 |
|
|
* | Autogen: Add CMAKE_AUTOGEN_VERBOSE variable support | Sebastian Holtermann | 2018-06-21 | 1 | -3/+19 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -1/+1 |
|
|
* | Autogen: Add lock file to AUTORCC commands | Sebastian Holtermann | 2018-05-30 | 1 | -2/+3 |
|
|
* | Merge topic 'autogen-protect-cmsys-calls' | Brad King | 2018-04-04 | 1 | -21/+90 |
|\ |
|
| * | Autogen: Use std::istreambuf_iterator for file so string reading | Sebastian Holtermann | 2018-04-03 | 1 | -20/+29 |
|
|
| * | Autogen: Protected calls to cmFilePathChecksum | Sebastian Holtermann | 2018-04-03 | 1 | -0/+16 |
|
|
| * | Autogen: Protected calls to cmQtAutoGen::SubDirPrefix | Sebastian Holtermann | 2018-04-03 | 1 | -0/+7 |
|
|
| * | Autogen: Protected calls to cmSystemTools::GetFilenameWithoutLastExtension | Sebastian Holtermann | 2018-04-03 | 1 | -0/+7 |
|
|
| * | Autogen: Protected calls to cmSystemTools::Split/JoinPath | Sebastian Holtermann | 2018-04-03 | 1 | -0/+23 |
|
|
| * | Autogen: Protected calls to cmSystemTools::CollapseCombinedPath | Sebastian Holtermann | 2018-04-03 | 1 | -1/+8 |
|
|
* | | cmake_minimum_required: Optionally set policies with version range | Brad King | 2018-03-21 | 1 | -1/+1 |
|/ |
|
* | Autogen: Check if a file is empty before reading it | Sebastian Holtermann | 2018-03-06 | 1 | -11/+18 |
|
|
* | Autogen: Process files concurrently in AUTOMOC and AUTOUIC | Sebastian Holtermann | 2018-01-17 | 1 | -179/+490 |
|
|
* | Autogen: Fix for problematic nested lists separator | Sebastian Holtermann | 2017-12-18 | 1 | -0/+3 |
|
|
* | Autogen: Add and use cmQtAutoGenerator base class | Sebastian Holtermann | 2017-11-19 | 1 | -0/+320 |
|
|