Bill Hoffman
|
ec0626e54d
|
ENH: fix for bug id 27, add a signal handler for crashes in loaded commands
|
2004-04-26 17:45:53 -04:00 |
Andy Cedilnik
|
d6090a2395
|
ENH: When source file is in subdirectory put object file in subdirectory. Fixes Bug #290 - Source files in subdirectories should produce object files in subdirectories
|
2004-04-26 17:32:56 -04:00 |
Andy Cedilnik
|
34115a5989
|
BUG: Fix resolving of infinite loops while CMakeSetup/ccmake still running
|
2004-04-26 11:23:06 -04:00 |
Ken Martin
|
2d53fcf035
|
macros now support varargs
|
2004-04-26 11:11:57 -04:00 |
Brad King
|
7c0844d2f4
|
BUG#682: Adding environment variable check to FIND_PACKAGE command.
|
2004-04-26 11:00:41 -04:00 |
Brad King
|
b6f7e08242
|
STYLE: Removed trailing whitespace.
|
2004-04-26 10:49:34 -04:00 |
Bill Hoffman
|
71b57bc454
|
BUG: fix for bug 769 CMAKE_STANDARD_LIBRARIES now used in ides
|
2004-04-23 16:26:21 -04:00 |
Andy Cedilnik
|
aff8c7bcd6
|
ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can change include directories and get all sorts of things. Closes Bug #25 - Get_CMAKE_PROPERTIES
|
2004-04-23 16:20:36 -04:00 |
Bill Hoffman
|
0b7d154ebd
|
ENH: add verbose make abilility to visual studio 7
|
2004-04-23 13:12:33 -04:00 |
Bill Hoffman
|
8b0b749a11
|
ENH: add SUBDIR PREORDER and fix clean for non-relative paths
|
2004-04-23 12:52:48 -04:00 |
Andy Cedilnik
|
eae3d4cf06
|
ENH: Unify with other variables
|
2004-04-23 10:03:01 -04:00 |
Bill Hoffman
|
3262bc73d3
|
ENH: allow verbose makefile flag to remove nologo from all commands so you can see them in visual studio 6
|
2004-04-23 09:12:57 -04:00 |
Brad King
|
32a6a8fb0c
|
ERR: Fixed unused variable assignment warning.
|
2004-04-23 08:50:47 -04:00 |
Andy Cedilnik
|
724019f91c
|
ENH: Add DynamicAnalisys support. The old Purify is still available through --compatibility-mode
|
2004-04-22 18:04:11 -04:00 |
Bill Hoffman
|
7b576866b7
|
ENH: add support for static library property STATIC_LIBRARY_FLAGS
|
2004-04-22 16:58:04 -04:00 |
Bill Hoffman
|
86bf9f396e
|
ENH: add a property for HAS_CXX to a target that will force the use of a c++ compiler in the linking of an executable that contains only c code
|
2004-04-22 14:38:17 -04:00 |
Andy Cedilnik
|
161c31bc2b
|
ERR: Verify that getenv returned something before using it
|
2004-04-22 14:11:25 -04:00 |
Ken Martin
|
84a1d5e553
|
update docs
|
2004-04-22 13:37:04 -04:00 |
Bill Hoffman
|
d59e06595c
|
BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and FIND_PATH in addtion to and before PATH
|
2004-04-22 13:24:20 -04:00 |
Bill Hoffman
|
4e8b76dc93
|
BUG 178: make top level cmakelist file a source in ALL_BUILD
|
2004-04-22 09:44:41 -04:00 |
Andy Cedilnik
|
6918844bd6
|
ERR: Fix install on VS71
|
2004-04-21 17:54:10 -04:00 |
Brad King
|
5473791b4b
|
ENH: Added cmListFileLexer_SetString method to allow a string to be parsed as input.
|
2004-04-21 16:23:58 -04:00 |
Andy Cedilnik
|
b55d109864
|
BUG: Put all files to manifest
|
2004-04-21 11:42:50 -04:00 |
Brad King
|
bfd79e99e6
|
BUG: Fixed check of number of arguments.
|
2004-04-21 11:36:31 -04:00 |
Andy Cedilnik
|
ac8232e140
|
ENH: Do preinstall and postinstall script even if the target is not installed
|
2004-04-21 11:32:27 -04:00 |
Andy Cedilnik
|
4d55c6540a
|
ENH: Report error and exit when the current directory is not specified
|
2004-04-21 10:34:08 -04:00 |
Andy Cedilnik
|
00095676cc
|
BUG: Prevent crash when the current working directory cannot be established
|
2004-04-21 10:33:07 -04:00 |
Andy Cedilnik
|
61f602d668
|
BUG: If the line ends without new-line character, Split should still return something
|
2004-04-20 18:28:23 -04:00 |
Andy Cedilnik
|
30d4262dad
|
RNH: Support NoDartCoverage in the binary directorory
|
2004-04-19 17:21:11 -04:00 |
Brad King
|
d4214bc565
|
ENH#696: Adding REQUIRED option to FIND_PACKAGE command. It will terminate the cmake configure step if the package is not found.
|
2004-04-19 10:36:42 -04:00 |
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
|
2004-04-18 14:41:46 -04:00 |
Andy Cedilnik
|
af61b68583
|
ENH: Add support for adding object files and sources. This way you can use external program such as assembler or fortran to generate object files. Also star of fixing: Bug #757 - add .o file as a source file
|
2004-04-18 13:16:34 -04:00 |
Ken Martin
|
3da0f4940a
|
better args handling for -I options
|
2004-04-16 14:55:15 -04:00 |
Ken Martin
|
5c618442d3
|
better args handling for -I option
|
2004-04-16 14:52:13 -04:00 |
Andy Cedilnik
|
4c9c3ac84f
|
ENH: Better reporting of what tests failed and write a file with failed tests
|
2004-04-16 13:36:36 -04:00 |
Bill Hoffman
|
62bd5b7c8c
|
BUG: fix for bug 91
|
2004-04-16 09:50:31 -04:00 |
Andy Cedilnik
|
685be51a0e
|
ENH: Add support for HOME and END keys. Also fix Bug #666 - In CCMake when deleting something, it does not stop at the beginning of line
|
2004-04-15 16:11:11 -04:00 |
Andy Cedilnik
|
0986b42761
|
BUG: Prevent deleting not existing variables and therefore prevent crash. Fixes: Bug #750 - CCMake crashes when deleting all variables
|
2004-04-15 15:46:58 -04:00 |
Andy Cedilnik
|
504d0bc3b3
|
ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add opposite to ADD_DEFINITIONS
|
2004-04-15 13:58:10 -04:00 |
Bill Hoffman
|
a5c3087360
|
BUG: fix for 282
|
2004-04-15 13:15:28 -04:00 |
Andy Cedilnik
|
9ac968174e
|
ENH: Handle make install target on Visual Studio 6 and 7 and install templates
|
2004-04-15 13:09:24 -04:00 |
Andy Cedilnik
|
5c85e88bfd
|
ENH: Ok, that is it. Remove old install and replace it with new
|
2004-04-15 12:07:58 -04:00 |
Bill Hoffman
|
e78cf5ca6f
|
BUG: fix for bug 689
|
2004-04-15 11:38:35 -04:00 |
Bill Hoffman
|
7fa36510d5
|
BUG: fix external projects for vc7
|
2004-04-14 16:58:13 -04:00 |
Brad King
|
0c92cfb8c4
|
ENH: Renamed --help-list-commands to --help-command-list and split --help [command] into separate --help and --help-command cmd options.
|
2004-04-14 14:25:43 -04:00 |
Brad King
|
8020279dd6
|
ENH: Added --help-list-commands option.
|
2004-04-14 13:40:24 -04:00 |
Bill Hoffman
|
6174100b92
|
ENH: remove warning
|
2004-04-14 08:55:43 -04:00 |
Bill Hoffman
|
e61aa37cdf
|
ENH: fix warning
|
2004-04-13 18:27:53 -04:00 |
Bill Hoffman
|
b1032dd8e1
|
ENH: add the ability to run a limited sub-set of the tests
|
2004-04-13 16:32:29 -04:00 |
Andy Cedilnik
|
96d04f05d9
|
ERR: Fix warning
|
2004-04-13 09:28:45 -04:00 |