index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
give location information for QMAKE_SUBSTITUTES conditionals
Oswald Buddenhagen
2012-09-11
2
-4
/
+4
*
port qmake to qt creator's qmake language evaluator
Oswald Buddenhagen
2012-09-11
27
-4102
/
+7252
*
Fix semantics of the src dir in the include search paths with MinGW
Simon Hausmann
2012-09-10
1
-0
/
+7
*
Removing duplicate includes
Sergio Ahumada
2012-09-09
1
-1
/
+0
*
Check for C++ operators that should be 'const'
Sergio Ahumada
2012-09-08
1
-2
/
+2
*
fix c string comparison
Oswald Buddenhagen
2012-09-07
1
-1
/
+1
*
introduce qmake variable abstractions
Oswald Buddenhagen
2012-09-07
36
-1195
/
+1678
*
restore support for QMAKE_LIBDIR_FLAGS
Oswald Buddenhagen
2012-09-05
1
-5
/
+7
*
remove pretenses of supporting projects on stdin
Oswald Buddenhagen
2012-09-05
6
-28
/
+13
*
make QMakeMetaInfo a little less inefficient with libtool .la files
Oswald Buddenhagen
2012-09-05
6
-13
/
+10
*
pre-initialize more invariant properties
Oswald Buddenhagen
2012-09-05
1
-6
/
+4
*
remove QMAKE_MKSPECS property from qmake -query's view
Oswald Buddenhagen
2012-09-05
2
-6
/
+3
*
remove handling of QMAKE_FILETAGS
Oswald Buddenhagen
2012-09-03
3
-26
/
+0
*
remove unnecessary QMAKESPEC fallback code
Oswald Buddenhagen
2012-09-03
1
-5
/
+0
*
remove pretenses of manual dependencies
Oswald Buddenhagen
2012-09-03
1
-5
/
+5
*
unbreak "make depend" for shadow builds
Oswald Buddenhagen
2012-09-03
1
-6
/
+13
*
unify c*flags in the hand-written makefiles somewhat
Oswald Buddenhagen
2012-09-03
3
-15
/
+17
*
fix assignment of MSVCPROJ_TARGET
Oswald Buddenhagen
2012-09-03
1
-4
/
+1
*
beautify string operations
Oswald Buddenhagen
2012-08-28
2
-5
/
+4
*
micro-optimize: use POD-initializable lists of variable names
Oswald Buddenhagen
2012-08-28
10
-42
/
+42
*
remove unused checkMultipleDefinition()
Oswald Buddenhagen
2012-08-28
2
-24
/
+0
*
remove dead variable assignments
Oswald Buddenhagen
2012-08-28
4
-5
/
+0
*
Remove automatic drive letter lowercasing from Option::fixString()
v5.0.0-beta1
Miikka Heikkinen
2012-08-28
1
-3
/
+0
*
qmake: fix manifest resource for non-trivial target names
Joerg Bornemann
2012-08-23
1
-1
/
+1
*
qmake: fix embedding of generated manifests in debug mode
Joerg Bornemann
2012-08-22
1
-5
/
+4
*
qmake: fix generated rc file for embedding manifests
Joerg Bornemann
2012-08-22
1
-2
/
+2
*
qmake: object_with_source feature removed
Joerg Bornemann
2012-08-17
1
-6
/
+1
*
unbreak "aux" template for mingw & msvc
Oswald Buddenhagen
2012-08-17
2
-13
/
+2
*
beautify "aux" target
Oswald Buddenhagen
2012-08-17
1
-8
/
+10
*
qmake: support incremental linking when embedding manifests
Joerg Bornemann
2012-08-16
2
-5
/
+72
*
revamp preparation of command line for qmake calls in makefiles
Oswald Buddenhagen
2012-08-14
4
-55
/
+22
*
make command line parser use qt containers
Oswald Buddenhagen
2012-08-14
2
-54
/
+44
*
take parsing of qmake mode out of parseCommandLine()
Oswald Buddenhagen
2012-08-14
1
-26
/
+24
*
remove rather pointless parameter from parseCommandLine()
Oswald Buddenhagen
2012-08-14
2
-4
/
+5
*
Sync .pr[oi] with the Makefiles so qmake builds again
Marius Storm-Olsen
2012-08-13
2
-4
/
+9
*
support installs with target dir
Oswald Buddenhagen
2012-08-08
1
-8
/
+42
*
reshuffle assembly of install commands as well
Oswald Buddenhagen
2012-08-08
1
-24
/
+16
*
reshuffle assembly of uninstall commands
Oswald Buddenhagen
2012-08-08
1
-12
/
+9
*
remove pointless appending of trailing dir separator under unix
Oswald Buddenhagen
2012-08-08
1
-2
/
+0
*
Rename msvc11 to msvc2012
Andreas Holzammer
2012-08-07
1
-2
/
+2
*
qmake vcxproj generator: map TARGET_EXT to $(TargetExt)
Joerg Bornemann
2012-08-07
3
-2
/
+12
*
qmake: un-copy-and-pastify vcxproj generator a bit
Joerg Bornemann
2012-08-07
2
-60
/
+70
*
Add the filters for extra compilers for vcxproj files
Andy Shaw
2012-08-07
1
-0
/
+8
*
respect copy_dir_files with manually flagged directories as well
Oswald Buddenhagen
2012-08-07
1
-3
/
+5
*
remove not particularly useful branch
Oswald Buddenhagen
2012-08-07
1
-4
/
+1
*
remove clearly bogus escapeFilePath() call
Oswald Buddenhagen
2012-08-07
1
-1
/
+0
*
make $$relative_path() minimize already relative paths
Oswald Buddenhagen
2012-08-07
1
-4
/
+5
*
Fix qmake -project
Rafael Roquetto
2012-08-06
2
-0
/
+7
*
findLibraries(): don't remove -L options for system paths
Oswald Buddenhagen
2012-08-04
1
-1
/
+2
*
Remove references to Borland and bmake
Andy Shaw
2012-08-01
14
-380
/
+49
[next]