aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC warningsOrgad Shaneh2019-09-132-2/+2
* Process Command: Do not needlessly interpret output as textChristian Kandeler2019-08-261-1/+3
* Avoid uses of Java-style iteratorshjk2019-07-301-16/+4
* Prepare for explicit QChar constructorshjk2019-07-291-1/+1
* Work around deprecation warnings in Qthjk2019-07-244-3/+19
* Adapt to upstream introduction of std::hash<QString>hjk2019-07-011-0/+2
* Add sanity check to socket launcherChristian Kandeler2019-06-281-0/+1
* Respect QMAKE_LFLAGS set by the userDavide Pesavento2019-06-251-1/+1
* Merge 1.13 into masterChristian Kandeler2019-06-141-1/+3
|\
| * Add Visual Studio 2019 support1.13Joerg Bornemann2019-06-071-1/+3
* | Avoid a Qt deprecation warninghjk2019-06-051-6/+5
* | Fix some warnings about null pointersIvan Komissarov2019-06-044-4/+6
* | Merge "Merge 1.13 into master"The Qt Project2019-05-244-5/+17
|\ \
| * | Merge 1.13 into masterChristian Kandeler2019-05-234-5/+17
| |\|
| | * Fix module provider bug in IDE modeChristian Kandeler2019-05-233-3/+15
| | * Transformer: Fix wrong variable nameOrgad Shaneh2019-05-211-2/+2
* | | 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