Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: During file installation treat the source file as a dependency of the ↵ | Brad King | 2007-10-05 | 3 | -18/+114 |
| | | | | installed file. Install the file only if the destination is older than the source. Set the file times on the installed file to match those of the source file. This should greatly improve the speed of repeated installations because it removes the comparison of file contents. This addresses bug#3349. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-05 | 1 | -1/+1 |
| | |||||
* | ENH: update .y file with borland fix, and use a table based strcasecmp | Bill Hoffman | 2007-10-04 | 2 | -17/+101 |
| | |||||
* | COMP: Get it to compile on Borland 5.5, too. Including stl headers here does ↵ | David Cole | 2007-10-04 | 1 | -3/+14 |
| | | | | not work, because with Borland 5.5 stl headers pull in windef.h which typedefs WORD which is in the fortran tokens list... | ||||
* | STYLE: Removed reference to my home directory from #line calls. | Brad King | 2007-10-04 | 1 | -20/+22 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-04 | 1 | -1/+1 |
| | |||||
* | COMP: Do not use non-portable strcasecmp. | Brad King | 2007-10-03 | 2 | -36/+54 |
| | |||||
* | BUG: When requiring a module through a .proxy rule add an empty .proxy rule ↵ | Brad King | 2007-10-03 | 1 | -0/+3 |
| | | | | in case no other source in the target provides it. Since it is not a file-level dependency there does not need to be a rule to create the .proxy as a file. This addresses bug#3984. | ||||
* | BUG: Fix for bug#5809. Applied patch supplied in the bug report. Updated ↵ | Brad King | 2007-10-03 | 8 | -1092/+1506 |
| | | | | pre-generated lexer and parser sources. This updates the makedepf90 version to 2.8.8. The parser actions have been updated to ignore "use" in comments properly. | ||||
* | ENH: Updated CMAKE_REGENERATE_YACCLEX option to support cmDependsFortran. ↵ | Brad King | 2007-10-03 | 1 | -5/+9 |
| | | | | Fixed to work with spaces in path. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-03 | 1 | -1/+1 |
| | |||||
* | ENH: speed up actual path name by cache on windows | Bill Hoffman | 2007-10-02 | 2 | -1/+15 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-01 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-28 | 1 | -1/+1 |
| | |||||
* | COMP: remove warnings | Bill Hoffman | 2007-09-27 | 3 | -4/+5 |
| | |||||
* | ENH: remove junk from output | Bill Hoffman | 2007-09-27 | 1 | -6/+0 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-26 | 1 | -1/+1 |
| | |||||
* | ENH: more generic search for visual studio installations | Bill Hoffman | 2007-09-25 | 1 | -32/+25 |
| | |||||
* | BUG: fix problem with stdout and stderr not showing up in ms dos shells | Bill Hoffman | 2007-09-25 | 1 | -1/+11 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | ENH: add new machines | Bill Hoffman | 2007-09-24 | 1 | -2/+3 |
| | |||||
* | COMP: fix warnings on hp | Bill Hoffman | 2007-09-24 | 3 | -0/+3 |
| | |||||
* | ENH: fix line length issues | Bill Hoffman | 2007-09-24 | 2 | -3/+6 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-22 | 1 | -1/+1 |
| | |||||
* | STYLE: use %-10lld instead of %-10qd for printing a 64bit int, maybe this | Alexander Neundorf | 2007-09-21 | 1 | -2/+2 |
| | | | | | | silences the warning of the HP compiler Alex | ||||
* | STYLE: improved error message for the case that neither FindFoo.cmake nor | Alexander Neundorf | 2007-09-21 | 1 | -3/+6 |
| | | | | | | FooConfig.cmake were found Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-21 | 1 | -1/+1 |
| | |||||
* | COMP: remove warning on new HPUX compiler | Bill Hoffman | 2007-09-20 | 1 | -1/+1 |
| | |||||
* | BUG: fix to work with cmake 2.2 | Bill Hoffman | 2007-09-20 | 1 | -2/+18 |
| | |||||
* | COMP: TIOCGWINSZ and struct winsize also doesn't exist on Cray Catamount | Alexander Neundorf | 2007-09-20 | 1 | -1/+4 |
| | | | | Alex | ||||
* | COMP: make SystemTools.cxx build on Cray Xt3 | Alexander Neundorf | 2007-09-20 | 1 | -2/+10 |
| | | | | Alex | ||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-09-20 | 1 | -3/+5 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-20 | 1 | -1/+1 |
| | |||||
* | COMP: Only use the VERBATIM flag for non-Visual Studio builds being ↵ | David Cole | 2007-09-19 | 1 | -1/+28 |
| | | | | configured by CMake 2.4.5 or later. | ||||
* | ENH: add new help option --help-custom-modules, which generates | Alexander Neundorf | 2007-09-19 | 4 | -24/+208 |
| | | | | | | | | | | | documentation for all modules found in CMAKE_MODULE_PATH, which currently has to be specified via -D, this can later on be improved e.g. by reading a special (to-be-created) file like CMakeFiles/ModulePath.cmake in the build tree so that running cmake help in the build tree of a project will always give you the current module path. (This could actually also help IDEs which would like to support cmake for projects...) Alex | ||||
* | ENH: fix failing test when valgrind is on | Bill Hoffman | 2007-09-19 | 3 | -12/+24 |
| | |||||
* | COMP: fix warning about unused parameters | Alexander Neundorf | 2007-09-19 | 2 | -3/+3 |
| | | | | Alex | ||||
* | BUG: correct name for the man page | Alexander Neundorf | 2007-09-19 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: move the code for the different formats of the generated help into | Alexander Neundorf | 2007-09-19 | 13 | -613/+906 |
| | | | | | | | their own classes, making cmDocumentation smaller and also making it easier to eventually add another format Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-19 | 1 | -1/+1 |
| | |||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-09-18 | 1 | -6/+16 |
| | | | | Alex | ||||
* | ENH: allow for desktop link to be created and fix chop of last char in PATH ↵ | Bill Hoffman | 2007-09-18 | 1 | -0/+14 |
| | | | | on uninstall | ||||
* | ENH: allow test properties to set a timeout that is longer than the default ↵ | Bill Hoffman | 2007-09-18 | 1 | -1/+3 |
| | | | | timeout, but not longer than CTEST_TIME_LIMIT for a script | ||||
* | ENH: use the oubject_output option to try to tell CodeBlocks where the | Alexander Neundorf | 2007-09-18 | 1 | -0/+1 |
| | | | | | | | object files are located (to make "compile file" work). Doesn't work yet, but at least the .objs/ is now removed from the path. Alex |