Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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: remove c++ comments from c code | Bill Hoffman | 2006-08-14 | 1 | -4/+0 |
| | |||||
* | 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 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2006-08-14 | 1 | -1/+1 |
| | |||||
* | COMP: Remove more warnings | Andy Cedilnik | 2006-08-14 | 1 | -4/+4 |
| | |||||
* | ENH: fix for no newline on some makes fix for ctest and some symlinks | Andy Cedilnik | 2006-08-14 | 3 | -0/+10 |
| | |||||
* | COMP: Remove some warnings and make library report an error instead of call exit | Andy Cedilnik | 2006-08-14 | 2 | -23/+33 |
| | |||||
* | ENH: still escape () but do not escape | Bill Hoffman | 2006-08-14 | 1 | -2/+16 |
| | |||||
* | ENH: Start building compress library | Andy Cedilnik | 2006-08-14 | 1 | -1/+7 |
| | |||||
* | 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 |
| | |||||
* | ENH: fix error in if statement | Bill Hoffman | 2006-08-11 | 2 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | ENH: fix failing tests | Bill Hoffman | 2006-08-10 | 2 | -4/+18 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-10 | 1 | -1/+1 |
| | |||||
* | ENH: Enabling preprocessed source and asembly source generation rules on AIX ↵ | Brad King | 2006-08-09 | 1 | -0/+10 |
| | | | | compilers. | ||||
* | ENH: Enabled generation of preprocessed and assembly source rules for MSVC ↵ | Brad King | 2006-08-09 | 1 | -0/+12 |
| | | | | with NMake. | ||||
* | ENH: Enabling preprocessed source and asembly source generation rules on SGI ↵ | Brad King | 2006-08-09 | 2 | -0/+32 |
| | | | | MIPSpro compilers. | ||||
* | ENH: Enabling preprocessed source and asembly source generation rules on HP ↵ | Brad King | 2006-08-09 | 1 | -0/+14 |
| | | | | aCC and cc. | ||||
* | ENH: Enabling preprocessed source and asembly source generation rules on Sun CC. | Brad King | 2006-08-09 | 1 | -0/+10 |
| | |||||
* | ENH: Changed preprocessed source extension to .i and assembly extension to ↵ | Brad King | 2006-08-09 | 3 | -11/+11 |
| | | | | .s for more portability. | ||||
* | ENH: try to fix compress failure | Bill Hoffman | 2006-08-09 | 2 | -4/+16 |
| | |||||
* | 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 | 6 | -2/+160 |
| | | | | 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. | ||||
* | ENH: finally fix the failing test on the dashboard for the past month or so | Bill Hoffman | 2006-08-07 | 2 | -2/+14 |
| | |||||
* | 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 |
| | |||||
* | ENH: give up on try run | Bill Hoffman | 2006-08-04 | 1 | -30/+6 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-04 | 1 | -1/+1 |
| | |||||
* | ENH: add a try run source code macro | Bill Hoffman | 2006-08-03 | 1 | -0/+67 |
| | |||||
* | ENH: fix error | Bill Hoffman | 2006-08-03 | 1 | -3/+3 |
| | |||||
* | ENH: fix for makedev three args test | Bill Hoffman | 2006-08-03 | 2 | -5/+15 |
| |