Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FIX: fix output of passing tests | Bill Hoffman | 2005-03-11 | 1 | -4/+1 |
| | |||||
* | COMP: Added missing include of string.h. | Brad King | 2005-03-11 | 3 | -6/+6 |
| | |||||
* | COMP: Adding stdlib.h to standard includes. We are using functions from it ↵ | Brad King | 2005-03-11 | 1 | -0/+1 |
| | | | | all over the place assuming it has been included here. | ||||
* | COMP: fix some warnings | Sebastien Barre | 2005-03-11 | 2 | -3/+3 |
| | |||||
* | COMP: fix a warning | Ken Martin | 2005-03-11 | 1 | -3/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-11 | 1 | -1/+1 |
| | |||||
* | ENH: remove deps to vtkString by using KWSys (a handful of functions have ↵ | Sebastien Barre | 2005-03-10 | 1 | -3/+3 |
| | | | | been moved to KWSys) | ||||
* | ENH: remove deps to vtkString by using KWSys (a handful of functions have ↵ | Sebastien Barre | 2005-03-10 | 2 | -0/+28 |
| | | | | been moved to KWSys) | ||||
* | ENH: remove deps to vtkString by using KWSys (a handful of functions have ↵ | Sebastien Barre | 2005-03-10 | 2 | -3/+310 |
| | | | | been moved to KWSys) | ||||
* | ENH: cleanup by removing all the olf local generate junk that i not longer ↵ | Ken Martin | 2005-03-10 | 11 | -186/+56 |
| | | | | needed | ||||
* | ENH: move function from vtkKWDirectoryUtilities and vtkString to SystemTools | Sebastien Barre | 2005-03-10 | 2 | -1/+209 |
| | |||||
* | ENH: better docs | Ken Martin | 2005-03-10 | 1 | -1/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-10 | 1 | -1/+1 |
| | |||||
* | BUG: xmlrpc does the base64 encoding | Andy Cedilnik | 2005-03-09 | 1 | -24/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-09 | 1 | -1/+1 |
| | |||||
* | BUG: Removing jump-and-build ordering change until we can prevent extra ↵ | Brad King | 2005-03-08 | 1 | -20/+4 |
| | | | | jumps from always occuring. | ||||
* | ENH: Removing ... ellipsis from end of echo lines. It is just clutter. | Brad King | 2005-03-08 | 1 | -7/+0 |
| | |||||
* | ENH: Adding extra dependencies to jump-and-build rules that force a single ↵ | Brad King | 2005-03-08 | 1 | -4/+20 |
| | | | | ordering to prevent parallel jumps. This avoids problems with two jumps reaching the same target in parallel which happened occasionally with the old generator. | ||||
* | ENH: Removed "Checking build system in ..." message. It is always paired ↵ | Brad King | 2005-03-08 | 1 | -4/+0 |
| | | | | with an Entering or Jumping message and is not necessary. | ||||
* | ENH: Added option CMAKE_SKIP_RULE_DEPENDENCY to skip making build rules ↵ | Brad King | 2005-03-08 | 2 | -6/+23 |
| | | | | depend on their own rule files. It can be added to the cache by the user or added by the project in a list file. | ||||
* | BUG: Only add leading ./ to custom command executable if the command is ↵ | Brad King | 2005-03-08 | 1 | -1/+2 |
| | | | | really specified as one in the current directory. | ||||
* | BUG: When a custom command's executable is in the current directory the ↵ | Brad King | 2005-03-08 | 1 | -1/+7 |
| | | | | relative path to it needs a "./". | ||||
* | ENH: Updating Kdevelop generator to use the new makefile generator. The old ↵ | Brad King | 2005-03-08 | 2 | -4/+4 |
| | | | | one no longer works anyway because local generates are now disabled. | ||||
* | BUG: Dependency scans and checks must always set the current working ↵ | Brad King | 2005-03-08 | 1 | -0/+20 |
| | | | | directory to the directory containing the Makefile. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-08 | 1 | -1/+1 |
| | |||||
* | BUG: When checking for upper-case modules do not use an upper-case .MOD ↵ | Brad King | 2005-03-07 | 1 | -1/+3 |
| | | | | extension. | ||||
* | BUG: Handle restrictive permissions | Andy Cedilnik | 2005-03-07 | 2 | -0/+53 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2005-03-07 | 1 | -1/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-07 | 1 | -1/+1 |
| | |||||
* | COMP: Remove warning and fix the logic | Andy Cedilnik | 2005-03-06 | 2 | -7/+13 |
| | |||||
* | COMP: Do not build cmw9xcom on Cygwin | Andy Cedilnik | 2005-03-06 | 1 | -2/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-06 | 1 | -1/+1 |
| | |||||
* | COMP: Remove compile error | Andy Cedilnik | 2005-03-05 | 1 | -1/+2 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-05 | 1 | -1/+1 |
| | |||||
* | ENH: Start working on xmlrpc code. This code does not work, but it will at ↵ | Andy Cedilnik | 2005-03-04 | 3 | -0/+142 |
| | | | | least test compiling with cmxmlrpc | ||||
* | ENH: More cleanups and start linking ctest to XML-RPC | Andy Cedilnik | 2005-03-04 | 1 | -7/+13 |
| | |||||
* | ENH: More cleanups and reorganization | Andy Cedilnik | 2005-03-04 | 1 | -35/+55 |
| | |||||
* | ENH: Cleanups | Andy Cedilnik | 2005-03-04 | 2 | -18/+6 |
| | |||||
* | BUG: This cmakelists file is not used any more | Andy Cedilnik | 2005-03-04 | 1 | -38/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-04 | 1 | -1/+1 |
| | |||||
* | ENH: fix for finding the correct target in the current project | Bill Hoffman | 2005-03-04 | 3 | -18/+33 |
| | |||||
* | ENH: try and debug the failed test on the continuous | Bill Hoffman | 2005-03-03 | 2 | -6/+22 |
| | |||||
* | ENH: try number two with topological sort | Bill Hoffman | 2005-03-03 | 2 | -74/+55 |
| | |||||
* | ENH: Implementing explicit cmake_copy_f90_mod callback to copy Fortran90 ↵ | Brad King | 2005-03-03 | 3 | -13/+68 |
| | | | | modules to the stamp files more reliably. This removes the temporary hack for per-platform upper-/lower- case. | ||||
* | BUG: Fixed scanning to account for double-quote includes. | Brad King | 2005-03-03 | 2 | -20/+53 |
| | |||||
* | ENH: Added "ostringstream(const kwsys_stl::string& s)" and "void str(const ↵ | Brad King | 2005-03-03 | 1 | -0/+6 |
| | | | | kwsys_stl::string& s)" compatibility methods. | ||||
* | ENH: remove code warrior classes | Ken Martin | 2005-03-03 | 2 | -17/+0 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-03 | 1 | -1/+1 |
| | |||||
* | ENH: reverse last changes to avoid dashboard failures | Bill Hoffman | 2005-03-02 | 2 | -56/+74 |
| | |||||
* | ENH: fix library ordering stuff to use a topological sort | Bill Hoffman | 2005-03-02 | 2 | -74/+56 |
| |