summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Nightly Version updateAndy Cedilnik2007-03-271-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-03-261-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-03-251-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-03-241-1/+1
|
* BUG: fix problem with new curl_getdate and ctestBill Hoffman2007-03-231-1/+7
|
* STYLE: Nightly Version updateAndy Cedilnik2007-03-231-1/+1
|
* ENH: Added target property ENABLE_EXPORTS for executable targets. It ↵Brad King2007-03-224-5/+48
| | | | enables the executables for linking by loadable modules that import symbols from the executable. This finishes the executable import library support mentioned in bug #4210.
* STYLE: Nightly Version updateAndy Cedilnik2007-03-221-1/+1
|
* BUG: typo in if testKen Martin2007-03-211-8/+8
|
* STYLE: Nightly Version updateAndy Cedilnik2007-03-211-1/+1
|
* ENH: try markign non zero return values as warnings for make programsKen Martin2007-03-201-2/+0
|
* ENH: try markign non zero return values as warnings for make programsKen Martin2007-03-201-0/+16
|
* ENH: add another error regexpKen Martin2007-03-201-0/+1
|
* BUG: fix coverity error, null check after usage fixBill Hoffman2007-03-201-2/+5
|
* ENH: minor additional error outputKen Martin2007-03-201-0/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-03-201-1/+1
|
* ENH: support for --build-config-sample feature #1022Ken Martin2007-03-196-148/+213
|
* ENH: Added support for import libraries created by executable and module ↵Brad King2007-03-199-51/+149
| | | | targets. The module import libraries should never be used but some windows compilers always create them for .dll files since there is no distinction from shared libraries on that platform. The executable import libraries may be used to create modules that when loaded bind to symbols from the executables. This is an enhancement related to bug#4210 though not requested by it explicitly.
* 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 ↵Brad King2007-03-161-2/+25
| | | | so that relative path conversion during dependency generation works with the same rules as project generation.
* BUG: Use GetExecutableNames instead of GetLibraryNames to compute the ↵Brad King2007-03-161-35/+61
| | | | installation file name for executable targets.
* 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 ↵Brad King2007-03-165-24/+174
| | | | enough to not exceed the filesystem path length limitation. This is useful when a source file from outside the tree is referenced with a long full path. The object file name previously would contain the entire path which when combined with the build output directory could exceed the filesystem limit. Now CMake recognizes this case and replaces enough of the beginning of the full path to the source file with an md5sum of the replaced portion to make the name fit on disk. This addresses bug#4520.
* BUG: change in how set cache overrides local definitions. Should mainly be a ↵Ken Martin2007-03-151-1/+2
| | | | NOP change for most cases
* STYLE: Nightly Version updateAndy Cedilnik2007-03-151-1/+1
|
* BUG: Reverting previous changes related to using an empty string for a ↵Brad King2007-03-143-6/+6
| | | | relative path to the current directory. Too many places want the . version. Instead we can just convert the . to an empty string in the one place that motiviated the original change.
* BUG: When the current output directory is a link directory we need to ↵Brad King2007-03-141-0/+4
| | | | reference it with the relative path "." instead of an empty relative path.
* 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 ↵Brad King2007-03-141-2/+2
| | | | same return the empty string instead of ".".
* BUG: All executable and library project types should specify a program ↵Brad King2007-03-141-21/+6
| | | | database file name for all configurations. Even when debug information is not used the .pdb file specified is used to construct the name of a .idb file that exists for all configurations when building with the VS IDE.
* 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 ↵Brad King2007-03-131-1/+1
| | | | required for installation of subdirectories to work.
* 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 ↵Brad King2007-03-128-85/+154
| | | | flag map. This is needed because the flag mappings differ across VS IDE versions. This fixes bug#3512 for VS8 where as the previous fix only worked for VS7.
* 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 ↵Brad King2007-03-091-40/+17
| | | | identify when paths are below the relative path tops. Otherwise when the build tree is next to the source tree with the same name plus a suffix the relative path from the binary to source tree is allowed even though it goes outside cmake-managed directories.
* COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. ↵Brad King2007-03-091-17/+20
| | | | It does not seem to be doing the proper auto_ptr_ref conversions. Instead use the const_cast work-around on this platform.