Bill Hoffman
|
cae4e6b37a
ENH: add patch for finding applications on OSX
|
19 years ago |
Bill Hoffman
|
dfbee4a92a
ENH: use correct name for path
|
19 years ago |
Andy Cedilnik
|
40272a16bd
ENH: Add support for adding content to bundles
|
19 years ago |
Bill Hoffman
|
f7c1723135
ENH: add support for universal binaries
|
19 years ago |
Bill Hoffman
|
88bd3b5281
ENH: add support for removing language flags from shared library and shared module link commands
|
20 years ago |
Bill Hoffman
|
14cb9c5aff
ENH: remove junk
|
20 years ago |
Bill Hoffman
|
592aef9703
ENH: add support for language flags that allow for universal binaries
|
20 years ago |
Bill Hoffman
|
a5825cd11a
ENH: check in new find stuff
|
20 years ago |
Bill Hoffman
|
7603244509
ENH: use program files env for searching
|
20 years ago |
Brad King
|
586a9427d3
ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH.
|
20 years ago |
Brad King
|
33587ce376
ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries.
|
20 years ago |
Ken Martin
|
e1e7b11437
ENH: fixed some spelling errors
|
20 years ago |
Bill Hoffman
|
f50e904faf
ENH: fix install test with xcode, the xcode generator does not support library versioning yet
|
20 years ago |
Brad King
|
1c4337d778
ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is never used.
|
20 years ago |
Brad King
|
54c99dc5fd
ENH: Adding support for shared library versioning using the -install_name option on the OSX linker. This is actually needed to support relative -o paths which are used by cmLocalUnixMakefileGenerator2.
|
21 years ago |
Bill Hoffman
|
5bc54263a6
ENH: use c++ with c++ and c flags with c
|
21 years ago |
Bill Hoffman
|
66a08c10e5
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
|
21 years ago |
Bill Hoffman
|
a6b60841db
BUG: fix for bug 116 platform files can now specify directories that should not be added by CMAKE
|
21 years ago |
Bill Hoffman
|
c3530dd01f
BUG: fix for bug 383 gcc flags are now always set if the compiler is gnu
|
22 years ago |
Brad King
|
de27c1207b
ERR: Old -flat_namespace -undefined suppress flags for CMAKE_SHARED_MODULE_CREATE_C_FLAGS should be included when CMAKE_BACKWARDS_COMPATIBILITY is 1.6 or lower.
|
22 years ago |
Yves Starreveld
|
2ff4690192
ENH: remove the -flat_namespace and -undefined suppress hacks from
|
22 years ago |
Brad King
|
61cd9298cd
ENH: Added <LINK_FLAGS> to link rules.
|
23 years ago |
Bill Hoffman
|
b133abe423
ENH: fix for darwin modules
|
23 years ago |
Bill Hoffman
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 years ago |