Brad King
|
39f4e7f5e0
|
BUG: Import libraries should be installed as STATIC_LIBRARY.
|
2006-02-19 16:10:23 -05:00 |
Brad King
|
96f0266228
|
ENH: Created new install script generation framework. The INSTALL command creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes.
|
2006-02-19 15:25:27 -05:00 |
Brad King
|
90c8ea1c03
|
BUG: Fixed module creation rules. Removed soname portion of all rules because it is never used on this platform.
|
2006-02-19 13:49:18 -05:00 |
Brad King
|
57d2f7fded
|
BUG: Fixed cygwin module creation rules. Modules should not have the "cyg" prefix by default. Removd soname flags from creation rules because they are never used on this platform.
|
2006-02-19 13:34:22 -05:00 |
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.
|
2006-02-19 13:10:25 -05:00 |
Brad King
|
b6fd3b7bb1
|
BUG: Install location full-path test for windows needs to account for both lower case and upper case drive letters.
|
2006-02-19 13:08:17 -05:00 |
Andy Cedilnik
|
2a7753a6a5
|
STYLE: Nightly Version update
|
2006-02-19 01:53:34 -05:00 |
Brad King
|
377f4e79b1
|
BUG: Remove trailing slashes from install destinations.
|
2006-02-18 16:47:28 -05:00 |
Brad King
|
cd3c98d032
|
ENH: Clarified error message.
|
2006-02-18 16:36:50 -05:00 |
Brad King
|
644f6e83ee
|
COMP: Fixed shadowed variable warning.
|
2006-02-18 15:42:14 -05:00 |
Brad King
|
81677b3130
|
ENH: Generate import libraries for DLLs on Cygwin and MinGW.
|
2006-02-18 15:37:23 -05:00 |
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.
|
2006-02-18 11:51:23 -05:00 |
Bill Hoffman
|
fc70e3512a
|
ENH: apply patch from Alex to support some more kdevelop stuff
|
2006-02-18 11:03:36 -05:00 |
Andy Cedilnik
|
1a338c8d73
|
STYLE: Nightly Version update
|
2006-02-18 01:55:36 -05:00 |
Bill Hoffman
|
c59937a4a8
|
ENH: put the system path ahead of the command path
|
2006-02-17 12:49:09 -05:00 |
Andy Cedilnik
|
a5b8b06031
|
STYLE: Nightly Version update
|
2006-02-17 02:26:53 -05:00 |
Brad King
|
06b6308ab4
|
BUG: Do not install MSVC dlls for a non-MSVC build.
|
2006-02-16 20:15:03 -05:00 |
Brad King
|
8facf1f406
|
ENH: Made default install prefix consistent with building with another CMake.
|
2006-02-16 20:13:54 -05:00 |
Brad King
|
f09778c4a5
|
BUG: Work-around borland make bug that drops a rule completely if it has no dependencies or commands.
|
2006-02-16 18:50:16 -05:00 |
Brad King
|
53821a505e
|
ENH: Clarified documentation of DEFINE_SYMBOL.
|
2006-02-16 18:09:02 -05:00 |
Brad King
|
b3b341cbbe
|
BUG: Report error when a target does not exist.
|
2006-02-16 17:49:59 -05:00 |
Andy Cedilnik
|
3cd5fd4e7b
|
BUG: Remove debug and fix space between label and exec name
|
2006-02-16 15:55:16 -05:00 |
Andy Cedilnik
|
213ea40c6f
|
ENH: Variable name changed
|
2006-02-16 15:41:06 -05:00 |
Brad King
|
43df79d9fc
|
BUG: Do not perform pre-build, pre-link, or post-install commands when relinking.
|
2006-02-16 15:39:19 -05:00 |
Brad King
|
ad2cc1f333
|
BUG: Need INSTALL_RPATH property on SimpleInstallS2 also.
|
2006-02-16 15:38:59 -05:00 |
Andy Cedilnik
|
3b7011b9f6
|
ENH: Fix icons
|
2006-02-16 15:35:05 -05:00 |
Brad King
|
c70da1aae6
|
ENH: Use target property for INSTALL_RPATH of SimpleInstall so that it is the only one that needs to relink.
|
2006-02-16 15:28:09 -05:00 |
Andy Cedilnik
|
b07ece004c
|
ENH: More work on NSI to improve installing and uninstalling
|
2006-02-16 15:20:23 -05:00 |
Brad King
|
537e2b4ed5
|
ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES.
|
2006-02-16 15:19:00 -05:00 |
Ken Martin
|
13661cdd23
|
ENH: warning fix
|
2006-02-16 13:42:58 -05:00 |
Ken Martin
|
ff3eeef545
|
ENH: warning fix
|
2006-02-16 11:32:47 -05:00 |
Bill Hoffman
|
4c1ae1b5af
|
ENH: fix for bug 2808, use dlopen on new OSX versions
|
2006-02-16 10:35:18 -05:00 |
Andy Cedilnik
|
036fd2134d
|
STYLE: Nightly Version update
|
2006-02-16 02:25:57 -05:00 |
Bill Hoffman
|
5042581f43
|
ENH: better algorithm for looking for make and gcc on msys and mingw
|
2006-02-15 21:26:47 -05:00 |
Brad King
|
5288d61ede
|
BUG: Use NOINHERIT macro to avoid linking to project default libraries which may not exist.
|
2006-02-15 16:38:57 -05:00 |
Brad King
|
60cd72d01c
|
ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_cache and similar rules from internal makefiles.
|
2006-02-15 16:35:16 -05:00 |
Ken Martin
|
38c3145ce1
|
COMP: fix compiler warning
|
2006-02-15 12:32:43 -05:00 |
Bill Hoffman
|
731e1ed9cf
|
ENH: fix build error for mac
|
2006-02-15 12:30:01 -05:00 |
Ken Martin
|
141ad7645e
|
ENH: some reorg of the unix makefile generator
|
2006-02-15 10:34:11 -05:00 |
Brad King
|
f2cf7e9197
|
ENH: Enable capture of output from VCExpress.exe and devenv.exe.
|
2006-02-15 10:22:55 -05:00 |
Bill Hoffman
|
79b7e0c37c
|
ENH: remove warning suppressions for borland compiler, projects wanting this should use -w-, the default warning level is used for all other compilers. Used to be -w- -whid -waus -wpar
|
2006-02-15 08:05:55 -05:00 |
Andy Cedilnik
|
92cfb52336
|
STYLE: Nightly Version update
|
2006-02-15 02:21:22 -05:00 |
Bill Hoffman
|
14cbc9571a
|
ENH: do not allow mingw makefiles to generate if sh.exe is in the path, also do not write CMakeCache.txt if there is a fatal error.
|
2006-02-14 22:03:16 -05:00 |
Brad King
|
aea456a91a
|
ENH: Added FATAL_ERROR option and fixed check to not have floating point roundoff problems.
|
2006-02-14 17:16:14 -05:00 |
Brad King
|
6c89a96b86
|
BUG: Removed hard-coded linking to odbc32 and odbccp32.
|
2006-02-14 16:35:33 -05:00 |
Brad King
|
916ea2bad2
|
BUG: Avoid adding unused rules to special targets like ALL_BUILD. Make sure project regeneration rules go only in desired targets.
|
2006-02-14 16:32:20 -05:00 |
Brad King
|
bd0b829ffb
|
BUG: Fixed generation of VS8 solution file to not be re-written when loaded by VS and to work with msbuild.
|
2006-02-14 15:35:34 -05:00 |
Brad King
|
eeab2c55ed
|
ENH: Added CMAKE_REQUIRED_DEFINITIONS and CMAKE_REQUIRED_INCLUDES to the interface.
|
2006-02-14 15:29:13 -05:00 |
Brad King
|
9762573aa9
|
COMP: Fixed form of function main.
|
2006-02-14 15:15:48 -05:00 |
Andy Cedilnik
|
21975ceda5
|
ENH: Better handling of executables on windows
|
2006-02-14 14:29:15 -05:00 |