summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoRcc.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-271-1/+0
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-168/+192
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+4
* Autogen: Make cmQtAutoRcc a free functionSebastian Holtermann2019-09-291-14/+89
* Autogen: Refactor json info file reading interfaceSebastian Holtermann2019-09-291-14/+14
* Autogen: Use JSON instead of CMake script for info filesSebastian Holtermann2019-09-251-90/+26
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+2
* Autogen: Abbreviate file paths in messagesSebastian Holtermann2019-09-161-47/+71
* Autogen: cmQtAutoRcc settings hash computation optimizationsSebastian Holtermann2019-08-271-9/+15
* Autogen: cmQtAutoRcc string concatenation cleanupsSebastian Holtermann2019-08-271-60/+37
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-4/+3
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-53/+25
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+2
* Autogen: Modernize to use cmStrCat for string concatenationSebastian Holtermann2019-08-071-27/+16
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-1/+1
* AutoRcc: Simplify error logging with utility lambdaSebastian Holtermann2019-05-111-20/+18
* AutoRcc: Rebuild if the rcc executable is newer than its outputSebastian Holtermann2019-05-111-0/+19
* AutoRcc: Don't read the info file time againSebastian Holtermann2019-05-111-12/+1
* AutoRcc: Write re-generation reason and rcc command as one stringSebastian Holtermann2019-05-111-29/+30
* Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data cachingSebastian Holtermann2019-05-071-1/+1
* Autogen: Rename cmQtAutoGeneratorRcc to cmQtAutoRccSebastian Holtermann2019-04-061-0/+516