summaryrefslogtreecommitdiffstats
path: root/util/cmake/pro2cmake.py
Commit message (Expand)AuthorAgeFilesLines
* Add more special condition conversionsLeander Beernaert2019-11-141-0/+11
* pro2cmake: Adjust script to generate new CMake API callsAlexandru Croitor2019-11-141-15/+124
* pro2cmake: Fix generic_version_handler not to be greedyAlexandru Croitor2019-11-131-1/+1
* pro2cmake: Reformat code with blackAlexandru Croitor2019-11-131-0/+1
* pro2cmake: If CONFIG-=app_bundle consider this a non gui appAlexandru Croitor2019-11-131-1/+1
* pro2cmake: Fix broken is_manual_test usageAlexandru Croitor2019-11-131-2/+2
* Add add_qt_manual_test()Leander Beernaert2019-11-121-1/+13
* pro2cmake: Consider _LOADED operations as always processedAlexandru Croitor2019-11-121-0/+1
* pro2cmake: Handle operation evaluation order when including childrenAlexandru Croitor2019-11-121-34/+151
* pro2cmake: Allow skipping subdirs projects via command lineAlexandru Croitor2019-11-121-0/+20
* pro2cmake: Fix incorrect replacement of x86 conditionsAlexandru Croitor2019-11-121-1/+1
* pro2cmake: Fix formatting and mypy errorsAlexandru Croitor2019-11-121-5/+7
* pro2cmake: Skip errors regarding not found generated .pri filesAlexandru Croitor2019-11-121-1/+4
* pro2cmake: Clean up debug messagesAlexandru Croitor2019-11-121-5/+9
* Make standalone tests build via top level repo projectAlexandru Croitor2019-11-081-6/+3
* Add condition maps for special cases in tests/manualLeander Beernaert2019-11-081-0/+3
* Add generic lessThan|greaterThan|equal condition map to pro2cmake.pyLeander Beernaert2019-11-081-0/+18
* Fix Android x86 buildsLeander Beernaert2019-11-081-1/+1
* Add support for benchmark conversionLeander Beernaert2019-11-041-8/+25
* Prevent infinite recursionFrederik Gladhorn2019-11-011-0/+3
* Fix formatting to conform to black rulesSimon Hausmann2019-10-291-22/+14
* Add replacement for '*g++*' to pro2cmake.pyLeander Beernaert2019-10-281-0/+1
* Distinguish between qt_plugin and regular pluginsLeander Beernaert2019-10-281-4/+18
* Convert ANDROID_PACKAGE_SOURCE_DIR for android (pro2cmake)Leander Beernaert2019-10-231-1/+2
* cmake scripts: do not override local target through includesFrederik Gladhorn2019-10-231-3/+3
* cmake scripts: do not add spaces in empty linesFrederik Gladhorn2019-10-231-1/+5
* cmake scripts: handle aix-g++Frederik Gladhorn2019-10-231-0/+1
* Add conversion code for Java codeLeander Beernaert2019-10-181-1/+42
* Fix add_qt_resource condition scopesLeander Beernaert2019-10-151-5/+14
* Update android arch condition conversionLeander Beernaert2019-10-151-6/+6
* Fix up android architecture suffixingSimon Hausmann2019-10-141-1/+1
* Fix Android build from multi-arch qmake changesLeander Beernaert2019-10-141-0/+9
* Run blake on pro2cmake.pyLeander Beernaert2019-10-141-3/+9
* Handle empty contents for condition scopes in examplesLeander Beernaert2019-10-141-15/+23
* pro2cmake: Translate C++ standard version checksJoerg Bornemann2019-10-111-0/+1
* pro2cmake: Handle source files in example scopesAlexandru Croitor2019-10-111-0/+7
* pro2cmake: Handle simd assignments in scopesAlexandru Croitor2019-10-111-3/+27
* Expand test install pathLeander Beernaert2019-10-111-1/+1
* Minor fix to qt_process_qlalr APISimon Hausmann2019-10-111-1/+1
* Add SKIP_INSTALL to add_qt_plugin()Leander Beernaert2019-10-111-0/+2
* cmake scripts: minor cleanupFrederik Gladhorn2019-10-111-1/+1
* Fix invalid condition in module generationLeander Beernaert2019-10-101-4/+4
* Reformat conversion scripts with blackAlexandru Croitor2019-10-101-28/+46
* cmake scripts: flake8 cleanupFrederik Gladhorn2019-10-101-13/+17
* Add 'add_cmake_library' to QtBuild.cmakeLeander Beernaert2019-10-101-1/+40
* Set STATIC argument for pluginsLeander Beernaert2019-10-101-0/+3
* cmake scripts: move parser into separate fileFrederik Gladhorn2019-10-101-343/+2
* Add install directory for plugins without typeLeander Beernaert2019-10-101-0/+5
* cmake scripts: add mapping for mkspec conditionsFrederik Gladhorn2019-10-101-0/+7
* cmake scripts: when writing resources, replace OUT_PWDFrederik Gladhorn2019-10-101-1/+2