aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Attach the bundle.content file tag to files that are part of a bundleJake Petroules2017-02-087-115/+181
* lex_yacc: Adapt to quirk in GnuWin32 flexChristian Kandeler2017-02-081-1/+1
* Fix WiX rulesJoerg Bornemann2017-02-061-0/+1
* Remove --fix-cortex-a8 flagJake Petroules2017-02-061-7/+1
* Don't access potentially undefined properties in sanitizedList()Jake Petroules2017-02-011-3/+6
* CLI: remove unnecessary type conversionsJake Petroules2017-02-011-5/+3
* Fix reproducible builds with GCCJake Petroules2017-02-011-2/+2
* Add missing TextFile importJake Petroules2017-02-011-0/+1
* Remove unnecessary parseInt callJake Petroules2017-02-011-1/+0
* Fix bug in Android SDK build tool versions sortingJake Petroules2017-02-011-13/+2
* Return absolute paths from BlackboxOutputArtifactTrackerJake Petroules2017-01-301-2/+4
* PkgConfigProbe: Provide higher-level output propertiesChristian Kandeler2017-01-201-3/+34
* cpp: Do not update the symbol file timestamp in case of an nm failureChristian Kandeler2017-01-201-8/+3
* Make loaded extensions available in JavaScript commandsJoerg Bornemann2017-01-191-5/+0
* Remove ancient debugging functionsJoerg Bornemann2017-01-191-32/+0
* Fix misuse of Function.prototype.applyJoerg Bornemann2017-01-193-17/+17
* Only use nm's -D option if it's availableChristian Kandeler2017-01-182-1/+19
* Fix building dynamic libs on macOSChristian Kandeler2017-01-182-4/+2
* Do not copy shared libraries for smart relinkingChristian Kandeler2017-01-182-88/+158
* Speed up exported symbols checkDenis Klychkov2017-01-161-3/+3
* Set cpp.compilerIncludePaths also for MSVCChristian Kandeler2017-01-162-0/+10
* Make it configurable whether system headers become dependenciesChristian Kandeler2017-01-121-0/+2
* Merge 1.7 into masterChristian Kandeler2017-01-061-1/+1
|\
| * cpp module: fixed output path for pch_copy file in JavaScriptCommandSergey Petrov2017-01-051-1/+1
* | Add support for building FreeBSD applications out of the boxJake Petroules2017-01-052-1/+42
* | Merge 1.7 into masterChristian Kandeler2017-01-0210-34/+55
|\|
| * 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
* | Change the default base directory for entries of the "files" listChristian Kandeler2016-12-232-2/+7
* | Add distribution-specific properties for include, library, and framework pathsJake Petroules2016-12-192-3/+28
* | Merge 1.7 into masterChristian Kandeler2016-12-162-5/+8
|\|
| * 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
* | Typescript: Prevent undefined from getting into a stringList propertyChristian Kandeler2016-12-141-1/+1
* | Merge 1.7 into masterChristian Kandeler2016-12-099-18/+272
|\|
| * 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
* | Fix infinite loop in BlackboxOutputArtifactTrackerChristian Kandeler2016-12-051-1/+1
* | Use File.directoryEntries() in BlackboxTrackerChristian Kandeler2016-12-051-16/+5
* | Merge 1.7 into masterChristian Kandeler2016-12-022-1/+8
|\|
| * 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: Consider only absolute file paths as paths to external libsChristian Kandeler2016-12-011-4/+5
* | CLI module: Use Probe for registry accessChristian Kandeler2016-11-281-14/+21
|/
* cpp module: Use libc++ for Darwin targets when C++ >= 11 is enabledChristian Kandeler2016-11-251-0/+2