| Commit message (Expand) | Author | Age | Files | Lines |
* | UseJava: Quote -classpath argument correctly on more platforms | Brad King | 2020-04-10 | 1 | -3/+9 |
|
|
* | UseJava: clean class files from previous builds | Alexey Karndshev | 2020-04-06 | 1 | -2/+9 |
|
|
* | Merge topic 'function-var-current' | Kyle Edwards | 2019-12-12 | 1 | -2/+1 |
|\ |
|
| * | Refactor: Replace CMAKE_CURRENT_LIST_DIR with CMAKE_CURRENT_FUNCTION_LIST_DIR | Alex Turbov | 2019-12-10 | 1 | -2/+1 |
|
|
* | | UseJava: Use correct path separator in javadoc | Nathan Burles | 2019-11-20 | 1 | -20/+4 |
|
|
* | | UseJava: Use list(APPEND) to simplify javadoc option construction | Nathan Burles | 2019-11-20 | 1 | -10/+11 |
|
|
* | | UseJava: Extract the path separator to module level | Nathan Burles | 2019-11-20 | 1 | -15/+10 |
|/ |
|
* | UseJava: Use ADDITIONAL_CLEAN_FILES for cleaning | Sebastian Holtermann | 2019-05-15 | 1 | -1/+2 |
|
|
* | UseJava: Refactor documentation for better formatting | Robert Maynard | 2019-05-15 | 1 | -294/+229 |
|
|
* | UseJava: clean-up if() expressions | Marc Chevrier | 2019-01-28 | 1 | -147/+147 |
|
|
* | UseJava: add_jar: rebuild jar on dependencies changes | Marc Chevrier | 2018-12-11 | 1 | -1/+1 |
|
|
* | Help: Convert remaining modules to block-style comments | Kitware Robot | 2018-10-22 | 1 | -432/+433 |
|
|
* | Merge branch 'backport-java-new-packaging' into java-new-packaging | Brad King | 2018-04-25 | 1 | -5/+5 |
|\ |
|
| * | FindJava, FindJNI, UseJava: update for version 10 support | Marc Chevrier | 2018-04-25 | 1 | -5/+5 |
|
|
* | | MAINT: Misc. typos | luz.paz | 2018-02-13 | 1 | -1/+1 |
|/ |
|
* | add_jar: add option GENERATE_NATIVE_HEADERS | Marc Chevrier | 2018-01-22 | 1 | -1/+73 |
|
|
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
|
|
* | UseJava: add_jar OUTPUT_DIR option used only for jar generation. | Marc Chevrier | 2017-10-12 | 1 | -4/+4 |
|
|
* | UseJava: OUTPUT_DIR must exists in all cases. | Marc Chevrier | 2017-10-10 | 1 | -0/+2 |
|
|
* | Use string(APPEND) in Modules | Daniel Pfeifer | 2017-05-17 | 1 | -1/+1 |
|
|
* | UseJava: Support namespaced exports | Matthew Woehlke | 2017-04-21 | 1 | -15/+21 |
|
|
* | Don't include CMakeParseArguments | Daniel Pfeifer | 2017-01-11 | 1 | -2/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -15/+3 |
|
|
* | Use string(APPEND) in Modules | Daniel Pfeifer | 2016-07-27 | 1 | -3/+3 |
|
|
* | UseJava: Fix race condition creating java class list | Matthew Woehlke | 2016-06-09 | 1 | -5/+5 |
|
|
* | UseJava: Add infrastructure to export targets | Matthew Woehlke | 2016-06-07 | 1 | -0/+153 |
|
|
* | UseJava: Fix grammar error in documentation | Matthew Woehlke | 2016-05-31 | 1 | -1/+1 |
|
|
* | UseJava: use CMAKE_COMMAND instead of direct cmake call | Brad King | 2016-04-06 | 1 | -1/+1 |
|
|
* | Fix spelling typos in comments and documentation (#16037) | Felix Geyer | 2016-03-29 | 1 | -1/+1 |
|
|
* | UseJava: Fix documented name of `CLASSDIR` property (#15936) | Brad King | 2016-01-26 | 1 | -1/+1 |
|
|
* | UseJava: Fix create_javah CLASSPATH handling on Windows | Marc Chevrier | 2016-01-19 | 1 | -2/+2 |
|
|
* | UseJava: Allow relative path to manifest file just as with other sources | Marc Chevrier | 2015-12-03 | 1 | -1/+1 |
|
|
* | UseJava: Add support for javah tool | Marc Chevrier | 2015-08-21 | 1 | -0/+157 |
|
|
* | UseJava: Teach install_jar new DESTINATION and COMPONENT options | Marc Chevrier | 2015-08-04 | 1 | -6/+48 |
|
|
* | UseJava: Teach add_jar to support file syntax for sources | Marc Chevrier | 2015-08-04 | 1 | -9/+25 |
|
|
* | UseJava: Fix add_jar argument parsing (#14655) | Mark Studenka | 2015-03-20 | 1 | -11/+11 |
|
|
* | UseJava: Fix classpath separator on WIN32 cross compilation (#15206) | Lorenz Witte | 2014-10-14 | 1 | -1/+1 |
|
|
* | UseJava: Copy resource files before compiling the jar (#13360) | Bruno Nova | 2014-03-20 | 1 | -3/+5 |
|
|
* | Help: Fix some erroneous code block markers in Module docs. | Stephen Kelly | 2014-01-07 | 1 | -19/+12 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -141/+261 |
|
|
* | UseJava: Add support for the jar 'm' (Manifest) option | Simon Levermann | 2013-09-23 | 1 | -3/+13 |
|
|
* | UseJava: Update notice of copyright by Kitware | Brad King | 2013-07-17 | 1 | -1/+1 |
|
|
* | UseJava: Pass sources to javac using response file (#13028) | Graham Markall | 2013-07-16 | 1 | -1/+7 |
|
|
* | UseJava.cmake: document add_jar compat shim | Matthew Woehlke | 2013-06-17 | 1 | -0/+7 |
|
|
* | Merge topic 'use-java-use-parse-arguments' | Brad King | 2013-05-28 | 1 | -35/+58 |
|\ |
|
| * | UseJava.cmake: fully use cmake_parse_arguments in add_jar | Matthew Woehlke | 2013-03-28 | 1 | -35/+58 |
|
|
* | | Allow using Java in a cross-compilation toolchain | Gregoire Lejeune | 2013-05-08 | 1 | -1/+1 |
|/ |
|
* | UseJava.cmake: require explicit request to include jars | Matthew Woehlke | 2013-03-28 | 1 | -18/+40 |
|
|
* | UseJava.cmake: accept jar targets in add_jar | Matthew Woehlke | 2013-03-13 | 1 | -1/+8 |
|
|
* | UseJava.cmake: fix passing jars to add_jar | Matthew Woehlke | 2013-03-13 | 1 | -1/+5 |
|
|