Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Patch from Maik to add preprocessor directive handling to Fortran ↵ | Brad King | 2008-01-09 | 2 | -0/+58 |
| | | | | dependency scanning. Also added -fpp flag to Intel Fortran compiler on Windows by default. | ||||
* | ENH: change raise_scope signature to be safer for returned varuables | Ken Martin | 2008-01-03 | 3 | -8/+32 |
| | |||||
* | ENH: Add test for FILE(READ ...HEX). | Brad King | 2008-01-02 | 1 | -0/+7 |
| | |||||
* | BUG: Make RAISE_SCOPE function work when variable is not defined. | Brad King | 2008-01-02 | 2 | -0/+30 |
| | |||||
* | ENH: Added FILES_MATCHING option to INSTALL(DIRECTORY). This will help ↵ | Brad King | 2008-01-02 | 2 | -0/+26 |
| | | | | install a tree of header files while ignoring non-headers. | ||||
* | BUG: Fix SimpleInstall test to work with new dependency of package on all. | Brad King | 2008-01-01 | 2 | -0/+2 |
| | |||||
* | ENH: Implemented Fortran module output directory and search path flags. | Brad King | 2007-12-30 | 3 | -4/+17 |
| | |||||
* | BUG: Do not remove the source file extension when computing an object file ↵ | Brad King | 2007-12-29 | 2 | -18/+7 |
| | | | | name. This addresses bug #6169. If CMAKE_BACKWARDS_COMPATIBILITY is 2.4 or lower maintain the old behavior so that existing build trees and old project releases are not affected. | ||||
* | BUG: Disable test of fortran module dependencies except on GNU for now. A ↵ | Brad King | 2007-12-29 | 1 | -1/+8 |
| | | | | module path feature is needed for Sun support because it uses -M instead of -I for the module search path. | ||||
* | ENH: Add tests of Fortran module dependencies across directories and on ↵ | Brad King | 2007-12-28 | 5 | -0/+54 |
| | | | | external modules. Tests based on cases provided by Maik in issue #5809. | ||||
* | BUG: Enable CMAKE_SUPPRESS_REGENERATION because the entire test runs during ↵ | Brad King | 2007-12-22 | 1 | -0/+5 |
| | | | | the inital configuration. | ||||
* | ENH: Add a depends check step to custom targets. Add support for the ↵ | Brad King | 2007-12-21 | 4 | -7/+27 |
| | | | | IMPLICIT_DEPENDS feature of custom commands when building in custom targets. Convert multiple-output pair checks to be per-target instead of global. | ||||
* | ENH: Renamed CMAKE_FIND_PREFIX_PATH to CMAKE_PREFIX_PATH for brevity and ↵ | Brad King | 2007-12-19 | 1 | -3/+3 |
| | | | | consistency with other find path variable names. | ||||
* | BUG: fix for bug 6172 add get source file prop LANGUAGE | Bill Hoffman | 2007-12-18 | 1 | -0/+6 |
| | |||||
* | ENH: Implemented generation of display for pre-build, pre-link, and ↵ | Brad King | 2007-12-18 | 1 | -0/+2 |
| | | | | post-build custom command comments during the build. This addresses issue #5353. | ||||
* | ENH: Added SOURCES property to targets. This is based on patch from issues ↵ | Brad King | 2007-12-17 | 1 | -1/+11 |
| | | | | #6137. | ||||
* | ENH: Added test for Fortran90 modules in subdirectories. | Brad King | 2007-12-15 | 5 | -0/+12 |
| | |||||
* | ENH: change to libs that are not real | Bill Hoffman | 2007-12-07 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 5455, handle nodefaultlib with more than one lib | Bill Hoffman | 2007-12-06 | 1 | -1/+4 |
| | |||||
* | ENH: add functions and raise scope | Ken Martin | 2007-12-03 | 1 | -0/+1 |
| | |||||
* | ENH: add functions and raise scope to cmake | Ken Martin | 2007-12-03 | 2 | -0/+93 |
| | |||||
* | BUG: try to fix configure error on dashboard | Bill Hoffman | 2007-11-25 | 1 | -6/+6 |
| | |||||
* | ENH: add support for the Syllable OS (http://www.syllable.org) | Alexander Neundorf | 2007-11-24 | 1 | -33/+54 |
| | | | | | | | | | | | major issues: -access() doesn't return false for an empty string (#ifdefed in cmake) -dlopen() doesn't return 0 on failure (#ifdefed in cmake and fixed now in Syllable) -the kwsys and Bootstrap tests fail with timeout due to the fact that I'm doing all that in qemu, which is quite slow -RPATH is now supported, so without modifying the test adapting DLL_PATH in Syllable is required for the tests to succeed -the Plugin test fails with an undefined reference to example_exe_function() in example_mod_1, it seems this isn't supported under Syllable Alex | ||||
* | ENH: Adding test for using HEADER_FILE_ONLY to avoid building a .cxx file. | Brad King | 2007-11-19 | 6 | -3/+18 |
| | |||||
* | ENH: switch to new install commands to match book text | Ken Martin | 2007-11-13 | 1 | -4/+4 |
| | |||||
* | ENH: switch to new install commands to match book text | Ken Martin | 2007-11-13 | 10 | -20/+25 |
| | |||||
* | BUG: Fixed fake generation of files to behave more like fluid. | Brad King | 2007-11-10 | 2 | -5/+0 |
| | |||||
* | BUG: Need extra regex to parse sw_vers output on Mac OSX 10.2 (and ↵ | David Cole | 2007-11-10 | 2 | -6/+8 |
| | | | | presumably earlier) to avoid running PackageMaker during the SimpleInstall* tests. See comment in CMake/Tests/SimpleInstall/CMakeLists.txt for more info. | ||||
* | ENH: Add new Tutorial steps. Diff between Step5 and Step6 shows how to add a ↵ | David Cole | 2007-11-08 | 20 | -2/+474 |
| | | | | cpack driven installer to your project. Diff between Step6 and Step7 shows how to add ctest dashboard scripting capability. | ||||
* | ENH: add doc test for strict builds | Ken Martin | 2007-11-06 | 1 | -1/+5 |
| | |||||
* | ENH: add a etst to verify props are documented | Ken Martin | 2007-11-06 | 2 | -0/+39 |
| | |||||
* | ENH: remove findqt3 from cmake's cmakelist files | Bill Hoffman | 2007-11-02 | 3 | -19/+15 |
| | |||||
* | ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad. | Alexander Neundorf | 2007-10-26 | 2 | -0/+13 |
| | | | | | | | | CMAKE_FIND_PREFIX_PATH is both an environment variable and a cmake variable, which is a list of base directories where FIND_PATH, FIND_FILE, FIND_PROGRAM and FIND_LIBRARY will search in the respective subdirectories Alex | ||||
* | BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of ↵ | David Cole | 2007-10-15 | 6 | -4/+86 |
| | | | | the INSTALL command. | ||||
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -2/+2 |
| | |||||
* | ENH: Finish up the Framework creation code restructuring. Frameworks build ↵ | David Cole | 2007-10-10 | 2 | -16/+37 |
| | | | | 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. | ||||
* | COMP: Rename the executables for the SimpleInstall tests so that the ↵ | David Cole | 2007-10-01 | 3 | -14/+14 |
| | | | | executable files that run during the test do not have the word install in their file names. This allows running the tests on Windows Vista without admin privileges and without adding a manifest containing the asInvoker requestedExecutionLevel element. | ||||
* | ENH: increase timeout | Bill Hoffman | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | ENH: VV make too much data for the dashboard | Bill Hoffman | 2007-09-20 | 1 | -1/+1 |
| | |||||
* | ENH: Disable package test only on OSX < 10.4. Added comment explaining ↵ | Brad King | 2007-09-20 | 2 | -12/+34 |
| | | | | reason for timeout. | ||||
* | ENH: Restore shorter timeout for SimpleInstall-Stage2. | Brad King | 2007-09-20 | 1 | -6/+0 |
| | |||||
* | ENH: fix failing test when valgrind is on | Bill Hoffman | 2007-09-19 | 1 | -1/+1 |
| | |||||
* | ENH: Re-enable packaging part of SimpleInstall-Stage2 test on Apple. Give ↵ | Brad King | 2007-09-19 | 3 | -0/+12 |
| | | | | it a long timeout to see what is going on. | ||||
* | COMP: reenable the installation of the PUBLIC_HEADERs | Alexander Neundorf | 2007-09-19 | 2 | -4/+4 |
| | | | | Alex | ||||
* | ENH: increase timeout for long test | Bill Hoffman | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | COMP: disable packaging test on Apple, see if this fixes the timeouts | Alexander Neundorf | 2007-09-17 | 2 | -2/+16 |
| | | | | Alex | ||||
* | ENH: test install of debug libs | Bill Hoffman | 2007-09-17 | 2 | -0/+2 |
| | |||||
* | ENH: Adding test for ADD_CUSTOM_COMMAND's new IMPLICIT_DEPENDS feature. | Brad King | 2007-09-17 | 4 | -0/+68 |
| | |||||
* | ENH: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader ↵ | Brad King | 2007-09-13 | 1 | -32/+16 |
| | | | | test to use it (making the test simpler). |