Ken Martin
|
43d8918f40
|
more cleanup of ctest
|
2004-09-09 08:41:05 -04:00 |
Ken Martin
|
8a2beddad4
|
more cleanup
|
2004-09-07 10:37:39 -04:00 |
Ken Martin
|
05d985c082
|
some bug fixes for my recent checkins and some more cleanup
|
2004-09-07 09:17:15 -04:00 |
Ken Martin
|
9f60bd9c49
|
oops
|
2004-09-06 13:37:34 -04:00 |
Ken Martin
|
1b5b6ab303
|
starting cleanup of ctest
|
2004-09-06 12:46:35 -04:00 |
Bill Hoffman
|
ca5e9e6415
|
ENH: try to find fortran compiler before adding the test
|
2004-08-26 16:34:06 -04:00 |
Bill Hoffman
|
c2be640c59
|
ENH: try to find fortran compiler before adding the test
|
2004-08-26 16:11:32 -04:00 |
Bill Hoffman
|
50045b7dac
|
remove test fortran for now
|
2004-08-26 16:00:14 -04:00 |
Bill Hoffman
|
74fb2c64b2
|
Add a fortran test if there is a fortran compiler
|
2004-08-26 15:55:10 -04:00 |
Bill Hoffman
|
9136914413
|
Add a fortran test if there is a fortran compiler
|
2004-08-26 15:53:11 -04:00 |
Bill Hoffman
|
e803b32b89
|
Add a fortran test if there is a fortran compiler
|
2004-08-26 15:50:39 -04:00 |
Bill Hoffman
|
66a08c10e5
|
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
|
2004-08-26 14:55:55 -04:00 |
Bill Hoffman
|
86195caf6a
|
ENH: add support for VCExpress 2005
|
2004-07-05 12:16:33 -04:00 |
Ken Martin
|
4b55ff7749
|
ERR: Do not use the binary directory as a regular expression.
|
2004-06-09 18:01:44 -04:00 |
Andy Cedilnik
|
0b2bdfa289
|
ENH: Add some ctest coverage
|
2004-05-10 18:06:11 -04:00 |
Bill Hoffman
|
22de04fab9
|
ENH: fix tests to work with in source builds
|
2004-05-04 14:24:25 -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 |
Bill Hoffman
|
8b0b749a11
|
ENH: add SUBDIR PREORDER and fix clean for non-relative paths
|
2004-04-23 12:52:48 -04:00 |
Bill Hoffman
|
51cb75d454
|
ENH: fix for apple
|
2004-04-02 09:43:35 -05:00 |
Bill Hoffman
|
d0cea4c7bb
|
ENH: make relative paths optional and default off, and add a test for them
|
2004-03-31 10:01:52 -05:00 |
Bill Hoffman
|
ddb815c125
|
ENH: add new subdirectory exclude from top option
|
2004-03-09 16:28:44 -05:00 |
Andy Cedilnik
|
62fd43ebae
|
ENH: Comment out test
|
2004-02-19 10:33:24 -05:00 |
Andy Cedilnik
|
b092ffae6f
|
ENH: Cleanup
|
2004-02-19 10:32:17 -05:00 |
Andy Cedilnik
|
1061101745
|
ENH: Some systems do not handle spaces in the path
|
2004-02-09 11:33:00 -05:00 |
Andy Cedilnik
|
4dd97ff97f
|
ENH: Install stage2 to handle runtime problem
|
2004-02-08 20:08:58 -05:00 |
Andy Cedilnik
|
e72bac5870
|
ENH: Add second part of SimpleInstall
|
2004-02-08 12:04:10 -05:00 |
Andy Cedilnik
|
2106bdc4ec
|
ENH: Add install test
|
2004-02-01 12:53:28 -05:00 |
Brad King
|
58814ba30e
|
ERR: Fixed project name for Jump tests.
|
2004-01-23 08:51:19 -05:00 |
Brad King
|
778af637ea
|
ENH: Added JumpWithLibOut and JumpNoLibOut to test whether jumping over to build a missing library works.
|
2004-01-22 10:36:14 -05:00 |
Bill Hoffman
|
6b1abee813
|
BUG: fix arguments to wxwindows test
|
2004-01-09 07:22:12 -05:00 |
Bill Hoffman
|
2c2291bbe0
|
ENH: add new feature to ctest so that it can cmake, build and run a test executable
|
2004-01-07 11:24:22 -05:00 |
Brad King
|
00ae7ea261
|
ENH: Using lex-based tokenizer and a simple recursive-descent parser in place of the old hand-coded parser for CMake listfiles.
|
2003-12-08 13:36:59 -05:00 |
Andy Cedilnik
|
27476dabd9
|
ENH: Enable test on windows
|
2003-10-16 19:15:44 -04:00 |
Andy Cedilnik
|
97dd683836
|
ENH: Add test for FindwxWindows. Thanks to: Mathieu Malaterre
|
2003-10-13 16:04:24 -04:00 |
Brad King
|
c59cc5a542
|
ENH: Moved decision to build MFCDialog up to top level. It is used in both the Source and Utilities directories.
|
2003-08-22 12:53:25 -04:00 |
Bill Hoffman
|
a413160fec
|
ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32
|
2003-08-21 16:22:23 -04:00 |
Andy Cedilnik
|
81b5c3b34d
|
ENH: Fix dependencies for curses dialog
|
2003-08-07 16:25:49 -04:00 |
Andy Cedilnik
|
6c65c77d35
|
ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the wrong order and fix CMakeLists files to actually work
|
2003-08-07 16:09:19 -04:00 |
Brad King
|
c981e03585
|
BUG: We don't want to install cmaketest on UNIX or windows. It is for internal CMake testing only. We should probably fold its functionality into ctest anyway.
|
2003-08-06 15:10:46 -04:00 |
Brad King
|
ef2e6b88ea
|
ENH: Install test is now enabled when CMAKE_INSTALL_PREFIX is CMake_BINARY_DIR/Tests/TestInstall/Prefix to keep test in one directory.
|
2003-08-06 10:42:51 -04:00 |
Brad King
|
26fce5a402
|
ENH: Added Install test. It is enabled when the CMAKE_INSTALL_PREFIX is CMake_BINARY_DIR/InstallTest.
|
2003-08-06 10:39:05 -04:00 |
Andy Cedilnik
|
e036e52bd6
|
ENH: Fix test for Visual Studio
|
2003-08-01 18:52:21 -04:00 |
Brad King
|
62d5138ca3
|
ENH: Added FindPackageTest to improve coverage.
|
2003-07-24 11:33:06 -04:00 |
Brad King
|
08441daded
|
ENH: Added CommandLineTest to add coverage for command line arguments to cmake executables. This replaces the old DumpDocumentation test.
|
2003-07-24 10:58:40 -04:00 |
Brad King
|
a1bb1a4712
|
ENH: Added optional configuration of data/doc/man dirs. This will be useful for package maintainers.
|
2003-07-21 16:38:53 -04:00 |
Brad King
|
d4042b46d1
|
ENH: Added generation of cmake documentation during build preocess.
|
2003-07-21 15:02:12 -04:00 |
Andy Cedilnik
|
b75c229444
|
ENH: Add test for string and file commands
|
2003-07-10 14:29:30 -04:00 |
Andy Cedilnik
|
db77d2e019
|
ENH: Add globbing to FILE command
|
2003-07-08 14:18:17 -04:00 |
Brad King
|
38482b46d1
|
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
2003-06-23 14:10:12 -04:00 |
Brad King
|
dc3fd5c267
|
ENH: Merged use of kwsys library.
|
2003-06-23 08:58:58 -04:00 |