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
/
share
/
qbs
/
modules
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
baremetal: Improve macros dumping for KEIL C51/C251/C166 toolchains
Denis Shienkov
2020-09-30
1
-126
/
+84
*
baremetal: Handle cpp.enableDefinesByLanguage for SDCC toolchain
Denis Shienkov
2020-09-24
1
-0
/
+1
*
baremetal: Implement cpp.generateCompilerListingFiles for ARMCLANG
Denis Shienkov
2020-09-23
2
-4
/
+32
*
baremetal: Mark helper commands without of descriptions as 'silent'
Denis Shienkov
2020-09-18
1
-0
/
+3
*
baremetal: Pass 'generate-linker-map' test for SDCC toolchain
Denis Shienkov
2020-09-17
1
-2
/
+17
*
baremetal: Fix assignment of probes 'found' flag
Denis Shienkov
2020-09-04
3
-17
/
+8
*
Extract compiler macros using common JS function
Denis Shienkov
2020-08-31
4
-32
/
+5
*
Replace wrong continue statement with return
Richard Weickelt
2020-08-14
1
-1
/
+1
*
baremetal: Fix detection of ARM architecture details for KEIL armclang
Denis Shienkov
2020-08-13
1
-0
/
+1
*
baremetal: Pass 'compiler-listing-files' test for SDCC toolchain
Denis Shienkov
2020-08-13
2
-11
/
+40
*
baremetal: Fix typo in cpp.optimization flags for IAR toolchain
Denis Shienkov
2020-08-12
1
-2
/
+2
*
Implement cpp.generateCompilerListingFiles for MSVC toolchain
Denis Shienkov
2020-08-12
2
-3
/
+14
*
baremetal: Use 'input' target instead of 'product' target
Denis Shienkov
2020-08-08
2
-6
/
+6
*
baremetal: Fix linker MAP file generation for KEIL C51/C251/C166
Denis Shienkov
2020-08-08
1
-3
/
+14
*
baremetal: Fix typos in input parameters for {linker|archiver} flags
Denis Shienkov
2020-08-08
3
-12
/
+12
*
baremetal: Fix compiler listing generation for KEIL C166
Denis Shienkov
2020-08-06
1
-1
/
+2
*
baremetal: Add new 'external-static-libraries' test
Denis Shienkov
2020-08-04
1
-0
/
+1
*
baremetal: Introduce new 'none' choosing for qbs.targetPlatform
Denis Shienkov
2020-08-04
3
-0
/
+3
*
Android: Do not append the version number to a library name
Christian Kandeler
2020-08-04
1
-0
/
+1
*
baremetal: Fix static library generation for GCC compiler
Denis Shienkov
2020-08-04
3
-4
/
+3
*
baremetal: Use checking on host OS in SDCC workaround
Denis Shienkov
2020-08-02
1
-1
/
+1
*
doc: Document more cpp module properties
Ivan Komissarov
2020-07-31
1
-3
/
+4
*
baremetal: Pass all current tests for IAR M16C
Denis Shienkov
2020-07-27
1
-1
/
+1
*
baremetal: Fix typo in CR16 architecture detection macro for IAR
Denis Shienkov
2020-07-27
1
-1
/
+1
*
baremetal: Pass all current tests for IAR SH
Denis Shienkov
2020-07-27
1
-1
/
+2
*
baremetal: Pass all current tests for IAR R32C
Denis Shienkov
2020-07-26
1
-1
/
+1
*
baremetal: Pass all current tests for IAR AVR32
Denis Shienkov
2020-07-26
1
-4
/
+6
*
baremetal: Don't pass cpp.driverFlags to KEIL assembler
Denis Shienkov
2020-07-16
1
-2
/
+1
*
baremetal: Don't pass cpp.driverFlags to IAR assembler
Denis Shienkov
2020-07-16
1
-2
/
+1
*
baremetal: Don't pass cpp.driverFlags to SDCC assembler
Denis Shienkov
2020-07-16
1
-2
/
+1
*
baremetal: Pass 'one-object-asm-application' test for SDCC MCS51
Denis Shienkov
2020-07-10
1
-8
/
+1
*
baremetal: Simplify cpp.prefixHeaders handling using KEIL ARM toolchains
Denis Shienkov
2020-07-03
2
-18
/
+18
*
baremetal: Fix cpp.prefixHeaders for KEIL ARM clang toolchain
Denis Shienkov
2020-07-02
1
-9
/
+18
*
baremetal: Fix order of known {C|Cpp} language versions for KEIL ARM
Denis Shienkov
2020-07-02
1
-4
/
+2
*
baremetal: Add support for c99 language version for SDCC toolchain
Denis Shienkov
2020-07-02
1
-1
/
+4
*
baremetal: Allow libraries linking with SDCC on Windows host
Denis Shienkov
2020-07-02
1
-1
/
+24
*
baremetal: Fix cpp.warningLevel for SDCC compiler
Denis Shienkov
2020-07-01
1
-1
/
+6
*
baremetal: Implement cpp.{system|distribution}IncludePaths for SDCC compiler
Denis Shienkov
2020-07-01
1
-1
/
+2
*
baremetal: Implement cpp.prefixHeaders for SDCC compiler
Denis Shienkov
2020-07-01
1
-0
/
+15
*
baremetal: Implement cpp.prefixHeaders for IAR and KEIL toolchains
Denis Shienkov
2020-06-29
2
-0
/
+9
*
baremetal: Fix {c|cpp}LanguageVersion handling on KEIL ARM Clang toolchain
Denis Shienkov
2020-06-28
1
-2
/
+4
*
baremetal: Fix architecture code detection for ARM using IAR toolchain
Denis Shienkov
2020-06-28
1
-1
/
+5
*
baremetal: Fix linker name detection for ARM using IAR toolchain
Denis Shienkov
2020-06-22
1
-1
/
+1
*
baremetal: Fix static library creation from multiple objects for KEIL toolchain
Denis Shienkov
2020-06-17
1
-1
/
+1
*
baremetal: Fix generation of static libraries using IAR toolchain
Denis Shienkov
2020-06-16
1
-13
/
+22
*
MSVC: Add missing handling for cpp.distributionIncludePaths property
Denis Shienkov
2020-06-15
1
-0
/
+3
*
baremetal: Handle missing cpp.includePaths for SDCC assembler
Denis Shienkov
2020-06-13
1
-0
/
+6
*
baremetal: Fix handling include paths for all IAR toolchains
Denis Shienkov
2020-06-13
1
-6
/
+6
*
baremetal: Fix handling include paths for all KEIL toolchains
Denis Shienkov
2020-06-13
1
-6
/
+6
*
baremetal: Fix handling include paths for SDCC toolchain
Denis Shienkov
2020-06-13
1
-14
/
+17
[next]