Bill Hoffman
|
4c5ba06fa1
ENH: use a cmake script to do the clean step, this allows for large numbers of files to be removed without making the command line too long
|
19 years ago |
Brad King
|
19f5d128e8
BUG: Most platforms other than Linux seem to require executable permissions on their shared libraries.
|
19 years ago |
Brad King
|
a2e136fd17
ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and PROGRAMS mode, and corresponding support to FILE(INSTALL). Default permissions for shared libraries on non-Windows/non-OSX platforms no longer has the execute bit set.
|
19 years ago |
Brad King
|
3ca9ef09b7
BUG: Fixed optional file install support for multi-configuration generators.
|
19 years ago |
Brad King
|
b6fd3b7bb1
BUG: Install location full-path test for windows needs to account for both lower case and upper case drive letters.
|
19 years ago |
Brad King
|
cd3c98d032
ENH: Clarified error message.
|
19 years ago |
Brad King
|
079826d367
COMP: Removed unused variables.
|
20 years ago |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 years ago |
Andy Cedilnik
|
6e5cdd6de7
ENH: Add regular string replace (not regex), and relative path command. Also add tests
|
20 years ago |
Bill Hoffman
|
f8c259b443
BUG: try to fix qt problems
|
20 years ago |
Bill Hoffman
|
621c84f9e0
make sure correct path type is used
|
20 years ago |
Brad King
|
d392acb4e6
ENH: Added versioned executable support. This partially addresses bug#2143. Also made OUTPUT_NAME work when installing executables.
|
20 years ago |
Bill Hoffman
|
a13713818c
ENH: if Xcode21 is installed then create 21 compatible project files
|
20 years ago |
Andy Cedilnik
|
c4db8aba73
STYLE: Fix typos
|
20 years ago |
Andy Cedilnik
|
04bb427d1f
BUG: Handle restrictive permissions
|
20 years ago |
Bill Hoffman
|
785b0dc012
ENH: all tests are passing for XCode
|
21 years ago |
Andy Cedilnik
|
56234aed4b
PERF: Remove several classes from the bootstrap and so making bootstrap smaller and faster
|
21 years ago |
Brad King
|
491bebefa2
BUG: Fix crash when CMAKE_DEBUG_POSTFIX is not set.
|
21 years ago |
Brad King
|
b8917c7e6c
BUG: Fixed generation of installation manifest to account for library versioning symlinks. Also removed DESTDIR prefix from generated manifest.
|
21 years ago |
Andy Cedilnik
|
04a8572b99
BUG: If the destination is the same as source, do not copy file. Fixes Bug #956 - make install broken
|
21 years ago |
Andy Cedilnik
|
35033f248d
ERR: Fix typo
|
21 years ago |
Andy Cedilnik
|
43d380e0d8
ENH: Better handling of debug postfix and fix the test
|
21 years ago |
Andy Cedilnik
|
ed0999c9d1
ERR: Fix visual studio install
|
21 years ago |
Andy Cedilnik
|
f9b43b9212
BUG: Implement installing of shared library versioning and add test for the whole thing
|
21 years ago |
Andy Cedilnik
|
b55d109864
BUG: Put all files to manifest
|
21 years ago |
Andy Cedilnik
|
55a71ba572
ENH: Add check for infinite loops. Make sure that files written using WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops
|
21 years ago |
Andy Cedilnik
|
99feab3528
ENH: When installing project, write manifest
|
21 years ago |
Andy Cedilnik
|
c44d0ef733
ENH: Add DESTDIR support
|
22 years ago |
Andy Cedilnik
|
9c744cfe35
ENH: Handle script mode
|
22 years ago |
Andy Cedilnik
|
e6de1efcb8
ENH: Fix support for debug postfix
|
22 years ago |