summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2012-05-251-1/+1
|
* Merge topic 'fortran-include-angle'David Cole2012-05-246-653/+767
|\ | | | | | | | | ad21079 Fortran: Follow <>-style includes (#13239)
| * Fortran: Follow <>-style includes (#13239)Brad King2012-05-226-653/+767
| | | | | | | | | | | | | | | | | | | | | | | | | | Fortran sources that pass through the C preprocessor may use #include "header" syntax or #include <header> syntax. CMake already follows the former. Teach it to follow the latter.
* | Merge topic 'CPack-activateRPM-DEB-onMacOS'David Cole2012-05-244-30/+108
|\ \ | | | | | | | | | | | | | | | 801ea70 Calm down Borland compiler warning about "always true" 2a34b57 CPack allow RPM and DEB generator to be used on OSX.
| * | Calm down Borland compiler warning about "always true"Eric NOULARD2012-05-211-0/+4
| | |
| * | CPack allow RPM and DEB generator to be used on OSX.Eric NOULARD2012-05-204-30/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | More generally add the check for possible generator "activation" at runtime depending on a generator specific check. The dynamic behavior is currently implemented only for MacOS and should be fully backward compatible for other system. Inspired-By Tom Hughes <tomtheengineer@gmail.com>
* | | Merge topic 'CPackNSIS-warnDESTDIRandABSOLUTE'David Cole2012-05-247-2/+184
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4986d52 Use CPACK_xxx and CMAKE_xxx in a consistent way. f90223c Fix KWStyle warning 47f0dbd CPack add necessary check to detect/warns/error on ABSOLUTE DESTINATION 6ba055b CPack add easy possibility to warn about CPACK_SET_DESTDIR
| * | | Use CPACK_xxx and CMAKE_xxx in a consistent way.Eric NOULARD2012-05-204-13/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMAKE_xxx vars are now used in the CMake-generated cmake_install.cmake script while CPACK_xxx equivalent vars are used from within CPack. CPack is responsible for getting/forwarding definitions of CPACK_xxxx var corresponding to CMAKE_xxxx when invoking CMake-generated install scripts. As a consequence: CMAKE_ABSOLUTE_DESTINATION_FILES CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION may be used from outside CPack as well. e.g. cmake -DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=1 -P cmake_install.cmake works as expected.
| * | | Fix KWStyle warningEric NOULARD2012-05-151-1/+2
| | | |
| * | | CPack add necessary check to detect/warns/error on ABSOLUTE DESTINATIONEric NOULARD2012-05-146-1/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The [usually] wrong usage of absolute DESTINATION in INSTALL rules keeps popping-up on the ML. We shall have some way to: 1) easily detect it. 2) forbids this for some CPack generator like NSIS In fact it should certainly be forbidden for *any* generators when used on Windows but we may implements that on top of the current patch. The patch ask the task to the generated cmake_install.cmake scripts. Those scripts are a little bit more complicated with that but iff there are absolute DESTINATION. This cost nothing if relative DESTINATION are used. Two new vars are introduced (and documented to handle that): CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION and CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION
| * | | CPack add easy possibility to warn about CPACK_SET_DESTDIREric NOULARD2012-05-144-1/+63
| | | | | | | | | | | | | | | | CPackNSIS will only warn but sooner or later it should error out
* | | | Merge topic 'MakeDefaultInstallComponentNameConfigurable'David Cole2012-05-248-77/+105
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b71e731 -add docs for ${CMAKE_INSTALL_DEFAULT_COMPONENT_NAME} 7ced073 make default install component name configurable b6fba35 -strip trailing whitespace
| * | | | -add docs for ${CMAKE_INSTALL_DEFAULT_COMPONENT_NAME}Alex Neundorf2012-05-141-0/+10
| | | | | | | | | | | | | | | | | | | | Alex
| * | | | make default install component name configurableAlex Neundorf2012-05-147-23/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now an unnamed component was always named "Unspecified". Now this name is taken from the new cmake variable CMAKE_INSTALL_DEFAULT_COMPONENT_NAME, which is initialized to "Unspecified". But it can now be set to something project-specific, per directory Alex
| * | | | -strip trailing whitespaceAlex Neundorf2012-05-136-54/+54
| | | | | | | | | | | | | | | | | | | | Alex
* | | | | CMake Nightly Date StampKitware Robot2012-05-241-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2012-05-231-1/+1
| |_|_|/ |/| | |
* | | | CMake Nightly Date StampKitware Robot2012-05-221-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2012-05-211-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2012-05-201-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2012-05-191-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2012-05-181-1/+1
| | | |
* | | | Merge topic 'ninja-error-failbit'David Cole2012-05-171-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | b94514f Ninja: mark rules/build file streams failed if error occurred (#13067, #13105)
| * | | | Ninja: mark rules/build file streams failed if error occurred (#13067, #13105)Peter Collingbourne2012-05-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | This causes cmGeneratedFileStream to delete the temporary files, rather than overwriting the (working) existing files.
* | | | | Merge topic 'ninja-issue-13069'David Cole2012-05-172-9/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | d807aab Ninja: apply CMAKE_<LANG>_FLAGS_<TYPE> to executable targets (#13069)
| * | | | | Ninja: apply CMAKE_<LANG>_FLAGS_<TYPE> to executable targets (#13069)Peter Collingbourne2012-05-162-9/+7
| |/ / / / | | | | | | | | | | | | | | | Based on a patch by Zaheer Chothia!
* | | | | Merge topic 'cmake-trace-elseif'David Cole2012-05-173-12/+36
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | b3b095a Print any evaluated 'elseif'/'else' commands in trace mode (#13220)
| * | | | | Print any evaluated 'elseif'/'else' commands in trace mode (#13220)Brian Helba2012-05-163-12/+36
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | In trace mode ('--trace'), any 'elseif' or 'else' commands that are evaluated as part of a conditional block will be printed. Previously, only the opening 'if' command of a conditional block was printed.
* | | | | Merge topic 'xcode-storyboard-files'David Cole2012-05-171-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | d59ba0c Xcode: Recognize storyboard source files (#13214)
| * | | | | Xcode: Recognize storyboard source files (#13214)Jan Schaffmeister2012-05-141-0/+4
| | | | | |
* | | | | | Merge topic 'mumps_coverage'David Cole2012-05-1710-4/+856
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c806b23 CDash now supports lots of files in coverage. So, show all files. 761d931 Do not try to run bullseye coverage if COVFILE env is empty. 5b69ce4 Update test data to match new coverage format. 1b418f1 Change GT.M Coverage Parser global b0c07a1 Disable bullseye coverage for mumps coverage test. 0a169e6 Remove uncovered files from cache coverage data. a7abf5e Add ability to specify more than one package directory or coverage directory. 220afca Use <TARGET_FILE> expression to run ctest so it works with Xcode and VS IDE. 62f6bce Use a script to run the test because WORKING_DIRECTORY is not in 2.8.2. f5c5db0 Fix some warnings and a bug where it went past the length of a vector. 7955e99 Add support for Cache coverage. a86cd33 Add virutal destructor to silence warning. 319eeb0 Add test for mumps coverage. Also refactor code to prepare for cache coverage. 72210c2 Fix line length. dd07161 Fix warning about char* instead of const char*. e6412e0 Add support to ctest for GTM mumps coverage.
| * | | | | | CDash now supports lots of files in coverage. So, show all files.Bill Hoffman2012-05-114-18/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this commit the mumps coverage only showed files that had at least one line of coverage. Now 0% covered files are shown as well.
| * | | | | | Do not try to run bullseye coverage if COVFILE env is empty.Bill Hoffman2012-05-081-1/+1
| | | | | | |
| * | | | | | Change GT.M Coverage Parser globalJoseph Snyder2012-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The coverage global should be in the local namespace. This means the global will be ^ZZCOVERAGE instead of ^COVERAGE. Change the parser to look for ^ZZCOVERAGE instead of the old ^COVERAGE
| * | | | | | Remove uncovered files from cache coverage data.Bill Hoffman2012-05-022-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cache coverage data currently contains files with 0 coverage on each line. This change will remove those files from the coverage sent to CDash.
| * | | | | | Add ability to specify more than one package directory or coverage directory.Bill Hoffman2012-05-021-16/+24
| | | | | | |
| * | | | | | Fix some warnings and a bug where it went past the length of a vector.Bill Hoffman2012-05-011-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a kwstyle warning and an unused variable warning. Also fix a case where it could crash because a vector was referenced passed its end.
| * | | | | | Add support for Cache coverage.Bill Hoffman2012-05-018-30/+286
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support for Cache coverage parsing. A test is added that does a basic run of the coverage on a small bit of data.
| * | | | | | Add virutal destructor to silence warning.Bill Hoffman2012-05-012-0/+5
| | | | | | |
| * | | | | | Add test for mumps coverage. Also refactor code to prepare for cache coverage.Bill Hoffman2012-05-016-228/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a simple test to make sure the GTM mumps coverage is working. Also refactor the code so that cache coverage can be added.
| * | | | | | Fix line length.Bill Hoffman2012-04-261-1/+2
| | | | | | |
| * | | | | | Fix warning about char* instead of const char*.Bill Hoffman2012-04-261-1/+1
| | | | | | |
| * | | | | | Add support to ctest for GTM mumps coverage.Bill Hoffman2012-04-256-3/+472
| | | | | | |
* | | | | | | Merge topic 'vs11-arm-generator'David Cole2012-05-174-0/+74
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5af93bb VS11: Fix ARM architecture hint typo (#13077) 0fa3d09 VS11: Add ARM architecture generator (#13077)
| * | | | | | | VS11: Add ARM architecture generator (#13077)Minmin Gong2012-05-094-0/+74
| | | | | | | |
* | | | | | | | Merge topic 'ninja_convenience_targets'David Cole2012-05-172-0/+44
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 92cee76 Ninja: Add a convenient 'help' target. 3bd41f2 Ninja: Add a convenient 'clean' target.
| * | | | | | | | Ninja: Add a convenient 'help' target.Nicolas Despres2012-05-092-0/+22
| | | | | | | | |
| * | | | | | | | Ninja: Add a convenient 'clean' target.Nicolas Despres2012-05-092-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been asked on the mailing list: http://public.kitware.com/pipermail/cmake-developers/2012-April/003805.html
* | | | | | | | | Merge topic 'CPack-preserveTimestampInSourcePackage'David Cole2012-05-171-2/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3d10f65 CPack - preserve timestamp for CPACK_INSTALLED_DIRECTORIES. fixes: #0013193
| * | | | | | | | | CPack - preserve timestamp for CPACK_INSTALLED_DIRECTORIES. fixes: #0013193Eric NOULARD2012-05-091-2/+5
| |/ / / / / / / /