summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Nightly Version updateAndy Cedilnik2006-06-211-1/+1
|
* ENH: avoid crash in sprintfBill Hoffman2006-06-202-2/+3
|
* ENH: fix line length and warningKen Martin2006-06-201-2/+3
|
* BUG: Delay relative path configuration until as late as possible to make ↵Brad King2006-06-192-3/+11
| | | | sure the source/binary dir are set. This is a work-around for lack of a more structured way of creating the global generator.
* ENH: fix for dependent targetsKen Martin2006-06-192-5/+9
|
* COMP: Fix conversion warning.Brad King2006-06-191-1/+1
|
* ENH: do not use the link script on windowsBill Hoffman2006-06-191-0/+4
|
* BUG: Do not write link script lines that use the ':' command which is ↵Brad King2006-06-181-1/+6
| | | | supposed to be a no-op anyway.
* STYLE: Nightly Version updateAndy Cedilnik2006-06-181-1/+1
|
* BUG: Need to use different link script name when relinking.Brad King2006-06-171-1/+8
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-171-1/+1
|
* ENH: warning fixKen Martin2006-06-161-12/+14
|
* ENH: cleanup how progress is reported for individual targets to fix an ↵Ken Martin2006-06-161-38/+23
| | | | integer math issue
* ENH: fix line lengthKen Martin2006-06-161-2/+2
|
* BUG: fix for bug 3417Bill Hoffman2006-06-161-3/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-161-1/+1
|
* ENH: Provide access to CMAKE_PATCH_VERSION in CMake code.Brad King2006-06-151-0/+2
|
* BUG: Pre-install rules for a target should not have target-level ↵Brad King2006-06-151-1/+0
| | | | dependencies. Each target can be re-linked independently as long as the original targets are up to date.
* ENH: Added generation of link rules into script files executed by a cmake -E ↵Brad King2006-06-1512-9/+242
| | | | command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells.
* ENH: Added Option_Verbatim to run whole command lines directly.Brad King2006-06-153-183/+517
|
* ENH: fix linelengthKen Martin2006-06-153-5/+10
|
* BUG: Clarified documentation about custom command outputs and custom target ↵Brad King2006-06-152-11/+16
| | | | dependencies.
* ENH: Unknown command invocations should be fatal errors.Brad King2006-06-151-0/+1
|
* ENH: Added target property INSTALL_RPATH_USE_LINK_PATH to append the linker ↵Brad King2006-06-153-4/+28
| | | | search path directories not inside the project to the INSTALL_RPATH automatically. The property is initialized by the variable CMAKE_INSTALL_RPATH_USE_LINK_PATH when the target is created.
* BUG: Always check dependency integrity whether or not CMake will re-run ↵Brad King2006-06-151-21/+20
| | | | because the generator no longer checks integrity during generation.
* STYLE: Nightly Version updateAndy Cedilnik2006-06-151-1/+1
|
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-1416-42/+83
|
* ENH: fix line lengthKen Martin2006-06-131-1/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-131-1/+1
|
* ENH: fix line lengthKen Martin2006-06-122-4/+9
|
* BUG: Patch from Miguel A. Figueroa-Villanueva for fixing documentation.Brad King2006-06-121-3/+3
|
* ENH: cleanupKen Martin2006-06-121-9/+10
|
* ENH: some cleanup to progressKen Martin2006-06-123-15/+16
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-121-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-111-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-101-1/+1
|
* ENH: check in partial cygwin generatorBill Hoffman2006-06-097-1/+320
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-091-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-081-1/+1
|
* ENH: add docs for debug trycompileBill Hoffman2006-06-071-0/+3
|
* ENH: fix /TP for c codeBill Hoffman2006-06-061-3/+16
|
* ENH: fix for replacement of @var @ only legal variable names should be replacedBill Hoffman2006-06-061-1/+9
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-061-1/+1
|
* COMP: Removed unused variable.Brad King2006-06-051-2/+0
|
* BUG: Always check whether a subdirectory is below the top of the source ↵Brad King2006-06-051-23/+15
| | | | before computing the binary tree automatically. Even when the source is a relative path it may contain ../ which would allow it to be outside the source tree.
* ENH: line lengthsKen Martin2006-06-053-7/+10
|
* ENH: Changing shared library versioned file names on OSX to conform to that ↵Brad King2006-06-053-10/+46
| | | | platform's convention.
* ENH: Added rxvt-unicode and cygwin terminals for color support.Brad King2006-06-051-1/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-051-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-041-1/+1
|