| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: make it run much faster | Bill Hoffman | 2004-05-19 | 1 | -44/+55 |
|
|
* | BUG: fix problem where cmake thinks the intel compiler is gnu | Bill Hoffman | 2004-05-18 | 1 | -1/+1 |
|
|
* | ENH: append to the list of clean files, don't just set them | Bill Hoffman | 2004-05-17 | 1 | -1/+1 |
|
|
* | ENH: change ADDITIONAL_MAKE_CLEAN_FILES to work with spaces in the path and o... | Bill Hoffman | 2004-05-17 | 1 | -2/+9 |
|
|
* | BUG: Bug #835 fix, add swig generated files to clean target | Bill Hoffman | 2004-05-17 | 1 | -1/+1 |
|
|
* | new feature for continuous clean once | Ken Martin | 2004-05-13 | 1 | -0/+8 |
|
|
* | BUG: Do not wait for children to exit when killing them. Sometimes they do n... | Brad King | 2004-05-13 | 1 | -6/+2 |
|
|
* | fix warning | Ken Martin | 2004-05-12 | 1 | -1/+1 |
|
|
* | better error checking for FOREACH | Ken Martin | 2004-05-12 | 2 | -14/+4 |
|
|
* | ENH: Add some ctest coverage | Andy Cedilnik | 2004-05-10 | 4 | -9/+103 |
|
|
* | BUG: Move documentation so that it does not apear in ctest | Andy Cedilnik | 2004-05-10 | 2 | -6/+6 |
|
|
* | ENH: Add a way to force ctest to be a new process | Andy Cedilnik | 2004-05-10 | 2 | -1/+8 |
|
|
* | ENH: Added regex. | Will Schroeder | 2004-05-10 | 1 | -0/+1 |
|
|
* | BUG: Need to recognize -B linker options. | Brad King | 2004-05-10 | 1 | -1/+1 |
|
|
* | ENH: Adding native windows process tree kill to ProcessWin32.c. This replace... | Brad King | 2004-05-10 | 4 | -506/+403 |
|
|
* | ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the m... | Brad King | 2004-05-10 | 2 | -10/+10 |
|
|
* | ENH: Renaming kwsys macro to kwsys_ns to work around borland preprocessor bug. | Brad King | 2004-05-10 | 1 | -4/+4 |
|
|
* | ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the m... | Brad King | 2004-05-10 | 2 | -50/+50 |
|
|
* | ENH: remove extra include for compile with mingw | Bill Hoffman | 2004-05-10 | 1 | -1/+0 |
|
|
* | ENH: change to c code so it can be built with mingw | Bill Hoffman | 2004-05-10 | 3 | -447/+455 |
|
|
* | ENH: remove unused include file so it will build with mingw | Bill Hoffman | 2004-05-10 | 1 | -1/+0 |
|
|
* | fix for config type passing between ctests | Ken Martin | 2004-05-10 | 1 | -0/+1 |
|
|
* | some cleanup and fix for PVLocal | Ken Martin | 2004-05-09 | 1 | -78/+70 |
|
|
* | BUG: remove debug pop hacks, also remove duplicate call to argvc function | Bill Hoffman | 2004-05-08 | 1 | -39/+0 |
|
|
* | ERR: On Borland preprocessor goes into recursion which adds some weid spaces ... | Andy Cedilnik | 2004-05-07 | 4 | -57/+57 |
|
|
* | ENH: better documentation | Bill Hoffman | 2004-05-07 | 1 | -2/+29 |
|
|
* | ENH: add the ability to block popup error dialogs in tests on windows | Bill Hoffman | 2004-05-07 | 2 | -5/+31 |
|
|
* | BUG: make sure the correct state is set for expired processes | Bill Hoffman | 2004-05-07 | 1 | -0/+1 |
|
|
* | missing header for unix | Ken Martin | 2004-05-07 | 1 | -0/+5 |
|
|
* | updated testingoptions for continuous dashboards | Ken Martin | 2004-05-07 | 2 | -5/+56 |
|
|
* | Add a missing dollar sign | Bill Hoffman | 2004-05-07 | 1 | -1/+1 |
|
|
* | fix warning maybe | Ken Martin | 2004-05-07 | 1 | -1/+0 |
|
|
* | BUG: make sure install works with spaces in the path | Bill Hoffman | 2004-05-06 | 1 | -2/+2 |
|
|
* | ENH: Adding process tree killing for Win32 process execution. | Brad King | 2004-05-06 | 4 | -3/+502 |
|
|
* | ERR: Added units to SetTimeout documentation. | Brad King | 2004-05-06 | 1 | -4/+4 |
|
|
* | BUG: fix ctest so that the search path for test executables produces better o... | Bill Hoffman | 2004-05-06 | 1 | -5/+15 |
|
|
* | BUG: fix collapse full path to handle a file in the root directory | Bill Hoffman | 2004-05-06 | 1 | -2/+11 |
|
|
* | horrible hack | Ken Martin | 2004-05-06 | 1 | -0/+16 |
|
|
* | fix warning | Ken Martin | 2004-05-06 | 1 | -1/+0 |
|
|
* | fix for in source testing | Ken Martin | 2004-05-05 | 1 | -2/+2 |
|
|
* | a guess at some OSF compiler flags | Ken Martin | 2004-05-05 | 1 | -3/+18 |
|
|
* | ENH: add new change log marking 2.0 branch | Bill Hoffman | 2004-05-05 | 1 | -810/+10910 |
|
|
* | ENH: move version to 2.1 for cvs because 2.0 has been branched | Bill Hoffman | 2004-05-05 | 2 | -4/+4 |
|
|
* | ENH: Remove memory leak | Andy Cedilnik | 2004-05-05 | 2 | -5/+13 |
|
|
* | ENH: fix tests to work with in source builds | Bill Hoffman | 2004-05-04 | 4 | -28/+40 |
|
|
* | support in source builds and arg passing | Ken Martin | 2004-05-04 | 1 | -3/+50 |
|
|
* | ENH: Only mangle object files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only ... | Andy Cedilnik | 2004-05-04 | 2 | -27/+36 |
|
|
* | fix warning | Ken Martin | 2004-05-04 | 1 | -1/+1 |
|
|
* | ENH: Cleanup example a bit | Andy Cedilnik | 2004-05-03 | 1 | -43/+41 |
|
|
* | ENH: After running test clear results for memory checking | Andy Cedilnik | 2004-05-03 | 1 | -0/+1 |
|
|