summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* COMP: libtar should build when included in non-CMake projects...David Cole2006-08-021-1/+5
|
* 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.
* ENH: make cmake build with older versions of cmakeBill Hoffman2006-08-011-1/+3
|
* ENH: fix for qtmainBill Hoffman2006-08-011-1/+3
|
* BUG: Fixed shared library version support for Fortran. This addresses bug#3558.Brad King2006-08-012-8/+18
|
* ENH: add a try compile test for makedev_three_argsBill Hoffman2006-08-011-1/+19
|
* ENH: fix for location of error logBill Hoffman2006-08-012-2/+2
|
* 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: add QtCored as a possible name for qtcore debugBill Hoffman2006-08-011-1/+1
|
* 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.
* BUG: Fix usage of FIND_PROGRAM command.Brad King2006-08-011-3/+3
|
* ENH: fix for optimized debug stuffBill Hoffman2006-08-012-101/+21
|
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-0133-22/+131
|
* ENH: fix qtmain for releaseBill Hoffman2006-08-012-8/+3
|
* ENH: fix qtmain for releaseBill Hoffman2006-08-012-1/+6
|
* ENH: Adding test for source files and header files with the same base name ↵Brad King2006-08-0112-6/+33
| | | | in the same target.
* 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.
* ENH: put back find qtmainBill Hoffman2006-08-011-0/+8
|
* STYLE: Nightly Version updateAndy Cedilnik2006-08-011-1/+1
|
* ENH: Initial importAndy Cedilnik2006-07-314-0/+2051
|