summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* ENH: Enabling preprocessed source and asembly source generation rules on Sun CC.Brad King2006-08-091-0/+10
|
* ENH: Changed preprocessed source extension to .i and assembly extension to ↵Brad King2006-08-093-11/+11
| | | | .s for more portability.
* ENH: try to fix compress failureBill Hoffman2006-08-092-4/+16
|
* ENH: Added options CMAKE_SKIP_PREPROCESSED_SOURCE_RULES and ↵Brad King2006-08-092-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 King2006-08-093-29/+23
| | | | re-organization of lexer code.
* 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 ↵Brad King2006-08-0811-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 Hoffman2006-08-082-28/+28
| | | | custom command targets do not crash cmake
* 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
| | | | code is used on Windows file systems. This addresses bug#3589.
* STYLE: Nightly Version updateAndy Cedilnik2006-08-081-1/+1
|
* ENH: Added generation of rules to manually request preprocessed or generated ↵Brad King2006-08-086-2/+160
| | | | assembly sources.
* ENH: Added undocumented option -E cmake_unimplemented_variable to help print ↵Brad King2006-08-071-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 soBill Hoffman2006-08-072-2/+14
|
* 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
|
* ENH: give up on try runBill Hoffman2006-08-041-30/+6
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-041-1/+1
|
* ENH: add a try run source code macroBill Hoffman2006-08-031-0/+67
|
* ENH: fix errorBill Hoffman2006-08-031-3/+3
|
* ENH: fix for makedev three args testBill Hoffman2006-08-032-5/+15
|
* ENH: use try run sourceBill Hoffman2006-08-031-2/+6
|
* ENH: change to a try run so that it will fail on the sunBill Hoffman2006-08-031-3/+3
|
* ENH: add a crun macro and fix the output log for compile cBill Hoffman2006-08-032-1/+61
|
* ENH: Added target property CLEAN_DIRECT_OUTPUT to not clean all forms of a ↵Brad King2006-08-033-49/+101
| | | | library name so that static and shared libraries of the same name can coexist in a single build directory.
* BUG: Make sure sources with unknown extensions are not compiled by VS.Brad King2006-08-037-6/+19
|
* 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: use dev_t instead of major_t and minor_tBill Hoffman2006-08-031-2/+2
|