Bill Hoffman
|
1c44342cff
|
ENH: remove duplicate file name test because it fails on xcode
|
2006-04-17 18:10:16 -04:00 |
Bill Hoffman
|
0f8603acc2
|
ENH: allow multiple files with the same name in different sub dirs test
|
2006-04-17 13:59:23 -04:00 |
Ken Martin
|
eb773486f3
|
ENH: added testing for new features
|
2006-03-22 15:01:22 -05:00 |
Bill Hoffman
|
07ef88c985
|
ENH: add COMPILE_FLAGS to targets
|
2006-01-25 08:38:06 -05:00 |
Bill Hoffman
|
ac58fb88b9
|
ENH: more fixes for watcom
|
2006-01-17 14:35:04 -05:00 |
Bill Hoffman
|
9891260a6d
|
ENH: add support for watcom wmake and wcl386
|
2006-01-17 10:21:45 -05:00 |
Andy Cedilnik
|
456276278f
|
BUG: Now really fix the test
|
2005-12-28 20:04:13 -05:00 |
Andy Cedilnik
|
26b75693cb
|
COMP: Fix test
|
2005-12-28 19:31:48 -05:00 |
Andy Cedilnik
|
2fcd41323b
|
COMP: Fix complex test and fix bootstrap
|
2005-12-28 17:02:16 -05:00 |
Bill Hoffman
|
12ed2c85d9
|
ENH: make sure CMAKE_C_FLAGS are not clobbered
|
2005-08-01 09:44:44 -04:00 |
Bill Hoffman
|
efc41c634c
|
ENH: use ansi flags
|
2005-07-31 22:25:39 -04:00 |
Bill Hoffman
|
8dc6db4777
|
ENH: add new test to make sure c and cxx flags are going to the right files
|
2005-07-29 11:56:31 -04:00 |
Ken Martin
|
2e4258efc1
|
ENH: shift to using ADD_SUBDIRECTORY
|
2005-06-08 12:26:32 -04:00 |
Bill Hoffman
|
7007b41dcb
|
ENH: fix library ordering stuff to use a topological sort
|
2005-03-02 17:49:11 -05:00 |
Brad King
|
b40219372e
|
ENH: Added full pre-build/pre-link/post-build testing for both library and executable targets.
|
2005-02-25 09:31:55 -05:00 |
Andy Cedilnik
|
197ba0bdd6
|
ENH: Link to cmzlib
|
2005-01-27 10:13:38 -05:00 |
Andy Cedilnik
|
1f4d3c7a66
|
COMP: Add proper link directory
|
2005-01-18 18:11:24 -05:00 |
Andy Cedilnik
|
fc43cc06d2
|
COMP: Add cmexpat to complex
|
2005-01-18 17:29:25 -05:00 |
Bill Hoffman
|
040f776885
|
FIX: fix the problem where a target is a single character and nmake gets confused and add a test for it
|
2004-10-22 17:00:00 -04:00 |
Bill Hoffman
|
a35d911def
|
ENH: MinGW build now passes all the tests
|
2003-08-27 16:42:01 -04:00 |
Bill Hoffman
|
7e54a53a3d
|
ENH: improve coverage
|
2003-08-07 16:07:23 -04:00 |
Bill Hoffman
|
4808d9cec2
|
BUG (85): allow . to be in the name of an executable
|
2003-08-01 14:34:51 -04:00 |
Brad King
|
dc3fd5c267
|
ENH: Merged use of kwsys library.
|
2003-06-23 08:58:58 -04:00 |
Brad King
|
526649127e
|
ENH: Added test for generated header included by non-generated source.
|
2002-12-13 17:35:00 -05:00 |
Bill Hoffman
|
31f80f19ae
|
add rpcrt4.lib because of CMakeLib needing it
|
2002-08-30 09:54:48 -04:00 |
Ken Martin
|
499cef0367
|
now needs dynlib support
|
2002-08-28 16:33:38 -04:00 |
Ken Martin
|
cb57dd49c7
|
remoevd shared lib
|
2002-08-23 16:15:05 -04:00 |
Bill Hoffman
|
e1d5c0c729
|
BUG: fix for cygwin
|
2002-08-23 13:47:04 -04:00 |
Bill Hoffman
|
faf4b68ca9
|
BUG: fix for borland and a shared CMakeLib
|
2002-08-22 16:57:45 -04:00 |
Ken Martin
|
c4076fb287
|
complex test needs the dll
|
2002-08-22 15:58:22 -04:00 |
Bill Hoffman
|
27fe57b716
|
ENH: change LINK_LIBRARY to add to targets
|
2002-05-02 13:17:10 -04:00 |
Ken Martin
|
bf228b05c7
|
duhZ
|
2002-04-22 14:18:50 -04:00 |
Ken Martin
|
7aa35093b8
|
fixed for remove COMMAND
|
2002-04-22 11:51:26 -04:00 |
Sebastien Barre
|
45f459459c
|
ENH: increase coverage
|
2002-04-11 11:30:05 -04:00 |
Bill Hoffman
|
d6da8ce630
|
ENH: check for compile flags and add back c flag to unix generator
|
2002-04-09 12:02:48 -04:00 |
Bill Hoffman
|
65e3edea04
|
ENH: use separate vars for creating c++ and c shared libraries and add a test for c libraries
|
2002-04-08 13:36:18 -04:00 |
Sebastien Barre
|
b3647fe6d3
|
ENH: fix tests
|
2002-03-29 15:02:18 -05:00 |
Bill Hoffman
|
7d76de4403
|
make sure ; expansion is done in all commands
|
2002-03-29 14:20:32 -05:00 |
Sebastien Barre
|
6d5bef7daf
|
FIX: do not use CMAKE_CFG_INTDIR, just use LINK_DIRECTORIES
|
2002-03-27 10:55:02 -05:00 |
Sebastien Barre
|
e0f36dbfba
|
ENH: Use ${CMAKE_CFG_INTDIR} instead of hardcoded RelInfo, Debug, Release, etc.
|
2002-03-26 14:41:33 -05:00 |
Bill Hoffman
|
851e4ceeb8
|
ENH: add test for semi-colon separated lists of libraries
|
2002-03-06 10:11:58 -05:00 |
Sebastien Barre
|
ac1f2bcf6b
|
Just rename dir
|
2002-01-22 15:57:40 -05:00 |
Sebastien Barre
|
a249b4d188
|
Coverage for OUTPUT_REQUIRED_FILES
|
2002-01-22 13:30:06 -05:00 |
Sebastien Barre
|
6f3570656c
|
Increase Coverage.
|
2002-01-20 01:58:57 -05:00 |
Sebastien Barre
|
049a4820a2
|
More tests + coverage
|
2002-01-20 00:12:27 -05:00 |
Sebastien Barre
|
c8d8e693cf
|
Add documentation, comments. Move some 'Complex' sub-tests into 2 new 'Wrapping' and 'Testing' tests.
|
2002-01-19 21:24:55 -05:00 |
Sebastien Barre
|
c26008ccf3
|
ENH: Increase test + coverage
|
2002-01-18 20:32:06 -05:00 |
Sebastien Barre
|
b6bdbc54fc
|
ENH: Increase test + coverage
|
2002-01-18 19:21:43 -05:00 |
Bill Hoffman
|
3a3b55679b
|
ENH: try to get better test coverage
|
2001-08-23 13:57:45 -04:00 |