summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* ENH: change comment for fortran depend parsingBill Hoffman2006-08-153-252/+186
* STYLE: Nightly Version updateAndy Cedilnik2006-08-151-1/+1
* 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
* ENH: fix for no newline on some makes fix for ctest and some symlinksAndy Cedilnik2006-08-143-0/+10
* ENH: still escape () but do not escapeBill Hoffman2006-08-141-2/+16
* 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
* BUG: strlen logic was backwards resulting in function body never actually exe...David Cole2006-08-101-2/+2
* ENH: only change the cache if the value was really changedBill Hoffman2006-08-101-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2006-08-101-1/+1
* ENH: Changed preprocessed source extension to .i and assembly extension to .s...Brad King2006-08-092-7/+7
* ENH: Added options CMAKE_SKIP_PREPROCESSED_SOURCE_RULES and CMAKE_SKIP_ASSEMB...Brad King2006-08-092-3/+21
* COMP: Fix warnings produced by the change in include order from the re-organi...Brad King2006-08-093-29/+23
* STYLE: Nightly Version updateAndy Cedilnik2006-08-091-1/+1
* ENH: add cmake output to build and testBill Hoffman2006-08-081-0/+3
* COMP: Moved duplicate flex-generated lexer warning suppression and cross-plat...Brad King2006-08-0811-309/+96
* ENH: make sure RuleVariable struct is initialized correctly, also make sure c...Bill Hoffman2006-08-082-28/+28
* STYLE: Fixed line length.Brad King2006-08-081-1/+2
* BUG: Duplicate object name detection should not be case sensitive since this ...Brad King2006-08-081-5/+8
* STYLE: Nightly Version updateAndy Cedilnik2006-08-081-1/+1
* ENH: Added generation of rules to manually request preprocessed or generated ...Brad King2006-08-085-2/+156
* ENH: Added undocumented option -E cmake_unimplemented_variable to help print ...Brad King2006-08-071-0/+12
* STYLE: Nightly Version updateAndy Cedilnik2006-08-071-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2006-08-061-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2006-08-051-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2006-08-041-1/+1
* ENH: Added target property CLEAN_DIRECT_OUTPUT to not clean all forms of a li...Brad King2006-08-033-49/+101
* BUG: Make sure sources with unknown extensions are not compiled by VS.Brad King2006-08-031-3/+13
* ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.Brad King2006-08-034-22/+19
* STYLE: Nightly Version updateAndy Cedilnik2006-08-031-1/+1
* STYLE: Fixed long line.Brad King2006-08-031-1/+2
* ENH: Restoring previous change with a fix.Brad King2006-08-022-22/+39
* STYLE: Nightly Version updateAndy Cedilnik2006-08-021-1/+1
* ENH: undo change that broke borland 5.6 contBill Hoffman2006-08-012-39/+22
* ENH: Moved generation of directory-level object convenience rules to a separa...Brad King2006-08-012-22/+39
* BUG: Fixed shared library version support for Fortran. This addresses bug#3558.Brad King2006-08-011-8/+17
* BUG: #3563. Segmentation fault with non initialized input or NULL pointers.Glen Lehmann2006-08-011-0/+5
* COMP: Added missing headers. This partially addresses bug#3556.Brad King2006-08-014-0/+9
* ENH: Added platform identifier for QNXNTO. This partially addresses bug#3556.Brad King2006-08-011-0/+3
* COMP: Added missing includes. This partially addresses bug#3556.Brad King2006-08-012-0/+12
* COMP: Use SA_RESTART only if it is defined for the current platform. This pa...Brad King2006-08-011-1/+4
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-0129-22/+111
* ENH: Adding .hh file as a C++ header file extension. Remove duplicate code f...Brad King2006-08-013-9/+15
* STYLE: Nightly Version updateAndy Cedilnik2006-08-011-1/+1
* ENH: better coverageKen Martin2006-07-312-19/+54