summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* ENH: add verbose make abilility to visual studio 7Bill Hoffman2004-04-231-1/+1
|
* BUG: fix for bug 618Bill Hoffman2004-04-222-0/+2
|
* BUG: fix for bug 743Bill Hoffman2004-04-221-1/+3
|
* BUG: fix for bug 607Bill Hoffman2004-04-221-0/+13
|
* ENH: contribution from Ian Scott, thanks.Bill Hoffman2004-04-221-0/+93
|
* update commentsKen Martin2004-04-221-3/+2
|
* BUG: fix bad if statementsBill Hoffman2004-04-221-2/+2
|
* ENH: fix for mingwBill Hoffman2004-04-211-405/+414
|
* ENH: Terminate with a FATAL_ERROR if FIND_PACKAGE command was called with ↵Brad King2004-04-212-1/+10
| | | | REQUIRED argument and package was not found.
* BUG: fix for bug 506Bill Hoffman2004-04-151-1/+3
|
* ENH: fix tests for non-ansi c on hp and remove warnings for ansi cBill Hoffman2004-04-155-21/+43
|
* BUG: fix for bug 608Bill Hoffman2004-04-141-2/+2
|
* ENH: remove warnings from try compilesBill Hoffman2004-04-142-4/+14
|
* BUG: fix for bug 593Bill Hoffman2004-04-131-3/+1
|
* ENH: Improve Mac OSX bundle supportAndy Cedilnik2004-04-081-9/+9
|
* ENH: Added registry check for ActiveState Tcl 8.4.6.Brad King2004-03-311-0/+1
|
* ERR: Shouldn't be adding xlibs to opengllibs on osxYves Starreveld2004-03-271-1/+4
|
* ERR: Fixed incorrect documentation for CMAKE_CXX_WARNING_LEVEL. Submitted ↵Brad King2004-03-231-1/+1
| | | | by David Cole.
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-281-0/+36
|
* BUG: fix mingw module load testsBill Hoffman2004-02-161-1/+0
|
* shared modules are not linked so do not use lib prefixBill Hoffman2004-02-141-0/+1
|
* ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to themBill Hoffman2004-02-131-1/+1
|
* ENH: Better finding of JNIAndy Cedilnik2004-02-061-0/+17
|
* ENH: use CFLAGS for testing for gnuBill Hoffman2004-01-231-1/+7
|
* ENH: This will probably break some obscure version of gcc, but until then, ↵Andy Cedilnik2004-01-211-0/+4
| | | | everybody doing profiling will be happy
* BUG#530: Using #error to report a nice error message if the C compiler is ↵Brad King2004-01-211-1/+5
| | | | set to a C++ compiler.
* BUG: Use return statement instead of exit.Brad King2004-01-211-1/+1
|
* ENH: Fix typos about copying exe flags to shared flags and to modules. Bug ↵Andy Cedilnik2004-01-151-4/+4
| | | | #518 - On borland, initial flags for bulding module are wrong
* BUG: use the flags when testing for type of gnu compilerBill Hoffman2004-01-131-1/+1
|
* ENH: make it a bit smarter at finding stuff: now you need only to set *ONE* ↵Sebastien Barre2004-01-092-3/+16
| | | | of (TCL|TK)_INCLUDE_PATH, (TCL|TK)_LIBRARY, TCL_TCLSH and the rest will be found.
* fix for multiple nexted projectsKen Martin2004-01-021-4/+14
|
* BUG#423: Fixed search for frameworks on OSX.Brad King2003-12-293-69/+89
|
* ERR: On systems where uname does not support -p, try -m. Fixes Bug #426 - ↵Andy Cedilnik2003-12-291-0/+6
| | | | CMAKE_SYSTEM_PROCESSOR unknown and inconsistent
* ENH: Add QT_ASSISTANTCLIENT_LIBRARY support. Fixes Bug #425 - Suggsted mod ↵Andy Cedilnik2003-12-291-5/+23
| | | | to FindQt.cmake to handle qassistantclient.lib
* ENH: Mark things as advancedAndy Cedilnik2003-12-171-10/+12
|