My patches to CMake
Go to file
Andy Cedilnik bef93dc5c1 Couple of changes: cache variables now have a map of properties. ADVANCED and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard 2002-09-11 14:05:45 -04:00
Example ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler 2002-04-02 15:43:23 -05:00
Modules FIX: typo + bring back the OPENGL_gl_LIBRARY path that can be used to find GLU (was wiped out from FindGLU) 2002-09-10 13:32:45 -04:00
Source Couple of changes: cache variables now have a map of properties. ADVANCED and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard 2002-09-11 14:05:45 -04:00
Templates Remove Mark_AS_ADVANCED for some variables that do not exist 2002-09-11 13:27:06 -04:00
Tests fixed test for new cmake 2002-09-04 11:17:26 -04:00
Utilities ENH: Moved build of source tarball to package script. 2002-08-28 15:08:18 -04:00
.gitattributes *** empty log message *** 2000-08-29 10:56:51 -04:00
CMake.pdf ENH:New pdf for CMake 2002-04-26 09:22:41 -04:00
CMake.rtf updated 2002-06-03 11:06:45 -04:00
CMakeLists.txt ENH: Adding installation for man page. 2002-08-08 12:49:10 -04:00
CMakeLogo.gif ENH: CMakeLogo for Dart to use on testing web page. 2001-08-07 08:46:26 -04:00
CMakeSystemConfig.txt.in ENH: move testing stuff to cmake from configure, good bye dashboard... :) 2001-05-04 11:30:46 -04:00
CMakeWindowsSystemConfig.txt ENH: move testing stuff to cmake from configure, good bye dashboard... :) 2001-05-04 11:30:46 -04:00
ChangeLog.txt log for relase 1.2 2002-01-15 15:38:46 -05:00
Copyright.txt ENH: Updated copyright. 2002-08-08 15:14:59 -04:00
DartConfig.cmake ENH: quick stab at a rollup button 2002-04-09 11:33:02 -04:00
Makefile.in better install support 2001-06-21 12:01:18 -04:00
cmake.1 ENH: Initial checkin of unix manpage. 2002-08-08 11:58:30 -04:00
configure ERR: Went back to old-style test for -LANG:std on the SGI. 2002-09-10 10:35:53 -04:00
configure.in ERR: Went back to old-style test for -LANG:std on the SGI. 2002-09-10 10:35:53 -04:00
doxygen.config ENH:Doxygenated CMake 2001-01-11 16:19:55 -05:00