summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Move helpers functions from cmStringAlgorithms.h to cmValue.hMarc Chevrier2021-09-211-0/+1
* AUTOUIC: Revert "Fix generating of dependency rules for UI header files"Brad King2021-08-191-0/+37
* AUTOUIC: Fix generating of dependency rules for UI header filesAlexey Edelev2021-07-231-37/+0
* Update CMake code using KWSys to account for Status return valuesBrad King2021-04-141-1/+1
* clang-tidy: fix `performance-trivially-destructible` warningsBen Boeckel2021-01-271-2/+0
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-57/+62
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-2/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+4
* Autogen: Refactor json info file reading interfaceSebastian Holtermann2019-09-291-124/+142
* Autogen: Use JSON instead of CMake script for info filesSebastian Holtermann2019-09-251-38/+222
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+2
* Autogen: Abbreviate file paths in messagesSebastian Holtermann2019-09-161-16/+15
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* Autogen: Let cmQtAutoGenerator::Logger methods accept cm::string_viewSebastian Holtermann2019-08-271-51/+26
* Autogen: Use cm::string_view for AUTO{MOC,UIC,RCC} generator namesSebastian Holtermann2019-08-271-3/+3
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+1
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-2/+2
* cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-101-2/+2
* Autogen: Modernize to use cmStrCat for string concatenationSebastian Holtermann2019-08-071-29/+10
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-3/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-0/+2
* Autogen: A missing info file is a critical errorSebastian Holtermann2019-05-111-1/+2
* Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data cachingSebastian Holtermann2019-05-071-176/+25
* Autogen: Factor out concurrency framework to cmWorkerPool classSebastian Holtermann2019-04-151-232/+0
* Autogen: Move libuv loop from cmQtAutoGenerator to cmQtAutoGeneratorMocUicSebastian Holtermann2019-04-061-15/+2
* Autogen: Make cmQtAutoGenerator::FileSystem Logger freeSebastian Holtermann2019-04-061-44/+4
* Autogen: Move Logger and FileSystem member variables to generator classesSebastian Holtermann2019-04-061-24/+28
* AutoRcc: Don't use cmQtAutoGenerator::FileSystem methodsSebastian Holtermann2019-04-061-61/+87
* Autogen: Fix deadlock when uv_spawn() fails while trying to run mocAlexandru Croitor2019-03-251-2/+12
* Replace use of CollapseCombinedPath with CollapseFullPathBrad King2019-03-191-3/+3
* Autogen: Rename cmQtAutoGen::GeneratorT enum to cmQtAutoGen::GenTSebastian Holtermann2019-02-211-12/+10
* Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-3/+3
* cmSystemTools: Stdout(),Stderr() accept std::string argumentVitaly Stakhovsky2019-01-201-4/+4
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-1/+2
* IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-0/+1
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-2/+2
* Autogen: Add CMAKE_AUTOGEN_VERBOSE variable supportSebastian Holtermann2018-06-211-3/+19
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+1
* Autogen: Add lock file to AUTORCC commandsSebastian Holtermann2018-05-301-2/+3
* Merge topic 'autogen-protect-cmsys-calls'Brad King2018-04-041-21/+90
|\
| * Autogen: Use std::istreambuf_iterator for file so string readingSebastian Holtermann2018-04-031-20/+29
| * Autogen: Protected calls to cmFilePathChecksumSebastian Holtermann2018-04-031-0/+16
| * Autogen: Protected calls to cmQtAutoGen::SubDirPrefixSebastian Holtermann2018-04-031-0/+7
| * Autogen: Protected calls to cmSystemTools::GetFilenameWithoutLastExtensionSebastian Holtermann2018-04-031-0/+7
| * Autogen: Protected calls to cmSystemTools::Split/JoinPathSebastian Holtermann2018-04-031-0/+23
| * Autogen: Protected calls to cmSystemTools::CollapseCombinedPathSebastian Holtermann2018-04-031-1/+8
* | cmake_minimum_required: Optionally set policies with version rangeBrad King2018-03-211-1/+1
|/
* Autogen: Check if a file is empty before reading itSebastian Holtermann2018-03-061-11/+18
* Autogen: Process files concurrently in AUTOMOC and AUTOUICSebastian Holtermann2018-01-171-179/+490
* Autogen: Fix for problematic nested lists separatorSebastian Holtermann2017-12-181-0/+3