summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...Brad King2007-03-089-173/+99
* ENH: Ask the target for its own directory in case of bundle instead of direct...Brad King2007-03-081-6/+2
* BUG: Compute HomeRelativeOutputPath following the rules of RelativePathTopBin...Brad King2007-03-081-5/+5
* ENH: Enable SubDirSpaces test when building with bootstrapped cmake.Brad King2007-03-081-5/+5
* ENH: Fixed recursive make call target escaping for Borland to support SubDirS...Brad King2007-03-084-2/+18
* ENH: Updated GetRecursiveMakeCall to use EscapeForShell instead of MAKEFILE c...Brad King2007-03-081-11/+9
* ENH: Added ConvertToOutputSlashes method to convert slashes with the same pol...Brad King2007-03-082-0/+19
* ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had ...Brad King2007-03-083-29/+0
* BUG: Some calls to Convert() were converting for MAKEFILE but then passing th...Brad King2007-03-084-26/+12
* STYLE: Removed unused calls to Convert.Brad King2007-03-081-6/+0
* STYLE: Removing unused methods ConvertToShellPath and EscapeForUnixShell.Brad King2007-03-082-62/+0
* STYLE: Fix line-too-long.Brad King2007-03-081-1/+2
* ENH: SetupPathConversions is now called automatically on demand.Brad King2007-03-084-8/+11
* STYLE: Nightly Version updateAndy Cedilnik2007-03-081-1/+1
* ENH: Modified GetObjectFileNameWithoutTarget to use relative paths for object...Brad King2007-03-071-9/+8
* ENH: Improved computation of RelativePathTopSource and RelativePathTopBinary ...Brad King2007-03-072-31/+37
* ENH: Set RelativePathTopSource and RelativePathTopBinary independently for ea...Brad King2007-03-071-5/+44
* COMP: Fix ConvertToRelativePath change for Xcode generator.Brad King2007-03-072-12/+14
* STYLE: Move warning disable pragma into push/pop block.Brad King2007-03-071-5/+1
* BUG: Get rid of ancient variables CMAKE_CXX_WARNING_LEVEL, CMAKE_CXX_USE_RTTI...Brad King2007-03-072-16/+1
* BUG: untested fix for newlines in the output of pkg configKen Martin2007-03-071-7/+16
* COMP: Add missing include for assert.Brad King2007-03-071-0/+2
* ENH: Moved ConvertToRelativePath from cmGlobalGenerator to cmLocalGenerator. ...Brad King2007-03-074-193/+191
* BUG: Use angle-brackets to include testSystemTools.h to avoid problems with i...Brad King2007-03-072-2/+6
* BUG: oops bad arg for new testKen Martin2007-03-071-1/+1
* BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITION...Ken Martin2007-03-076-19/+111
* ENH: Enabled support for use_auto_ptr(get_auto_ptr()) syntax on HP compiler.Brad King2007-03-072-21/+47
* STYLE: Nightly Version updateAndy Cedilnik2007-03-071-1/+1
* ENH: added a tets for newlines in some commandsKen Martin2007-03-065-0/+59
* COMP: shut up w4 warningKen Martin2007-03-061-0/+5
* STYLE: Defautl answer for the license is noAndy Cedilnik2007-03-061-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-03-061-1/+1
* ENH: patch applied for bug 4517Ken Martin2007-03-051-38/+25
* BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice.Brad King2007-03-054-84/+0
* COMP: shut up warningsKen Martin2007-03-054-0/+21
* ENH: fix compiler warningsKen Martin2007-03-053-6/+4
* STYLE: long lineKen Martin2007-03-051-1/+2
* STYLE: Nightly Version updateAndy Cedilnik2007-03-051-1/+1
* COMP: Disable function call with function return test for HP until it is impl...Brad King2007-03-041-0/+2
* STYLE: Nightly Version updateAndy Cedilnik2007-03-041-1/+1
* COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testA...Brad King2007-03-032-1/+3
* COMP: Disable auto_ptr test for now.Brad King2007-03-031-1/+1
* ENH: Implemented auto_ptr_ref in a way that allows conversion of the pointed-...Brad King2007-03-032-9/+6
* COMP: Remove one conversion test until it is implemented.Brad King2007-03-031-0/+2
* ENH: Added test for auto_ptr. Documented aut_ptr template implementation.Brad King2007-03-033-23/+294
* BUG: cmCreateTestSourceList command is needed at boostrap time because KWSys ...Brad King2007-03-032-2/+2
* ENH: Cleaned up KWSys tests to use test drivers.Brad King2007-03-0311-65/+87
* BUG: Do not create import library for MODULEs. The TARGET_IMPLIB name is not...Brad King2007-03-031-10/+14
* STYLE: Nightly Version updateAndy Cedilnik2007-03-031-1/+1
* BUG: fix for build orderKen Martin2007-03-022-2/+29