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
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
/
qmake
/
generators
/
makefile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make qmake and qtpaths report Qt version baked into the binaries
Joerg Bornemann
2023-01-18
1
-1
/
+1
*
Use qtversion.h instead of qlibraryinfo.h
Marc Mutz
2022-12-09
1
-1
/
+1
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-11
/
+11
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-6
/
+6
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-27
/
+27
*
Move qVersion() from qglobal.h to qlibraryinfo.h
Sona Kurazyan
2022-09-01
1
-0
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-27
/
+2
*
qmake: Use qVersion for version reporting instead of QT_VERSION_STR
Alexandru Croitor
2022-05-06
1
-1
/
+1
*
qmake: Suppress built-in suffixes for make
Orgad Shaneh
2022-03-31
1
-0
/
+9
*
Apply Q_CONSTINIT across the codebase
Marc Mutz
2022-03-29
1
-1
/
+1
*
qmake: Fix overlong command lines for static Qt builds on Windows
Joerg Bornemann
2022-02-21
1
-1
/
+43
*
qmake: Print error and exit if a response file cannot be created
Joerg Bornemann
2022-01-08
1
-2
/
+8
*
qmake/MinGW: Fix linking target name with whitespace
Joerg Bornemann
2022-01-08
1
-1
/
+1
*
qmake/xcode: Do not create OBJECTS_DIR
Joerg Bornemann
2021-09-10
1
-0
/
+15
*
qmake: Introduce compile_included_sources CONFIG option
Joerg Bornemann
2021-02-08
1
-0
/
+9
*
Use (new) erase()/erase_if() algorithms
Marc Mutz
2020-12-05
1
-3
/
+1
*
Add new way to mess up projects with QMAKE_INSTALL_REPLACE
Michal Klocek
2020-11-09
1
-4
/
+13
*
Minor refactor of installMetaFile
Michal Klocek
2020-11-09
1
-17
/
+23
*
Use QList instead of QVector in qmake
Jarek Kobus
2020-09-05
1
-4
/
+4
*
Move QRegExp and its remaining mentions out of QtCore
Sona Kurazyan
2020-07-13
1
-1
/
+0
*
MinGW: Use a response file for long include paths
Orgad Shaneh
2020-07-06
1
-2
/
+5
*
Makefile: Deduplicate logic for response file name
Orgad Shaneh
2020-07-06
1
-19
/
+25
*
QMake: fixup a mistake when porting to QRE
Giuseppe D'Angelo
2020-07-06
1
-1
/
+1
*
Port qmake from QStringRef to QStringView
Lars Knoll
2020-06-05
1
-10
/
+10
*
Add a QRegularExpression::fromWildcard() convenience method
Lars Knoll
2020-05-06
1
-2
/
+1
*
Remove QRegExp from the bootstrap library
Lars Knoll
2020-05-06
1
-0
/
+1
*
Port qmake over to user QRegularExpression
Lars Knoll
2020-05-05
1
-20
/
+22
*
Build qmake with QT_USE_STRINGBUILDER
Lars Knoll
2020-05-05
1
-3
/
+3
*
QMake: Use Qt::SplitBehavior in preference to QString::SplitBehavior
Edward Welbourne
2020-02-28
1
-1
/
+1
*
Purge the dep_cd_cmd parameter from callExtraCompilerDependCommand
Joerg Bornemann
2020-01-24
1
-10
/
+6
*
Fix mkdir warning for object_parallel_to_source projects
Joerg Bornemann
2020-01-14
1
-1
/
+1
*
Fix dependency resolution for extra compilers in VS projects
Joerg Bornemann
2020-01-07
1
-1
/
+4
*
Be able to create a response file for other generators too
Andy Shaw
2019-11-06
1
-0
/
+24
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Joerg Bornemann
2019-09-20
1
-3
/
+7
|
\
|
*
Ignore non-existent .ui file dependencies
Joerg Bornemann
2019-09-18
1
-0
/
+5
*
|
Remove dead QMakeSourceFileInfo caching feature from QMake
Joerg Bornemann
2019-08-20
1
-14
/
+0
*
|
Do not use QList<QMakeLocalFileName>
Joerg Bornemann
2019-08-12
1
-3
/
+3
*
|
Warn about conflicting DESTDIR/TARGET combination in debug_and_release
Joerg Bornemann
2019-08-09
1
-0
/
+9
*
|
Remove special handling of DLLDESTDIR on Windows
Joerg Bornemann
2019-08-03
1
-8
/
+2
*
|
Remove QMake's -createstub option
Joerg Bornemann
2019-08-03
1
-15
/
+0
*
|
Rename MakefileGenerator::build_args() to ...::fullBuildArgs()
Joerg Bornemann
2019-07-31
1
-4
/
+4
*
|
Merge remote-tracking branch 'origin/5.13' into dev
Liang Qi
2019-07-22
1
-3
/
+3
|
\
|
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-07-20
1
-3
/
+3
|
|
\
|
|
*
qmake: fix variable naming conflicts with C++20 keyword
Yulong Bai
2019-07-19
1
-3
/
+3
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Liang Qi
2019-07-05
1
-0
/
+8
|
\
|
|
|
*
|
CMake: Fix handling of static dependencies that have spaces in path
Alexandru Croitor
2019-07-05
1
-0
/
+8
*
|
|
Do not ignore exit codes when installing meta files
Joerg Bornemann
2019-07-01
1
-3
/
+3
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Liang Qi
2019-06-14
1
-44
/
+58
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Liang Qi
2019-06-07
1
-44
/
+58
|
|
\
|
|
|
*
qmake: Cleanup
Kai Koehne
2019-06-05
1
-1
/
+1
[next]