summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* cmake: find gtk3 and build the gtk3 platformthemeAlbert Astals Cid2019-02-111-0/+1
* CMake: pro2cmake.py: Simplify condition generationTobias Hunger2019-02-111-18/+2
* cmake: Find tslib and build the tslib plugin if foundAlbert Astals Cid2019-02-111-0/+1
* CMake: pro2cmake.py: Treat ANDROID_EMBEDDED as ANDROIDTobias Hunger2019-02-111-0/+1
* CMake: pro2cmake.py: Do not go into infinite loopTobias Hunger2019-02-111-7/+14
* CMake: helper.py: Map harfbuzz libraryTobias Hunger2019-02-111-0/+1
* CMake: pro2cmake.py: Handle equals(foo, bar) in conditionsTobias Hunger2019-02-111-0/+2
* CMake: pro2cmake.py: Expand qmake values in file names, etc.Tobias Hunger2019-02-111-19/+45
* CMake: pro2cmake.py: Better mapping of complex conditionsTobias Hunger2019-02-111-5/+5
* CMake: pro2cmake.py: Remove some dead codeTobias Hunger2019-02-111-15/+0
* CMake: pro2cmake.py: Remove leading ./ in pathsTobias Hunger2019-02-111-1/+3
* CMake: pro2cmake: Fix handling of chained scopes with else branchesTobias Hunger2019-02-111-1/+28
* CMake: Map dlopen feature to 'ON'Tobias Hunger2019-02-112-1/+3
* 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