aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* cpp module: fixed output path for pch_copy file in JavaScriptCommandSergey Petrov2017-01-051-1/+1
* Use different tags for debug info created by different rulesChristian Kandeler2017-01-025-23/+28
* Do not create bundle-related artifacts for non-Darwin targetsChristian Kandeler2017-01-021-1/+3
* Prevent undefined values from getting into listsJake Petroules2016-12-232-3/+3
* Fix javaDependencyTracking autotest with Java 6 on Windows and LinuxJake Petroules2016-12-192-7/+21
* Fix deploymentTarget autotest with older versions of XcodeJake Petroules2016-12-141-5/+7
* MSVC: Add "WIN32" to the list of platform definesChristian Kandeler2016-12-141-0/+1
* Turn process execution errors in GccProbe into fatal errorsJake Petroules2016-12-091-2/+2
* Fix passing -arch x86_64h or -arch armv7 to Clang for Apple targetsJake Petroules2016-12-093-2/+7
* Fix some issues in the WiX module causing the autotest to failJake Petroules2016-12-091-10/+20
* Downgrade error message from JavaCompilerScanner to a warningJake Petroules2016-12-072-4/+13
* Add support for building Inno Setup packagesJake Petroules2016-12-053-0/+230
* Android.ndk: Fix wrong name in PropertyOptionChristian Kandeler2016-12-021-1/+1
* Add possibility to specify the base name of the generated qrc fileDenis Klychkov2016-12-021-0/+7
* cpp module: Use libc++ for Darwin targets when C++ >= 11 is enabledChristian Kandeler2016-11-251-0/+2
* Cpp module: Don't set the C++ standard library explicitlyChristian Kandeler2016-11-241-6/+0
* GCC module: Do not add assume libc++abi with libc++ on LinuxChristian Kandeler2016-11-241-4/+0
* MSVC: Do not overwrite build environment with result from ProbeChristian Kandeler2016-11-231-2/+2
* Cpp Module: Remove default rpath entry for LinuxChristian Kandeler2016-11-221-1/+0
* Android NDK module: Move I/O operation into ProbeChristian Kandeler2016-11-182-3/+4
* Use product.targetName for APK name instead of product.nameJake Petroules2016-11-171-2/+2
* Use a Probe in the ib moduleChristian Kandeler2016-11-101-1/+11
* Xcode: move SDK enumeration into a ProbeJake Petroules2016-11-101-1/+12
* ModUtils: Deal sensibly with undefined valuesChristian Kandeler2016-11-031-3/+8
* Merge 1.6 into masterChristian Kandeler2016-10-282-51/+78
|\
| * Fix x86_64 > x86 cross compiling when -arch is not availableJake Petroules2016-10-251-29/+26
| * Add module instance as scope to cloned module prototypeChristian Kandeler2016-10-241-10/+0
| * Update specs from Xcode 8 using update-specs.shJake Petroules2016-10-191-12/+52
* | Modules: Adapt to introduction of built-in "version" propertyChristian Kandeler2016-10-196-3/+6
* | Merge 1.6 into masterChristian Kandeler2016-10-175-28/+24
|\|
| * Introduce property cpp.linkerWrapperThomas Epting2016-10-103-3/+23
| * Remove ResourceRules handlingJake Petroules2016-10-072-25/+1
* | Cpp Module: Add soVersion propertyChristian Kandeler2016-09-302-10/+14
* | Merge 1.6 into masterChristian Kandeler2016-09-302-10/+13
|\|
| * Fix the InstallPackage itemChristian Kandeler2016-09-291-8/+11
| * Fix order of includePaths and systemIncludePathsJake Petroules2016-09-051-2/+2
* | Remove executable flag from qbs and js filesEike Ziller2016-09-054-0/+0
* | Merge 1.6 into masterChristian Kandeler2016-09-053-5/+5
|\|
| * Fix the input values of some ProbesChristian Kandeler2016-08-312-3/+3
| * Fix property types in GccProbeChristian Kandeler2016-08-311-2/+2
* | GccProbe: Explicitly convert strings when assiging to int propertiesChristian Kandeler2016-09-011-6/+6
* | Merge "Merge 1.6 into master"Christian Kandeler2016-08-291-1/+1
|\ \
| * | Merge 1.6 into masterChristian Kandeler2016-08-291-1/+1
| |\|
| | * MSVC: Escape the percent sign in definesChristian Kandeler2016-08-291-1/+1
* | | Update license headersIikka Eklund2016-08-291-0/+40
|/ /
* | Merge 1.6 into masterChristian Kandeler2016-08-197-12/+61
|\|
| * Give debug info output file a proper path when using mingwChristian Kandeler2016-08-171-0/+1
| * Automatically escape arguments in cpp.linkerFlags/platformLinkerFlagsJake Petroules2016-08-164-9/+40
| * Introduce cpp.driverFlagsJake Petroules2016-08-154-4/+21
* | ModUtils: Filter out empty strings from string listsChristian Kandeler2016-08-191-3/+20