index
:
delta/qbs.git
1.1
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.17
1.18
1.19
1.2
1.20
1.21
1.22
1.23
1.24
1.3
1.4
1.5
1.6
1.7
1.8
1.9
2.0
baserock/morph
dynablaster
egon-via-deps
master
wip/ci-ios
code.qt.io: qbs/qbs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
app
/
qbs-setup-toolchains
/
probe.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Long live Open Watcom toolchain
Denis Shienkov
2022-02-04
1
-0
/
+6
*
Long live Digital Mars toolchain
Denis Shienkov
2021-07-27
1
-0
/
+24
*
baremetal: Long live COSMIC toolchain for STM32 ARM architecture
Denis Shienkov
2021-05-28
1
-0
/
+6
*
Reorder toolchain-check to enable creating of clang-cl profile
Kai Dohmen
2020-12-17
1
-3
/
+3
*
setup-toolchains now sets the qbs.toolchainType, not qbs.toolchain
Ivan Komissarov
2020-03-09
1
-20
/
+19
*
Adapt source code to Qt 6
Christian Kandeler
2019-12-17
1
-2
/
+3
*
Replace QList<qbs::Profile> with std::vector<qbs::Profile>
Ivan Komissarov
2019-11-25
1
-1
/
+1
*
Fix wrong capitalization of Windows-specific header file
Richard Weickelt
2019-08-23
1
-1
/
+1
*
Refactor the GCC/Clang/MinGW compilers auto-detection
Denis Shienkov
2019-07-23
1
-10
/
+131
*
qbs-setup-toolchains: Refactor and improve the code a bit
Denis Shienkov
2019-07-16
1
-3
/
+3
*
Move GCC/MinGW/Clang stuff to separate gccProbe module
Denis Shienkov
2019-07-15
1
-185
/
+2
*
baremetal: Detect IAREW compiler version if it is found in a path
Denis Shienkov
2019-07-03
1
-0
/
+15
*
bare-metal: Improve the KEIL toolchain auto detection
Denis Shienkov
2019-05-17
1
-62
/
+1
*
bare-metal: Improve the IAR toolchain auto detection
Denis Shienkov
2019-05-17
1
-64
/
+1
*
bare-metal: Improve the SDCC toolchain auto detection
Denis Shienkov
2019-05-17
1
-60
/
+1
*
bare-metal: Add SDCC toolchain support
Denis Shienkov
2019-04-10
1
-0
/
+65
*
Add support for the clang-cl compiler
Ivan Komissarov
2019-04-10
1
-1
/
+7
*
Use pass-by-value and move
Ivan Komissarov
2019-03-07
1
-2
/
+4
*
Fix calls to non-const begin()/end() in range-for loops
Ivan Komissarov
2019-03-06
1
-2
/
+4
*
Return initializer list where it is possible
Denis Shienkov
2019-02-26
1
-15
/
+13
*
Use QStringLiteral more where it is possible
Denis Shienkov
2019-02-25
1
-34
/
+33
*
Fix allocating temp QString on each iteration
Ivan Komissarov
2019-02-20
1
-1
/
+1
*
bare-metal: Add possibility to create the KEIL toolchain profile
Denis Shienkov
2019-02-19
1
-0
/
+66
*
bare-metal: Don't set the IAR's qbs.architecture if it is empty
Denis Shienkov
2019-02-19
1
-1
/
+2
*
bare-metal: Add possibility to create the IAR toolchain profile
Denis Shienkov
2019-02-18
1
-0
/
+67
*
setup-toolchains: Fix another possible QProcess timeout
Christian Kandeler
2018-06-21
1
-1
/
+1
*
Replace 'foreach' macro with range-based 'for'
Denis Shienkov
2017-11-24
1
-5
/
+10
*
Add qbs.targetPlatform and qbs.hostPlatform properties
Jake Petroules
2017-11-22
1
-7
/
+6
*
STL compatibility: use push_back() instead of operator<<
Jake Petroules
2017-11-16
1
-3
/
+3
*
STL compatibility: use empty() instead of isEmpty()
Jake Petroules
2017-11-16
1
-1
/
+1
*
STL compatibility: use size() instead of count()
Jake Petroules
2017-11-15
1
-1
/
+1
*
STL compatibility: use front() instead of first()
Jake Petroules
2017-11-14
1
-1
/
+1
*
Fix bogus warning about missing objcopy in setup-toolchains on macOS
Jake Petroules
2017-09-13
1
-2
/
+13
*
Change style of #includes of Qt headers
Jake Petroules
2017-01-04
1
-5
/
+5
*
Update license headers
Iikka Eklund
2016-08-29
1
-14
/
+23
*
Remove superfluous include
Joerg Bornemann
2016-07-01
1
-1
/
+0
*
Merge 1.5 into 1.6
Jake Petroules
2016-06-28
1
-1
/
+1
|
\
|
*
Do the OS X to macOS rename.
v1.5.2
Jake Petroules
2016-06-27
1
-1
/
+1
*
|
Determine Visual Studio architecture & build environment automatically.
Jake Petroules
2016-06-27
1
-2
/
+0
*
|
Merge remote-tracking branch 'origin/1.5'
Joerg Bornemann
2016-06-08
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace 'the Qt build suite' with 'Qbs' in copyright notices.
Jake Petroules
2016-06-06
1
-1
/
+1
*
|
Merge 1.5 into master.
Christian Kandeler
2016-05-27
1
-0
/
+2
|
\
\
|
|
/
|
*
Fix setup-toolchains when the compiler name is g++ and no --type is set.
Jake Petroules
2016-05-23
1
-0
/
+2
*
|
Automatically determine the compiler's architecture.
Jake Petroules
2016-05-11
1
-7
/
+2
*
|
Do extensive validation on the value of qbs.toolchain.
Jake Petroules
2016-04-29
1
-16
/
+5
|
/
*
setup-toolchains: Fix tools detection with MinGW
Orgad Shaneh
2016-04-06
1
-2
/
+2
*
setup-toolchains: Minor optimizations for QFileInfo usages
Orgad Shaneh
2016-04-06
1
-4
/
+5
*
setup-toolchains: Allow to set up a single, named MSVC profile.
Christian Kandeler
2016-02-29
1
-7
/
+9
*
Introduce new assembler-related properties.
Jake Petroules
2015-10-31
1
-0
/
+1
*
Change inappropriate host check to a target check.
Jake Petroules
2015-10-30
1
-1
/
+2
[next]