summaryrefslogtreecommitdiffstats
path: root/Modules/UseJava.cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* UseJava: add_jar OUTPUT_DIR option used only for jar generation.Marc Chevrier2017-10-121-4/+4
* UseJava: OUTPUT_DIR must exists in all cases.Marc Chevrier2017-10-101-0/+2
* Use string(APPEND) in ModulesDaniel Pfeifer2017-05-171-1/+1
* UseJava: Support namespaced exportsMatthew Woehlke2017-04-211-15/+21
* Don't include CMakeParseArgumentsDaniel Pfeifer2017-01-111-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-15/+3
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-271-3/+3
* UseJava: Fix race condition creating java class listMatthew Woehlke2016-06-091-5/+5
* UseJava: Add infrastructure to export targetsMatthew Woehlke2016-06-071-0/+153
* UseJava: Fix grammar error in documentationMatthew Woehlke2016-05-311-1/+1
* UseJava: use CMAKE_COMMAND instead of direct cmake callBrad King2016-04-061-1/+1
* Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-291-1/+1
* UseJava: Fix documented name of `CLASSDIR` property (#15936)Brad King2016-01-261-1/+1
* UseJava: Fix create_javah CLASSPATH handling on WindowsMarc Chevrier2016-01-191-2/+2
* UseJava: Allow relative path to manifest file just as with other sourcesMarc Chevrier2015-12-031-1/+1
* UseJava: Add support for javah toolMarc Chevrier2015-08-211-0/+157
* UseJava: Teach install_jar new DESTINATION and COMPONENT optionsMarc Chevrier2015-08-041-6/+48
* UseJava: Teach add_jar to support file syntax for sourcesMarc Chevrier2015-08-041-9/+25
* UseJava: Fix add_jar argument parsing (#14655)Mark Studenka2015-03-201-11/+11
* UseJava: Fix classpath separator on WIN32 cross compilation (#15206)Lorenz Witte2014-10-141-1/+1
* UseJava: Copy resource files before compiling the jar (#13360)Bruno Nova2014-03-201-3/+5
* Help: Fix some erroneous code block markers in Module docs.Stephen Kelly2014-01-071-19/+12
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-141/+261
* UseJava: Add support for the jar 'm' (Manifest) optionSimon Levermann2013-09-231-3/+13
* UseJava: Update notice of copyright by KitwareBrad King2013-07-171-1/+1
* UseJava: Pass sources to javac using response file (#13028)Graham Markall2013-07-161-1/+7
* UseJava.cmake: document add_jar compat shimMatthew Woehlke2013-06-171-0/+7
* Merge topic 'use-java-use-parse-arguments'Brad King2013-05-281-35/+58
|\
| * UseJava.cmake: fully use cmake_parse_arguments in add_jarMatthew Woehlke2013-03-281-35/+58
* | Allow using Java in a cross-compilation toolchainGregoire Lejeune2013-05-081-1/+1
|/
* UseJava.cmake: require explicit request to include jarsMatthew Woehlke2013-03-281-18/+40
* UseJava.cmake: accept jar targets in add_jarMatthew Woehlke2013-03-131-1/+8
* UseJava.cmake: fix passing jars to add_jarMatthew Woehlke2013-03-131-1/+5
* UseJava.cmake: simplify path logicMatthew Woehlke2013-03-131-11/+11
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-59/+59
* UseJava: fix find_jar() called with multiple files (#13281)Rolf Eike Beer2012-06-081-2/+2
* UseJava: fix typo in variable name (#13135)Rolf Eike Beer2012-04-161-1/+1
* various typo and formatting fixes in manual pages (#12975)Modestas Vainius2012-02-181-1/+1
* java: Add CMAKE_JAVA_JAR_ENTRY_POINT optional variable.Nicolas Despres2012-02-131-2/+11
* java: Add CMAKE_JAVA_TARGET_OUTPUT_DIR optional variable.Nicolas Despres2012-02-131-9/+18
* java: Factor jar output path.Nicolas Despres2012-02-131-9/+11
* Modules: Add support for more java archives in add_jar().Andreas Schneider2011-08-291-1/+4
* Java: Fix documentation format and indentationAndreas Schneider2011-06-201-169/+162
* Java: Use set_property/get_property for target variables.Andreas Schneider2011-06-201-37/+77
* Java: Create correct jar archive dependencies.Oliver Buchtala2011-04-041-5/+7
* Java: Added some dependency magic to avoid recompilations.Oliver Buchtala2011-04-041-2/+10
* Java: Create java_class_filelist only if it does't exist.Oliver Buchtala2011-04-041-1/+3
* Modules: Added CMake Java support.Andreas Schneider2011-03-291-0/+813