Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Implement TarCompress generator using compress library | Andy Cedilnik | 2006-08-21 | 3 | -98/+179 |
| | |||||
* | BUG: RENAME option should be allowd for INSTALL(PROGRAMS) too. | Brad King | 2006-08-21 | 1 | -2/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-21 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-20 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Fixed line-too-long style errors. | Brad King | 2006-08-18 | 2 | -3/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-18 | 1 | -1/+1 |
| | |||||
* | ENH: fix project names to be case sensitive and change name to linkline from ↵ | Bill Hoffman | 2006-08-17 | 1 | -5/+5 |
| | | | | inkline | ||||
* | BUG: Bundle installation needs all file permissions to be preserved from the ↵ | Brad King | 2006-08-17 | 1 | -5/+9 |
| | | | | build tree. | ||||
* | ENH: Making documentation even less ambiguous since some users still think ↵ | Brad King | 2006-08-17 | 1 | -5/+8 |
| | | | | this command can generate a file with dependencies. | ||||
* | ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet ↵ | Brad King | 2006-08-17 | 12 | -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 King | 2006-08-17 | 1 | -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 King | 2006-08-17 | 2 | -6/+25 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-17 | 1 | -1/+1 |
| | |||||
* | ENH: revert change in parser as it sent the parser into an infinite loop | Bill Hoffman | 2006-08-16 | 3 | -186/+252 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-16 | 1 | -1/+1 |
| | |||||
* | ENH: Adding flags to force generation of manifest files when building with VC 8. | Brad King | 2006-08-15 | 1 | -0/+2 |
| | |||||
* | BUG: Need to clean manifest files that may have been generated for .exe and ↵ | Brad King | 2006-08-15 | 2 | -0/+20 |
| | | | | .dll files. | ||||
* | BUG: Added object language to list of object files in a local generator's ↵ | Brad King | 2006-08-15 | 4 | -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 parsing | Bill Hoffman | 2006-08-15 | 3 | -252/+186 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-15 | 1 | -1/+1 |
| | |||||
* | ENH: do not use OBJROOT or you can get two copies of executables | Bill Hoffman | 2006-08-14 | 1 | -1/+0 |
| | |||||
* | BUG: add newline for some versions of make | Andy Cedilnik | 2006-08-14 | 1 | -1/+1 |
| | |||||
* | ENH: fix for no newline on some makes fix for ctest and some symlinks | Andy Cedilnik | 2006-08-14 | 3 | -0/+10 |
| | |||||
* | ENH: still escape () but do not escape | Bill Hoffman | 2006-08-14 | 1 | -2/+16 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-14 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-13 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-12 | 1 | -1/+1 |
| | |||||
* | ENH: fix for AddKeepPath not calling realpath | Ken Martin | 2006-08-11 | 1 | -1/+2 |
| | |||||
* | ENH: escape ( and ) in unix paths | Bill Hoffman | 2006-08-11 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-11 | 1 | -1/+1 |
| | |||||
* | BUG: strlen logic was backwards resulting in function body never actually ↵ | David Cole | 2006-08-10 | 1 | -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 changed | Bill Hoffman | 2006-08-10 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-10 | 1 | -1/+1 |
| | |||||
* | ENH: Changed preprocessed source extension to .i and assembly extension to ↵ | Brad King | 2006-08-09 | 2 | -7/+7 |
| | | | | .s for more portability. | ||||
* | ENH: Added options CMAKE_SKIP_PREPROCESSED_SOURCE_RULES and ↵ | Brad King | 2006-08-09 | 2 | -3/+21 |
| | | | | CMAKE_SKIP_ASSEMBLY_SOURCE_RULES to allow projects to disable generation of .E and .S rules. | ||||
* | COMP: Fix warnings produced by the change in include order from the ↵ | Brad King | 2006-08-09 | 3 | -29/+23 |
| | | | | re-organization of lexer code. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-09 | 1 | -1/+1 |
| | |||||
* | ENH: add cmake output to build and test | Bill Hoffman | 2006-08-08 | 1 | -0/+3 |
| | |||||
* | COMP: Moved duplicate flex-generated lexer warning suppression and ↵ | Brad King | 2006-08-08 | 11 | -309/+96 |
| | | | | cross-platform support code to a single cmStandardLexer.h included by all lexer sources. Added fix for macro redefinitions on Borland 5.8 compiler. | ||||
* | ENH: make sure RuleVariable struct is initialized correctly, also make sure ↵ | Bill Hoffman | 2006-08-08 | 2 | -28/+28 |
| | | | | custom command targets do not crash cmake | ||||
* | STYLE: Fixed line length. | Brad King | 2006-08-08 | 1 | -1/+2 |
| | |||||
* | BUG: Duplicate object name detection should not be case sensitive since this ↵ | Brad King | 2006-08-08 | 1 | -5/+8 |
| | | | | code is used on Windows file systems. This addresses bug#3589. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-08 | 1 | -1/+1 |
| | |||||
* | ENH: Added generation of rules to manually request preprocessed or generated ↵ | Brad King | 2006-08-08 | 5 | -2/+156 |
| | | | | assembly sources. | ||||
* | ENH: Added undocumented option -E cmake_unimplemented_variable to help print ↵ | Brad King | 2006-08-07 | 1 | -0/+12 |
| | | | | useful error messages for unimplemented features on a given platform. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-07 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-06 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-04 | 1 | -1/+1 |
| |