summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add EHa optionBill Hoffman2006-06-301-0/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-301-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-291-1/+1
|
* BUG: Fix usage of FILE(APPEND) mode.Brad King2006-06-281-4/+4
|
* BUG: Make sure try-compile source ends in a newline.Brad King2006-06-283-3/+3
|
* ENH: remove cerr outputBill Hoffman2006-06-281-7/+0
|
* BUG: fix typoKen Martin2006-06-281-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-281-1/+1
|
* COMP: warning fixKen Martin2006-06-271-19/+18
|
* ENH: fix for subdir all target after control cKen Martin2006-06-271-18/+19
|
* ENH: fix ia64 build with aCCBill Hoffman2006-06-271-13/+19
|
* ENH: fix crash when glob has wrong number of argumentsBill Hoffman2006-06-271-0/+5
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-271-1/+1
|
* BUG: When using a working directory for the custom command do not convert ↵Brad King2006-06-261-9/+16
| | | | paths to be relative to the build directory.
* BUG: fix for bug 3444, remove trailing . in lib namesBill Hoffman2006-06-261-1/+1
|
* ENH: fix subdir issueKen Martin2006-06-261-2/+13
|
* ENH: Clarified documentation of EXISTS and IS_DIRECTORY modes.Brad King2006-06-261-2/+4
|
* BUG: Added missing release steps.Brad King2006-06-261-0/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-261-1/+1
|
* BUG: The operator precedence is [] followed by *. Calling this method was ↵Karthik Krishnan2006-06-251-1/+1
| | | | causing out of array index segfaults bounds
* STYLE: Nightly Version updateAndy Cedilnik2006-06-251-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-241-1/+1
|
* ENH: Default drop method httpAndy Cedilnik2006-06-231-0/+1
|
* ENH: Use CMake's error reporting mechanismAndy Cedilnik2006-06-221-11/+12
|
* ENH: DIsplay the list file stack when displaying errorsAndy Cedilnik2006-06-222-3/+24
|
* ENH: add a higher performance method to get the number of files in a directoryKen Martin2006-06-223-3/+67
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-221-1/+1
|
* 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
|
* ENH: Do not search for X11 if it is already found.Brad King2006-06-191-1/+3
|
* 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: Updates from KDEAndy Cedilnik2006-06-162-55/+37
|
* 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: add a commentBill Hoffman2006-06-161-0/+4
|
* 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
|