Brad King
|
98a187a8d4
ENH: Automatic include directories should not be done by default as was just implemented. Instead a project may now set CMAKE_INCLUDE_CURRENT_DIR to get this behavior. The current source and binary directories are added automatically to the beginning of the include path in every directory. This simulates in-source behavior for double-quote includes when there are generated sources and headers in the directory.
|
20 years ago |
Brad King
|
377f4e79b1
BUG: Remove trailing slashes from install destinations.
|
20 years ago |
Brad King
|
644f6e83ee
COMP: Fixed shadowed variable warning.
|
20 years ago |
Brad King
|
81677b3130
ENH: Generate import libraries for DLLs on Cygwin and MinGW.
|
20 years ago |
Brad King
|
9ba0283870
ENH: If CMAKE_NO_AUTOMATIC_INCLUDE_DIRECTORIES is not set try to approximate in-source build include file behavior in an out-of-source build by adding the build tree directory corresponding to a source tree directory at the beginning of the include path. Also fixed VS6 and VS7 generators to use cmLocalGenerator's computation of include paths. The VS6 generator will now short-path the include directories if the total length is too long in order to try to avoid its truncation limit.
|
20 years ago |
Brad King
|
537e2b4ed5
ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES.
|
20 years ago |
Brad King
|
b8a33fb424
ENH: Added INSTALL command as a placeholder for a future generic install specification interface. Currently it supports only a SCRIPT option specifying a script to run during the install stage.
|
20 years ago |
Bill Hoffman
|
6cccf0ab30
ENH: fix bug for single char libraries
|
20 years ago |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
20 years ago |
Bill Hoffman
|
a2c1777300
COMP: fix warning
|
20 years ago |
Bill Hoffman
|
a6a20d8ce2
ENH: fix warning
|
20 years ago |
Bill Hoffman
|
7f237c51f4
ENH: fix problem with watcom and short paths and -I
|
20 years ago |
Brad King
|
8340c0d186
ENH: Further centralized custom command dependency computation. Custom command dependencies in the source tree may now also be specified relative to the source directory.
|
20 years ago |
Brad King
|
079826d367
COMP: Removed unused variables.
|
20 years ago |
Brad King
|
327489ae59
COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries.
|
20 years ago |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 years ago |
Bill Hoffman
|
82bb6fae0d
ENH: add framework support to FIND_FILE
|
20 years ago |
Bill Hoffman
|
452925649a
ENH: add better support for framework linking
|
20 years ago |
Bill Hoffman
|
f6588b7919
ENH: fix borland make clean targets before build, add new generators for msys and mingw
|
20 years ago |
Brad King
|
163e3ff56c
ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has the ivar m_Makefile now. Re-implemented cmLocalUnixMakefileGenerator3::AppendAnyDepend to use the new global knowledge and avoid the need to look at the cache for information about other targets. This should fix problems with custom commands and executables with the OUTPUT_NAME set. Also the <target>_LIBRARY_TYPE cache variable is no longer needed at all and has been removed.
|
20 years ago |
Andy Cedilnik
|
ea7c7bb34d
ENH: Allow the installer to overwrite the install prefix
|
20 years ago |
Andy Cedilnik
|
34e7834451
ENH: Add support for output reguilar expression
|
20 years ago |
Andy Cedilnik
|
fcce3ac0a1
ENH: Add a way for test to intentionally fail
|
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
|
e59e9d0e59
ENH: fix bug 2087 lib prefix stripped off on windows
|
20 years ago |
Andy Cedilnik
|
bebc745824
ENH: Add set and get test propety command
|
20 years ago |
Ken Martin
|
c6b011e35e
ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree
|
20 years ago |
Ken Martin
|
f85f919dbc
ENH: reduce the number of files produced still needs a bit more cleanup
|
20 years ago |
Bill Hoffman
|
b8b298104b
ENH: make sure flags set in CC or CXX environment variables stay with the compiler
|
20 years ago |
Bill Hoffman
|
44b54d2b94
ENH: fix for bug 992, mac bundle install fix
|
20 years ago |