- 17 Apr, 2003 3 commits
-
-
Andy Cedilnik authored
-
Bill Hoffman authored
-
Andy Cedilnik authored
BUG: Rename Bootstrap directory to Bootstrap.cmk, so that on platforms such as Windows and Mac OSX it will break during in-source build
-
- 16 Apr, 2003 8 commits
-
-
Andy Cedilnik authored
-
Ken Martin authored
-
Ken Martin authored
-
Ken Martin authored
-
Ken Martin authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Bill Hoffman authored
-
- 11 Apr, 2003 4 commits
-
-
Kent Williams authored
-
Kent Williams authored
-
Brad King authored
-
Bill Lorensen authored
-
- 10 Apr, 2003 3 commits
-
-
Kent Williams authored
-
Andy Cedilnik authored
-
Brad King authored
-
- 09 Apr, 2003 1 commit
-
-
Andy Cedilnik authored
-
- 08 Apr, 2003 4 commits
-
-
Brad King authored
-
Brad King authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- 07 Apr, 2003 2 commits
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- 04 Apr, 2003 2 commits
- 03 Apr, 2003 2 commits
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- 02 Apr, 2003 6 commits
-
-
Brad King authored
ENH: Improved documentation. Also modified behavior of "cmake" to not configure a project in the current directory unless . is given.
-
Brad King authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- 01 Apr, 2003 3 commits
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Brad King authored
BUG: strlen(buffer) from getline may be 2 less than gcount on windows because both the CR and LF characters may be removed.
-
- 28 Mar, 2003 2 commits
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
For example: CHECK_HEADER_EXISTS("type.h" HAVE_TYPE_H) is: CHECK_SYMBOL_EXISTS(main "type.h" HAVE_TYPE_H) CHECK_LIBRARY_EXISTS("nsl" gethostname HAVE_LIBNSL) would be SET(CMAKE_REQUIRED_LIBRARIES "nsl") CHECK_SYMBOL_EXISTS(gethostname "netdb.h" HAVE_LIBNSL) ...
-