aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Add 'm' flag to javac compiler version regex.Jake Petroules2015-06-171-1/+2
* GCC Module: fix case where toolchain has no OSTim Sander2015-06-121-1/+1
* Use product.targetName as the default value of archiver.archiveBaseName.Jake Petroules2015-06-121-1/+1
* Introduce, document, and use File.makePath.Jake Petroules2015-05-291-18/+5
* Add support for tracking class, h files produced by Java inner classes.Jake Petroules2015-05-282-27/+43
* Add support for new Android SDK build tools layout in rev 23.Jake Petroules2015-05-271-1/+11
* Move build tools properties to the same place.Jake Petroules2015-05-261-6/+6
* Convert separators in paths for libraries on WindowsIlya Lyubimov2015-05-211-1/+1
* fix concatLibs callJoerg Bornemann2015-05-201-3/+2
* Fix error message for undefined Java JDK path.Jake Petroules2015-05-191-1/+2
* 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