Commit History

Author SHA1 Message Date
  Andy Cedilnik ac2859aaa3 ENH: Start includding the scripting support 22 years ago
  Andy Cedilnik b79c2f5a4c ENH: Command should also be quoted 22 years ago
  Brad King 41445f67ac BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner. 22 years ago
  Bill Hoffman a413160fec ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32 22 years ago
  Andy Cedilnik 39c7cb9197 ENH: Remove unused variable 22 years ago
  Bill Hoffman 86947e0b26 ENH: remove a warning 22 years ago
  Ken Martin 072db6ad70 removed redundent includes 22 years ago
  Brad King 1de2bba717 BUG: Fixed typo in error message. 22 years ago
  Brad King 9234f45e23 ENH: Removed old argument processing code that never does anything. 22 years ago
  Brad King 75b3751a4f ENH: Clarified source directory mismatch message. 22 years ago
  Brad King 1e077d436e ENH#61: cmake and ccmake now support passing the path to a CMakeCache.txt file as an argument. Its settings will be loaded. 22 years ago
  Andy Cedilnik 369a4188e6 ENH: Use the new RunCommand 22 years ago
  Andy Cedilnik 2f98c791fa ENH: Allow specifying cmake variables on the command line without specifying the type Bug #118 - Specifying cache entries with -D should not need the type 22 years ago
  Bill Hoffman f7c9e258ae BUG: make sure initial cache file read only reads one file, and does not look for CMakeLists.txt files on the entire disk 22 years ago
  Bill Hoffman fe384ee980 add a better message for the GUI if no CMakeLists.txt file is found. 22 years ago
  Brad King a1bb1a4712 ENH: Added optional configuration of data/doc/man dirs. This will be useful for package maintainers. 22 years ago
  Brad King e5ed57ec18 ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section. 22 years ago
  Brad King abffd72cbb BUG: Fixed check for existence of CMakeLists.txt file in top-level source directory before first configure. 22 years ago
  Andy Cedilnik 1e09bc5dde ENH: Abstract pre configure check in a separate method 22 years ago
  Bill Hoffman 5945a5a448 ENH: add some includes for borland 6 22 years ago
  Brad King cbef9d224d ERR: Fixed string literal->char* conversion warning. 22 years ago
  Brad King 02f7cfbcbe BUG: Need to remove the MAKEFLAGS when cmake starts. If cmake is run from inside make, we don't want the try-compiles to inherit the makeflags. 22 years ago
  Brad King 20b198835c ENH: When the initially configured generator is invalid, allow the user to change the generator without deleting the cache by hand. 22 years ago
  Bill Hoffman 6112e7fc16 add support for vs 71 22 years ago
  Andy Cedilnik d6b9c96739 ENH: New location of cmake binaries 22 years ago
  Andy Cedilnik e72535fda7 ENH: Add additional optional argument to Run. If it is true, it will only set paths and load cache. It will not do configure and gfenerate 22 years ago
  Ken Martin af055f6f6d minor fix 22 years ago
  Ken Martin 99b3152a60 add COdeWarrior back in for testing 22 years ago
  Brad King a5ea72df88 ENH: Improved documentation. Also modified behavior of "cmake" to not configure a project in the current directory unless . is given. 22 years ago
  Brad King ab761edaef BUG: Fixed crash when CMAKE_BACKWARDS_COMPATIBILITY is deleted between configures. 23 years ago