- 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
-
- Sep 21, 2005
- Sep 20, 2005
-
-
Andy Cedilnik authored
-
- Sep 19, 2005
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- Sep 18, 2005
-
-
Brad King authored
-
Brad King authored
-
Andy Cedilnik authored
-
- Sep 17, 2005
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- Sep 16, 2005
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
ENH: Modify API a little bit to allow arbitrary length values. Encode certain characters. Rename UNIX registry to FILE registry. More testing
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- Aug 31, 2005
-
-
Brad King authored
ENH: Added cygcheck knowledge for --ldd option on Cygwin. Added error message for --ldd option when no tool is available but the option was still requested.
-
- Aug 18, 2005
-
-
Brad King authored
BUG: Fixed dirname in a few cases on windows. Now using KWSYS_SHARED_FORWARD_CONFIG_NAME setting instead of CMAKE_INTDIR directly to give choice to user code. Updated documentation to include @KWSYS_NAMESPACE@_SHARED_FORWARD_CONFIG_NAME, @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_PRINT, and @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_LDD settings.
-
Brad King authored
-
- Aug 17, 2005
-
-
Brad King authored
BUG: Automatic pwd/cwd path translation must check that the generated logical-to-physical mapping is correct by using realpath.
-
- Aug 04, 2005
-
-
Brad King authored
ENH: If VTK_LIBRARY_PROPERTIES is set then the properties it lists will be added to VTK library targets with SET_TARGET_PROPERTIES. This will be useful to enable shared library versioning.
-