Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Use the right path to CPack value for running CPack tests | David Cole | 2012-11-29 | 1 | -6/+5 |
| | | | | | | | | | These tests were not running properly on Visual Studio or Xcode dashboards before this commit because of the "Debug" or "Release" sub-directory. The scripts already have CMAKE_CPACK_COMMAND since the correct CMake executable is used to run the scripts, so just use that, rather than passing down an incorrect path to the CPack executable. | ||||
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Run the following shell code: for c in else endif endforeach endfunction endmacro endwhile; do echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | egrep -z -v 'Tests/CMakeTests/While-Endwhile-' | xargs -0 sed -i -f convert.sed && rm convert.sed | ||||
* | Add component support to DragNDrop generator. | Clinton Stimpson | 2011-03-31 | 1 | -0/+13 |
| | |||||
* | CPack fix #11930 and simplifies component packaging options | Eric NOULARD | 2011-03-23 | 1 | -21/+20 |
| | |||||
* | CPackRPM add more trace output in order to help failing diagnostics | Eric NOULARD | 2011-03-10 | 1 | -4/+7 |
| | |||||
* | Merge topic 'CPackRPM-enableCPackTests' | Brad King | 2011-03-08 | 1 | -0/+17 |
|\ | | | | | | | | | | | dc9965f CPackRPM do not run test if build dir contains space e4d4dfc CPackRPM activate CPackRPM test on Linux systems where rpmbuild is found | ||||
| * | CPackRPM activate CPackRPM test on Linux systems where rpmbuild is found | Eric NOULARD | 2011-03-03 | 1 | -0/+17 |
| | | |||||
* | | CPackArchive package all components specified in CPACK_COMPONENTS_ALL | Eric NOULARD | 2011-03-03 | 1 | -1/+1 |
|/ | | | | | When asking for group packaging the components not belonging to any group should be packaged separately. | ||||
* | CPack remove previously CPack generated files (if any) before running CPack | Eric NOULARD | 2011-02-23 | 1 | -11/+20 |
| | |||||
* | CPack Tests the different ways of packaging components | Eric NOULARD | 2011-01-30 | 1 | -0/+12 |
| | |||||
* | Change cpack run and verify script to work with multi-config generators. | Bill Hoffman | 2010-12-14 | 1 | -3/+10 |
| | | | | | Use the location of the running cmake to find cpack, and use the CMAKE_CONFIG_TYPE environtment variable as a type for cpack. | ||||
* | Precise the project config type when invoking cpack | Eric NOULARD | 2010-12-14 | 1 | -1/+1 |
| | |||||
* | Arrange output in a better way | Eric NOULARD | 2010-12-14 | 1 | -9/+5 |
| | |||||
* | CPackTest spit out more output in case of failure | Eric NOULARD | 2010-12-14 | 1 | -3/+16 |
| | |||||
* | CPack Default component test for ZIP should be OK | Eric NOULARD | 2010-12-14 | 1 | -4/+15 |
| | |||||
* | CPack new tests for component install | Eric NOULARD | 2010-12-14 | 1 | -0/+46 |