aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/java/JavaModule.qbs
Commit message (Expand)AuthorAgeFilesLines
* Use Host and FileInfo serviceRaphael Cotty2022-01-311-2/+3
* Fix descriptions for JS commandsDenis Shienkov2021-11-151-1/+1
* Merge branch '1.18'Ivan Komissarov2021-02-191-2/+6
|\
| * Qt/Android: Extend rule cycle prevention hackChristian Kandeler2021-01-261-2/+6
* | Test for array-like objects with instanceof ArrayRichard Weickelt2021-02-151-1/+1
|/
* Fix javac version detectionIvan Komissarov2019-06-141-2/+2
* Properly support building Qt apps for AndroidChristian Kandeler2018-11-161-2/+12
* Remove the base module import from shared imports and modulesJoerg Bornemann2018-06-221-1/+0
* Java: Adapt to Java 9 changesChristian Kandeler2018-02-051-4/+11
* Remove usage of deprecated apkbuilder toolJake Petroules2017-09-081-0/+4
* Split off JdkVersionProbeJoerg Bornemann2017-09-071-2/+8
* Change type of java.jdkPath from path to stringJoerg Bornemann2017-09-071-1/+1
* Remove java.manifestFileJoerg Bornemann2017-08-211-1/+0
* Remove java.manifestFileJoerg Bornemann2017-05-251-8/+0
* Track Java manifest files as artifacts in the build graphJake Petroules2017-05-091-7/+37
* Fix javaDependencyTracking autotest with Java 6 on Windows and LinuxJake Petroules2016-12-191-6/+20
* Modules: Adapt to introduction of built-in "version" propertyChristian Kandeler2016-10-191-0/+1
* Fix the input values of some ProbesChristian Kandeler2016-08-311-1/+1
* Merge 1.5 into 1.6Jake Petroules2016-06-281-1/+1
|\
| * Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-271-1/+1
* | Allow Java dependency tracking to work without actually compiling.Jake Petroules2016-06-091-0/+5
* | Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-081-1/+1
|\|
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* | Provide the ability to let commands bypass dry-run mode.Jake Petroules2016-06-011-0/+1
|/
* Add manifest support in Java module.Jake Petroules2015-07-221-3/+66
* Make project resolving with the Java module significantly faster.Jake Petroules2015-07-151-16/+9
* Solve the Java dependency tracking issue once and for all.Jake Petroules2015-07-091-1/+40
* Automatically detect JDK in the Java module.Jake Petroules2015-06-301-1/+1
* Introduce java.jdkIncludePaths property.Jake Petroules2015-06-291-0/+21
* Make java.jdkPath actually refer to what the name suggests.Jake Petroules2015-06-251-3/+4
* Add 'm' flag to javac compiler version regex.Jake Petroules2015-06-171-1/+2
* Add support for tracking class, h files produced by Java inner classes.Jake Petroules2015-05-281-14/+2
* Fix error message for undefined Java JDK path.Jake Petroules2015-05-191-1/+2
* Add support for determining the Java compiler version.Jake Petroules2015-05-111-0/+36
* Refactor javac arguments into the JS file to prepare for fixes.Jake Petroules2015-05-081-34/+2
* add missing license headersJoerg Bornemann2015-04-151-0/+30
* Add additionalJarFlags to Java module for JAR files.Jake Petroules2015-02-051-0/+5
* 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
* Fix typo in Java module causing release builds to fail.Jake Petroules2015-01-091-1/+1
* Add Java support.Jake Petroules2014-12-181-0/+136