| Commit message (Expand) | Author | Age | Files | Lines |
* | Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .lib | Brad King | 2011-12-05 | 1 | -2/+24 |
|
|
* | Tweak all files during target installation | Brad King | 2009-10-21 | 1 | -48/+90 |
|
|
* | Compute install destination for all target files | Brad King | 2009-10-21 | 1 | -70/+70 |
|
|
* | Simplify 'strip' and 'ranlib' install tweak code | Brad King | 2009-10-21 | 1 | -6/+4 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Pass config to cmTarget RPATH install methods | Brad King | 2009-07-08 | 1 | -3/+3 |
|
|
* | ENH: Cleanup per-config target install generation | Brad King | 2009-07-03 | 1 | -18/+13 |
|
|
* | ENH: Remove unused PROPERTIES from file(INSTALL) | Brad King | 2009-04-27 | 1 | -2/+1 |
|
|
* | ENH: Refactor cmInstallGenerator for re-use | Brad King | 2009-03-16 | 1 | -42/+1 |
|
|
* | BUG: Do not map install_name of imported targets | Brad King | 2008-11-25 | 1 | -1/+8 |
|
|
* | BUG: Fix config test for target install rules | Brad King | 2008-10-03 | 1 | -50/+34 |
|
|
* | BUG: RPATH adjustment of versioned executables should operate on the file and... | Brad King | 2008-05-27 | 1 | -0/+6 |
|
|
* | ENH: Improve RPATH behavior during installation. | Brad King | 2008-04-14 | 1 | -20/+85 |
|
|
* | BUG: Correct Mac OS X framework behavior | Brad King | 2008-04-08 | 1 | -4/+5 |
|
|
* | ENH: During installation do not use builtin chrpath if the rpath will not cha... | Brad King | 2008-03-02 | 1 | -0/+6 |
|
|
* | ENH: Cleanup builtin chrpath support | Brad King | 2008-03-02 | 1 | -11/+8 |
|
|
* | ENH: Use builtin chrpath instead of relinking ELF targets | Brad King | 2008-03-01 | 1 | -5/+2 |
|
|
* | ENH: Improve exporting/importing of targets | Brad King | 2008-02-06 | 1 | -14/+23 |
|
|
* | COMP: Add missing include for assert. | Brad King | 2008-02-05 | 1 | -0/+2 |
|
|
* | ENH: Allow separate installation of shared libs and their links. | Brad King | 2008-02-04 | 1 | -19/+94 |
|
|
* | BUG: Remove InstallNameFixupPath from cmTarget and cmInstallTargetGenerator. | Brad King | 2008-02-01 | 1 | -27/+22 |
|
|
* | ENH: Update cmInstallTargetGenerator to get the shared libraries linked by a ... | Brad King | 2008-01-29 | 1 | -47/+28 |
|
|
* | ENH: Add cmTarget::GetLinkInformation method to allow several places in the g... | Brad King | 2008-01-29 | 1 | -27/+12 |
|
|
* | ENH: Support exporting/importing of AppBundle targets. | Brad King | 2008-01-28 | 1 | -2/+1 |
|
|
* | ENH: Support exporting/importing of Framework targets. | Brad King | 2008-01-28 | 1 | -2/+1 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -16/+5 |
|
|
* | BUG: fix for bug 6193, fix xcode depend helper | Bill Hoffman | 2008-01-10 | 1 | -12/+3 |
|
|
* | STYLE: fix warnings: comparison signed/unsigned, unused variable | Alexander Neundorf | 2007-12-19 | 1 | -2/+2 |
|
|
* | ENH: add support for chrpath, so the RPATH in ELF files can be changed when | Alexander Neundorf | 2007-12-18 | 1 | -0/+55 |
|
|
* | ENH: Finish up the Framework creation code restructuring. Frameworks build an... | David Cole | 2007-10-10 | 1 | -2/+12 |
|
|
* | ENH: Add InstallNameFixupPath to support installing built frameworks on the M... | David Cole | 2007-08-24 | 1 | -30/+75 |
|
|
* | STYLE: add some newlines to cmake_install.cmake, so it's easier to read | Alexander Neundorf | 2007-08-20 | 1 | -1/+1 |
|
|
* | ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL t... | Brad King | 2007-08-03 | 1 | -0/+11 |
|
|
* | COMP: Remove shadowed local. | Brad King | 2007-07-02 | 1 | -1/+0 |
|
|
* | ENH: Further cleanup of installation script generation. The per-component an... | Brad King | 2007-07-02 | 1 | -45/+7 |
|
|
* | BUG: Fix install_name_tool update of the executable in an installed bundle on... | Brad King | 2007-07-02 | 1 | -6/+10 |
|
|
* | ENH: Improved indentation of generated cmake_install.cmake code. | Brad King | 2007-07-02 | 1 | -31/+79 |
|
|
* | ENH: First step of install script generator cleanup. Each configuration to b... | Brad King | 2007-06-28 | 1 | -208/+203 |
|
|
* | STYLE: preparations for the INSTALL(EXPORT ...) generator | Alexander Neundorf | 2007-06-19 | 1 | -17/+23 |
|
|
* | STYLE: remove code duplication between PrepareScriptReference and | Alexander Neundorf | 2007-06-15 | 1 | -92/+61 |
|
|
* | BUG: don't strip static libraries, it removes their symbol table, dynamic | Alexander Neundorf | 2007-06-15 | 1 | -11/+16 |
|
|
* | BUG: don't run strip on OPTIONAL install targets if the file doesn't exist | Alexander Neundorf | 2007-06-15 | 1 | -15/+28 |
|
|
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -1/+1 |
|
|
* | ENH: move hack to fix "new cmake on old build tree on OSX doesn't have CMAKE_... | Alexander Neundorf | 2007-05-18 | 1 | -8/+0 |
|
|
* | STYLE: fix line lengths | Alexander Neundorf | 2007-05-18 | 1 | -4/+5 |
|
|
* | BUG: Need to use GetSafeDefinition when assigning to a string. | Brad King | 2007-05-17 | 1 | -2/+2 |
|
|
* | STYLE: fix indentation | Alexander Neundorf | 2007-05-17 | 1 | -9/+23 |
|
|
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 1 | -4/+65 |
|
|
* | ENH: Added support for import libraries created by executable and module targ... | Brad King | 2007-03-19 | 1 | -6/+26 |
|
|
* | BUG: Use GetExecutableNames instead of GetLibraryNames to compute the install... | Brad King | 2007-03-16 | 1 | -35/+61 |
|
|