Andy Cedilnik
|
a5b8b06031
|
STYLE: Nightly Version update
|
2006-02-17 02:26:53 -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 |
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 |
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 |
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 |
Andy Cedilnik
|
21975ceda5
|
ENH: Better handling of executables on windows
|
2006-02-14 14:29:15 -05:00 |
Andy Cedilnik
|
e9fa7fa840
|
ENH: Report which cmake was used to generate the cache in the comment
|
2006-02-14 11:17:35 -05:00 |
Ken Martin
|
7740ccd1a4
|
ENH: some cleanup of the makefile generator
|
2006-02-14 10:36:04 -05:00 |
Andy Cedilnik
|
3bce601c41
|
ENH: Improved support for icons, random directories, etc...
|
2006-02-14 10:28:40 -05:00 |
Andy Cedilnik
|
2d29e48726
|
STYLE: Nightly Version update
|
2006-02-14 02:14:29 -05:00 |
Andy Cedilnik
|
b77d382d97
|
STYLE: Nightly Version update
|
2006-02-13 02:10:25 -05:00 |
Andy Cedilnik
|
20301c72ad
|
STYLE: Nightly Version update
|
2006-02-12 02:27:30 -05:00 |
Andy Cedilnik
|
ac0a893a05
|
STYLE: Nightly Version update
|
2006-02-11 02:11:59 -05:00 |
Brad King
|
84923605cf
|
ENH: Allow IF(DEFINED ENV{somevar}) to work.
|
2006-02-10 14:41:31 -05:00 |
Andy Cedilnik
|
f87271d0ea
|
ENH: Add initial implementation of the list command
|
2006-02-10 14:11:12 -05:00 |
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.
|
2006-02-10 13:54:36 -05:00 |
Bill Hoffman
|
d2621064e2
|
ENH: fix for bug 28618, cmake.exe can not find itself
|
2006-02-10 12:43:00 -05:00 |
Brad King
|
4646929df4
|
ENH: Remove extra windows newline characters from process output. Centralized text fix processing.
|
2006-02-10 11:46:34 -05:00 |
Brad King
|
976ab27ffd
|
ENH: Mention relationship of EXECUTE_PROCESS and EXEC_PROGRAM.
|
2006-02-10 11:43:35 -05:00 |
Brad King
|
b403ad61e2
|
BUG: Fixed echo command to not print trailing space.
|
2006-02-10 11:41:52 -05:00 |
Bill Hoffman
|
6cccf0ab30
|
ENH: fix bug for single char libraries
|
2006-02-10 10:11:16 -05:00 |
Andy Cedilnik
|
6e57c4f82f
|
STYLE: Nightly Version update
|
2006-02-10 02:16:25 -05:00 |
Bill Hoffman
|
8f71efa776
|
ENH: bug fix for 2829 better flags for idl tool
|
2006-02-09 23:08:19 -05:00 |
Brad King
|
0748f6ae34
|
COMP: Removed unused variables.
|
2006-02-09 19:29:09 -05:00 |
Brad King
|
f8a8e88a08
|
BUG: Need to include empty arguments when parsing prefix/suffix lists for FindLibrary.
|
2006-02-09 19:03:50 -05:00 |
Brad King
|
db0681d2f6
|
ENH: Adding option to return empty arguments when expanding a list.
|
2006-02-09 19:03:27 -05:00 |
Brad King
|
1b5e3f4136
|
BUG: Fixed generation of cmake re-run rules.
|
2006-02-09 18:42:58 -05:00 |
Brad King
|
e31f93ea3f
|
BUG: Deal with case insensitivity on windows linker paths. Also fixed spelling typo.
|
2006-02-09 17:29:58 -05:00 |
Brad King
|
33587ce376
|
ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries.
|
2006-02-09 15:05:13 -05:00 |
Andy Cedilnik
|
913a46e0aa
|
STYLE: Nightly Version update
|
2006-02-09 02:17:23 -05:00 |