summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* ENH: support for --build-config-sample feature #1022Ken Martin2007-03-196-148/+213
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-199-51/+149
* STYLE: Nightly Version updateAndy Cedilnik2007-03-191-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-03-181-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-03-171-1/+1
* BUG: Need to include relative path top information in directory information s...Brad King2007-03-161-2/+25
* BUG: Use GetExecutableNames instead of GetLibraryNames to compute the install...Brad King2007-03-161-35/+61
* COMP: Fix bad escape sequence.Brad King2007-03-161-1/+1
* ENH: More regular expressions for visual studio 6Andy Cedilnik2007-03-161-0/+1
* ENH: Added computation of object file names that are almost always short enou...Brad King2007-03-165-24/+174
* BUG: change in how set cache overrides local definitions. Should mainly be a ...Ken Martin2007-03-151-1/+2
* STYLE: Nightly Version updateAndy Cedilnik2007-03-151-1/+1
* BUG: Reverting previous changes related to using an empty string for a relati...Brad King2007-03-143-6/+6
* BUG: When the current output directory is a link directory we need to referen...Brad King2007-03-141-0/+4
* ENH: Added MD5 implementation to KWSys.Brad King2007-03-144-2/+697
* BUG: During relative path conversion if the remote and target paths are the s...Brad King2007-03-141-2/+2
* BUG: All executable and library project types should specify a program databa...Brad King2007-03-141-21/+6
* ENH: some more cleanupKen Martin2007-03-138-16/+20
* ENH: add project to target map, not used yet, but createdBill Hoffman2007-03-135-19/+139
* BUG: Fix check of EXCLUDE_FROM_ALL property to use boolean type. This is req...Brad King2007-03-131-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-03-131-1/+1
* ENH: added remove_directory bug 2937Ken Martin2007-03-121-1/+13
* BUG: Preserve symlinks during installation. This addresses bug#4384.Brad King2007-03-121-0/+68
* ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.Brad King2007-03-124-15/+50
* ENH: typoKen Martin2007-03-122-9/+5
* ENH: small enchancement for bug 3776.Ken Martin2007-03-121-1/+13
* BUG: Split precompiled header flags into a separate per-global-generator flag...Brad King2007-03-128-85/+154
* COMP: XCode fixKen Martin2007-03-121-1/+1
* ENH: some code cleanupKen Martin2007-03-1217-63/+44
* STYLE: Nightly Version updateAndy Cedilnik2007-03-111-1/+1
* 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-091-2/+55
* 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
* ENH: Do not compute a path name for the import library if there is no import ...Brad King2007-03-091-3/+9
* 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