aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* baremetal: Add additional filter '*-gcc-[1-9]*' stringDenis Shienkov2019-07-301-0/+2
* baremetal: Long live the KEIL UV project generator for 8051Denis Shienkov2019-07-3050-1/+4239
* baremetal: Auto-detect GCC toolchains for ARM and AVR architectures on WindowsDenis Shienkov2019-07-301-1/+81
* baremetal: Auto-detect GNU ARM toolchains on WindowsDenis Shienkov2019-07-301-1/+37
* Merge 1.14 into masterChristian Kandeler2019-07-266-14/+70
|\
| * Improve clang-cl auto-detectionIvan Komissarov2019-07-251-1/+41
| * Work around deprecation warnings in Qthjk2019-07-244-3/+19
| * Avoid some deprecation warnings for QLatin1Literal useshjk2019-07-221-8/+8
* | bare-metal: Add IAR STM8 toolchain supportDenis Shienkov2019-07-261-2/+7
* | bare-metal: Auto-detect SDCC profiles for all supported architecturesDenis Shienkov2019-07-261-45/+80
* | Fix qbs-setup-toolchainsChristian Kandeler2019-07-241-2/+2
* | Refactor the GCC/Clang/MinGW compilers auto-detectionDenis Shienkov2019-07-234-90/+321
* | Add additional namespaces and ifdef guard prefixesDenis Shienkov2019-07-2237-177/+312
* | baremetal: Long live the IAR EW project generator for 8051Denis Shienkov2019-07-1816-0/+2585
* | qbs-setup-toolchains: Refactor and improve the code a bitDenis Shienkov2019-07-1613-44/+57
* | Move GCC/MinGW/Clang stuff to separate gccProbe moduleDenis Shienkov2019-07-156-185/+321
* | Fix compilation errors with MSVC2015Denis Shienkov2019-07-151-0/+12
* | Fix compare '<' operator for ToolchainInstallInfoDenis Shienkov2019-07-111-2/+7
* | baremetal: Long live the IAR EW project generator for AVRDenis Shienkov2019-07-1116-0/+2418
* | baremetal: Long live the IAR EW project generator for ARMDenis Shienkov2019-07-1148-1/+4898
* | baremetal: Detect KEIL compiler version if it is found in a pathDenis Shienkov2019-07-091-4/+84
* | baremetal: Detect SDCC compiler version if it is found in a pathDenis Shienkov2019-07-091-4/+52
* | Merge 1.14 into masterChristian Kandeler2019-07-053-1/+4
|\|
| * 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
* | baremetal: Detect IAREW compiler version if it is found in a pathDenis Shienkov2019-07-033-4/+76
* | baremetal: Insert the version into auto-detected SDCC profileDenis Shienkov2019-07-032-21/+25
* | baremetal: Insert the version into auto-detected KEIL profileDenis Shienkov2019-07-032-21/+25
* | baremetal: Insert the version into auto-detected IAREW profileDenis Shienkov2019-07-025-27/+45
|/
* Merge 1.13 into masterChristian Kandeler2019-06-142-2/+4
|\
| * Add Visual Studio 2019 support1.13Joerg Bornemann2019-06-072-2/+4
* | Fix project.withDocumentation:false buildIvan Komissarov2019-06-121-2/+5
* | Avoid a Qt deprecation warninghjk2019-06-051-6/+5
* | Fix some warnings about null pointersIvan Komissarov2019-06-045-6/+8
* | Fix build with namespaced QtChristian Stenger2019-06-033-0/+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
* | Fix readability-static-definition-in-anonymous-namespace warningsIvan Komissarov2019-05-215-59/+43
* | Apply modernize-loop-convert fix-itIvan Komissarov2019-05-218-42/+34
* | Apply modernize-use-auto fix-itIvan Komissarov2019-05-2011-30/+30
* | Fix -Wclazy-inefficient-qlist-softIvan Komissarov2019-05-202-2/+2
* | Use std::unordered_map for m_storageIndiceshjk2019-05-201-6/+6
* | bare-metal: Improve the KEIL toolchain auto detectionDenis Shienkov2019-05-175-62/+265
* | bare-metal: Improve the IAR toolchain auto detectionDenis Shienkov2019-05-175-64/+270
* | bare-metal: Improve the SDCC toolchain auto detectionDenis Shienkov2019-05-175-64/+244