aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Fix default value of qbs.buildVariantsChristian Kandeler2017-09-281-1/+1
* 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-202-73/+105
* Fix deployment of dmgbuildJake Petroules2017-09-072-4/+1
* cpp module: fix detection of ARMv8 (32-bit) architectureJake Petroules2017-08-291-1/+1
* mingw: Fix manifest ruleChristian Kandeler2017-08-281-2/+4
* Support MSVC's /std optionChristian Kandeler2017-08-231-2/+23
* Android: Do not modify libraries in the NDKChristian Kandeler2017-08-221-8/+26
* Don't set the *_DEPLOYMENT_TARGET environment variables to empty stringJake Petroules2017-08-141-8/+8
* Do not access the bundle module unconditionallyChristian Kandeler2017-08-021-3/+5
* cpp module: Fix the GCC compiler path probeChristian Kandeler2017-07-311-1/+1
* Cpp module: Fix mingw's setupBuildEnvironment scriptChristian Kandeler2017-07-311-2/+2
* GCC: Don't assume the presence of sources in static library productsChristian Kandeler2017-07-211-2/+4
* Avoid hardcoded paths to the Windows system drive/root and shell pathJake Petroules2017-07-201-1/+1
* Cpp module: Default value for use*PrecompiledHeader is now trueChristian Kandeler2017-07-051-4/+4
* Do not use hardcoded file locations when accessing pch filesChristian Kandeler2017-07-042-35/+34
* Replace a mkdir call with File.makePathJake Petroules2017-07-041-1/+5
* Merge 1.8 into masterChristian Kandeler2017-06-301-1/+3
|\
| * Fix running bundled applications on Apple platformsJake Petroules2017-06-271-1/+3
* | Re-introduce endianness propertyJake Petroules2017-06-296-2/+29
* | Move the compiler version detection into a separate ProbeJake Petroules2017-06-293-18/+83
* | Merge "Merge 1.8 into master"Christian Kandeler2017-06-261-0/+3
|\ \
| * | Merge 1.8 into masterChristian Kandeler2017-06-231-0/+3
| |\|
| | * Add a comment warning about argument order in linkerFlags due to QCCJake Petroules2017-06-191-0/+3
* | | Implement rpath-link for Darwin platformsJake Petroules2017-06-231-1/+4
* | | Add a property to specify the -rpath-link flagJake Petroules2017-06-233-1/+5
|/ /
* | Try harder to find lipoJake Petroules2017-06-212-2/+21
* | Fix tests with older versions of Apple ClangJake Petroules2017-06-213-2/+13
* | Fix shared library linking on Apple platforms using ld64Jake Petroules2017-06-211-1/+12
* | Do not create copies of precompiled header source files on MSVCJoerg Bornemann2017-06-202-22/+12
* | Collect cpp.[weak]frameworks from library dependenciesJoerg Bornemann2017-06-161-5/+22
* | Merge 1.8 into masterChristian Kandeler2017-06-161-2/+15
|\|
| * Make sure qcc handles response files properly for linkingJake Petroules2017-06-141-2/+15
* | GCC: Fix performance regressionChristian Kandeler2017-06-152-50/+31
* | Don't set minimum deployment targets for iOS and macOS when using libc++Jake Petroules2017-06-142-2/+0
* | GCC: Try harder to find binutils binariesChristian Kandeler2017-06-142-6/+45
* | Fix nodejs/typescript probes when the Node interpreter is not in PATHJake Petroules2017-06-145-8/+36
* | Simplify the Java compiler scanner toolJake Petroules2017-06-1310-550/+29
* | Add support for building macOS disk imagesJake Petroules2017-06-124-0/+512
* | Merge 1.8 into masterChristian Kandeler2017-06-0911-53/+128
|\|
| * Allow the GccProbe to fail more gracefullyJake Petroules2017-06-082-0/+17
| * Provide more user-friendly errors in module validationJake Petroules2017-06-072-6/+27
| * 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-066-21/+10
| * Add -lang-c and lang-c++ arguments to QCC compiler when neededJake Petroules2017-06-061-6/+37
| * Fix system include paths compatibility with QNX SDK < 7Jake Petroules2017-06-023-5/+16
| * Prevent passing undefined to a function which does not accept itJake Petroules2017-06-021-1/+1
| * Fix QNX SDK probe on WindowsJake Petroules2017-06-021-2/+3