aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Provide access to the Qbs version from project files.Jake Petroules2015-05-131-0/+6
* Properly track output artifacts of the aapt tool.Jake Petroules2015-05-131-10/+22
* Fix strange typo.Jake Petroules2015-05-121-1/+1
* Add support for generating native header files when using Java 1.8+.Jake Petroules2015-05-111-0/+13
* Add support for determining the Java compiler version.Jake Petroules2015-05-111-0/+36
* GCC module: Add option for fine-tuning relinking behavior.Christian Kandeler2015-05-112-3/+44
* Refactor javac arguments into the JS file to prepare for fixes.Jake Petroules2015-05-082-34/+39
* qbs build: Don't use directories as input artifacts.Christian Kandeler2015-05-071-6/+16
* GCC module: Do not check libraries from the project for existence.Christian Kandeler2015-05-061-2/+7
* Darwin: default to separate debug infoJoerg Bornemann2015-04-241-0/+1
* MSVC: fix non-separate debug informationJoerg Bornemann2015-04-241-1/+2
* Add dsymutilFlags property.Jake Petroules2015-04-242-4/+6
* MSVC: default to separate debug infoJoerg Bornemann2015-04-241-1/+1
* Fix AutotestRunner.Christian Kandeler2015-04-231-1/+1
* Fix detection of TypeScript compiler version.Jake Petroules2015-04-171-11/+23
* add missing license headersJoerg Bornemann2015-04-1558-0/+1740
* support MASMJoerg Bornemann2015-04-081-0/+44
* Set environment variables for run environments of Windows and Linux.Jake Petroules2015-04-031-1/+9
* Merge commonRunEnvironment items with existing environment.Jake Petroules2015-04-032-9/+19
* Don't pass "-isystem" to windres.Christian Kandeler2015-04-021-1/+1
* Handle DYLD_ROOT_PATH better. It's only really useful on iOS Simulator.Jake Petroules2015-03-112-4/+1
* cpp module: Read more properties from artifact instead of product.Christian Kandeler2015-03-061-8/+8
* Use real properties for lsregister to allow overriding.Jake Petroules2015-02-251-9/+8
* Add support for C++14 as language version.Christian Kandeler2015-02-122-2/+3
* Android: Fix package name of the BuildConfig class.Christian Kandeler2015-02-111-1/+1
* Android: Support having more than one AndroidApk in a project.Christian Kandeler2015-02-103-30/+57
* Add support for building OS X and iOS App Extensions.Jake Petroules2015-02-092-0/+26
* Add support for building XPC services.Jake Petroules2015-02-092-0/+23
* Add support for building loadable modules.Jake Petroules2015-02-067-0/+77
* Add additionalJarFlags to Java module for JAR files.Jake Petroules2015-02-051-0/+5
* Android: Single artifact per package for gdbserver and shared stl.Christian Kandeler2015-02-053-21/+86
* Append -current_version flag for shared libraries on Darwin.Jake Petroules2015-02-041-0/+4
* Remove qbs.endianness property - it is not used and will not be used.Jake Petroules2015-02-041-18/+0
* support installation of directory treesJoerg Bornemann2015-02-031-0/+1
* Turn framework bundle components into trackable artifacts.Jake Petroules2015-02-032-55/+131
* Allow JAR files as dependencies of other Java products.Jake Petroules2015-02-031-2/+6
* Fix JAR file generation in Java module.Jake Petroules2015-02-031-1/+3
* Add missing and remove unused imports to/from JS files.Jake Petroules2015-01-305-1/+12
* Allow users to specify command line arguments to an auto test runner.Jake Petroules2015-01-291-1/+2
* Set cpp run environment variables when running autotests.Jake Petroules2015-01-295-51/+51
* Apply requireAppExtensionSafeApi property only on OS X and iOS.Jake Petroules2015-01-291-1/+1
* Fix soname generation on non-Darwin Unix platforms.Jake Petroules2015-01-281-3/+4
* Set environment for dyld when running autotests.Jake Petroules2015-01-282-0/+35
* Add unsetEnv function.Jake Petroules2015-01-281-0/+5
* Typescript: Make version detection more robust.Christian Kandeler2015-01-271-1/+1
* Introduce cpp.requireAppExtensionSafeApi.Jake Petroules2015-01-272-0/+11
* Make framework linking code easier to understand.Jake Petroules2015-01-272-6/+18
* Add new item "InstallPackage".Christian Kandeler2015-01-261-0/+36
* Fix handling of bundle.frameworkVersion property.Jake Petroules2015-01-261-1/+1
* Remove unused framework_copy handling code.Jake Petroules2015-01-263-57/+3