summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: add target propertiesBill Hoffman2002-12-207-30/+159
* ERR: Tcl_PkgProvide takes char*, so we cannot pass a string literal to it.Brad King2002-12-201-4/+5
* ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to be...Brad King2002-12-206-12/+59
* FIX: make CMAKE_X_LIBS and CMAKE_X_CFLAGS advancedSebastien Barre2002-12-202-2/+6
* ENH: add a check to make sure cmake can find the c or C++ compiler for trycom...Bill Hoffman2002-12-201-0/+37
* BUG: fix for backwards compatibilityBill Hoffman2002-12-203-0/+3
* testing more agressive compatability settingsKen Martin2002-12-202-6/+7
* ENH: Use the Mac -framework for Tk if it is available.Brad King2002-12-201-0/+3
* ENH: Use the Mac -framework for Tcl if it is available.Brad King2002-12-201-0/+34
* BUG: enable the languages when not running in global modeBill Hoffman2002-12-191-2/+5
* better docsBill Hoffman2002-12-191-2/+2
* ENH: make linker flags use init values so users can set them from the cacheBill Hoffman2002-12-191-6/+6
* ENH: Tcl packages now Tcl_PkgProvide their own name and version.Brad King2002-12-181-0/+7
* ENH: Adding build type flags for C.Brad King2002-12-181-0/+4
* ERR: Project name and executable name should match for consistency in the X11...Brad King2002-12-182-12/+4
* ENH: Added return type int to ExecuteCommand.Brad King2002-12-172-5/+5
* BUG: Need at least 2 arguments, not exactly 2.Brad King2002-12-171-1/+1
* ERR: Added operator != for SGI.Brad King2002-12-171-0/+4
* ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows proje...Bill Hoffman2002-12-1715-30/+30
* BUG: Renamed X11 test executable to useX11 to avoid conflict with name of lib...Brad King2002-12-172-12/+13
* better handling of ModuleKen Martin2002-12-171-2/+5
* Save directories when doing global buildAndy Cedilnik2002-12-171-0/+5
* ENH: Improved error message for macro invoked with incorrect number of argume...Brad King2002-12-171-1/+7
* ENH: TryCompile should produce a verbose makefile.Brad King2002-12-171-0/+1
* ENH: FindX11.cmake module now almost fully duplicates old configure functiona...Brad King2002-12-172-55/+108
* some clean up in link directoriesKen Martin2002-12-171-8/+35
* Split ctest into two three filesAndy Cedilnik2002-12-174-1458/+1475
* BUG: Cannot remove quotes from defined flags.Brad King2002-12-161-1/+2
* Fix switching from local to global generation when cmake version changes or w...Andy Cedilnik2002-12-161-3/+12
* ENH: Added copy_if_different option to -E flag.Brad King2002-12-161-0/+8
* BUG: Fixed quotes in output paths.Brad King2002-12-162-6/+4
* Add support for only showing what will be done. This way you can for example ...Andy Cedilnik2002-12-152-48/+104
* ENH: Added test for generated header included by non-generated source.Brad King2002-12-1312-9/+75
* BUG: Need source file and OBJECT_DEPENDS as dependencies of an object file.Brad King2002-12-131-2/+2
* ENH: Added source file property OBJECT_DEPENDS to support generated header fi...Brad King2002-12-135-11/+114
* ENH: Don't repeat check even if answer was no.Brad King2002-12-136-42/+46
* made more strictKen Martin2002-12-131-8/+1
* fixed warningsKen Martin2002-12-132-3/+0
* ERR: Fixed unused parameter warning.Brad King2002-12-132-2/+2
* Make try compile add a depend to re-run cmake if its source chagnesBill Hoffman2002-12-122-1/+7
* ENH: Updated for 1.4.7 release.Brad King2002-12-127-8/+8
* ENH: Improved filename/line number reporting in error message. Macro invocat...Brad King2002-12-126-28/+45
* ERR: Fixed syntax errors for picky preprocessors.Brad King2002-12-121-1/+1
* ERR: Need double-quotes around expression to be mached in IF command.Brad King2002-12-122-4/+4
* BUG: Can't double-quote foreach arguments.Brad King2002-12-126-6/+6
* now uses SET instead of SOURCE_LIST commandKen Martin2002-12-121-2/+2
* BUG: Multi-line functions must also increment line number, not the pointer.Brad King2002-12-111-1/+1
* ERR: Dummy InitialPass implementation must return a value.Brad King2002-12-111-1/+1
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-1153-629/+607
* removed dsw fileKen Martin2002-12-111-113/+0