summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Add a few more 3rd party libraries to helper.pyAlexandru Croitor2019-05-211-0/+3
* Fix the fix to correctly handle comments in multi-line assignmentsAlexandru Croitor2019-05-203-7/+42
* Improve configure2cmake to find_package only in certain conditionsAlexandru Croitor2019-05-202-6/+57
* Handle the new cmdline config feature in pro2cmakeAlexandru Croitor2019-05-201-1/+2
* Workaround fix in pro2cmake Operation __init__ methodAlexandru Croitor2019-05-201-2/+5
* Don't exclude QtCore from dependencies when generating modulesAlexandru Croitor2019-05-201-2/+2
* Fix parsing qmake assignments that have comments in betweenAlexandru Croitor2019-05-173-1/+14
* CMake: Fix test_scope_handlingTobias Hunger2019-05-171-31/+31
* CMake: Fix test_operationsTobias Hunger2019-05-173-18/+22
* CMake: Wrap DBus1 find_package call to fix xproto not being picked upTobias Hunger2019-05-101-1/+1
* CMake: pro2cmake.py: Add target_link_libraries to examplesTobias Hunger2019-05-091-0/+4
* CMake: pro2cmake.py: Generate find_package information into examplesTobias Hunger2019-05-092-10/+46
* Keep "special case" modifications when regenerating project filesAlexandru Croitor2019-05-092-4/+394
* CMake: scripts: Extract code to write find_package linesTobias Hunger2019-05-092-25/+42
* CMake: pro2cmake.py: Separate library extraction logic from writing out dataTobias Hunger2019-05-091-65/+64
* CMake: pro2cmake.py: Extract writing lists into cmake filesTobias Hunger2019-05-091-61/+47
* CMake: scripts: Fix mypy issuesTobias Hunger2019-05-092-14/+16
* CMake: pro2cmake.py: Add basic support for examplesTobias Hunger2019-05-091-39/+118
* CMake: pro2cmake.py: Do not fail when run from .pro-file directoryTobias Hunger2019-05-081-1/+2
* Fix freetype target not being found when using vcpkgAlexandru Croitor2019-05-081-1/+1
* Force pro2cmake.py to always change the dir to the converted pro fileAlexandru Croitor2019-05-071-2/+9
* CMake: scripts: Make xcb_qpa_lib known as a Qt moduleTobias Hunger2019-05-071-0/+1
* CMake: scripts: Treat libraries mapped to None as knownTobias Hunger2019-05-071-1/+1
* CMake: Scripts: Fix double entries in 3rd party library mappingTobias Hunger2019-05-061-2/+0
* CMake: pro2cmake.py: Fix library mappingTobias Hunger2019-05-063-29/+45
* Make zlib a required package for QtCoreAlexandru Croitor2019-05-031-1/+1
* CMake: Improve mapping of librariesTobias Hunger2019-05-033-282/+272
* CMake: configurejson2cmake: Do not generate useless OPTIONALsTobias Hunger2019-05-031-3/+2
* cmake: Fix xcb_glx buildAlbert Astals Cid2019-05-031-0/+1
* Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-022-7/+12
* Make freetype a required packageAlexandru Croitor2019-05-011-1/+1
* Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1612-117/+187
|\
| * Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-091-18/+18
| * Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-8/+6
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-8/+6
| | |\
| | | * Remove broken code from unicode generatorEskil Abrahamsen Blomfeldt2019-03-181-8/+0
| | | * Wasm: Add workaround for Emscripten compiler againEskil Abrahamsen Blomfeldt2019-03-181-0/+6
| * | | Clean up and document the generator for qurltld_p.hEdward Welbourne2019-03-191-67/+96
| |/ /
| * | Adjust chunk-size in TLD-suffix list to placate MSVC 2015Edward Welbourne2019-03-011-2/+3
| * | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-192-4/+2
| |\|
| | * Add cmdline feature to qmakeJoerg Bornemann2019-02-182-4/+2
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-132-7/+35
| |\|
| | * Clean up and update Unicode character data 3rd-party infrastructureEdward Welbourne2018-11-112-7/+35
| * | Make util/lexgen/ mention itself in its auto-gen lineEdward Welbourne2018-11-014-10/+12
* | | CMake: Map xkbcommon_supportTobias Hunger2019-04-121-0/+1
* | | CMake: pro2cmake.py: Fix handling of libraries in QTTobias Hunger2019-04-121-9/+7
* | | CMake: pro2cmake.py: Inherrit VPATH from parent scopesTobias Hunger2019-04-121-4/+8
* | | CMake: pro2cmake.py: Handle setting a key with $$key in the valueTobias Hunger2019-04-121-10/+18
* | | CMake: Configurejson2cmake: Always enable system-pcre2 and handle dlopenTobias Hunger2019-04-121-2/+4