index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmInstallTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-04
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
*
ENH: Added implib option to cmTarget::GetDirectory to support a separate dire...
Brad King
2007-03-09
1
-1
/
+1
*
BUG: The .pdb file generated for a library or executable should match the rea...
Brad King
2007-02-01
1
-2
/
+5
*
ENH: Cleanup of install component list. There was already the list in the glo...
Andy Cedilnik
2006-10-31
1
-2
/
+0
*
STYLE: Fix kwstyle
Andy Cedilnik
2006-10-31
1
-1
/
+2
*
ENH: Add support for displaying the list of components
Andy Cedilnik
2006-10-30
1
-0
/
+1
*
ENH: Added OPTIONAL option to INSTALL command to allow installation of files ...
Brad King
2006-10-05
1
-3
/
+4
*
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...
Brad King
2006-08-21
1
-1
/
+5
[next]