summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: pro2cmake.py: Add XCB and X11 librariesTobias Hunger2019-02-111-2/+22
* CMake: pro2cmake.py: Small fix to type markupTobias Hunger2019-01-311-1/+1
* CMake: pro2cmake.py: Add scope debugging supportTobias Hunger2019-01-311-0/+8
* CMake: pro2cmake.py: Assign a unique id to each scopeTobias Hunger2019-01-311-2/+7
* CMake: pro2cmake.py: report total condition when dumping a scopeTobias Hunger2019-01-311-0/+2
* CMake: pro2cmake.py: Add a way to debug merges of scopesTobias Hunger2019-01-311-2/+20
* CMake: pro2cmake.py: Handle more librariesTobias Hunger2019-01-311-1/+9
* CMake: Add FindZSTD.cmake and wire it up in configurejson2cmake.pyTobias Hunger2019-01-311-0/+1
* CMake: Use FindGLIB2 from cmake-extra-modulesTobias Hunger2019-01-312-2/+3
* CMake: pro2cmake.py: Pass QMAKE_MOC_OPTIONS on to CMakeTobias Hunger2019-01-311-0/+6
* CMake: pro2cmake.py: Convert more settings from .pro-file to CMakeTobias Hunger2019-01-311-1/+13
* CMake: pro2cmake.py: Use propertiesTobias Hunger2019-01-312-71/+85
* CMake: pro2cmake: default QT_FEATURE_system_* to "ON"Tobias Hunger2019-01-311-1/+6
* CMake: pro2cmake.py: Merge more scopesTobias Hunger2019-01-312-40/+328
* CMake: configure2cmake.py: Handle Libproxy and corewlanTobias Hunger2019-01-301-1/+2
* CMake: pro2cmake.py: Better printing of scopesTobias Hunger2019-01-291-9/+8
* CMake: pro2cmake.py: Simplify conditionsTobias Hunger2019-01-293-8/+314
* CMake: pro2cmake.py: More mappings!Tobias Hunger2019-01-291-0/+7
* CMake: pro2cmake.py: Work on mapping of conditions to cmakeTobias Hunger2019-01-291-0/+8
* CMake: pro2cmake.py: Resolve file names for RESOURCESTobias Hunger2019-01-291-1/+1
* CMake: pro2cmake.py: Fix handling of complex else branchesTobias Hunger2019-01-291-2/+3
* CMake: pro2cmake.py: merge extend_targets with identical conditionsTobias Hunger2019-01-291-14/+62
* CMake: pro2cmake.py: Fix pyls warningsTobias Hunger2019-01-292-22/+48
* CMake: pro2cmake.py: Better output in debug dumpsTobias Hunger2019-01-231-4/+18
* CMake: pro2cmake.py: Give up on faithful representation of -=, +=, *= and =Tobias Hunger2019-01-231-43/+11
* CMake: pro2cmake.py: Report keys that were not converted in each scopeTobias Hunger2019-01-231-10/+46
* CMake: pro2cmake.py: Do not print trailing / in directory namesTobias Hunger2019-01-231-0/+1
* CMake: pro2cmake.py: Do not double-report include filesTobias Hunger2019-01-231-2/+2
* CMake: pro2cmake.py: Better indentation in debug dumpTobias Hunger2019-01-231-2/+2
* CMake: pro2cmake.py: Visit scopes depth-first for include resolutionTobias Hunger2019-01-231-3/+3
* CMake: pro2cmake.py: Ignore 3rdparty code that gets includedTobias Hunger2019-01-231-0/+3
* CMake: pro2cmake.py: Nicer printing of conditionsTobias Hunger2019-01-231-5/+28
* CMake: pro2cmake.py: Improve debugging dumpTobias Hunger2019-01-181-6/+13
* CMake: pro2cmake: Fix printing of the different operationsTobias Hunger2019-01-181-6/+6
* CMake: pro2cmake.py: Fix merging of scopesTobias Hunger2019-01-181-1/+4
* CMake: Fix include path handling in pro2cmake.pyTobias Hunger2019-01-181-2/+1
* CMake: pro2cmake: fix include file handlingTobias Hunger2019-01-181-1/+8
* CMake: Store Qt features in CMake CacheTobias Hunger2019-01-171-14/+0
* pro2cmake: Clean up linter and pypi issuesTobias Hunger2019-01-071-128/+230
* pro2cmake: Be more faithful in the representation of operationsTobias Hunger2018-12-211-92/+146
* pro2cmake: Handle VPATHTobias Hunger2018-12-211-3/+17
* CMake: Add support to find LTTng-ustTobias Hunger2018-11-061-0/+1
* CMake: Add FindSlog2Tobias Hunger2018-11-061-0/+1
* CMake: Improve handling of the different kinds of iconvTobias Hunger2018-11-061-3/+21
* CMake: Add FindPPS and use it in src/corelib/configure.cmakeTobias Hunger2018-11-061-0/+1
* CMake: Find librtTobias Hunger2018-11-061-0/+1
* CMake: Replace QT_FEATURE_shared with BUILD_SHARED_LIBSTobias Hunger2018-11-061-0/+1
* configurejson2cmake: Add generic feature mappingTobias Hunger2018-11-061-44/+83
* pro2cmake.py: Do not try to add libraries that qmake substractsTobias Hunger2018-11-051-1/+5
* pro2cmake: Explicitly handle for loopsTobias Hunger2018-11-051-2/+4