summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows buildAlexandru Croitor2019-03-1812-61/+111
* Regenerate cmake files from configure.json filesAlexandru Croitor2019-03-184-43/+53
* Improve configurejson2cmake feature output generationAlexandru Croitor2019-03-181-30/+72
* Do define generation after feature evaluationAlexandru Croitor2019-03-181-18/+40
* CMake: Add QT_CFLAGS_* when building x86simd testsTobias Hunger2019-03-183-7/+22
* CMake: pro2cmake.py: Better reporting of unused keys from qmakeTobias Hunger2019-03-181-28/+25
* CMake: pro2cmake.py: Handle SIMD sourcesTobias Hunger2019-03-182-0/+78
* Corelib: Update to include qrc-file removalTobias Hunger2019-03-181-1/+6
* Use qt_evaluate_config_expression for feature enable conditionsAlexandru Croitor2019-03-141-2/+4
* CMake: configurejson2cmake.py: Fix typoTobias Hunger2019-03-121-1/+1
* Update README to mention setting the vcpkg toolchainAlexandru Croitor2019-03-111-1/+2
* CMake: pro2cmake.py: Remove .qrc files!Tobias Hunger2019-03-111-16/+91
* Fix header Depends file generationAlexandru Croitor2019-03-111-0/+1
* Improve add_qt_resource functionTobias Hunger2019-03-111-8/+24
* CMake: Re-generate CMakeLists.txt file for networkTobias Hunger2019-03-112-133/+101
* CMake: Re-generate CMakeLists.txt file for corelibTobias Hunger2019-03-111-351/+540
* cmake: fix the order of parameters for homebrewLiang Qi2019-03-071-1/+1
* Update README to specify the minimum version of CMake neededAlexandru Croitor2019-03-071-3/+6
* cmake: build qmacstyleLiang Qi2019-03-063-1/+31
* cmake: fix cocoa and graphics on macOSLiang Qi2019-03-063-6/+7
* cmake: Fix moc on macOSMikhail Svetkin2019-03-062-11/+52
* Fix buildSimon Hausmann2019-03-061-1/+1
* CMake: Re-generate bootstrap-related CMakeLists.txt filesTobias Hunger2019-03-045-154/+243
* CMake: Handle gc-sections linker flagsTobias Hunger2019-03-041-11/+21
* CMake: Re-generate CMakeLists.txt file for concurrent and sqlTobias Hunger2019-03-042-2/+35
* CMake: Re-generate CMakeLists.txt files for src/tools/*Tobias Hunger2019-03-044-5/+61
* CMake: Re-generate CMakeLists.txt file for uicTobias Hunger2019-03-041-12/+36
* CMake: Re-generate CMakeLists.txt file for dbusTobias Hunger2019-03-041-5/+19
* CMake: Re-generate CMakeLists.txt file for xmlTobias Hunger2019-03-041-8/+7
* CMake: pro2cmake.py: Map libpng to PNG::PNGTobias Hunger2019-03-041-0/+1
* CMake: pro2cmake.py: Automatically map equals(QT_ARCH, "foo") in conditionsTobias Hunger2019-03-041-3/+11
* CMake: pro2cmake.py: Handle BOOTSTRAP for add_qt_toolTobias Hunger2019-03-041-1/+4
* cmake: Cleanup harfbuzz featuresМихаил Светкин2019-03-012-11/+7
* Fix building tests on macOSAlexandru Croitor2019-02-285-5/+5
* CMake: pro2cmake.py: Simplify code and add test for line continuationTobias Hunger2019-02-283-1/+16
* CMake: pro2cmake.py: Handle for loops without blockTobias Hunger2019-02-283-1/+13
* CMake: pro2cmake.py: Make \$\$QT_FOO work in assignmentsTobias Hunger2019-02-283-1/+10
* CMake: pro2cmake.py: Fix parsing of Line continuation before end of fileTobias Hunger2019-02-283-1/+10
* CMake: pro2cmake.py: Fix parsing of for loopsTobias Hunger2019-02-283-9/+24
* CMake: run_pro2cmake.py: Add statisticsTobias Hunger2019-02-281-4/+20
* CMake: pro2cmake.py: Handle complex conditionsTobias Hunger2019-02-283-8/+29
* CMake: pro2cmake.py: Warn and fix broken line continuationTobias Hunger2019-02-282-1/+63
* Fix build of qmake on macOSAlexandru Croitor2019-02-271-4/+6
* Fix usage of linker -no-undefined flag for macOSAlexandru Croitor2019-02-271-6/+15
* CMake: pro2cmake.py: Handle values with () in assignmentsTobias Hunger2019-02-273-2/+17
* CMake: pro2cmake.py: Fix handling of TEMPLATE=subdir .pro-filesTobias Hunger2019-02-271-2/+1
* CMake: pro2cmake.py: Improve condition simplification codeTobias Hunger2019-02-273-11/+51
* CMake: pro2cmake.py: Better parsing of scopes with elseTobias Hunger2019-02-277-61/+237
* CMake: Small unsorted fixes in preparation of upgrading to dev branchTobias Hunger2019-02-271-3/+5
* CMake: Fix build without double-conversion on macOSMikhail Svetkin2019-02-273-9/+21