summaryrefslogtreecommitdiff
path: root/Modules/UseJava.cmake
Commit message (Expand)AuthorAgeFilesLines
* Help: Replace link with its permanent redirectBrad King2023-03-181-1/+1
* Merge topic 'doc-improvements'Brad King2022-11-101-1/+1
|\
| * Help: ``CMake`` → CMakeAlex Turbov2022-11-071-1/+1
* | Help: Fix some redirects reported with sphinx linkcheckAlex Turbov2022-11-071-1/+1
|/
* Help: UseJava reorganizationMarc Chevrier2021-06-241-351/+454
* UseJava: Add version for RESOURCES optionMarc Chevrier2021-05-301-4/+8
* UseJava: Avoid non-word "compilability" in documentationBrad King2021-05-121-1/+1
* UseJava: Add RESOURCES with NAMESPACE to add_jar()Smit tay2021-05-101-7/+96
* UseJava: enable exportation of native headers targetMarc Chevrier2020-12-291-4/+51
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-12/+32
* UseJava: Move helper scripts to subdirectoryNikita Nemkin2020-11-121-3/+3
* UseJava: Quote -classpath argument correctly on more platformsBrad King2020-04-101-3/+9
* UseJava: clean class files from previous buildsAlexey Karndshev2020-04-061-2/+9
* Merge topic 'function-var-current'Kyle Edwards2019-12-121-2/+1
|\
| * Refactor: Replace CMAKE_CURRENT_LIST_DIR with CMAKE_CURRENT_FUNCTION_LIST_DIRAlex Turbov2019-12-101-2/+1
* | UseJava: Use correct path separator in javadocNathan Burles2019-11-201-20/+4
* | UseJava: Use list(APPEND) to simplify javadoc option constructionNathan Burles2019-11-201-10/+11
* | UseJava: Extract the path separator to module levelNathan Burles2019-11-201-15/+10
|/
* UseJava: Use ADDITIONAL_CLEAN_FILES for cleaningSebastian Holtermann2019-05-151-1/+2
* UseJava: Refactor documentation for better formattingRobert Maynard2019-05-151-294/+229
* UseJava: clean-up if() expressionsMarc Chevrier2019-01-281-147/+147
* UseJava: add_jar: rebuild jar on dependencies changesMarc Chevrier2018-12-111-1/+1
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-432/+433
* Merge branch 'backport-java-new-packaging' into java-new-packagingBrad King2018-04-251-5/+5
|\
| * FindJava, FindJNI, UseJava: update for version 10 supportMarc Chevrier2018-04-251-5/+5
* | MAINT: Misc. typosluz.paz2018-02-131-1/+1
|/
* add_jar: add option GENERATE_NATIVE_HEADERSMarc Chevrier2018-01-221-1/+73
* 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-281-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