summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Switching KWSYS_CHAR_IS_SIGNED test to use KWSYS_PLATFORM_CXX_TEST_RUN ↵Brad King2006-08-252-20/+4
| | | | macro.
* ENH: Added KWSYS_PLATFORM_CXX_TEST_RUN macro.Brad King2006-08-251-0/+72
|
* ENH: Globbing patterns should not match a slash inside a filename component.Brad King2006-08-251-2/+8
|
* BUG: Avoid putting double-slashes in fromFile during installation. Also ↵Brad King2006-08-251-3/+8
| | | | added regex debugging copy of the expression in string form.
* STYLE: Nightly Version updateAndy Cedilnik2006-08-251-1/+1
|
* COMP: Added missing include for malloc on QNX.Brad King2006-08-242-0/+10
|
* COMP: Add missing malloc.h include for QNX.Brad King2006-08-241-0/+5
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-241-1/+1
|
* COMP: Attempt to fix aix buildAndy Cedilnik2006-08-235-0/+7
|
* ENH: fix bad error reporting with not found pathsKen Martin2006-08-231-14/+9
|
* COMP: Add large files support to CMakeAndy Cedilnik2006-08-231-0/+1
|
* ENH: Added '256color' terminal names. Patch applied from bug#3651.Brad King2006-08-231-0/+3
|
* ENH: Centralized generation of targets listed in the help to be done by the ↵Brad King2006-08-233-11/+20
| | | | code that actually writes the targets.
* STYLE: Nightly Version updateAndy Cedilnik2006-08-231-1/+1
|
* COMP: Support cmake older than 2.4Andy Cedilnik2006-08-231-2/+1
|
* ENH: Handle more warnings properly on AIXAndy Cedilnik2006-08-221-2/+2
|
* COMP: On some project configure may not copy right awayAndy Cedilnik2006-08-221-1/+1
|
* COMP: Add missing cmake fileAndy Cedilnik2006-08-222-1/+2
|
* COMP: Add missing cmake fileAndy Cedilnik2006-08-222-1/+63
|
* ENH: Support large file systems in kwsysAndy Cedilnik2006-08-223-0/+59
|
* BUG: Fixed man page formatting for INSTALL command documentation. Fixed ↵Brad King2006-08-222-14/+20
| | | | line-too-long warning.
* BUG: Add missing APIAndy Cedilnik2006-08-222-0/+80
|
* BUG: Fix error messages and fix remove item to actually remove all instances ↵Andy Cedilnik2006-08-221-3/+8
| | | | of the item
* COMP: Remove warningsAndy Cedilnik2006-08-221-7/+5
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-221-1/+1
|
* BUG: Fixed #if test for case-insensitive glob on OSX.Brad King2006-08-221-1/+1
|
* BUG: Directory installation pattern matching should be case insensitive on ↵Brad King2006-08-212-0/+12
| | | | some platforms.
* BUG: FileIsDirectory should work when the name contains a trailing slash.Brad King2006-08-211-0/+11
|
* ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized ↵Brad King2006-08-218-247/+673
| | | | cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
* ENH: Exposed pattern->regex API. Cleaned up and commented implementation of ↵Brad King2006-08-212-89/+112
| | | | pattern->regex conversion.
* ENH: Implement TarCompress generator using compress libraryAndy Cedilnik2006-08-213-98/+179
|
* BUG: RENAME option should be allowd for INSTALL(PROGRAMS) too.Brad King2006-08-211-2/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-211-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-201-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-191-1/+1
|
* STYLE: Fixed line-too-long style errors.Brad King2006-08-182-3/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-181-1/+1
|
* ENH: fix project names to be case sensitive and change name to linkline from ↵Bill Hoffman2006-08-171-5/+5
| | | | inkline
* BUG: Bundle installation needs all file permissions to be preserved from the ↵Brad King2006-08-171-5/+9
| | | | build tree.
* ENH: Making documentation even less ambiguous since some users still think ↵Brad King2006-08-171-5/+8
| | | | this command can generate a file with dependencies.
* ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet ↵Brad King2006-08-1712-102/+571
| | | | finished so it is undocumented and there is no test. These changes also separate the notions of file and directory permissions.
* ENH: Fix directory installation to properly deal with trailing slash names ↵Brad King2006-08-171-4/+11
| | | | (using the rsync convention for whether the last directory name is included in naming the destination directory).
* ENH: Added JoinPath overload that accepts an iterator range.Brad King2006-08-172-6/+25
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-171-1/+1
|
* ENH: revert change in parser as it sent the parser into an infinite loopBill Hoffman2006-08-163-186/+252
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-161-1/+1
|
* ENH: Adding flags to force generation of manifest files when building with VC 8.Brad King2006-08-151-0/+2
|
* BUG: Need to clean manifest files that may have been generated for .exe and ↵Brad King2006-08-152-0/+20
| | | | .dll files.
* BUG: Added object language to list of object files in a local generator's ↵Brad King2006-08-154-13/+40
| | | | directory. Fixed generation of preprocessing and assembly rules to be done only for C and C++ objects.
* ENH: change comment for fortran depend parsingBill Hoffman2006-08-153-252/+186
|