summaryrefslogtreecommitdiffstats
path: root/src/tools/rcc
Commit message (Expand)AuthorAgeFilesLines
* rcc: Teach rcc the --no-zstd optionAlexandru Croitor2020-03-123-7/+23
* Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-072-0/+75
|\
| * Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-10/+16
| |\
| * | Regenerate src/Leander Beernaert2020-01-142-4/+4
| * | Regenerate src/*Alexandru Croitor2019-11-142-6/+6
| * | Regenerate everything under ./srcAlexandru Croitor2019-11-122-2/+0
| * | Regenerate tools projectsAlexandru Croitor2019-10-082-5/+59
| * | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-113-5/+61
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-0/+1
| |\ \ \
| * | | | Export tool config and target files for each relevant moduleAlexandru Croitor2019-05-021-0/+1
| * | | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-164-64/+493
| |\ \ \ \
| * | | | | CMake: Re-generate bootstrap-related CMakeLists.txt filesTobias Hunger2019-03-041-1/+22
| * | | | | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
* | | | | | Cleanup code where we mixed QHash and QMultiHash iterator codeLars Knoll2020-02-031-12/+8
| |_|_|_|/ |/| | | |
* | | | | Use a QMultiHash explicitly if insertMulti() is being usedLars Knoll2019-12-121-3/+3
* | | | | rcc: Fix namespace handling for initializerSamuel Gaist2019-12-101-7/+13
| |_|_|/ |/| | |
* | | | rcc: Add -d option to output a Makefile-syntax depfileMarvin Scholz2019-06-291-0/+58
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-1/+1
|\ \ \ \
| * | | | RCC: Change the default compression to ZlibThiago Macieira2019-06-201-1/+1
* | | | | rcc: Avoid needless use of macrohjk2019-05-282-4/+2
| |_|_|/ |/| | |
* | | | QRegExp include cleanupSamuel Gaist2019-04-191-0/+1
| |_|/ |/| |
* | | rcc: Avoid raw string literalshjk2019-03-201-23/+12
* | | rcc: Support Python as output formathjk2019-03-073-26/+197
|/ /
* | Fix compilation with QT_NO_COMPRESSAlbert Astals Cid2018-12-211-1/+1
* | rcc: Use SOURCE_DATE_EPOCH for mtimeBernhard M. Wiedemann2018-12-141-0/+3
* | Resources: reject compressed content we can't decompressThiago Macieira2018-12-123-12/+74
* | RCC: introduce compression algorithm "best"Thiago Macieira2018-12-112-0/+12
* | RCC: Add support for Zstandard compressionThiago Macieira2018-12-114-3/+95
* | QResource: add support for resources compressed with ZstandardThiago Macieira2018-12-111-0/+1
* | RCC: Modernize the compression algorithm selectionThiago Macieira2018-12-113-24/+123
|/
* rcc: Add a --list-mapping option to output both resource and real pathsUlf Hermann2018-07-251-1/+17
* rcc: don't drop entries with missing files in -list modeOswald Buddenhagen2018-05-072-13/+9
* rcc: prune dead wildcard matching codeOswald Buddenhagen2018-03-291-32/+29
* Allow to override resource file dateBernhard M. Wiedemann2017-11-131-1/+5
* Win: Set a proper description for the Qt toolsKai Koehne2017-07-311-0/+1
* uic & rcc: use the public API to set the hash seedThiago Macieira2017-03-161-4/+6
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-133-13/+38
|\
| * Make it possible to specify the RCC data version formatSimon Hausmann2017-02-283-13/+38
* | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-122-4/+6
|/
* Fix missing last modification time stamp in qrc contentSimon Hausmann2016-11-222-4/+43
* Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-151-3/+1
* qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2016-05-111-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-0/+5
|\
| * rcc compiler with -list on Windows (newline symbols)Timur Pocheptsov2016-04-081-0/+5
* | rcc: eradicate all Q_FOREACH loopsMarc Mutz2016-01-262-5/+6
* | Updated license headersJani Heikkinen2016-01-213-51/+36
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
|/
* tools: mark some types movable/primitiveMarc Mutz2015-07-221-0/+1
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-1/+2
|\
| * Rcc: Do not output empty lines when listing .qrc contentshjk2015-07-081-1/+2