summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix in quotingKen Martin2003-12-171-1/+1
|
* ENH: Add suppression fileAndy Cedilnik2003-12-162-0/+2
|
* ENH: Add initial memory check support which works for ValgrindAndy Cedilnik2003-12-152-2/+20
|
* ENH: Added CMAKE_SHARED_LIBRARY_SONAME_C_FLAG and ↵Brad King2003-12-121-0/+2
| | | | CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG settings to enable shared library version support for SGI.
* ENH: Added CMAKE_SHARED_LIBRARY_SONAME_FLAG setting to enable shared library ↵Brad King2003-12-121-1/+5
| | | | version support for HP-UX.
* ENH: Using separate CMAKE_SHARED_LIBRARY_SONAME flags for C and CXX.Brad King2003-12-123-7/+11
|
* ENH: Added CMAKE_SHARED_LIBRARY_SONAME_FLAG setting to enable shared library ↵Brad King2003-12-121-1/+4
| | | | version support for SunOS.
* ENH: reduce the number of times gnu is tested forBill Hoffman2003-12-124-37/+42
|
* ENH: Adding /usr/include/w32api for OpenGL header search.Brad King2003-12-091-0/+1
|
* ENH: Improve coverage on systems with multiple gcov commandsAndy Cedilnik2003-12-082-0/+3
|
* BUG#411: Re-ordering statements so errors show up in CMakeError.log.Brad King2003-12-012-6/+7
|
* ENH: Adding implementation of shared library version support on UNIX. This ↵Brad King2003-11-261-0/+1
| | | | addresses the feature request described in bug#32.
* ENH: Adding implementation of shared library version support on UNIX. This ↵Brad King2003-11-261-2/+2
| | | | addresses the feature request described in bug#32.
* BUG: remove junk codeBill Hoffman2003-11-211-12/+0
|
* BUG#266: Added cygwin names for the library. Module now documents output as ↵Brad King2003-11-201-5/+28
| | | | PYTHON_LIBRARIES instead of PYTHON_LIBRARY.
* STYLE: Removed trailing whitespace.Brad King2003-11-201-6/+6
|
* BUG: fix for bug 383 gcc flags are now always set if the compiler is gnuBill Hoffman2003-11-1422-17/+59
|
* BUG#299: GTK_gmodule_LIBRARY is optional just like GTK_gthread_LIBRARY.Brad King2003-11-121-1/+5
|
* BUG#374: Adding OUTPUT_VARIABLE OUTPUT to TRY_COMPILE commands.Brad King2003-11-122-2/+4
|
* BUG#199: If DART_EXPERIMENTAL_USE_PROJECT_NAME is set, the PROJECT_NAME will ↵Brad King2003-11-121-2/+6
| | | | be included in the name of the Experimental and ExperimentalSubmit targets.
* BUG: fix for bug 346, borland should now support dash in the pathBill Hoffman2003-11-051-1/+1
|
* ENH: Adding registry entries to search path.Brad King2003-11-042-0/+10
|
* BUG: fix for bug# 317Bill Hoffman2003-10-311-2/+2
|
* BUG#262: Marking DVIPDF_CONVERTER as advanced.Brad King2003-10-301-0/+1
|
* BUG: Fixed same spaces-in-paths problem for CMakeTestGNU.c as in ↵Brad King2003-10-171-1/+1
| | | | CMakeDetermineCCompiler.cmake.
* FIX: for Windows users, it seems logical to favor native win32 installation ↵Sebastien Barre2003-10-164-16/+16
| | | | before Cygwin ones. Otherwise you can end up with bad mixes (part of the java tools were picked from the SDK, part from Cygwin)
* BUG: fix for bug 78 should be on 1.8 branchBill Hoffman2003-10-161-1/+1
|
* ERR: Old -flat_namespace -undefined suppress flags for ↵Brad King2003-10-151-4/+9
| | | | CMAKE_SHARED_MODULE_CREATE_C_FLAGS should be included when CMAKE_BACKWARDS_COMPATIBILITY is 1.6 or lower.
* BUG: Fix for spaces in path when loading CMakeTestGNU.c.Brad King2003-10-151-1/+1
|
* ENH: Documentation fixAndy Cedilnik2003-10-131-0/+1
|
* ERR: allow spaces in the pathAndy Cedilnik2003-10-131-1/+1
|
* BUG: Message describing variable was using result variable.Brad King2003-10-111-3/+3
|
* ENH: put the system path after the paths specified on to the FIND commandBill Hoffman2003-10-091-2/+2
|
* BUG: Comparison of build tool should be case-insensitive.Brad King2003-09-261-2/+4
|
* ENH: remove the -flat_namespace and -undefined suppress hacks fromYves Starreveld2003-08-281-1/+1
| | | | | | ENH: CMAKE_SHARED_MODULE_CREATE_C_FLAGS ENH: and fix the complex example to specify a -bundle loader for the ENH: shared module that it builds.
* ENH: MinGW build now passes all the testsBill Hoffman2003-08-271-2/+2
|
* ERR: Fixed typo in comment.Brad King2003-08-272-2/+2
|
* ENH: add configure file for gcc under windowsBill Hoffman2003-08-221-0/+14
|
* ERR: Reorganize to try to fix the -pthread problem on some systemsAndy Cedilnik2003-08-221-28/+43
|
* ENH: add the unix makefile generator as an option from the windows GUI, this ↵Bill Hoffman2003-08-219-14/+51
| | | | builds with mingw, cygwin, and combinations of make cl, bcc32
* ERR: If WX_CONFIG_LIBS are , then you get weird cmake error. This should fix itAndy Cedilnik2003-08-211-1/+1
|
* ENH: Improved default choice of -64 compiler/linker flags based on how cmake ↵Brad King2003-08-191-3/+28
| | | | was built.