Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | COMP: Try to remove warning on mingw | Andy Cedilnik | 2005-03-07 | 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 |
| | |||||
* | ENH: Add proper dependencies for cmBootstrapCommands | Andy Cedilnik | 2005-03-07 | 1 | -0/+5 |
| | |||||
* | BUG: Remove memory leak | Andy Cedilnik | 2005-03-07 | 1 | -0/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-07 | 1 | -1/+1 |
| | |||||
* | COMP: Try to remove warnings on windows | Andy Cedilnik | 2005-03-06 | 1 | -1/+1 |
| | |||||
* | ENH: Fix the symantic of unicode_wchar | Andy Cedilnik | 2005-03-06 | 2 | -1/+4 |
| | |||||
* | COMP: Remove warning on gcc | Andy Cedilnik | 2005-03-06 | 1 | -3/+5 |
| | |||||
* | BUG: Fix destruction of objects | Andy Cedilnik | 2005-03-06 | 1 | -4/+5 |
| | |||||
* | COMP: Remove warning and fix the logic | Andy Cedilnik | 2005-03-06 | 3 | -8/+14 |
| | |||||
* | 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 |
| | |||||
* | ENH: Work on xmlrpc submit | Andy Cedilnik | 2005-03-05 | 1 | -5/+11 |
| | |||||
* | 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: Print more states including NY | Andy Cedilnik | 2005-03-04 | 1 | -8/+12 |
| | |||||
* | ENH: More cleanups and start linking ctest to XML-RPC | Andy Cedilnik | 2005-03-04 | 2 | -10/+22 |
| | |||||
* | ENH: More cleanups and reorganization | Andy Cedilnik | 2005-03-04 | 3 | -39/+59 |
| | |||||
* | ENH: Cleanups | Andy Cedilnik | 2005-03-04 | 3 | -19/+6 |
| | |||||
* | BUG: This cmakelists file is not used any more | Andy Cedilnik | 2005-03-04 | 1 | -38/+1 |
| | |||||
* | BUG: Handle when initial cmake fails | Andy Cedilnik | 2005-03-04 | 1 | -0/+4 |
| | |||||
* | COMP: Remove warning about code being unused | Andy Cedilnik | 2005-03-04 | 1 | -1/+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: make it pass anyway so I can see debug info | Bill Hoffman | 2005-03-04 | 3 | -3/+3 |
| | |||||
* | ENH: try and debug the failed test on the continuous | Bill Hoffman | 2005-03-03 | 5 | -6/+25 |
| | |||||
* | ENH: try number two with topological sort | Bill Hoffman | 2005-03-03 | 5 | -107/+163 |
| | |||||
* | COMP: Ok, remove warnings because of removal of warnings | Andy Cedilnik | 2005-03-03 | 1 | -4/+4 |
| | |||||
* | COMP: Fix typo | Andy Cedilnik | 2005-03-03 | 1 | -1/+1 |
| | |||||
* | BUG: Comp sci 101. Strings go away at the end of the function | Andy Cedilnik | 2005-03-03 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | COMP: setenv is not needed any more | Andy Cedilnik | 2005-03-03 | 1 | -0/+2 |
| | |||||
* | COMP: Try to remove setenv warning | Andy Cedilnik | 2005-03-03 | 1 | -2/+5 |
| | |||||
* | ENH: Remove warnings | Andy Cedilnik | 2005-03-03 | 1 | -4/+4 |
| | |||||
* | 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. | ||||
* | COMP: Remove warnings on borland | Andy Cedilnik | 2005-03-03 | 10 | -41/+5 |
| | |||||
* | ENH: remove code warrior classes | Ken Martin | 2005-03-03 | 2 | -17/+0 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2005-03-03 | 2 | -2/+2 |
| |