8800 Commits (254ae5c62e3ba55a2b51daf192bfb9df2016efde)
 

Author SHA1 Message Date
Brad King 254ae5c62e STYLE: Fix line-too-long. 19 years ago
Brad King 2f2b5b2503 ENH: SetupPathConversions is now called automatically on demand. 19 years ago
Andy Cedilnik 9a5a051f21 STYLE: Nightly Version update 19 years ago
Brad King b90e241a31 ENH: Modified GetObjectFileNameWithoutTarget to use relative paths for object file names with sources above the current directory so long as the relative path conversion works. 19 years ago
Brad King 4036627487 ENH: Improved computation of RelativePathTopSource and RelativePathTopBinary to use higher relative path tops when the source directories jump around in a tree below the original source top. 19 years ago
Brad King ad4055f3e2 ENH: Set RelativePathTopSource and RelativePathTopBinary independently for each local generator. Relative path conversion is safe within a tree as long as it does not go above the highest parent directory still managed by CMake. 19 years ago
Brad King 073076e0f7 COMP: Fix ConvertToRelativePath change for Xcode generator. 19 years ago
Brad King f3cc908e42 STYLE: Move warning disable pragma into push/pop block. 19 years ago
Brad King 0e8515fa4c BUG: Get rid of ancient variables CMAKE_CXX_WARNING_LEVEL, CMAKE_CXX_USE_RTTI, CMAKE_CXX_STACK_SIZE which are only partially implemented and now taken care of by flag mapping anyway. 19 years ago
Ken Martin 100723fbb0 BUG: untested fix for newlines in the output of pkg config 19 years ago
Brad King c841258170 COMP: Add missing include for assert. 19 years ago
Brad King fc19882e8f ENH: Moved ConvertToRelativePath from cmGlobalGenerator to cmLocalGenerator. This is in preparation for setting up each local generator to have its own RelativePathTopSource and RelativePathTopBinary based on its ancestor directories. 19 years ago
Brad King 3bd9d67488 BUG: Use angle-brackets to include testSystemTools.h to avoid problems with in-source builds. 19 years ago
Ken Martin d12455fccb BUG: oops bad arg for new test 19 years ago
Ken Martin bfb3598c4b BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITIONS bug 4364 19 years ago
Brad King 4148fedbf0 ENH: Enabled support for use_auto_ptr(get_auto_ptr()) syntax on HP compiler. 19 years ago
Andy Cedilnik c0ee369379 STYLE: Nightly Version update 19 years ago
Ken Martin 820aa6b961 ENH: added a tets for newlines in some commands 19 years ago
Ken Martin 12b8643fee COMP: shut up w4 warning 19 years ago
Andy Cedilnik cf3f5ce2bc STYLE: Defautl answer for the license is no 19 years ago
Andy Cedilnik 5cc53f2dc1 STYLE: Nightly Version update 19 years ago
Ken Martin 8b7ff9b08b ENH: patch applied for bug 4517 19 years ago
Brad King 73a5c33f9b BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice. 19 years ago
Ken Martin 420095c013 COMP: shut up warnings 19 years ago
Ken Martin d443963d91 ENH: fix compiler warnings 19 years ago
Ken Martin 1263baec63 STYLE: long line 19 years ago
Andy Cedilnik d4798181a2 STYLE: Nightly Version update 19 years ago
Brad King 55280c5524 COMP: Disable function call with function return test for HP until it is implemented. 19 years ago
Andy Cedilnik 8774e0f81f STYLE: Nightly Version update 19 years ago
Brad King 091eafefb3 COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testAutoPtr. 19 years ago
Brad King 55abd50681 COMP: Disable auto_ptr test for now. 19 years ago
Brad King 8c1f9e1b83 ENH: Implemented auto_ptr_ref in a way that allows conversion of the pointed-to type. 19 years ago
Brad King ed722cbe61 COMP: Remove one conversion test until it is implemented. 19 years ago
Brad King 3fcec9daa4 ENH: Added test for auto_ptr. Documented aut_ptr template implementation. 19 years ago
Brad King bdc4974f88 BUG: cmCreateTestSourceList command is needed at boostrap time because KWSys now uses test drivers. 19 years ago
Brad King 0edbb68352 ENH: Cleaned up KWSys tests to use test drivers. 19 years ago
Brad King 42e1ffb7f5 BUG: Do not create import library for MODULEs. The TARGET_IMPLIB name is not set correctly for MODULE rules anyway. 19 years ago
Andy Cedilnik 399c3dffce STYLE: Nightly Version update 19 years ago
Ken Martin 1de68b46f1 BUG: fix for build order 19 years ago
Andy Cedilnik b9ab2b1932 BUG: Propagate platform settings such as CMAKE_OSX_ARCHITECTURES to the try compile 19 years ago
Ken Martin 971f9e4869 ENH: limit the output of system information to no more than 50K per file 19 years ago
Ken Martin 8e702e6977 COMP: fix some w4 warnings 19 years ago
Ken Martin 4456013702 ENH: fix compiler warning 19 years ago
Ken Martin fdbe20cf8b COMP: fix warnings 19 years ago
Brad King a0e26986f7 COMP: More workarounds for Borland. 19 years ago
Andy Cedilnik ba6b7628e5 STYLE: Nightly Version update 19 years ago
Brad King eb04778766 BUG: Fix bug introduced by revision 1.67. The qmake query mode prints information to stderr on some platforms. The OUTPUT_VARIABLE and ERROR_VARIABLE must be the same variable to get all the output. 19 years ago
Ken Martin d223fc64ad COMP: fix a compiel warning 19 years ago
Ken Martin f8c982cf78 ENH: added LIMIT on file read 19 years ago
Ken Martin 508ddaf929 COMP: fix warning 19 years ago