Alex Neundorf
861447097c
Use a regexp instead a lot of ORs for checking the compiler ID
...
Alex
2011-02-24 20:56:53 +01:00
Brad King
307bdadadc
Merge topic 'mingw-module-definition'
...
6c4b249
Fix Fortran test .def file symbol mangling
7616216
Pass .def files directly to MinGW tools (#9997 )
2011-02-24 08:30:26 -05:00
KWSys Robot
a9841e6e9a
KWSys Nightly Date Stamp
2011-02-24 00:12:13 -05:00
Clinton Stimpson
6b9bc54566
Fix regression in 43cb9b8
.
...
Put back some code for setting the QT_VERSION_* variables that wasn't supposed to be removed.
2011-02-23 17:13:49 -07:00
Eric NOULARD
3fb89cf8bd
CPack remove previously CPack generated files (if any) before running CPack
2011-02-24 00:49:11 +01:00
Eric NOULARD
f2ab270e6f
CPack fix KWStyle warning
2011-02-24 00:29:25 +01:00
Alex Neundorf
cf8809203a
The Assembler test now tests ASM for GNU, Intel, HP, XL and SunPro
...
Alex
2011-02-23 21:30:27 +01:00
Alex Neundorf
66614a868d
Add assemble- and preprocess commands for HP
...
Also restore HP-C.cmake, I had accidentially overwritten it with HP-ASM.cmake
Alex
2011-02-23 21:30:21 +01:00
Alex Neundorf
78f7c592eb
Fix the default CMAKE_ASM_COMPILE_OBJECT, make XL-ASM use it
...
Alex
2011-02-23 21:29:05 +01:00
Alex Neundorf
7456461588
Change the default rules so they fit better to the new ASM handling
...
CMAKE_ASM_COMPILE_OBJECT is now so that it fits for GNU, Intel, HP and Sun
ASM_ATT had to be adjusted. Also adjusted the default
CMAKE_ASM_LINK_EXECUTABLE
Alex
2011-02-23 21:21:41 +01:00
Alex Neundorf
5542d58014
Set the HP asm file suffix
...
Alex
2011-02-23 21:18:55 +01:00
Alex Neundorf
f745220a32
Add support for ASm for the HP compiler.
...
Alex
2011-02-23 21:16:44 +01:00
Alex Neundorf
00735d4055
Add suport for ASM for the IBM XL compiler
...
Alex
2011-02-23 21:16:22 +01:00
Alex Neundorf
d3e9e8a078
Add support for ASM for the SunPro compiler
...
Alex
2011-02-23 21:16:00 +01:00
Alex Neundorf
64e66ebdc8
Actually use CMAKE_ASM_COMPILER for asm, instead of CMAKE_C_COMPILER
...
Alex
2011-02-23 21:15:41 +01:00
Alex Neundorf
38f92bfbe1
Add ASM support for the Intel compiler
...
Alex
2011-02-23 21:15:18 +01:00
Brad King
6c4b249272
Fix Fortran test .def file symbol mangling
...
Commit 6a61a8a5
(Honor module .def files with MinGW tools, 2011-02-21)
enabled use of .def files with GNU tools on Windows. Previously the
Fortran tests's world.def file was used only for the Intel Fortran
Compiler on Windows and contained the symbol name mangled for that
compiler. Instead choose a .def file that names the symbol with proper
mangling for the compiler in use.
2011-02-23 11:05:14 -05:00
Brad King
761621645c
Pass .def files directly to MinGW tools ( #9997 )
...
Commit 6a61a8a5
(Honor module .def files with MinGW tools, 2011-02-21)
set CMAKE_LINK_DEF_FILE_FLAG to "-Wl," to enable passing .def files to
the linker on MinGW. However, older GNU tools in the MSYS shell do not
know how to translate "-Wl,/c/..." to "c:/..." and complain that the
file does not exist. Instead set the flag to just "" which tells CMake
it can pass the file through the front-end with no special flag.
2011-02-23 11:04:17 -05:00
KWSys Robot
fe449843b7
KWSys Nightly Date Stamp
2011-02-23 00:11:47 -05:00
Eric NOULARD
4deb308e82
CPack Authorize DISPLAY_NAME usage in component package
...
Second (last) part fix of feature request #11814
2011-02-22 23:49:49 +01:00
Modestas Vainius
7c5e412c4a
Documentation: Fix a few typos ( #11883 )
...
W: cmake: manpage-has-errors-from-man usr/share/man/man1/cmake.1.gz 10029: warning [p 158, 13.5i]: can't break line
I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz informations information
I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz dependant dependent
I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz prefered preferred
I: cmake: spelling-error-in-binary ./usr/bin/cmake prefered preferred
I: cmake: spelling-error-in-binary ./usr/bin/cpack prefered preferred
I: cmake: spelling-error-in-binary ./usr/bin/ctest prefered preferred
I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakepolicies.1.gz prefered preferred
I: cmake-curses-gui: spelling-error-in-binary ./usr/bin/ccmake prefered preferred
I: cmake-qt-gui: spelling-error-in-binary ./usr/bin/cmake-gui prefered preferred
2011-02-22 17:24:51 -05:00
Eric NOULARD
8c450f6287
CPack remove "-ALL" suffix for ALL-IN-ONE packages
...
First part fix of feature request 11814
2011-02-22 22:56:26 +01:00
Brad King
fabdf7aa32
libarchive: Remove unused build/windows directory ( #11885 )
...
The directory contains some files with unclear licensing anyway.
2011-02-22 15:56:02 -05:00
Brad King
1173cc4ab2
CTest: Update Git submodules with --recursive
...
Fail if submodules exist and the git version is less than 1.6.5.0.
Inspired-by: Johan Björk <phb@spotify.com>
2011-02-22 15:47:50 -05:00
Brad King
62f816adde
Merge topic 'qt4-fphsa'
...
7a1027a
When checking find_package() components, special case qtmain.
4c1c358
FindQt4: Include builtin FindPackageHandleStandardArgs directly
43cb9b8
Change to use fphsa to check required variables and version.
2011-02-22 14:36:33 -05:00
Brad King
521d244531
Merge topic 'mingw-module-definition'
...
6a61a8a
Honor module .def files with MinGW tools (#9997 )
2011-02-22 14:33:04 -05:00
Brad King
59cfdd5c77
Merge topic 'qt4-macfind'
...
4167be0
Fix issues with find_path() for QtCore include dir on Mac. Fixes 11868.
2011-02-22 14:33:00 -05:00
Brad King
cbc5e31f86
Merge topic 'resolve/add-STRING-subcommand-FIND-issue-11795/fix-2828-more-info-in-script-mode'
...
1a8eed1
Merge branch 'add-STRING-subcommand-FIND-issue-11795' into fix-2828-more-info-in-script-mode
006124b
Avoid direct use of std::stringstream
8a8da36
Merge branch 'fix-2828-more-info-in-script-mode' into add-STRING-subcommand-FIND-issue-11795
1462561
Add a string(FIND) sub-command (#11795 )
2011-02-22 14:32:55 -05:00
Brad King
6250c7324f
Merge topic 'fix-2828-more-info-in-script-mode'
...
a58ace6
Fix KWStyle line-too-long complaint (#2828 )
106958c
Add CMAKE_ARGC and CMAKE_ARGV0..N-1 variables (#2828 )
94d1684
Add CMAKE_SCRIPT_MODE_FILE variable (#2828 )
2011-02-22 14:32:48 -05:00
Brad King
6dc8c25226
Merge topic 'fix-11877-sort-tests-correctly'
...
8af8eab
Use stable_sort to preserve test order (#11877 )
2011-02-22 14:32:43 -05:00
Brad King
5239fb0dfe
Merge topic 'CPackRPM-HonorAllComponentWays'
...
0cf1d72
CPackRPM fix IRIX compiler warning (variable never used)
494bb8a
CPackRPM honors all the different ways of packaging components
2011-02-22 14:32:36 -05:00
Brad King
67c542a3cc
Merge topic 'AddCustomTargetSourcesToCodeBlocksProject'
...
2a9f7f9
Also add the SOURCES from add_custom_target() to CodeBlocks projects (#11736 )
2011-02-22 14:32:31 -05:00
Brad King
7dcf2269ec
Merge topic 'FixBadXMLInEclipseProjects'
...
79e13af
Add XML escaping for directory name in Eclipse projects (#11658 )
8074bca
Fix XML escaping for target names in Eclipse project files (#11658 )
cb94587
Fix XML escaping for the project() name in Eclipse projects (#11658 )
2011-02-22 14:32:27 -05:00
Brad King
c5f27110ab
Merge topic 'init-LDFLAGS-issue-11840'
...
3b77516
Fix linker flag initialization from LDFLAGS (#11840 )
2011-02-22 14:32:22 -05:00
Brad King
2d2f79a995
Merge topic 'vs-intel-dll-implib-outdir'
...
2516c05
VS: Create a Fortran DLL's import library directory
2011-02-22 14:32:16 -05:00
Brad King
01b65de3f9
Merge topic 'fix-11717-gcov-same-file-name'
...
6e02a3b
CTest: Use the gcov --preserve-paths flag (#11717 )
2011-02-22 14:32:11 -05:00
Brad King
f556773f01
Merge topic 'fix-11761-less-file-download-noise'
...
667cf5b
Make file DOWNLOAD less noisy (#11761 )
2011-02-22 14:32:01 -05:00
Brad King
cc5bbed52a
Merge topic 'fix-10704-manifest-no-vs10'
...
fbca267
VS: Only use /MANIFEST if hasManifest is true (#11216 )
98b448e
VS2010: Fixed GenerateManifest flag (#10704 )
2011-02-22 14:31:55 -05:00
Brad King
15ff343d23
Merge topic 'fix-4564-make-test-alias'
...
816c9d1
CTest: Add alias for make test target (#4564 )
2011-02-22 14:31:50 -05:00
Brad King
11f55fff8f
Merge topic 'fix-10723-non-dev-xcode'
...
d421a43
Strip trailing space from xcode-select output (#10723 )
2011-02-22 14:31:45 -05:00
Brad King
6e450ed7f0
Merge topic 'mpif77-workaround-o-c-order'
...
93f230e
Pass -o after -c for Fortran to avoid mpif77 ordering bug
2011-02-22 14:31:40 -05:00
Brad King
a38c1b3584
Merge topic 'qtdialog-groupingbug'
...
b1f52b1
Fix grouping bug where "Ungrouped Entries" showed up as a child.
2011-02-22 14:31:31 -05:00
Brad King
554641f320
Merge topic 'fix-8914-allow-config-types-override'
...
e6221ed
Xcode: Allow override of CMAKE_CONFIGURATION_TYPES (#8914 )
2011-02-22 14:31:26 -05:00
Brad King
e0d0e879cf
Merge topic 'fix-10150-mark-timeout-advanced'
...
b5e3692
CTest: Mark DART_TESTING_TIMEOUT as advanced (#10150 )
2011-02-22 14:31:21 -05:00
Brad King
542f45f452
Merge topic 'custom-command-slashes'
...
88548a4
Handle relative WORKING_DIRECTORY in add_custom_(command|target)
7befc00
Handle trailing slashes on add_custom_command DEPENDS
2011-02-22 14:31:12 -05:00
Brad King
45efcc8fa6
Merge topic 'disallow-funny-path-names'
...
8704525
Reject directory names containing '=' (#11689 )
2011-02-22 14:31:07 -05:00
Brad King
64d997a78c
Merge topic 'fix-11295-support-plugin-bundles-on-mac'
...
cabc407
CFBundle Test: Add PATHS for finding Rez (#11295 )
5457b82
Add support for CFBundle targets on the Mac (#11295 )
2011-02-22 14:30:58 -05:00
Brad King
6ec1ae2108
Merge topic 'vs-link-flag-table'
...
85163fb
Add link flag table entries for VS 7,8,9
2011-02-22 14:30:52 -05:00
Brad King
c033ba6769
Merge topic 'fix-10397-add-wchar_t-string-pool-flags'
...
e9425d4
VS7/8/9: Add flag map for string pooling option (#10397 )
ea9de57
VS8/9: Add flag map entries for /Zc:wchar_t (#10397 )
2011-02-22 14:30:48 -05:00
Brad King
52e2c22ee9
Merge topic 'fix-10638-add-enable-prefast-flags'
...
15e4222
VS9: Map enable/disable PREfast flags (#10638 )
2011-02-22 14:30:44 -05:00