summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Fix XCB feature detectionSimon Hausmann2019-06-261-1/+1
* Android: Final changes for APK generationLeander Beernaert2019-06-261-1/+29
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-142-121/+121
|\
| * Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-2/+2
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-121-2/+1
* | Fix linking of examplesSimon Hausmann2019-06-121-1/+1
* | Improve special case handler to work on WindowsAlexandru Croitor2019-06-111-4/+20
* | Improve pro2cmake.py moreAlexandru Croitor2019-06-081-3/+8
* | Handle minimal_syncqt as not running syncqt for nowAlexandru Croitor2019-06-071-0/+2
* | Fix comment fixup in pro2cmakeAlexandru Croitor2019-06-062-1/+20
* | Fix some configure.json conditions for qtimageformatsAlexandru Croitor2019-06-061-0/+6
* | Add support for private module .pri filesSimon Hausmann2019-06-051-0/+2
* | CMake: Add WrapPCRE2 packageCristian Adam2019-06-051-1/+1
* | Map module.gui to if TARGET Qt::Gui in configure.cmakeAlexandru Croitor2019-06-051-0/+2
* | cmake: build with exceptions disabled by defaultAlbert Astals Cid2019-06-051-0/+3
* | Fix write_all_source_file_lists type annotationAlexandru Croitor2019-06-051-1/+1
* | 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
* | Improve run_pro2cmake.pyAlexandru Croitor2019-06-051-33/+104
* | Fix extra_keys in write_all_source_file_lists to be optionalAlexandru Croitor2019-06-051-3/+6
* | Fix special_case_handler to handle git add prev_CMakeLists.txt betterAlexandru Croitor2019-06-041-2/+26
* | Improve special_case_helper.pyAlexandru Croitor2019-06-041-3/+13
* | pro2cmake: Add PUBLIC to target_include_directoriesKevin Funk2019-06-041-1/+1
* | pro2cmake: Always add a newline after func callsKevin Funk2019-06-041-1/+1
* | pro2cmake: A couple more fixes regarding examplesKevin Funk2019-06-041-8/+8
* | cmake: register plug-ins, create dependencies fileJean-Michaƫl Celerier2019-06-041-6/+15
* | cmake: Fix xcb buildAlbert Astals Cid2019-06-041-1/+1
* | Handle a few more condition types in pro2cmakeAlexandru Croitor2019-06-041-0/+25
* | More fixes to conversion script while porting qtdeclarativeAlexandru Croitor2019-06-032-1/+10
* | Generate the c++xx standard features instead of skipping themAlexandru Croitor2019-06-032-7/+4
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-0317-34/+116
|\|
| * Add locale support for Cebuano and Erzya languages (new in CLDR v35.1)Edward Welbourne2019-05-201-0/+2
| * Suggest name, when available, for unknown codesEdward Welbourne2019-05-202-5/+57
| * Rename util/locale_database/ to include the e that was missingEdward Welbourne2019-05-2016-3/+7
| * Clean up some poorly-placed newlines in the TLD suffix dataEdward Welbourne2019-03-081-6/+6
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-132-13/+37
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-092-13/+37
| | |\
| | | * Update cldr2qlocalexml.py's claimed CLDR version supportEdward Welbourne2019-05-071-1/+1
| | | * Correct and expand support for CLDR's date/time format stringsEdward Welbourne2019-05-071-12/+36
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-241-7/+7
| |\| |
| | * | Clean up help message for the public suffix list processorEdward Welbourne2019-04-231-7/+7
* | | | Add basic support for compiling applications with qmakeSimon Hausmann2019-05-311-0/+4
* | | | Fix uncessary relative dir suffix in pro2cmake.pyLeander Beernaert2019-05-291-2/+11
* | | | Add Library Mapping for QtNetworkAuthLeander Beernaert2019-05-281-0/+1
* | | | Enhance the porting scripts with some new functionalityAlexandru Croitor2019-05-282-0/+13
* | | | Improve configurejson2cmake.py to handle non-compliant qmake JSONAlexandru Croitor2019-05-274-32/+131
* | | | Remove all line continuations when processing qmake syntaxAlexandru Croitor2019-05-232-35/+32
* | | | Make debug token output actually work for the pro2cmake qmake parserAlexandru Croitor2019-05-231-109/+143
* | | | Improve qmake syntax parser in pro2cmake.pyAlexandru Croitor2019-05-235-6/+41
* | | | Improve qmake parser debug output in pro2cmakeAlexandru Croitor2019-05-231-0/+30