Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Updates from KDE | Andy Cedilnik | 2006-06-16 | 2 | -55/+37 |
| | |||||
* | ENH: fix line length | Ken Martin | 2006-06-16 | 1 | -2/+2 |
| | |||||
* | BUG: fix for bug 3417 | Bill Hoffman | 2006-06-16 | 1 | -3/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-16 | 1 | -1/+1 |
| | |||||
* | ENH: add a comment | Bill Hoffman | 2006-06-16 | 1 | -0/+4 |
| | |||||
* | ENH: Provide access to CMAKE_PATCH_VERSION in CMake code. | Brad King | 2006-06-15 | 1 | -0/+2 |
| | |||||
* | BUG: Pre-install rules for a target should not have target-level ↵ | Brad King | 2006-06-15 | 1 | -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 King | 2006-06-15 | 12 | -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 King | 2006-06-15 | 3 | -183/+517 |
| | |||||
* | ENH: fix linelength | Ken Martin | 2006-06-15 | 3 | -5/+10 |
| | |||||
* | BUG: Clarified documentation about custom command outputs and custom target ↵ | Brad King | 2006-06-15 | 2 | -11/+16 |
| | | | | dependencies. | ||||
* | ENH: Unknown command invocations should be fatal errors. | Brad King | 2006-06-15 | 1 | -0/+1 |
| | |||||
* | ENH: Added target property INSTALL_RPATH_USE_LINK_PATH to append the linker ↵ | Brad King | 2006-06-15 | 3 | -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 King | 2006-06-15 | 1 | -21/+20 |
| | | | | because the generator no longer checks integrity during generation. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-15 | 1 | -1/+1 |
| | |||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 50 | -175/+232 |
| | |||||
* | ENH: removed old out of date files, online and command line help is better | Ken Martin | 2006-06-13 | 2 | -13616/+0 |
| | |||||
* | ENH: fix line length | Ken Martin | 2006-06-13 | 1 | -1/+2 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-13 | 1 | -1/+1 |
| | |||||
* | ENH: fix line length | Ken Martin | 2006-06-12 | 2 | -4/+9 |
| | |||||
* | ENH: Add support for overwriting the name of the file CPackConfig.cmake and ↵ | Andy Cedilnik | 2006-06-12 | 1 | -3/+12 |
| | | | | CPackSourceConfig.cmake | ||||
* | ENH: removed logo info from the manifest tool | Ken Martin | 2006-06-12 | 1 | -3/+3 |
| | |||||
* | BUG: Patch from Miguel A. Figueroa-Villanueva for fixing documentation. | Brad King | 2006-06-12 | 1 | -3/+3 |
| | |||||
* | ENH: cleanup | Ken Martin | 2006-06-12 | 1 | -9/+10 |
| | |||||
* | ENH: some cleanup to progress | Ken Martin | 2006-06-12 | 3 | -15/+16 |
| | |||||
* | ENH: Switch to http submission | Andy Cedilnik | 2006-06-12 | 1 | -0/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-11 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-10 | 1 | -1/+1 |
| | |||||
* | BUG: don't append to ZLIB_NAMES | Alexander Neundorf | 2006-06-09 | 1 | -10/+28 |
| | | | | | | | ENH: also check for zdll on windows ENH: honor REQUIRED and QUIETLY Alex | ||||
* | ENH: check in partial cygwin generator | Bill Hoffman | 2006-06-09 | 7 | -1/+320 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-09 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-08 | 1 | -1/+1 |
| | |||||
* | ENH: add docs for debug trycompile | Bill Hoffman | 2006-06-07 | 1 | -0/+3 |
| | |||||
* | ENH: fix /TP for c code | Bill Hoffman | 2006-06-06 | 1 | -3/+16 |
| | |||||
* | ENH: fix for replacement of @var @ only legal variable names should be replaced | Bill Hoffman | 2006-06-06 | 1 | -1/+9 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-06 | 1 | -1/+1 |
| | |||||
* | COMP: Removed unused variable. | Brad King | 2006-06-05 | 1 | -2/+0 |
| | |||||
* | BUG: Always check whether a subdirectory is below the top of the source ↵ | Brad King | 2006-06-05 | 1 | -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 lengths | Ken Martin | 2006-06-05 | 3 | -7/+10 |
| | |||||
* | BUG: Use proper signature for EXEC_PROGRAM to get return value of cmake -E ↵ | Brad King | 2006-06-05 | 1 | -12/+13 |
| | | | | remove. Also fixed spelling error in message, and made non-existing files not a fatal error so that the rest of the files are removed. | ||||
* | ENH: Changing shared library versioned file names on OSX to conform to that ↵ | Brad King | 2006-06-05 | 3 | -10/+46 |
| | | | | platform's convention. | ||||
* | ENH: Added rxvt-unicode and cygwin terminals for color support. | Brad King | 2006-06-05 | 1 | -1/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-04 | 1 | -1/+1 |
| | |||||
* | ENH: Handle 'screen' terminal. Thank you Thomas Z. | Andy Cedilnik | 2006-06-03 | 1 | -0/+1 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2006-06-03 | 1 | -0/+1 |
| | |||||
* | COMP: More fixes for non-ANSI C compilers. | Brad King | 2006-06-03 | 1 | -1/+7 |
| | |||||
* | COMP: Fix for non-ANSI C compilers. | Brad King | 2006-06-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-03 | 1 | -1/+1 |
| |