aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/java
Commit message (Expand)AuthorAgeFilesLines
* Fix version parsingBogDan Vatra2020-01-071-1/+1
* Fix javac version detectionIvan Komissarov2019-06-142-3/+16
* 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-053-10/+28
* 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
* Re-introduce endianness propertyJake Petroules2017-06-291-1/+2
* Simplify the Java compiler scanner toolJake Petroules2017-06-1310-550/+29
* Remove java.manifestFileJoerg Bornemann2017-05-251-8/+0
* Track Java manifest files as artifacts in the build graphJake Petroules2017-05-091-7/+37
* Fix Java manifest file parsingJake Petroules2017-05-091-3/+5
* Deprecate loadFile and loadExtension in favor of requireJake Petroules2017-02-151-7/+7
* Fix javaDependencyTracking autotest with Java 6 on Windows and LinuxJake Petroules2016-12-192-7/+21
* Fix passing -arch x86_64h or -arch armv7 to Clang for Apple targetsJake Petroules2016-12-091-1/+3
* Downgrade error message from JavaCompilerScanner to a warningJake Petroules2016-12-072-4/+13
* Modules: Adapt to introduction of built-in "version" propertyChristian Kandeler2016-10-191-0/+1
* Merge 1.6 into masterChristian Kandeler2016-09-051-1/+1
|\
| * Fix the input values of some ProbesChristian Kandeler2016-08-311-1/+1
* | Deprecate the "moduleProperties" functionChristian Kandeler2016-08-041-3/+3
|/
* Merge 1.5 into 1.6Jake Petroules2016-06-282-2/+2
|\
| * Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-272-2/+2
* | Allow Java dependency tracking to work without actually compiling.Jake Petroules2016-06-097-70/+372
* | Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-0811-11/+11
|\|
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-0611-11/+11
* | Provide the ability to let commands bypass dry-run mode.Jake Petroules2016-06-011-0/+1
|/
* Work around QtScript bug.Christian Kandeler2016-04-141-1/+2
* Move global auxiliary functions into a new Utilities extension.Jake Petroules2015-11-271-4/+5
* Add missing imports.Jake Petroules2015-11-201-0/+1
* Select an architecture specific JDK on Windows.Jake Petroules2015-09-031-8/+41
* Fix line-splitting regex on Windows.Jake Petroules2015-08-171-1/+1
* Add manifest support in Java module.Jake Petroules2015-07-222-3/+98
* Don't throw if Java is not installed on OS X.Jake Petroules2015-07-161-2/+2
* Make project resolving with the Java module significantly faster.Jake Petroules2015-07-152-27/+27
* Solve the Java dependency tracking issue once and for all.Jake Petroules2015-07-0911-22/+1033
* Fix use of multiple Java boot classpaths on Unix platforms.Jake Petroules2015-07-091-2/+3
* Fix JDK detection when using the Android module.Jake Petroules2015-07-091-4/+7
* Automatically detect JDK in the Java module.Jake Petroules2015-06-302-1/+64
* 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
* 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
* Fix error message for undefined Java JDK path.Jake Petroules2015-05-191-1/+2
* 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
* Refactor javac arguments into the JS file to prepare for fixes.Jake Petroules2015-05-082-34/+39
* add missing license headersJoerg Bornemann2015-04-152-0/+60