Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of ↵ | David Cole | 2007-10-15 | 10 | -22/+150 |
| | | | | the INSTALL command. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-15 | 1 | -1/+1 |
| | |||||
* | BUG: fix #5806, wrong quotes used in the exported file | Alexander Neundorf | 2007-10-14 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-14 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-13 | 1 | -1/+1 |
| | |||||
* | BUG: Added support for the AUI library module (bug 4338). Also applied some | Miguel A. Figueroa-Villanueva | 2007-10-13 | 1 | -232/+214 |
| | | | | | | STYLE changes including: deprecation of wxWidgets_USE_LIBS in favor of using standard FIND_PACKAGE COMPONENTS, removed some CMake 2.4.2 compatibility patches, use of execute_process instead of exec_program, etc. | ||||
* | BUG: fix for bug 5878 | Bill Hoffman | 2007-10-12 | 1 | -74/+84 |
| | |||||
* | BUG: Fix the dashboards! Put it back the way it was so it always creates the ↵ | David Cole | 2007-10-12 | 1 | -1/+1 |
| | | | | target directory at configure time. Figure out how to avoid it for the framework case on the Mac/Xcode later... | ||||
* | ENH: add from bug 0004219 | Bill Hoffman | 2007-10-12 | 1 | -0/+268 |
| | |||||
* | BUG: fix for bug 0005871 | Bill Hoffman | 2007-10-12 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 0003618 , allow one arch in OSX_ARCHS to work | Bill Hoffman | 2007-10-12 | 1 | -10/+6 |
| | |||||
* | BUG: fix for bug 0005767 hang for replace string with empty | Bill Hoffman | 2007-10-12 | 1 | -0/+5 |
| | |||||
* | ENH: When an object file requires a module add the file-level dependency ↵ | Brad King | 2007-10-12 | 1 | -0/+38 |
| | | | | between the object file and the module timestamp file. Create a dummy timestamp file in case nothing in the project actually creates the module. See bug#5809. | ||||
* | BUG: Dependency scanners should have local generators set always. | Brad King | 2007-10-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-11 | 1 | -1/+1 |
| | |||||
* | ENH: FindBLAS.cmake and FindLAPACK.cmake modules added. They locate various ↵ | Alin Elena | 2007-10-10 | 4 | -1/+504 |
| | | | | implementations of blas and lapack libraries. CheckFortranFunctionExists.cmake provides a test function to check if the library is usabale. I have also changed the -KPIC flag to -fPIC in Linux-ifort.cmake. | ||||
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 95 | -346/+345 |
| | |||||
* | ENH: Finish up the Framework creation code restructuring. Frameworks build ↵ | David Cole | 2007-10-10 | 12 | -173/+375 |
| | | | | and install now. More work needed on the packaging step. See Tests/Framework for example use. | ||||
* | ENH: Added test for 'use' keyword in a comment. Patch from Maik Beckmann. ↵ | Brad King | 2007-10-10 | 5 | -0/+39 |
| | | | | See bug#5809. | ||||
* | BUG: Fix in-interface mode. Patch from Maik Beckmann. See bug#5809. | Brad King | 2007-10-10 | 1 | -1/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | ENH: bad bug bad | Sebastien Barre | 2007-10-09 | 1 | -1/+1 |
| | |||||
* | BUG: revert doc changes since VS7 cannot compile them, will implement them ↵ | Ken Martin | 2007-10-09 | 15 | -215/+212 |
| | | | | in a different manner | ||||
* | ENH: make documentation entries actually store their data | Ken Martin | 2007-10-09 | 15 | -212/+215 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-09 | 1 | -1/+1 |
| | |||||
* | STYLE: Fixed line-too-long. | Brad King | 2007-10-08 | 1 | -1/+3 |
| | |||||
* | COMP: Added inadvertantly removed include. | Brad King | 2007-10-08 | 1 | -0/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-08 | 1 | -1/+1 |
| | |||||
* | COMP: Simplified include file logic. The windows.h header should be ↵ | Brad King | 2007-10-07 | 1 | -20/+11 |
| | | | | included for all compilers on windows. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-07 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-06 | 1 | -1/+1 |
| | |||||
* | COMP: fix to compile on VS 8 | Ken Martin | 2007-10-05 | 1 | -1/+1 |
| | |||||
* | ENH: add support for preprocessed files in borland | Bill Hoffman | 2007-10-05 | 1 | -0/+4 |
| | |||||
* | ENH: add more exclusions for kwstyle | Bill Hoffman | 2007-10-05 | 1 | -0/+2 |
| | |||||
* | BUG: Fix call to SetFileTime to set it on the proper file. | Brad King | 2007-10-05 | 1 | -1/+1 |
| | |||||
* | COMP: Disable some warnings in generated code. Disable compilation of ↵ | Brad King | 2007-10-05 | 2 | -46/+68 |
| | | | | unused goto block. | ||||
* | 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 |
| |