aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix static buildChristian Kandeler2019-10-101-1/+1
* Merge 1.14 into masterChristian Kandeler2019-09-261-1/+1
|\
| * Fix MSVC warningsOrgad Shaneh2019-09-131-1/+1
* | Introduce the session commandChristian Kandeler2019-09-1817-7/+322
* | Merge 1.14 into masterChristian Kandeler2019-07-261-0/+15
|\|
| * Work around deprecation warnings in Qthjk2019-07-241-0/+15
* | Merge 1.14 into masterChristian Kandeler2019-07-052-0/+3
|\|
| * Adapt to upstream introduction of std::hash<QString>hjk2019-07-011-0/+2
| * Add sanity check to socket launcherChristian Kandeler2019-06-281-0/+1
* | baremetal: Insert the version into auto-detected IAREW profileDenis Shienkov2019-07-022-5/+11
|/
* 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 build errors when cross-building Qbs with MinGW on LinuxRichard Weickelt2019-05-242-2/+2
* | Use std:: containers in ProjectBuildDataIvan Komissarov2019-05-221-1/+9
* | Apply modernize-loop-convert fix-itIvan Komissarov2019-05-211-2/+1
* | Apply modernize-use-auto fix-itIvan Komissarov2019-05-204-8/+8
* | Use std::unordered_map for m_storageIndiceshjk2019-05-201-6/+6
* | Merge 1.13 into masterChristian Kandeler2019-05-102-2/+4
|\|
| * Fix qbsConfig test on MacosIvan Komissarov2019-05-022-2/+4
* | Apply fix-its for the missing override keywordIvan Komissarov2019-05-032-2/+2
* | Fix uninitialized variablesIvan Komissarov2019-05-0210-26/+24
* | Add support for the clang-cl compilerIvan Komissarov2019-04-105-8/+106
* | Merge 1.13 into masterChristian Kandeler2019-03-183-3/+5
|\|
| * Fix version detection for MSVC 2017David Schulz2019-03-152-2/+3
| * Fix some warningshjk2019-03-041-1/+2
* | Fix crashChristian Kandeler2019-03-111-1/+1
* | Use pass-by-value and moveIvan Komissarov2019-03-0713-21/+31
* | Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-068-16/+31
|/
* Return initializer list where it is possibleDenis Shienkov2019-02-2615-49/+49
* Fix build with Qt5.9 on macOSChristian Stenger2019-02-261-1/+1
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-2524-49/+49
* Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-235-8/+8
* Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-233-4/+4
* Options: Add missed move-ctorsIvan Komissarov2019-02-204-0/+12
* Set the default platform toolset for VS 2019 to v142Joerg Bornemann2019-02-121-3/+8
* Module providers: Fix some change tracking problemsChristian Kandeler2019-02-111-1/+1
* Introduce module providersChristian Kandeler2019-01-234-1/+23
* Do not ignore file dependencies in the Scanner itemChristian Kandeler2019-01-181-0/+1
* SetupProjectParameters: Remove invalid assertionChristian Kandeler2019-01-071-5/+0
* Merge 1.12 into masterChristian Kandeler2018-11-151-0/+3
|\
| * Fix PlatformToolset for VS 2017 projectsv1.12.2Joerg Bornemann2018-11-151-0/+3
* | Merge 1.12 into masterChristian Kandeler2018-10-122-15/+1
|\|
| * Persistence: Remove template specialization for time_tChristian Kandeler2018-10-081-14/+0
| * MSVC: Add support for the Visual Studio 2017 Build ToolsChristian Kandeler2018-10-081-1/+1
| * Store product names in ExportedModuleChristian Kandeler2018-08-311-1/+1
* | File existence check on Flatpak and OSTreePier Luigi Fiorini2018-10-091-1/+1
* | Fix memory leak in RuleNodeChristian Kandeler2018-09-051-1/+1
* | corelib: Apply modernize-use-nullptrAlessandro Portale2018-08-203-4/+6
* | corelib: Apply modernize-use-overrideAlessandro Portale2018-08-201-8/+10