18 Commits (67e8012783da07b165261d93636d2523e142c67c)

Author SHA1 Message Date
Bill Hoffman 1904b3f86e ENH: move list command to bootstrap commands 18 years ago
Alexander Neundorf 2e56fa4808 ENH: add framework for unified handling of arguments to cmake commands, 18 years ago
Alexander Neundorf acd71c8330 COMP: fix bootstrapping 18 years ago
Ken Martin 571b3088d5 ENH: add SetProperties into bootstrap 18 years ago
Alexander Neundorf 0ddc9f62e5 ENH: add cmExternalMakefileProjectGenerator, which should make it easier to 18 years ago
Alexander Neundorf ea26cc537e BUG: fix Bootstrap test 18 years ago
Alexander Neundorf f4eb541880 ENH: make the compiler id detection work, even if the output file name of 18 years ago
Alexander Neundorf 7d7aba292c ENH: add two simple tests for TRY_RUN() 18 years ago
Brad King 33d976e583 COMP: Need CMake 2.4 or a bootstrap cmake that has ADD_SUBDIRECTORY to build. 18 years ago
Brad King bdc4974f88 BUG: cmCreateTestSourceList command is needed at boostrap time because KWSys now uses test drivers. 19 years ago
Brad King 37bff40d5d BUG: Need ADD_DEPENDENCIES command for MinGW bootstrap since kwsys uses the Win32 implementation of process execution. 20 years ago
Andy Cedilnik 43b9f184c2 COMP: Fix apple bootstrap issues 20 years ago
Andy Cedilnik 36e2728431 ENH: Cleanup bootstrap even more 20 years ago
Bill Hoffman a5825cd11a ENH: check in new find stuff 20 years ago
Andy Cedilnik ee227d3af5 ENH: Several packaging issues. Allow random variables to be passed to cpack (anything starting with CPACK_, add preinstall to the list of dependencies for package, fix typos 20 years ago
Sebastien Barre b83dffb500 ENH: the test for kwsys uses GET_TARGET_PROPERTY, which was not in the CMake bootstrap 20 years ago
Ken Martin 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 21 years ago
Bill Hoffman a641ad3bba ENH: split up cmCommands into two files 21 years ago
Ken Martin 0c225eb5b9 ENH: added while command 21 years ago
Bill Hoffman 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 years ago
Andy Cedilnik dcb3bf0548 ERR: On Mac we need GET_SOURCE_FILE_PROPERTY for building curl 21 years ago
Andy Cedilnik aff8c7bcd6 ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can change include directories and get all sorts of things. Closes Bug #25 - Get_CMAKE_PROPERTIES 22 years ago
Andy Cedilnik 504d0bc3b3 ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add opposite to ADD_DEFINITIONS 22 years ago
Brad King 730a278f89 BUG: Bootstrapping with wxWindows support needs SEPARATE_ARGUMENTS command. 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 91f8f88490 ENH: Made ADD_DEPENDENCIES available from bootstrapped cmake. It will be needed to build cmake. 22 years ago
Andy Cedilnik 372d2cbea9 ENH: Start working on a general file manipulation command 22 years ago
Andy Cedilnik 8a96b2ec49 ERR: Set source files properties is needed for Curl build 23 years ago
Bill Hoffman 3823f5547b BUG: fix compile error on windows because of windows.h 23 years ago
Ken Martin 0fcdeabaf1 streamline bootstrap 23 years ago
Andy Cedilnik 814b8856a0 Add command for accessing cmake properties. At this point the only properties are VARIABLES and CACHE_VARIABLES. Also add test for this feature 23 years ago
Brad King 259a49aaac ENH: Added FIND_PACKAGE command prototyp. 23 years ago
Bill Hoffman c4fa5d1fdf ENH: add a new command that allows exports of library dependencies from a project to a file 23 years ago
Bill Hoffman 3859417d1a ENH: add target properties 23 years ago
Brad King 42c464c05e ENH: Added STRING command. 23 years ago
Brad King 1f6a3c67b1 ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. 23 years ago
Andy Cedilnik 92714311c9 Add WRITE_FILE command, which writes string to a file 23 years ago
Ken Martin d4f5545007 updated to try compile 23 years ago
Brad King e500dd4b77 ERR: Removed accidental commit. 23 years ago
Brad King 722f923a9e BUG: Missing AC_SUBST commands added. 23 years ago
Ken Martin d0be2896d7 changed cache manager and registered generators to no longer be singletons 23 years ago
Ken Martin 716eb19819 fixed bootstrap build to not use LoadCOmmandCOmmand 23 years ago
Ken Martin d99454cba4 now uses stubs 23 years ago
Ken Martin 216c985f72 added new command 23 years ago
Brad King a83e8170e9 ENH: Added ITK Tcl wrapping command. 24 years ago
Bill Hoffman 2d37e6d1a8 ENH: add new command to separate space separated arguments 24 years ago
Ken Martin 9c69be42de updated for 1.4 24 years ago
Bill Hoffman 0415b58573 ENH: backwards compatible for VTK 4.0, add cmake version requires 24 years ago
Brad King 5a418b0e00 ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and CONFIGURE_GCCXML 24 years ago
Bill Hoffman 7d76de4403 make sure ; expansion is done in all commands 24 years ago