summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* COMP: fix compile warning/error (non-void function returning void)Alexander Neundorf2008-09-072-2/+2
* STYLE: Nightly Date StampBrad King2008-09-071-1/+1
* ENH: provide the xxx_FIND_QUIETLY, xxx_FIND_REQUIRED and xxx_FIND_VERSION_ va...Alexander Neundorf2008-09-062-57/+66
* STYLE: Nightly Date StampBrad King2008-09-061-1/+1
* BUG: Fix issue #7046 - make sure extensionless headers and resource files wor...David Cole2008-09-051-17/+31
* STYLE: Nightly Date StampBrad King2008-09-051-1/+1
* ENH: Allow a custom list of debug configurationsBrad King2008-09-049-45/+127
* BUG: fix extra close that killed cmake when being debuggedBill Hoffman2008-09-041-15/+7
* BUG: Fix typo in get_property documentationBrad King2008-09-041-1/+1
* BUG: Fix unsetting of global propertiesBrad King2008-09-041-4/+0
* BUG: Make CTest honor user-specified configBrad King2008-09-041-2/+8
* STYLE: Nightly Date StampBrad King2008-09-041-1/+1
* BUG: fix for 7519 extra closing > in fortran projectsBill Hoffman2008-09-031-1/+1
* STYLE: Nightly Date StampBrad King2008-09-031-1/+1
* BUG: Fix issue #3648 - make sure CMake reruns if a Bundle application's direc...David Cole2008-09-021-0/+2
* ENH: Create Info.plist files in OS X FrameworksBrad King2008-09-026-3/+91
* ENH: Simplify string attributes in Xcode generatorBrad King2008-09-023-40/+36
* STYLE: Nightly Date StampBrad King2008-09-021-1/+1
* STYLE: Nightly Date StampBrad King2008-09-011-2/+2
* STYLE: Nightly Date StampBrad King2008-08-311-1/+1
* STYLE: Nightly Date StampBrad King2008-08-301-1/+1
* BUG: Link flags should still be chainedBrad King2008-08-291-4/+1
* STYLE: Nightly Date StampBrad King2008-08-291-1/+1
* BUG: A -framework Foo is also a libBrad King2008-08-291-1/+2
* BUG: Fix previous fix.Brad King2008-08-291-1/+1
* BUG: When recognizing flags on link lines, we must still treat -l as a library.Brad King2008-08-291-1/+1
* STYLE: Nightly Date StampBrad King2008-08-281-1/+1
* COMP: Do not use private typedef from outside class.Brad King2008-08-271-1/+1
* ENH: New link line item ordering algorithmBrad King2008-08-272-153/+241
* BUG: Do not infer dependencies of link flagsBrad King2008-08-272-5/+14
* BUG: Treat empty config name as no configurationBrad King2008-08-271-1/+1
* STYLE: Nightly Date StampBrad King2008-08-271-1/+1
* BUG: Correct typo in error message.David Cole2008-08-261-1/+1
* STYLE: Nightly Date StampBrad King2008-08-261-1/+1
* ENH: Add unset() command.Brad King2008-08-257-6/+160
* STYLE: Nightly Date StampBrad King2008-08-251-1/+1
* STYLE: Nightly Date StampBrad King2008-08-241-1/+1
* BUG: Correct typo in documentation: or -> ofDavid Cole2008-08-231-1/+1
* ENH: Add the RECURSE_SYMLINKS_OFF flag to the FILE GLOB_RECURSE command. Expo...David Cole2008-08-232-2/+18
* STYLE: Nightly Date StampBrad King2008-08-231-1/+1
* STYLE: Nightly Date StampBrad King2008-08-221-1/+1
* ENH: Allow custom limit on object file path lengthBrad King2008-08-213-10/+61
* STYLE: Nightly Date StampBrad King2008-08-211-1/+1
* ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive ...David Cole2008-08-203-1/+19
* ENH: Add if(TARGET) commandBrad King2008-08-202-0/+9
* BUG: Handle case when select() liesBrad King2008-08-201-7/+10
* STYLE: Nightly Date StampBrad King2008-08-201-1/+1
* BUG: fix for 6462, delete key should delete the current charBill Hoffman2008-08-191-2/+9
* BUG: fix for 7045, use gcc for .mBill Hoffman2008-08-191-2/+3
* BUG: fix 6647 arguments after -E should not be parsed by CMakeBill Hoffman2008-08-193-11/+18