Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: fix tests to work with in source builds | Bill Hoffman | 2004-05-04 | 3 | -24/+36 |
| | |||||
* | ENH: Cleanup example a bit | Andy Cedilnik | 2004-05-03 | 1 | -43/+41 |
| | |||||
* | ENH: Remove warning | Andy Cedilnik | 2004-05-03 | 2 | -0/+8 |
| | |||||
* | ENH: fix warnings in test | Bill Hoffman | 2004-05-03 | 2 | -14/+16 |
| | |||||
* | ENH: remove warnings in tests | Bill Hoffman | 2004-05-02 | 3 | -2/+3 |
| | |||||
* | ENH: Remove warnings | Andy Cedilnik | 2004-04-30 | 4 | -0/+4 |
| | |||||
* | ENH: Remove warning | Andy Cedilnik | 2004-04-30 | 1 | -1/+2 |
| | |||||
* | ENH: link in more than just python | Bill Hoffman | 2004-04-30 | 1 | -3/+9 |
| | |||||
* | ENH: Here is test for swig module | Andy Cedilnik | 2004-04-30 | 11 | -0/+510 |
| | |||||
* | ENH: Add ARGV and ARGN support to MACRO command. ARGV is the list of all ↵ | Andy Cedilnik | 2004-04-29 | 3 | -0/+45 |
| | | | | arguments and ARGN is the list of all nonexpected arguments | ||||
* | ENH: Add RANGE support to FOREACH | Andy Cedilnik | 2004-04-29 | 1 | -0/+19 |
| | |||||
* | ENH: Add support for automatically preloaded cmake file. Closes Bug #802 - ↵ | Andy Cedilnik | 2004-04-28 | 2 | -0/+11 |
| | | | | Add auto preload file support in CMake | ||||
* | ENH: add a test for EQUAL in if | Bill Hoffman | 2004-04-28 | 6 | -0/+78 |
| | |||||
* | ENH: More special cases | Andy Cedilnik | 2004-04-28 | 2 | -0/+7 |
| | |||||
* | ENH: Add LOCATION to GET_TARGET_PROPERTY. Closes Bug #34 - Add to ↵ | Andy Cedilnik | 2004-04-27 | 1 | -1/+4 |
| | | | | GET_TARGET_PROPERTY location of target | ||||
* | ERR: Remove warnings from tests | Andy Cedilnik | 2004-04-27 | 2 | -0/+10 |
| | |||||
* | BUG: Fix aus source dir and add better testing of it | Andy Cedilnik | 2004-04-27 | 8 | -5/+60 |
| | |||||
* | ENH: Add extra test files | Andy Cedilnik | 2004-04-26 | 2 | -0/+14 |
| | |||||
* | ENH: When source file is in subdirectory put object file in subdirectory. ↵ | Andy Cedilnik | 2004-04-26 | 2 | -1/+14 |
| | | | | Fixes Bug #290 - Source files in subdirectories should produce object files in subdirectories | ||||
* | ENH:Add test for GET/SET_DIRECTORY_PROPERTY | Andy Cedilnik | 2004-04-26 | 2 | -1/+25 |
| | |||||
* | added tests for var args with macros | Ken Martin | 2004-04-26 | 6 | -0/+57 |
| | |||||
* | ENH: add SUBDIR PREORDER and fix clean for non-relative paths | Bill Hoffman | 2004-04-23 | 4 | -0/+17 |
| | |||||
* | add dep | Bill Hoffman | 2004-04-21 | 2 | -0/+2 |
| | |||||
* | ENH: Add test for REMOVE_DEFINITION | Andy Cedilnik | 2004-04-15 | 12 | -33/+63 |
| | |||||
* | ENH: fix for apple | Bill Hoffman | 2004-04-02 | 1 | -1/+9 |
| | |||||
* | ENH: Add pre and post install script support | Andy Cedilnik | 2004-03-28 | 6 | -0/+24 |
| | |||||
* | ENH: Add support for importing modules without specifying path | Andy Cedilnik | 2004-03-28 | 2 | -2/+2 |
| | |||||
* | ENH: add new subdirectory exclude from top option | Bill Hoffman | 2004-03-09 | 1 | -3/+5 |
| | |||||
* | ENH: create new test to test subdir exclude | Bill Hoffman | 2004-03-09 | 8 | -0/+64 |
| | |||||
* | ENH: Added STRING(CONFIGURE ...) command. | Brad King | 2004-03-04 | 2 | -0/+18 |
| | |||||
* | ERR: Too much commits | Andy Cedilnik | 2004-02-29 | 1 | -1/+1 |
| | |||||
* | ERR: Fix GetModulesFile | Andy Cedilnik | 2004-02-29 | 1 | -1/+1 |
| | |||||
* | ENH: Ok, when doing cmake -P you should not have to squish filename next to ↵ | Andy Cedilnik | 2004-02-20 | 2 | -2/+2 |
| | | | | -P, There should be space between | ||||
* | Fix install test fail on mingw | Bill Hoffman | 2004-02-12 | 2 | -4/+4 |
| | |||||
* | ENH: On Cygwin shared libraries have only .dll file no .lib file, so when ↵ | Andy Cedilnik | 2004-02-11 | 2 | -8/+24 |
| | | | | finding library on cygwin, search also for .dll. Also fix SimpleInstall test on cygwin | ||||
* | ENH: Some cleanup and try to fix Visual Studio builds | Andy Cedilnik | 2004-02-09 | 2 | -82/+68 |
| | |||||
* | ENH: Some systems do not handle spaces in the path | Andy Cedilnik | 2004-02-09 | 2 | -2/+2 |
| | |||||
* | ENH: Install stage2 to handle runtime problem | Andy Cedilnik | 2004-02-09 | 2 | -0/+22 |
| | |||||
* | ENH: Add second part of SimpleInstall | Andy Cedilnik | 2004-02-08 | 2 | -78/+116 |
| | |||||
* | ERR: Fix test on windows with network paths | Andy Cedilnik | 2004-02-05 | 2 | -2/+4 |
| | |||||
* | ENH: Fix test on HP-UX | Berk Geveci | 2004-02-04 | 6 | -8/+8 |
| | |||||
* | ENH: Fix ADD_DEPENDENCIES on Unix makefiles and fix SimpleInstall test not ↵ | Andy Cedilnik | 2004-02-03 | 2 | -2/+6 |
| | | | | to link the module | ||||
* | ENH: Make test work on windows | Andy Cedilnik | 2004-02-02 | 2 | -4/+20 |
| | |||||
* | ENH: Fix exports | Andy Cedilnik | 2004-02-01 | 4 | -4/+4 |
| | |||||
* | ENH: Add install test | Andy Cedilnik | 2004-02-01 | 20 | -0/+232 |
| | |||||
* | BUG: Due to backward ordering, Visual Studio GUIs need the link directories ↵ | Brad King | 2004-01-24 | 1 | -0/+4 |
| | | | | for the libraries the first time. | ||||
* | BUG: libdir was set wrong on windows | Bill Hoffman | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | ENH: Improved test to have a different relative path name for libraries ↵ | Brad King | 2004-01-22 | 5 | -19/+20 |
| | | | | between the Executable and Library directories. | ||||
* | ERR: Fixed post-build rule to copy shared library correctly. | Brad King | 2004-01-22 | 1 | -6/+4 |
| | |||||
* | ENH: Adding test for jumping over and building a missing library. | Brad King | 2004-01-22 | 6 | -0/+47 |
| |