Commit Graph

294 Commits

Author SHA1 Message Date
Bill Hoffman 22de04fab9 ENH: fix tests to work with in source builds 2004-05-04 14:24:25 -04:00
Andy Cedilnik b691517eeb ENH: Cleanup example a bit 2004-05-03 17:51:06 -04:00
Andy Cedilnik 50a0936ffc ENH: Remove warning 2004-05-03 12:02:00 -04:00
Bill Hoffman 781a1eaaf9 ENH: fix warnings in test 2004-05-03 08:52:03 -04:00
Bill Hoffman ee9f925509 ENH: remove warnings in tests 2004-05-02 11:50:14 -04:00
Andy Cedilnik 2eb42a533e ENH: Remove warnings 2004-04-30 18:21:55 -04:00
Andy Cedilnik b569571131 ENH: Remove warning 2004-04-30 17:28:54 -04:00
Bill Hoffman 51d6c66431 ENH: link in more than just python 2004-04-30 14:27:03 -04:00
Andy Cedilnik a828368232 ENH: Here is test for swig module 2004-04-30 12:17:06 -04:00
Andy Cedilnik 28f6e1b194 ENH: Add ARGV and ARGN support to MACRO command. ARGV is the list of all arguments and ARGN is the list of all nonexpected arguments 2004-04-29 17:41:33 -04:00
Andy Cedilnik 8750f1c277 ENH: Add RANGE support to FOREACH 2004-04-29 15:12:40 -04:00
Andy Cedilnik df31c576dc ENH: Add support for automatically preloaded cmake file. Closes Bug #802 - Add auto preload file support in CMake 2004-04-28 10:52:20 -04:00
Bill Hoffman 14ba8b5df9 ENH: add a test for EQUAL in if 2004-04-28 10:09:50 -04:00
Andy Cedilnik 996ac24181 ENH: More special cases 2004-04-28 10:05:37 -04:00
Andy Cedilnik b2bddc9f0d ENH: Add LOCATION to GET_TARGET_PROPERTY. Closes Bug #34 - Add to GET_TARGET_PROPERTY location of target 2004-04-27 12:03:17 -04:00
Andy Cedilnik e76b103df7 ERR: Remove warnings from tests 2004-04-27 11:08:58 -04:00
Andy Cedilnik 482eef7112 BUG: Fix aus source dir and add better testing of it 2004-04-27 09:22:57 -04:00
Andy Cedilnik 38abe90f15 ENH: Add extra test files 2004-04-26 18:49:31 -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 e9b8a57c1f ENH:Add test for GET/SET_DIRECTORY_PROPERTY 2004-04-26 13:42:08 -04:00
Ken Martin c63c23a617 added tests for var args with macros 2004-04-26 11:12:19 -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 7aaf404cc1 add dep 2004-04-21 16:07:57 -04:00
Andy Cedilnik 23a154941b ENH: Add test for REMOVE_DEFINITION 2004-04-15 13:59:29 -04:00
Bill Hoffman 51cb75d454 ENH: fix for apple 2004-04-02 09:43:35 -05:00
Andy Cedilnik db68c543ff ENH: Add pre and post install script support 2004-03-27 20:59:44 -05:00
Andy Cedilnik 451522381d ENH: Add support for importing modules without specifying path 2004-03-27 19:52:34 -05:00
Bill Hoffman ddb815c125 ENH: add new subdirectory exclude from top option 2004-03-09 16:28:44 -05:00
Bill Hoffman bf699505bc ENH: create new test to test subdir exclude 2004-03-09 16:20:41 -05:00
Brad King 4990e1481d ENH: Added STRING(CONFIGURE ...) command. 2004-03-04 10:05:14 -05:00
Andy Cedilnik be45b5d205 ERR: Too much commits 2004-02-29 15:13:32 -05:00
Andy Cedilnik 07bd2d8264 ERR: Fix GetModulesFile 2004-02-29 15:13:01 -05:00
Andy Cedilnik 51516613e8 ENH: Ok, when doing cmake -P you should not have to squish filename next to -P, There should be space between 2004-02-20 14:46:33 -05:00
Bill Hoffman 6223d60085 Fix install test fail on mingw 2004-02-12 09:13:31 -05:00
Andy Cedilnik ff6bc56616 ENH: On Cygwin shared libraries have only .dll file no .lib file, so when finding library on cygwin, search also for .dll. Also fix SimpleInstall test on cygwin 2004-02-11 08:28:59 -05:00
Andy Cedilnik a1e4c4f1df ENH: Some cleanup and try to fix Visual Studio builds 2004-02-09 16:40:39 -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 5755950717 ERR: Fix test on windows with network paths 2004-02-05 10:12:10 -05:00
Berk Geveci 2522153e59 ENH: Fix test on HP-UX 2004-02-04 09:42:50 -05:00
Andy Cedilnik 59adb4eabe ENH: Fix ADD_DEPENDENCIES on Unix makefiles and fix SimpleInstall test not to link the module 2004-02-03 09:26:36 -05:00
Andy Cedilnik c06828a4a0 ENH: Make test work on windows 2004-02-02 18:23:27 -05:00
Andy Cedilnik 228dc330f6 ENH: Fix exports 2004-02-01 16:48:30 -05:00
Andy Cedilnik 2106bdc4ec ENH: Add install test 2004-02-01 12:53:28 -05:00
Brad King 3b5139a3d8 BUG: Due to backward ordering, Visual Studio GUIs need the link directories for the libraries the first time. 2004-01-24 12:52:14 -05:00
Bill Hoffman 1a31bb2056 BUG: libdir was set wrong on windows 2004-01-23 13:43:58 -05:00
Brad King a4aab3b677 ENH: Improved test to have a different relative path name for libraries between the Executable and Library directories. 2004-01-22 10:51:34 -05:00
Brad King f9a3f74d87 ERR: Fixed post-build rule to copy shared library correctly. 2004-01-22 10:23:20 -05:00
Brad King 3a33f2c338 ENH: Adding test for jumping over and building a missing library. 2004-01-22 09:56:24 -05:00