aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Add missing move ctors to ProjectData and friendsIvan Komissarov2019-05-062-1/+44
* Add missing virtual destructorsIvan Komissarov2019-05-036-0/+7
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-0319-286/+286
* Fix uninitialized variablesIvan Komissarov2019-05-0231-129/+107
* Merge 1.13 into masterChristian Kandeler2019-04-261-1/+1
|\
| * Fix Windows build with QtScript-less Qt againDavid Schulz2019-04-251-1/+1
* | Fix tests on non-latin systemsIvan Komissarov2019-04-231-2/+2
* | Add support for the clang-cl compilerIvan Komissarov2019-04-106-31/+180
* | Merge 1.13 into masterChristian Kandeler2019-03-186-16/+23
|\|
| * Fix version detection for MSVC 2017David Schulz2019-03-152-2/+3
| * Fix some warningshjk2019-03-044-14/+20
* | Fix crashChristian Kandeler2019-03-111-1/+1
* | Use pass-by-value and moveIvan Komissarov2019-03-0755-120/+136
* | Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-0627-67/+118
|/
* Return initializer list where it is possibleDenis Shienkov2019-02-2652-183/+183
* Fix build with Qt5.9 on macOSChristian Stenger2019-02-261-1/+1
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-2560-289/+290
* Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-2325-86/+86
* Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-2312-171/+171
* Add const-references for non trivial types in range-for loopsIvan Komissarov2019-02-202-5/+5
* Options: Add missed move-ctorsIvan Komissarov2019-02-204-0/+12
* Remove usages of deprecated QString::nullOrgad Shaneh2019-02-191-3/+3
* Set the default platform toolset for VS 2019 to v142Joerg Bornemann2019-02-121-3/+8
* Detect Qt via a module providerChristian Kandeler2019-02-1232-4435/+262
* Module providers: Always remember that a provider was runChristian Kandeler2019-02-111-2/+6
* Module providers: Fix some change tracking problemsChristian Kandeler2019-02-1111-31/+63
* Qt: Allow users to explicitly tag files as mocableChristian Kandeler2019-01-291-1/+11
* ModuleLoader: Do not validate property bindings in non-present modulesChristian Kandeler2019-01-241-0/+21
* Introduce module providersChristian Kandeler2019-01-2319-23/+421
* Do not ignore file dependencies in the Scanner itemChristian Kandeler2019-01-186-17/+27
* Scanner item: Do not re-use the searchPaths value for other inputsChristian Kandeler2019-01-154-3/+21
* Qt support: Use gold linker if Qt is configured that wayChristian Kandeler2019-01-1410-0/+19
* Darwin support: Work around issue with canonical pathsChristian Kandeler2019-01-111-1/+10
* Merge 1.12 into masterChristian Kandeler2019-01-111-2/+4
|\
| * ModuleLoader: Fix possible crash in verbose mode1.12Christian Kandeler2019-01-071-2/+4
* | ModuleLoader: Fix compiler warningChristian Kandeler2019-01-081-1/+1
* | SetupProjectParameters: Remove invalid assertionChristian Kandeler2019-01-071-5/+0
* | Add atEnd() function to the Process serviceOla Røer Thorsen2019-01-031-0/+6
* | Add FileInfo.canonicalPathJoerg Bornemann2018-12-201-0/+13
* | Merge 1.12 into masterChristian Kandeler2018-12-172-4/+5
|\|
| * Fix bogus error about duplicate source filesChristian Kandeler2018-12-132-4/+5
* | Support big Qt resourcesJoerg Bornemann2018-11-302-6/+63
* | Qt.android_support: Fix check for finding the main binaryChristian Kandeler2018-11-281-7/+17
* | Properly support building Qt apps for AndroidChristian Kandeler2018-11-164-0/+296
* | Merge 1.12 into masterChristian Kandeler2018-11-151-0/+3
|\|
| * Fix PlatformToolset for VS 2017 projectsv1.12.2Joerg Bornemann2018-11-151-0/+3
* | Fix pluginSupport autotestChristian Kandeler2018-11-121-0/+23
* | Qt support: Allow users to pull in plugins by typeChristian Kandeler2018-11-0914-10/+136
* | Merge 1.12 into masterChristian Kandeler2018-10-262-15/+38
|\|
| * qtprofilesetup: Support platforms where qtmain is called qt5mainChristian Kandeler2018-10-221-13/+28