summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: Testing new target properties RUNTIME_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_D...Brad King2007-03-1211-33/+45
* STYLE: Nightly Version updateAndy Cedilnik2007-03-111-1/+1
* BUG: Do not create import library for MODULEs. This is an incremental fix fo...Brad King2007-03-101-6/+6
* BUG: Fixed MSVC8 module build rule to not use /implib option. This is an inc...Brad King2007-03-101-8/+12
* STYLE: Fix line-too-long.Brad King2007-03-101-2/+4
* STYLE: Nightly Version updateAndy Cedilnik2007-03-101-1/+1
* BUG: Use real path subdirectory check instead of substring comparison to iden...Brad King2007-03-091-40/+17
* COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. ...Brad King2007-03-091-17/+20
* COMP: Fixed unreferenced parameter warning for VS6 with /W4.Brad King2007-03-091-1/+5
* BUG: Re-enable backward compatibility replacements in user-provided VS6 DSP t...Brad King2007-03-091-1/+1
* ENH: Implemented use of cmTarget::GetDirectory() in Visual Studio 6 generator...Brad King2007-03-096-42/+95
* ENH: Added target properties ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTO...Brad King2007-03-092-28/+135
* BUG: Fixed OSX bundles to be built in the directory specified by cmTarget::Ge...Brad King2007-03-091-16/+9
* BUG: Shared library creation should use /implib option to specify the name of...Brad King2007-03-091-6/+7
* ENH: Do not compute a path name for the import library if there is no import ...Brad King2007-03-091-3/+9
* ENH: Prepare for the new curl. Curl is build static, so set define to onAndy Cedilnik2007-03-091-0/+1
* ENH: Added cmMakefileTargetGenerator::GenerateExtraOutput to wrap up creation...Brad King2007-03-093-36/+44
* BUG: Need to account for import library directory when constructing the clean...Brad King2007-03-091-1/+1
* ENH: Implemented new policy to choose the directory part of the object file n...Brad King2007-03-091-15/+33
* ENH: Added implib option to cmTarget::GetDirectory to support a separate dire...Brad King2007-03-096-27/+38
* STYLE: Nightly Version updateAndy Cedilnik2007-03-091-1/+1
* ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar...Brad King2007-03-086-15/+19
* ENH: Removed unused variables LibraryOutputPath and ExecutableOutputPath. Ea...Brad King2007-03-082-47/+0
* COMP: Fixed enumeration-not-used warning in switch.Brad King2007-03-081-13/+18
* 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