aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix build errors when cross-building Qbs with MinGW on LinuxRichard Weickelt2019-05-243-3/+3
* Use std:: containers in ProjectBuildDataIvan Komissarov2019-05-226-26/+33
* Apply modernize-loop-convert fix-itIvan Komissarov2019-05-216-36/+28
* Apply modernize-use-auto fix-itIvan Komissarov2019-05-207-16/+16
* Fix -Wclazy-inefficient-qlist-softIvan Komissarov2019-05-202-2/+2
* Use std::unordered_map for m_storageIndiceshjk2019-05-201-6/+6
* Use std::vector in ItemPoolhjk2019-05-162-5/+4
* Merge 1.13 into masterChristian Kandeler2019-05-102-2/+4
|\
| * Fix qbsConfig test on MacosIvan Komissarov2019-05-022-2/+4
* | Use = default in ProjectData and friendsIvan Komissarov2019-05-091-55/+15
* | Use std::unique_ptr in PropertyMapIvan Komissarov2019-05-082-20/+9
* | 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