summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* FIX: fix output of passing testsBill Hoffman2005-03-111-4/+1
|
* COMP: Added missing include of string.h.Brad King2005-03-113-6/+6
|
* COMP: Adding stdlib.h to standard includes. We are using functions from it ↵Brad King2005-03-111-0/+1
| | | | all over the place assuming it has been included here.
* COMP: fix some warningsSebastien Barre2005-03-112-3/+3
|
* COMP: fix a warningKen Martin2005-03-111-3/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-111-1/+1
|
* ENH: remove deps to vtkString by using KWSys (a handful of functions have ↵Sebastien Barre2005-03-101-3/+3
| | | | been moved to KWSys)
* ENH: remove deps to vtkString by using KWSys (a handful of functions have ↵Sebastien Barre2005-03-102-0/+28
| | | | been moved to KWSys)
* ENH: remove deps to vtkString by using KWSys (a handful of functions have ↵Sebastien Barre2005-03-102-3/+310
| | | | been moved to KWSys)
* ENH: cleanup by removing all the olf local generate junk that i not longer ↵Ken Martin2005-03-1011-186/+56
| | | | needed
* ENH: move function from vtkKWDirectoryUtilities and vtkString to SystemToolsSebastien Barre2005-03-102-1/+209
|
* ENH: better docsKen Martin2005-03-101-1/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-101-1/+1
|
* BUG: xmlrpc does the base64 encodingAndy Cedilnik2005-03-091-24/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-091-1/+1
|
* BUG: Removing jump-and-build ordering change until we can prevent extra ↵Brad King2005-03-081-20/+4
| | | | jumps from always occuring.
* ENH: Removing ... ellipsis from end of echo lines. It is just clutter.Brad King2005-03-081-7/+0
|
* ENH: Adding extra dependencies to jump-and-build rules that force a single ↵Brad King2005-03-081-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 King2005-03-081-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 King2005-03-082-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 King2005-03-081-1/+2
| | | | really specified as one in the current directory.
* BUG: When a custom command's executable is in the current directory the ↵Brad King2005-03-081-1/+7
| | | | relative path to it needs a "./".
* ENH: Updating Kdevelop generator to use the new makefile generator. The old ↵Brad King2005-03-082-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 King2005-03-081-0/+20
| | | | directory to the directory containing the Makefile.
* STYLE: Nightly Version updateAndy Cedilnik2005-03-081-1/+1
|
* BUG: When checking for upper-case modules do not use an upper-case .MOD ↵Brad King2005-03-071-1/+3
| | | | extension.
* BUG: Handle restrictive permissionsAndy Cedilnik2005-03-072-0/+53
|
* COMP: Remove warningAndy Cedilnik2005-03-071-1/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-071-1/+1
|
* COMP: Remove warning and fix the logicAndy Cedilnik2005-03-062-7/+13
|
* COMP: Do not build cmw9xcom on CygwinAndy Cedilnik2005-03-061-2/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-061-1/+1
|
* COMP: Remove compile errorAndy Cedilnik2005-03-051-1/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-051-1/+1
|
* ENH: Start working on xmlrpc code. This code does not work, but it will at ↵Andy Cedilnik2005-03-043-0/+142
| | | | least test compiling with cmxmlrpc
* ENH: More cleanups and start linking ctest to XML-RPCAndy Cedilnik2005-03-041-7/+13
|
* ENH: More cleanups and reorganizationAndy Cedilnik2005-03-041-35/+55
|
* ENH: CleanupsAndy Cedilnik2005-03-042-18/+6
|
* BUG: This cmakelists file is not used any moreAndy Cedilnik2005-03-041-38/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-041-1/+1
|
* ENH: fix for finding the correct target in the current projectBill Hoffman2005-03-043-18/+33
|
* ENH: try and debug the failed test on the continuousBill Hoffman2005-03-032-6/+22
|
* ENH: try number two with topological sortBill Hoffman2005-03-032-74/+55
|
* ENH: Implementing explicit cmake_copy_f90_mod callback to copy Fortran90 ↵Brad King2005-03-033-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 King2005-03-032-20/+53
|
* ENH: Added "ostringstream(const kwsys_stl::string& s)" and "void str(const ↵Brad King2005-03-031-0/+6
| | | | kwsys_stl::string& s)" compatibility methods.
* ENH: remove code warrior classesKen Martin2005-03-032-17/+0
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-031-1/+1
|
* ENH: reverse last changes to avoid dashboard failuresBill Hoffman2005-03-022-56/+74
|
* ENH: fix library ordering stuff to use a topological sortBill Hoffman2005-03-022-74/+56
|