summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* COMP: Try to remove warning on mingwAndy Cedilnik2005-03-071-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
|
* ENH: Add proper dependencies for cmBootstrapCommandsAndy Cedilnik2005-03-071-0/+5
|
* BUG: Remove memory leakAndy Cedilnik2005-03-071-0/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-071-1/+1
|
* COMP: Try to remove warnings on windowsAndy Cedilnik2005-03-061-1/+1
|
* ENH: Fix the symantic of unicode_wcharAndy Cedilnik2005-03-062-1/+4
|
* COMP: Remove warning on gccAndy Cedilnik2005-03-061-3/+5
|
* BUG: Fix destruction of objectsAndy Cedilnik2005-03-061-4/+5
|
* COMP: Remove warning and fix the logicAndy Cedilnik2005-03-063-8/+14
|
* COMP: Do not build cmw9xcom on CygwinAndy Cedilnik2005-03-061-2/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-061-1/+1
|
* ENH: Work on xmlrpc submitAndy Cedilnik2005-03-051-5/+11
|
* 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: Print more states including NYAndy Cedilnik2005-03-041-8/+12
|
* ENH: More cleanups and start linking ctest to XML-RPCAndy Cedilnik2005-03-042-10/+22
|
* ENH: More cleanups and reorganizationAndy Cedilnik2005-03-043-39/+59
|
* ENH: CleanupsAndy Cedilnik2005-03-043-19/+6
|
* BUG: This cmakelists file is not used any moreAndy Cedilnik2005-03-041-38/+1
|
* BUG: Handle when initial cmake failsAndy Cedilnik2005-03-041-0/+4
|
* COMP: Remove warning about code being unusedAndy Cedilnik2005-03-041-1/+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: make it pass anyway so I can see debug infoBill Hoffman2005-03-043-3/+3
|
* ENH: try and debug the failed test on the continuousBill Hoffman2005-03-035-6/+25
|
* ENH: try number two with topological sortBill Hoffman2005-03-035-107/+163
|
* COMP: Ok, remove warnings because of removal of warningsAndy Cedilnik2005-03-031-4/+4
|
* COMP: Fix typoAndy Cedilnik2005-03-031-1/+1
|
* BUG: Comp sci 101. Strings go away at the end of the functionAndy Cedilnik2005-03-031-2/+2
|
* 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.
* COMP: setenv is not needed any moreAndy Cedilnik2005-03-031-0/+2
|
* COMP: Try to remove setenv warningAndy Cedilnik2005-03-031-2/+5
|
* ENH: Remove warningsAndy Cedilnik2005-03-031-4/+4
|
* 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.
* COMP: Remove warnings on borlandAndy Cedilnik2005-03-0310-41/+5
|
* ENH: remove code warrior classesKen Martin2005-03-032-17/+0
|
* COMP: Remove warningsAndy Cedilnik2005-03-032-2/+2
|