summaryrefslogtreecommitdiffstats
path: root/src/tools/rcc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | rcc: make qt_rcc_compare_hash a functorMarc Mutz2015-07-131-5/+9
|/
* Update copyright headersJani Heikkinen2015-02-113-21/+21
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-291-0/+1
|\
| * rcc: fix build failure on Windows XP / MinGW 4.9Giuseppe D'Angelo2015-01-191-0/+1
* | Make it possible to generate rcc files from stdinAleix Pol2015-01-211-1/+3
|/
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.4.0" into refs/stagin...Jani Heikkinen2014-11-111-0/+2
|\
| * Rcc: ensure enough space for the embeddedhjk2014-11-051-0/+2
* | rcc: Replace all occurrences of the marker in two-pass modehjk2014-11-111-23/+27
|/
* Add extra declarations to make rcc output pass -Wmissing-declarationshjk2014-10-251-0/+12
* Account for the country/language settings when checking for duplicatesAndy Shaw2014-10-101-4/+11
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-243-54/+30
* rcc: String literal conversion cleanupKai Koehne2014-07-232-8/+8
* RCC: Use macros not defined in qglobal.hhjk2014-07-161-12/+12
* rcc: Prevent CRLF conversion on Windows for -binaryKai Koehne2014-07-161-0/+9
* Remove the rcc output file if we failed to write itThiago Macieira2014-07-011-1/+7
* Make RCC handle bigger binarieshjk2014-06-063-53/+167
* RCC: Avoid some needless to/fromLatin1 cyclehjk2014-06-031-10/+11
* rcc: Remove compile dependency on private headers.hjk2013-09-262-2/+0
* Remove qSort usage from rccGiuseppe D'Angelo2013-09-031-2/+4
* Port rcc to QCommandLineParser.David Faure2013-08-291-98/+90
* RCC: Mention -list command line option in -help outputhjk2013-08-131-0/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-162-4/+4
* don't bootstrap tools when not necessaryOswald Buddenhagen2013-03-141-0/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* Remove the timestamp info in genarated filesLiang Qi2012-12-151-3/+1
* make qt_tool support building bootstrapped toolsOswald Buddenhagen2012-11-161-6/+1
* remove pointless TARGET assignmentsOswald Buddenhagen2012-11-161-1/+0
* Generate a proper static QtBootstrap moduleOswald Buddenhagen2012-11-081-2/+2
* Set the Directory flag when we find a directory.Stephen Kelly2012-10-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223-72/+72
* make src/tools/ compile without CamelCase headersOswald Buddenhagen2012-09-193-20/+20
* rcc: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-1/+1
* Generate a fatal error as appropriate.Stephen Kelly2012-07-161-1/+3
* Fix typo qith -> with.Stephen Kelly2012-07-141-1/+1
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-1/+1
* remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-191-2/+0
* properly declare the host tools as such in the project filesOswald Buddenhagen2012-06-191-0/+1
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-102-0/+4
|\
| * rcc: Add a note about the usage of the source code for Qt Designer.Friedemann Kleint2012-03-282-0/+4
* | Stop relying on qHash always giving the same resultsGiuseppe D'Angelo2012-04-081-2/+2