summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ENH: fixs for check compile stuff from Oswald B.Bill Hoffman2006-08-214-15/+16
|
* 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: reorder code to remove forward declarationsKen Martin2006-08-171-249/+249
|
* ENH: Added JoinPath overload that accepts an iterator range.Brad King2006-08-172-6/+25
|
* COMP: Fixed linkage specifier consistency warning.Brad King2006-08-171-4/+4
|
* ENH: Implemented support for installing VC8 runtime libraries.Brad King2006-08-171-3/+18
|
* BUG: Removed code that is now in Modules/InstallRequiredSystemLibraries.cmake.Brad King2006-08-171-27/+0
|
* 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-153-6/+45
|
* 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
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-151-1/+1
|
* ENH: remove c++ comments from c codeBill Hoffman2006-08-141-4/+0
|
* ENH: do not use OBJROOT or you can get two copies of executablesBill Hoffman2006-08-141-1/+0
|
* BUG: add newline for some versions of makeAndy Cedilnik2006-08-141-1/+1
|
* COMP: Remove warningsAndy Cedilnik2006-08-141-1/+1
|
* COMP: Remove more warningsAndy Cedilnik2006-08-141-4/+4
|
* ENH: fix for no newline on some makes fix for ctest and some symlinksAndy Cedilnik2006-08-143-0/+10
|
* COMP: Remove some warnings and make library report an error instead of call exitAndy Cedilnik2006-08-142-23/+33
|
* ENH: still escape () but do not escapeBill Hoffman2006-08-141-2/+16
|
* ENH: Start building compress libraryAndy Cedilnik2006-08-141-1/+7
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-141-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-131-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-121-1/+1
|
* ENH: fix for AddKeepPath not calling realpathKen Martin2006-08-111-1/+2
|
* ENH: escape ( and ) in unix pathsBill Hoffman2006-08-111-2/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-111-1/+1
|
* ENH: fix error in if statementBill Hoffman2006-08-112-2/+2
|
* BUG: strlen logic was backwards resulting in function body never actually ↵David Cole2006-08-101-2/+2
| | | | executing... when called with valid strings, it was always doing nothing and returning false... now it works as expected.
* ENH: only change the cache if the value was really changedBill Hoffman2006-08-101-1/+1
|
* ENH: fix failing testsBill Hoffman2006-08-102-4/+18
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-101-1/+1
|
* ENH: Enabling preprocessed source and asembly source generation rules on AIX ↵Brad King2006-08-091-0/+10
| | | | compilers.
* ENH: Enabled generation of preprocessed and assembly source rules for MSVC ↵Brad King2006-08-091-0/+12
| | | | with NMake.
* ENH: Enabling preprocessed source and asembly source generation rules on SGI ↵Brad King2006-08-092-0/+32
| | | | MIPSpro compilers.
* ENH: Enabling preprocessed source and asembly source generation rules on HP ↵Brad King2006-08-091-0/+14
| | | | aCC and cc.