aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/imports/qbs/ModUtils
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing compiler definesIvan Komissarov2020-11-171-3/+5
* Extract compiler macros using common JS functionDenis Shienkov2020-08-311-0/+11
* Fix wrong array iterationRichard Weickelt2020-07-131-1/+1
* baremetal: Add support for Compact Risc architecture to GCC toolchainDenis Shienkov2020-06-081-0/+2
* baremetal: Add support for Renesas SuperH architecture to GCC toolchainDenis Shienkov2020-06-071-0/+2
* baremetal: Add support for Renesas RX architecture to GCC toolchainDenis Shienkov2020-06-071-0/+2
* baremetal: Add support for Renesas M32R architecture to GCC toolchainDenis Shienkov2020-05-251-0/+2
* baremetal: Add support for Renesas M32C architecture to GCC toolchainDenis Shienkov2020-05-191-0/+2
* baremetal: Add support for new M68K architecture for GCC toolchainDenis Shienkov2020-05-151-0/+2
* baremetal: Add support for new Xtensa architecture for GCC toolchainDenis Shienkov2020-05-151-0/+2
* baremetal: Add support for RISC-V architecture in GCC toolchainDenis Shienkov2020-05-141-0/+2
* baremetal: Add support for V850 architecture in GCC toolchainDenis Shienkov2020-05-141-0/+2
* Move toJSLiteral() to ModUtilsIvan Komissarov2020-04-281-0/+6
* Correctly join paths in artifactInstalledFilePathIvan Komissarov2020-02-261-1/+1
* baremetal: Add support for Renesas RL78 architecture to GCC toolchainDenis Shienkov2019-10-301-0/+2
* baremetal: Add new MSP430 architecture to GCC toolchainDenis Shienkov2019-08-221-0/+2
* Fix javac version detectionIvan Komissarov2019-06-141-2/+3
* bare-metal: Fix architecture name for 8-bit AVR mcu'sDenis Shienkov2019-02-191-3/+0
* bare-metal: Add support of the AVR32 architecture for GCC compilerDenis Shienkov2019-02-191-0/+2
* Validate the compiler's target platform as well as arch and endiannessJake Petroules2017-12-191-6/+41
* GCC: Add support for the AVR architectureChristian Kandeler2017-09-271-0/+5
* Remove @param comments from languagePropertyName()Joerg Bornemann2017-09-261-3/+0
* cpp module: fix detection of ARMv8 (32-bit) architectureJake Petroules2017-08-291-1/+1
* Merge 1.8 into masterChristian Kandeler2017-06-091-0/+6
|\
| * Provide more user-friendly errors in module validationJake Petroules2017-06-071-0/+6
* | Add support for 64-bit ARM targets with Microsoft Visual C++Jake Petroules2017-05-081-2/+3
* | Recognize __ARM64__ as a valid compiler defineJake Petroules2017-04-271-2/+2
* | Make utility function slightly more generalJake Petroules2017-04-181-5/+10
|/
* Add function ModUtils.sanitizedModulePropertyJoerg Bornemann2017-02-261-3/+7
* Utilize Utilities.cStringQuoteJake Petroules2017-02-171-1/+1
* Cpp module: Allow a set of source files to be combined into oneChristian Kandeler2017-02-171-0/+12
* Deprecate loadFile and loadExtension in favor of requireJake Petroules2017-02-151-6/+6
* Don't access potentially undefined properties in sanitizedList()Jake Petroules2017-02-011-3/+6
* Return absolute paths from BlackboxOutputArtifactTrackerJake Petroules2017-01-301-2/+4
* Remove ancient debugging functionsJoerg Bornemann2017-01-191-32/+0
* Merge 1.7 into masterChristian Kandeler2016-12-091-0/+2
|\
| * Fix passing -arch x86_64h or -arch armv7 to Clang for Apple targetsJake Petroules2016-12-091-0/+2
* | Fix infinite loop in BlackboxOutputArtifactTrackerChristian Kandeler2016-12-051-1/+1
* | Use File.directoryEntries() in BlackboxTrackerChristian Kandeler2016-12-051-16/+5
|/
* Add possibility to specify the base name of the generated qrc fileDenis Klychkov2016-12-021-0/+7
* ModUtils: Deal sensibly with undefined valuesChristian Kandeler2016-11-031-3/+8
* Merge 1.6 into masterChristian Kandeler2016-08-191-0/+12
|\
| * Automatically escape arguments in cpp.linkerFlags/platformLinkerFlagsJake Petroules2016-08-161-0/+12
* | ModUtils: Filter out empty strings from string listsChristian Kandeler2016-08-191-3/+20
* | Deprecate the "moduleProperties" functionChristian Kandeler2016-08-041-6/+2
|/
* Utilize ModUtils.artifactInstalledFilePath instead of duplicatingJake Petroules2016-07-061-1/+1
* Determine Visual Studio architecture & build environment automatically.Jake Petroules2016-06-271-1/+1
* Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-081-2/+5
|\
| * Revert "Fix version validation for limits of 1,1."Christian Kandeler2016-06-081-4/+1
| * Fix version validation for limits of 1,1.Jake Petroules2016-06-071-1/+4