summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clean up some c/cxx issuesBill Hoffman2003-01-023-6/+19
* Add macro for checking if a swequence of includes can be includesAndy Cedilnik2003-01-011-0/+40
* Test conversion from ascii to stringAndy Cedilnik2003-01-011-0/+3
* Add a way to convert ascii to stringAndy Cedilnik2003-01-012-2/+41
* To prevent cmake from breaking up arguments, put quotes around themAndy Cedilnik2003-01-014-4/+4
* Add a way to add custom libraries to the mix. Also add status reportingAndy Cedilnik2003-01-011-0/+8
* Add a way to add custom libraries to the mixAndy Cedilnik2003-01-013-1/+16
* Shared library should export symbols on windowsAndy Cedilnik2003-01-012-1/+13
* Test also stating and shared librariesAndy Cedilnik2002-12-316-0/+26
* ENH: Added <LINK_FLAGS> to link rules.Brad King2002-12-316-13/+13
* BUG: When there are no link flags, we want an empty string, not a null pointer.Brad King2002-12-311-1/+8
* ENH: Support LINK_FLAGS property for static libraries.Brad King2002-12-311-1/+2
* ENH: fix shared libraries on AIXBill Hoffman2002-12-301-2/+3
* ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency wit...Brad King2002-12-307-57/+61
* Fix problem on windows with network pathsAndy Cedilnik2002-12-301-1/+9
* ENH: clean up docs someBill Hoffman2002-12-3010-20/+33
* ENH: find python framework and include files on OSXYves Starreveld2002-12-271-0/+12
* If there is no java compiler report error on ADD_JAVA_LIBRARYAndy Cedilnik2002-12-271-49/+53
* Add missing closing bracketAndy Cedilnik2002-12-261-1/+1
* ENH: fix for AIXBill Hoffman2002-12-231-1/+1
* WAR: remove wariningsBill Hoffman2002-12-231-0/+6
* ENH: handle // in the pathBill Hoffman2002-12-231-1/+6
* ENH: fixes for borland with spaces in the pathBill Hoffman2002-12-222-2/+14
* clean up warning and use more short pathsBill Hoffman2002-12-221-10/+11
* ENH: it's time to create a real Microsoft HTML Help Workshop CMake moduleSebastien Barre2002-12-223-16/+40
* ENH: add target properties filesBill Hoffman2002-12-214-0/+277
* 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