index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tools
/
rcc
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tools: handle file opening failure
Giuseppe D'Angelo
2024-04-14
1
-2
/
+8
*
RCC: fix zlib compression when --no-zstd was specified
Thiago Macieira
2022-08-31
1
-4
/
+8
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-28
/
+3
*
Tools: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-03
1
-26
/
+28
*
Tools: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-05-02
1
-8
/
+7
*
tools: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
Deprecate qGlobalQHashSeed and qSetGlobalQHashSeed in Qt 6.6
Thiago Macieira
2021-05-23
1
-3
/
+1
*
rcc: Fix error message when temporary file cannot be opened
Joerg Bornemann
2021-05-21
1
-1
/
+1
*
rcc: Remove support for Python2
Friedemann Kleint
2020-12-07
1
-8
/
+9
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-22
1
-5
/
+4
|
\
|
*
rcc: Always seed the hash with 0
hjk
2020-04-17
1
-5
/
+4
*
|
rcc: Fix line endings on Windows when redirected
Friedemann Kleint
2020-04-20
1
-2
/
+1
*
|
rcc: Teach rcc the --no-zstd option
Alexandru Croitor
2020-03-12
1
-0
/
+5
|
/
*
rcc: Add -d option to output a Makefile-syntax depfile
Marvin Scholz
2019-06-29
1
-0
/
+58
*
rcc: Support Python as output format
hjk
2019-03-07
1
-0
/
+19
*
Resources: reject compressed content we can't decompress
Thiago Macieira
2018-12-12
1
-2
/
+4
*
RCC: Add support for Zstandard compression
Thiago Macieira
2018-12-11
1
-1
/
+5
*
RCC: Modernize the compression algorithm selection
Thiago Macieira
2018-12-11
1
-5
/
+22
*
rcc: Add a --list-mapping option to output both resource and real paths
Ulf Hermann
2018-07-25
1
-1
/
+17
*
uic & rcc: use the public API to set the hash seed
Thiago Macieira
2017-03-16
1
-4
/
+6
*
Merge remote-tracking branch 'origin/5.8' into 5.9
Liang Qi
2017-03-13
1
-1
/
+16
|
\
|
*
Make it possible to specify the RCC data version format
Simon Hausmann
2017-02-28
1
-1
/
+16
*
|
Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...
Alexander Volkov
2017-01-12
1
-2
/
+3
|
/
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-04-13
1
-0
/
+5
|
\
|
*
rcc compiler with -list on Windows (newline symbols)
Timur Pocheptsov
2016-04-08
1
-0
/
+5
*
|
rcc: eradicate all Q_FOREACH loops
Marc Mutz
2016-01-26
1
-4
/
+4
*
|
Updated license headers
Jani Heikkinen
2016-01-21
1
-17
/
+12
*
|
Use Q_UNLIKELY for every qFatal()/qCritical()
Marc Mutz
2015-11-29
1
-1
/
+1
|
/
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Merge remote-tracking branch 'origin/5.4.1' into 5.4
Frederik Gladhorn
2015-01-29
1
-0
/
+1
|
\
|
*
rcc: fix build failure on Windows XP / MinGW 4.9
Giuseppe D'Angelo
2015-01-19
1
-0
/
+1
*
|
Make it possible to generate rcc files from stdin
Aleix Pol
2015-01-21
1
-1
/
+3
|
/
*
Don't use QStringLiteral in comparisons
Marc Mutz
2014-10-09
1
-2
/
+2
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-18
/
+10
*
rcc: String literal conversion cleanup
Kai Koehne
2014-07-23
1
-3
/
+3
*
rcc: Prevent CRLF conversion on Windows for -binary
Kai Koehne
2014-07-16
1
-0
/
+9
*
Remove the rcc output file if we failed to write it
Thiago Macieira
2014-07-01
1
-1
/
+7
*
Make RCC handle bigger binaries
hjk
2014-06-06
1
-7
/
+45
*
rcc: Remove compile dependency on private headers.
hjk
2013-09-26
1
-1
/
+0
*
Port rcc to QCommandLineParser.
David Faure
2013-08-29
1
-98
/
+90
*
RCC: Mention -list command line option in -help output
hjk
2013-08-13
1
-0
/
+1
*
Whitespace cleanup: remove trailing whitespace
Axel Waggershauser
2013-03-16
1
-2
/
+2
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
make src/tools/ compile without CamelCase headers
Oswald Buddenhagen
2012-09-19
1
-7
/
+7
*
rcc: use new qEnvironmentVariableIsEmpty()
Marc Mutz
2012-08-14
1
-1
/
+1
*
Add const & to foreach 'iterators'
Albert Astals Cid
2012-06-27
1
-1
/
+1
*
Stop relying on QHash ordering
Giuseppe D'Angelo
2012-04-03
1
-0
/
+9
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
[next]