Merge changes I488cd657,Ic208d5ff
[profile/ivi/qtbase.git] / qmake /
2012-08-27 Miikka HeikkinenRemove automatic drive letter lowercasing from Option... v5.0.0-beta1
2012-08-23 Joerg Bornemannqmake: fix manifest resource for non-trivial target...
2012-08-22 Joerg Bornemannqmake: fix embedding of generated manifests in debug...
2012-08-22 Joerg Bornemannqmake: fix generated rc file for embedding manifests
2012-08-17 Joerg Bornemannqmake: object_with_source feature removed
2012-08-17 Oswald Buddenhagenunbreak "aux" template for mingw & msvc
2012-08-17 Oswald Buddenhagenbeautify "aux" target
2012-08-16 Joerg Bornemannqmake: support incremental linking when embedding manifests
2012-08-14 Oswald Buddenhagenrevamp preparation of command line for qmake calls...
2012-08-14 Oswald Buddenhagenmake command line parser use qt containers
2012-08-14 Oswald Buddenhagentake parsing of qmake mode out of parseCommandLine()
2012-08-14 Oswald Buddenhagenremove rather pointless parameter from parseCommandLine()
2012-08-13 Marius Storm-OlsenSync .pr[oi] with the Makefiles so qmake builds again
2012-08-08 Oswald Buddenhagensupport installs with target dir
2012-08-08 Oswald Buddenhagenreshuffle assembly of install commands as well
2012-08-08 Oswald Buddenhagenreshuffle assembly of uninstall commands
2012-08-08 Oswald Buddenhagenremove pointless appending of trailing dir separator...
2012-08-07 Andreas HolzammerRename msvc11 to msvc2012
2012-08-07 Joerg Bornemannqmake vcxproj generator: map TARGET_EXT to $(TargetExt)
2012-08-07 Joerg Bornemannqmake: un-copy-and-pastify vcxproj generator a bit
2012-08-07 Andy ShawAdd the filters for extra compilers for vcxproj files
2012-08-07 Oswald Buddenhagenrespect copy_dir_files with manually flagged directorie...
2012-08-07 Oswald Buddenhagenremove not particularly useful branch
2012-08-07 Oswald Buddenhagenremove clearly bogus escapeFilePath() call
2012-08-07 Oswald Buddenhagenmake $$relative_path() minimize already relative paths
2012-08-06 Rafael RoquettoFix qmake -project
2012-08-04 Oswald BuddenhagenfindLibraries(): don't remove -L options for system...
2012-08-01 Andy ShawRemove references to Borland and bmake
2012-07-31 Oswald Buddenhagenremove second argument from $$eval() (access to global...
2012-07-31 Oswald Buddenhagenrun processPrlFiles() over QMAKE_LIBS_PRIVATE as well
2012-07-31 Oswald Buddenhageninline MakefileGenerator::processPrlVariable()
2012-07-31 Oswald Buddenhagenmake the windows prl processing more like the unix...
2012-07-31 Oswald Buddenhagenremove apparently useless code
2012-07-31 Oswald Buddenhagenstub out MakefileGenerator::processPrlFiles()
2012-07-27 Oswald Buddenhagendo not look for frameworks in library path
2012-07-27 Oswald Buddenhageninsert explicit library search paths before system...
2012-07-27 Oswald Buddenhagenlook into /Library/Frameworks as well in processPrlFiles()
2012-07-27 Oswald Buddenhagenunify default search paths between findLibraries()...
2012-07-27 Oswald Buddenhagenfix lookup of libraries with a full path but without...
2012-07-27 Oswald Buddenhagendon't actually resolve frameworks in findLibraries()
2012-07-27 Oswald Buddenhagenfix host vs. makefile directory separator mess
2012-07-27 Oswald Buddenhagenmerge QMAKE_LIBDIR into QMAKE_LIBS early
2012-07-27 Oswald Buddenhagenunifiy initialization of QMAKE_LIBS{,_PRIVATE} among...
2012-07-27 Oswald Buddenhagenclean up fixTargetExt()
2012-07-27 Oswald Buddenhagende-virtualize some more functions
2012-07-27 Oswald Buddenhagendispose of QMAKE_LIBDIR_FLAGS, "demote" QMAKE_FRAMEWORK...
2012-07-27 Oswald Buddenhagenremove duplicate -L flags in findLibraries()
2012-07-27 Oswald Buddenhagenunify handling of non-standard linker -L flags
2012-07-25 Rafael RoquettoFix qmake hash function to use XOR
2012-07-24 Oswald Buddenhagenremove support for rvct_linker config from MinGW genera...
2012-07-24 Oswald Buddenhagen$$QMAKE_LIBDIR contents belong into $(LIBS), not $...
2012-07-24 Oswald Buddenhagendo not run findLibraries() over QMAKE_LFLAGS
2012-07-24 Oswald Buddenhagendispose of MSVCPROJ_LIBS
2012-07-24 Oswald Buddenhagenremove apparently pointless call to findLibraries()
2012-07-18 Oswald Buddenhagenuse QT_INSTALL_LIBS directly instead of messing with...
2012-07-18 Oswald Buddenhagenremove QTDLL_POSTFIX stuff
2012-07-15 Oswald Buddenhagenautomatically fix separators in QMAKE_{DIST,}CLEAN
2012-07-12 Oswald Buddenhagenremove another symbian remnant: QMAKE_RVCT_LINKSTYLE
2012-07-12 Oswald Buddenhagenmake the prl lookup search in standard locations
2012-07-06 Bjoern Breitmeyerfixed ce makefileenvironment
2012-07-06 Oswald Buddenhagenifdef out the "clears variables previously set" warning
2012-07-05 Oswald Buddenhagendon't use a different de-duplication algo for the libra...
2012-07-04 Stephen KellyUppercase the CONFIG for verbatim mode.
2012-07-03 Oswald Buddenhagenexport QMAKESPEC to the project
2012-07-02 Konstantin Rittqmake: improve the .pc files generator
2012-07-02 Joerg Bornemannqmake: remove support for X.sources in DEPLOYMENT variables
2012-06-30 Oswald Buddenhagenfix bugs surrounding reading super cache when no local...
2012-06-29 Mark BrandMerge "Merge branch 'buildsystem' (second round)" into...
2012-06-29 Oswald BuddenhagenMerge branch 'buildsystem' (second round)
2012-06-28 Thiago MacieiraClean up the use of QT_NODLL
2012-06-27 Oswald Buddenhagenremove abuses of warn_msg()
2012-06-27 Oswald Buddenhagenremove support for versioning qmake properties
2012-06-27 Oswald Buddenhagenuse source root also for finding features
2012-06-27 Oswald Buddenhagenmove cachefile_depth calculation out of project evaluator
2012-06-27 Oswald Buddenhagenremove possibility to request project recursion from...
2012-06-27 Oswald Buddenhagendispose of Option::host_mode
2012-06-27 Oswald Buddenhagendispose of Option::shellPath
2012-06-27 Oswald Buddenhagenassume windows shell iff dir separator is backslash
2012-06-27 Oswald Buddenhagenreduce a bit of code dupe while assembling feature...
2012-06-27 Oswald Buddenhagenpurge "dumping all variables" debug loops
2012-06-27 Oswald Buddenhagenrepurpose deprecated -E switch
2012-06-27 Oswald Buddenhagenmake a bunch of functions const
2012-06-27 Oswald Buddenhagenconst correctness for variables()
2012-06-27 Oswald Buddenhagendon't overuse variables()
2012-06-27 Oswald Buddenhagenmake magicValues() const
2012-06-27 Oswald Buddenhagenconst correctness for values() calls
2012-06-27 Oswald Buddenhagendon't use backwards compat mapping for generator accesses
2012-06-27 Oswald Buddenhagenintroduce magicValues() function
2012-06-27 Oswald Buddenhagenmake $$PWD non-magic on read
2012-06-27 Oswald Buddenhagenset $$_DATE_ only on project startup
2012-06-27 Oswald Buddenhagendeprecate $$IN_PWD
2012-06-27 Oswald Buddenhagenmake project-related variables non-magic
2012-06-27 Oswald Buddenhagenmove initialization of $$TARGET to setupProject()
2012-06-27 Oswald Buddenhagenmake $$TEMPLATE magic on write instead of on read
2012-06-27 Oswald Buddenhagenmake a bunch of invariant variables non-magic
2012-06-27 Oswald Buddenhagendon't make $$TEMPLATE_PREFIX available any more
2012-06-27 Oswald Buddenhagenmove initialization of numerous variables to spec_pre.prf
2012-06-27 Oswald Buddenhagenremove QMAKE_EXT_H_MOC and QMAKE_CPP_MOD_MOC from Option
2012-06-27 Oswald Buddenhagenpurge QMAKE_MOD_SYSTEM_ENV from Option & co.
2012-06-27 Oswald Buddenhagendon't read QMAKE_DIRLIST_SEP back into Option::dirlist_sep
next