- Mar 02, 2006
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- Feb 28, 2006
-
-
Brad King authored
-
- Feb 10, 2006
-
-
Bill Hoffman authored
-
- Feb 08, 2006
-
-
Andy Cedilnik authored
-
- Feb 07, 2006
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Brad King authored
ENH: Added kwsys::String class to shorten debugging symbols and error messages involving std::string.
-
Mathieu Malaterre authored
-
- Jan 23, 2006
-
-
Ken Martin authored
-
- Jan 17, 2006
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- Jan 05, 2006
-
-
Brad King authored
-
- Jan 04, 2006
-
-
Andy Cedilnik authored
-
- Dec 31, 2005
-
-
Brad King authored
BUG: When more than one command is given and one of them fails to start and the rest are killed, do not forget to reap the killed children.
-
- Dec 26, 2005
-
-
Bill Hoffman authored
-
- Dec 20, 2005
-
-
Brad King authored
ENH: Improved robustness of sharing parent pipes with children. This ensures that the parent pipe handles are inherited by the children. If a parent pipe handle is invalid a handle to an empty pipe is given to the child to make sure all pipes are defined for the children.
-
- Dec 16, 2005
-
-
Andy Cedilnik authored
-
- Dec 11, 2005
-
-
Andy Cedilnik authored
-
- Dec 10, 2005
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- Nov 16, 2005
- Nov 09, 2005
-
-
Andy Cedilnik authored
ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and add help in cmSetTestsPropertiesCommand
-
Andy Cedilnik authored
-
- Nov 08, 2005
-
-
Andy Cedilnik authored
-
- Oct 27, 2005
-
-
Brad King authored
ENH: Improved file modification time comparison on Windows to use GetFileAttributesEx instead of CreateFile/GetFileTime/CloseHandle to get file times. This results in a 30% reduction in time to do a build system check.
-
- Oct 21, 2005
-
-
Bill Hoffman authored
-
- Oct 19, 2005
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- Oct 18, 2005
-
-
Andy Cedilnik authored
-
- Oct 12, 2005
-
-
Andy Cedilnik authored
-
- Oct 06, 2005
-
-
Sebastien Barre authored
-
- Oct 05, 2005
-
-
Sebastien Barre authored
ENH: avoid the use of GET_TARGET_PROPERTY by testing the CMake executable instead of the test executable
-
Brad King authored
BUG: Reverting fundamental type info change until it is fixed on more platforms. It was tested on Linux, SGI, HP, Sun, OSX, Windows with nmake and VS 6, 7, 7.1, 8, Borland Make, and cygwin by hand with spaces in the path and cmake 2.0 and 2.2 before committing but still seems to be failing on some dashboards...strange.
-
- Oct 04, 2005
-
-
Sebastien Barre authored
-
- Oct 03, 2005
-
-
Brad King authored
ENH: Converting FundamentalType try-compiles into a single try-run. All the information about the existence, size, and signedness of types can be determined in one program thanks to limits.h.
-
- Sep 22, 2005
-
-
Andy Cedilnik authored
-