summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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-085-2/+156
| | | | 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.
* 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 ↵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-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 ↵Brad King2006-08-012-22/+39
| | | | separate method. This will aid generation of more such rules later.
* 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 ↵Brad King2006-08-011-1/+4
| | | | partially addresses bug#3556.
* 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 ↵Brad King2006-08-013-9/+15
| | | | from implementation of unique object name computation for VS generators. This addresses bug#3565.
* STYLE: Nightly Version updateAndy Cedilnik2006-08-011-1/+1
|
* ENH: better coverageKen Martin2006-07-312-19/+54
|
* ENH: fix line lengthsKen Martin2006-07-311-2/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-311-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-301-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-291-1/+1
|
* BUG: fix some bad code and add a couple more testsKen Martin2006-07-281-6/+30
|
* BUG: fix for 3557 TargetEnvironment for MIDL Compiler set correctly for 64 bitBill Hoffman2006-07-281-1/+12
|
* BUG: Bail out on generator initialization failureAndy Cedilnik2006-07-281-29/+32
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-281-1/+1
|
* BUG: Set GCC_SYMBOLS_PRIVATE_EXTERN and GCC_INLINES_ARE_PRIVATE_EXTERN ↵Brad King2006-07-271-4/+4
| | | | attributes on all projects to prevent -fvisibility=hidden flags. This is needed to make RTTI work by default.
* BUG: Fix executing and helpAndy Cedilnik2006-07-271-113/+116
|
* BUG: Do not block signals during sleep. Leave that up to the application.Brad King2006-07-271-12/+0
|
* BUG: Prevent crash when no input file or generator specifiedAndy Cedilnik2006-07-271-1/+1
|
* BUG: Fix error message when handler cannot be created.Brad King2006-07-271-1/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-271-1/+1
|
* BUG: fix commentKen Martin2006-07-261-1/+1
|
* COMP: Handle both ansi and non-ansi CAndy Cedilnik2006-07-265-3/+12
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-261-1/+1
|