summaryrefslogtreecommitdiffstats
path: root/util/cmake/configurejson2cmake.py
Commit message (Expand)AuthorAgeFilesLines
* CMake: Disable framework builds on macOS when target config is DebugAlexandru Croitor2020-03-091-1/+1
* CMake: Port most of the configure summary supportAlexandru Croitor2020-03-091-2/+124
* CMake: Port the 'separate_debug_info' featureJoerg Bornemann2020-03-061-2/+0
* CMake: Fix condition of the 'debug' featureJoerg Bornemann2020-03-061-1/+1
* Handle configure.json library testsLeander Beernaert2020-03-061-116/+184
* configurejson2cmake: Fix non-inline compile testsJoerg Bornemann2020-03-051-13/+10
* configurejson2cmake: Fix compile tests without a "test" entryJoerg Bornemann2020-03-051-1/+4
* CMake: Port the 'force_debug_info' featureJoerg Bornemann2020-03-051-1/+3
* CMake: Port the 'debug_and_release' featureJoerg Bornemann2020-03-051-1/+4
* CMake: Port the 'shared' featureJoerg Bornemann2020-03-051-1/+1
* CMake: Port the 'debug' featureJoerg Bornemann2020-03-051-1/+1
* CMake: Remove incorrect hardcoded harfbuzz conditionAlexandru Croitor2020-03-041-1/+0
* CMake: Fix stack-protector-strong test and featureJoerg Bornemann2020-03-041-1/+5
* CMake: Port the reduce-relocations featureJoerg Bornemann2020-02-251-1/+0
* CMake: Allow building bundled 3rd party libraries in qtbaseAlexandru Croitor2020-02-251-13/+26
* Add special condition replacement for libclang in qttoolsLeander Beernaert2019-12-101-0/+3
* Export non-private and non-public features and CONFIG valuesAlexandru Croitor2019-12-031-18/+72
* Add initial support for cross-building to iOSAlexandru Croitor2019-12-031-0/+1
* Fix formatting to conform to black rulesSimon Hausmann2019-10-291-2/+0
* Handle Library dependencies in compile testsLeander Beernaert2019-10-211-10/+21
* Fix C++ standard detectionSimon Hausmann2019-10-171-13/+11
* Regenerate files after dev -> wip/cmake mergeAlexandru Croitor2019-10-141-0/+4
* Reformat conversion scripts with blackAlexandru Croitor2019-10-101-1/+1
* cmake scripts: flake8 cleanupFrederik Gladhorn2019-10-101-1/+1
* cmake scripts: more type cleanupFrederik Gladhorn2019-10-091-2/+2
* cmake scripts: do not redefine built-insFrederik Gladhorn2019-10-081-9/+9
* configurejson2cmake: Generate label for out-of-line testsAlexandru Croitor2019-09-241-0/+1
* Reformat python files using blackAlexandru Croitor2019-09-221-5/+6
* configurejson2cmake: handle out-of-line config testsAlexandru Croitor2019-09-221-1/+11
* Adapt string formatting in util/cmakeCristian Maureira-Fredes2019-09-211-17/+16
* configurejson2cmake: Add special case handling for Windows BT config testsOliver Wolff2019-09-201-0/+5
* CMake: Use FindWaylandScanner.cmake from extra-cmake-modulesJohan Klokkhammer Helsing2019-09-201-0/+2
* Improve styling of util/cmake scriptsCristian Maureira-Fredes2019-09-181-468/+487
* cmake: Add library mappings for qtwaylandJohan Klokkhammer Helsing2019-09-171-0/+1
* Use posix paths in pro2cmake and configurejson2cmake even on WindowsAlexandru Croitor2019-09-111-5/+5
* Fix Harfbuzz detectionSimon Hausmann2019-08-301-1/+1
* Augment conversion scripts with requirements for qttoolsAlexandru Croitor2019-08-281-0/+15
* Fix mapping of features to private featuresSimon Hausmann2019-07-221-3/+10
* Fix some configure.json conditions for qtimageformatsAlexandru Croitor2019-06-061-0/+6
* Map module.gui to if TARGET Qt::Gui in configure.cmakeAlexandru Croitor2019-06-051-0/+2
* Revert "Map module.gui to if TARGET Qt::Gui in configure.cmake"Alexandru Croitor2019-06-051-2/+0
* Map module.gui to if TARGET Qt::Gui in configure.cmakeAlexandru Croitor2019-06-051-0/+2
* Generate the c++xx standard features instead of skipping themAlexandru Croitor2019-06-031-6/+0
* Enhance the porting scripts with some new functionalityAlexandru Croitor2019-05-281-0/+2
* Improve configurejson2cmake.py to handle non-compliant qmake JSONAlexandru Croitor2019-05-271-3/+3
* Improve configure2cmake to find_package only in certain conditionsAlexandru Croitor2019-05-201-2/+22
* CMake: scripts: Extract code to write find_package linesTobias Hunger2019-05-091-25/+3
* CMake: pro2cmake.py: Fix library mappingTobias Hunger2019-05-061-5/+5
* CMake: Improve mapping of librariesTobias Hunger2019-05-031-97/+28
* CMake: configurejson2cmake: Do not generate useless OPTIONALsTobias Hunger2019-05-031-3/+2