aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/imports
Commit message (Expand)AuthorAgeFilesLines
* GCC: Add support for the AVR architectureChristian Kandeler2017-09-271-0/+5
* Remove @param comments from languagePropertyName()Joerg Bornemann2017-09-261-3/+0
* Add a PropertyListVariableExpander classJake Petroules2017-09-201-72/+89
* cpp module: fix detection of ARMv8 (32-bit) architectureJake Petroules2017-08-291-1/+1
* Re-introduce endianness propertyJake Petroules2017-06-291-0/+10
* Move the compiler version detection into a separate ProbeJake Petroules2017-06-292-14/+68
* Fix nodejs/typescript probes when the Node interpreter is not in PATHJake Petroules2017-06-143-6/+30
* Add support for building macOS disk imagesJake Petroules2017-06-122-0/+144
* Merge 1.8 into masterChristian Kandeler2017-06-096-16/+32
|\
| * Allow the GccProbe to fail more gracefullyJake Petroules2017-06-081-0/+6
| * Provide more user-friendly errors in module validationJake Petroules2017-06-071-0/+6
| * PathProbe: don't search Unix paths on WindowsJake Petroules2017-06-071-1/+1
| * PathProbe: provide candidate paths that were searchedJake Petroules2017-06-074-13/+18
| * Fix sysroot handling for GCC-like toolchainsJake Petroules2017-06-061-2/+1
* | Add properties to indicate the Android NDK samples directoryJake Petroules2017-05-301-0/+3
* | Determine the version of the Android NDK moduleJake Petroules2017-05-301-2/+33
* | Determine Xcode architectures automatically if possibleJake Petroules2017-05-291-0/+15
* | Determine the version of the Xcode moduleJake Petroules2017-05-291-1/+44
* | Externalize the Xcode probeJake Petroules2017-05-291-0/+45
* | Android: Multiplex over architectures instead of profilesChristian Kandeler2017-05-261-5/+2
* | Remove Product.profilesChristian Kandeler2017-05-261-1/+1
* | Fix NativeBinary.qbsChristian Kandeler2017-05-251-3/+1
* | Fix Darwin multiplexingChristian Kandeler2017-05-241-2/+2
* | Do not evaluate qbs.architectures more often than necessaryChristian Kandeler2017-05-241-2/+9
* | Implement basic support for multi-config products on Darwin and AndroidJake Petroules2017-05-235-49/+105
* | 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-182-6/+11
|/
* Introduce cpp.target[Assembler,Driver,Linker]FlagsJake Petroules2017-03-221-20/+3
* Provide a hook to pass environment variables to GccProbeJake Petroules2017-03-211-2/+3
* Do not access the qbs module inside Probe configure scriptsChristian Kandeler2017-03-213-3/+5
* Reduce some unnecessary reliance on product.typeJake Petroules2017-02-281-14/+17
* Add function ModUtils.sanitizedModulePropertyJoerg Bornemann2017-02-261-3/+7
* Support multiple package names in PkgConfigProbeChristian Kandeler2017-02-241-8/+9
* PkgConfigProbe: Extract defines from cflagsChristian Kandeler2017-02-231-0/+4
* Utilize Utilities.cStringQuoteJake Petroules2017-02-171-1/+1
* Merge 1.7 into masterChristian Kandeler2017-02-171-4/+6
|\
| * Fix App Extension builds on older versions of Xcode/macOSv1.7.2Jake Petroules2017-02-171-4/+6
* | 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-156-17/+17
* | Don't look for an architecture-specific JDK when compiling for AndroidJake Petroules2017-02-081-1/+3
* | Handle single-architecture Android builds more gracefullyJake Petroules2017-02-082-2/+2
* | Attach the bundle.content file tag to files that are part of a bundleJake Petroules2017-02-081-33/+26
* | Don't access potentially undefined properties in sanitizedList()Jake Petroules2017-02-011-3/+6
* | Remove unnecessary parseInt callJake Petroules2017-02-011-1/+0
* | Return absolute paths from BlackboxOutputArtifactTrackerJake Petroules2017-01-301-2/+4
* | PkgConfigProbe: Provide higher-level output propertiesChristian Kandeler2017-01-201-3/+34
* | Remove ancient debugging functionsJoerg Bornemann2017-01-191-32/+0
* | Set cpp.compilerIncludePaths also for MSVCChristian Kandeler2017-01-161-0/+9
* | Merge 1.7 into masterChristian Kandeler2017-01-021-1/+3
|\|