summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-2640-529/+668
| | | | to enable a language without modifing cmake source code
* BUG: 1107 add extra place to look for javaBill Hoffman2004-08-231-1/+1
|
* BUG: 1107 add extra place to look for javaBill Hoffman2004-08-231-0/+1
|
* BUG: Unly set gcc flags for C compiler if CMAKE_COMPILER_IS_GNUCC is setAndy Cedilnik2004-08-181-1/+3
|
* ENH: Initial import for Darwin using xlCAndy Cedilnik2004-08-171-0/+2
|
* ENH: minor fortran fixesBill Hoffman2004-08-112-4/+11
|
* ENH: Initial importKen Martin2004-08-091-0/+73
|
* ENH: initial fortran supportBill Hoffman2004-08-067-0/+224
|
* ENH: remove verbose QT messageBill Hoffman2004-08-051-12/+0
|
* ENH: Add MemCheck to the list of Make targets. Closes Bug #1016 - Testing ↵Andy Cedilnik2004-07-291-1/+1
| | | | targets in Makefile
* DOC: Fix typoAndy Cedilnik2004-07-271-1/+1
|
* ENH: Allow project to overwrite CMAKE_SYSTEM_NAME part of default BUILDNAMEAndy Cedilnik2004-07-271-2/+4
|
* BUG: fix for bug 998, fix spelling errorsBill Hoffman2004-07-261-1/+1
|
* BUG: put back flags to maintain backwards compatibilityBill Hoffman2004-07-222-0/+24
|
* BUG: These regular expressions were wrong because \\t does not match tab. ↵Andy Cedilnik2004-07-131-2/+4
| | | | Also, this fix prevents whole file to be dumped to the cache
* merge in fixes from neundorf at kde org, bug 869Bill Hoffman2004-07-091-62/+168
|
* ENH: add support for VCExpress 2005Bill Hoffman2004-07-052-22/+56
|
* BUG: make sure if swig is found, we know it is foundBill Hoffman2004-06-291-0/+1
|
* BUG: Add more comments and fix CMAKE_SWIG_FLAGSAndy Cedilnik2004-06-281-1/+20
|
* BUG: Replace MATCHES with STREQUAL for better checking, better checking for ↵Andy Cedilnik2004-06-281-7/+13
| | | | existence of swig directory, verify if required flag was set, support fedora's location of swig. Fixes Bug #955 - Swig on fedora and Bug #954 - FIND_PACKAGE(SWIG REQUIRED)
* BUG: SWIG_FLAGS was ignored by the add swig source to module commandBill Hoffman2004-06-261-0/+2
|
* C++ compiler is not set for c only projectsBill Hoffman2004-06-231-1/+1
|
* clean up commands so they don't need extra variableBill Hoffman2004-06-162-15/+0
|
* ENH: add NDEBUG to windows release builds for both ide and nmakeBill Hoffman2004-06-141-6/+6
|
* ENH: add FindKDE from Alex from kde.orgBill Hoffman2004-06-141-0/+151
|
* fix for bug 915Bill Hoffman2004-06-141-0/+8
|
* a) new version of tools like Doxygen and Graphviz now set install path info ↵Sebastien Barre2004-06-081-6/+2
| | | | | | in win32 registery. use it. b) remove DOT_PATH, it was polluting the cache (can be computed from DOT, update CMakeLists.txt accordingly if DOT_PATH is not defined)
* Fix for bug 903 change order of fltk librariesBill Hoffman2004-06-031-2/+6
|
* BUG#895: Adding -DNDEBUG to C and C++ flags for release builds.Brad King2004-06-016-18/+18
|
* better error messageKen Martin2004-05-251-3/+17
|
* ENH: Implement additional make clean files as a directory property instead ↵Andy Cedilnik2004-05-201-1/+2
| | | | of cmake variable
* ENH: look for qtmoc in some other placesBill Hoffman2004-05-201-3/+9
|
* BUG: fix problem where cmake thinks the intel compiler is gnuBill Hoffman2004-05-181-1/+1
|
* ENH: append to the list of clean files, don't just set themBill Hoffman2004-05-171-1/+1
|
* BUG: Bug #835 fix, add swig generated files to clean targetBill Hoffman2004-05-171-1/+1
|
* Add a missing dollar signBill Hoffman2004-05-071-1/+1
|
* a guess at some OSF compiler flagsKen Martin2004-05-051-3/+18
|
* ENH: Only mangle object files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only ↵Andy Cedilnik2004-05-041-0/+2
| | | | on borland for now.
* ENH: support STDDEF and cleanupAndy Cedilnik2004-05-032-7/+10
|
* fix to find opengl on some osf systemsKen Martin2004-05-011-0/+2
|
* ENH: More pathsAndy Cedilnik2004-04-301-1/+1
|
* ENH: add another place to look for swig.exeBill Hoffman2004-04-301-1/+1
|
* ENH: try to find swig.exe in SWIG_DIRBill Hoffman2004-04-301-1/+1
|
* ENH: Initial import of swig. Start working towards Bug #749 - Add swig ↵Andy Cedilnik2004-04-306-0/+405
| | | | support module to cmake
* BUG: fix for bug 116 platform files can now specify directories that should ↵Bill Hoffman2004-04-281-0/+2
| | | | not be added by CMAKE
* ENH: fixes for optional flag arguments to check include macrosBill Hoffman2004-04-282-5/+15
|
* BUG: fix for bug 80, check include cxx now has an optional argument that can ↵Bill Hoffman2004-04-281-0/+11
| | | | is added to the cxx flags
* ENH: Add TCL_FOUNDAndy Cedilnik2004-04-261-0/+10
|
* BUG#682: Adding environment variable check to FIND_PACKAGE command.Brad King2004-04-262-0/+6
|
* BUG#502: Do not let optimizing compilers think the symbol exists. Require ↵Brad King2004-04-261-3/+1
| | | | the symbol by making the return value depend on it to force linking.