summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineJavaCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
* Toolchain: Capture all arguments from CMAKE_<LANG>_COMPILERFred Baksik2020-07-231-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Replace MATCHES ".+" tests with NOT STREQUAL ""Rolf Eike Beer2014-04-141-3/+3
* Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-131-1/+1
* OpenBSD: Add paths for Java 1.6.0/1.7.0 JRE/JDKAmit Kulkarni2012-12-041-0/+2
* Make platform information files specific to the CMake versionBrad King2012-08-241-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-14/+14
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-42/+42
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-8/+8
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* ENH: FIX 0009777. This should sync FindJava and CMakeDetermineJavaCompiler.cm...Mathieu Malaterre2009-10-301-0/+4
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
* STYLE: use IF(NOT ...) and remove MARK_AS_ADVANCED() for variables which areAlexander Neundorf2007-06-181-10/+6
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-1/+1
* ENH: fix more than one argument passed in to compilers via environmentBill Hoffman2006-01-251-1/+1
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+1
* ENH: add support for java 1.5Bill Hoffman2005-09-081-0/+2
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-1/+1
* ENH: make sure flags set in CC or CXX environment variables stay with the com...Bill Hoffman2005-07-201-0/+3
* ENH: Removing extra 64-bit search paths. They are now constructed automatica...Brad King2005-04-071-1/+0
* ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose.Brad King2005-04-071-0/+1
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-37/+44
* ENH: more uniform approach to enable language, one step closer to being able ...Bill Hoffman2004-08-261-0/+1
* FIX: for Windows users, it seems logical to favor native win32 installation b...Sebastien Barre2003-10-161-2/+2
* ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows proje...Bill Hoffman2002-12-171-1/+1
* Add java supportAndy Cedilnik2002-12-111-0/+75