summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-18Tests: always run java test.asn_java_supportAndreas Schneider1-33/+23
2011-03-18Tests: Java tests should test UseJava.cmakeAndreas Schneider1-39/+5
2011-03-18UseJava: classpath needs quotes on Windows.Andreas Schneider1-2/+2
2011-03-18Modules: Added CMake Java support.Andreas Schneider3-0/+892
This provides: find_jar add_jar install_jar install_jni_symlink create_javadoc
2011-03-18Java: Find missing java development executables.Andreas Schneider1-0/+18
2011-03-18KWSys Nightly Date StampKWSys Robot1-1/+1
2011-03-17KWSys Nightly Date StampKWSys Robot1-1/+1
2011-03-16KWSys Nightly Date StampKWSys Robot1-1/+1
2011-03-15Merge topic 'ctest-remove-trailing-whitespace'Brad King4-71/+71
a1711f1 Remove trailing whitespace
2011-03-15Merge topic 'validate-custom-commands-issue-11963'Brad King1-0/+14
339d592 Validate custom command arguments (#11963)
2011-03-15Merge topic 'module-link-interface-issue-11945'Brad King1-3/+7
c9d55ae Add parens in cmTarget::ComputeLinkInterface logic c6a8e4c The link interface of MODULE libraries is empty (#11945)
2011-03-15Merge topic 'CPackRPM-TestWithMoreTraces'Brad King4-7/+206
ade04de Remove debbuging typo a201028 CPack try to please SUSE 64 bits and install lib in lib64 and not lib. 7ebbcf1 CPackRPM non matching ENDIF 0e07b42 CPackRPM even more trace in debug mode or in case of failure 564b731 CPackRPM add more trace output in order to help failing diagnostics
2011-03-15Merge topic 'CPackDeb-ComponentSupport'Brad King8-29/+390
bf7066c CPackDeb add Component Support to DEB generator fix #0011655
2011-03-15Merge topic 'qt4-paramfile-speed'Brad King1-4/+2
ae587e4 Speed up creation of parameters file for moc custom command.
2011-03-15Merge topic 'qt4-cross-compile-no-default'Brad King1-34/+34
46f64bd When cross compiling, don't double-root paths when using find_*.
2011-03-15Merge topic 'MakeUseMangledMesaScriptable'Brad King1-5/+9
968d5a0 Make use_mangled_mesa() available in cmake script mode (#11926) 1a91ac4 Remove trailing whitespace
2011-03-15Merge topic 'fix-InstallReqdSysLibs-again'Brad King1-4/+12
971a735 InstallRequiredSystemLibraries: Read reg values with get_filename_component
2011-03-15Merge topic 'ctest-git-submodule-recursive'Brad King2-1/+46
732af7f CTest: Do not fail with submodules and Git < 1.6.5.0 1173cc4 CTest: Update Git submodules with --recursive
2011-03-15KWSys Nightly Date StampKWSys Robot1-1/+1
2011-03-14Validate custom command arguments (#11963)Brad King1-0/+14
Reject quoted commands immediately with an error message instead of allowing a later assertion failure.
2011-03-14Remove debbuging typoEric NOULARD1-3/+3
2011-03-14Add parens in cmTarget::ComputeLinkInterface logicBrad King1-1/+1
Avoid GCC warning warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] added by commit c6a8e4c7 (The link interface of MODULE libraries is empty, 2011-03-09).
2011-03-14KWSys Nightly Date StampKWSys Robot1-1/+1
2011-03-13CPack try to please SUSE 64 bits and install lib in lib64 and not lib.Eric NOULARD2-1/+173
2011-03-13KWSys Nightly Date StampKWSys Robot1-1/+1
2011-03-12KWSys Nightly Date StampKWSys Robot1-1/+1
2011-03-11Remove trailing whitespaceBrad King4-71/+71
2011-03-11CPackDeb add Component Support to DEB generator fix #0011655M. Konrad8-29/+390
Contribution by Martin Konrad Signed-off-by: Eric NOULARD <eric.noulard@gmail.com>
2011-03-11KWSys Nightly Date StampKWSys Robot1-1/+1
2011-03-10Speed up creation of parameters file for moc custom command.Clinton Stimpson1-4/+2
Thanks A. Saratow for patch.
2011-03-10When cross compiling, don't double-root paths when using find_*.Markus Rathgeb1-34/+34
2011-03-10Make use_mangled_mesa() available in cmake script mode (#11926)Alex Neundorf1-0/+5
There is nothing in it which speaks against this. Alex
2011-03-10Remove trailing whitespaceAlex Neundorf1-5/+4
Alex
2011-03-10CTest: Do not fail with submodules and Git < 1.6.5.0Brad King1-2/+1
Several major Linux distributions still do not provide Git >= 1.6.5.0 in their stable package lists. Prior to commit 1173cc4a (Update Git submodules with --recursive, 2011-02-22) CTest was able to use older Git versions but simply silently failed to update submodules recursively. Instead of failing with older Git versions preserve the status quo and add a warning in the update log. Users testing projects with recursive submodules may simply update to a Git new enough to support them.
2011-03-10CPackRPM non matching ENDIFEric NOULARD1-1/+1
2011-03-10CPackRPM even more trace in debug mode or in case of failureEric NOULARD1-1/+6
2011-03-10CPackRPM add more trace output in order to help failing diagnosticsEric NOULARD2-4/+26
2011-03-10KWSys Nightly Date StampKWSys Robot1-1/+1
2011-03-09InstallRequiredSystemLibraries: Read reg values with get_filename_componentDavid Cole1-4/+12
64-bit CMake can now find the VC redist folder. See this thread on the CMake mailing list for the original report: http://www.cmake.org/pipermail/cmake/2011-March/043342.html Thanks to J. Decker for the suggested fix.
2011-03-09The link interface of MODULE libraries is empty (#11945)Brad King1-3/+7
MODULE libraries cannot be linked into other libraries and executables (just like executables without ENABLE_EXPORTS). Set the MODULE target link interface to be empty. This allows such targets to be installed in an EXPORT set without including all their private implementation dependencies.
2011-03-09KWSys Nightly Date StampKWSys Robot1-1/+1
2011-03-08Merge topic 'ReworkedAsmSupport'Brad King17-34/+200
b3ce420 Do not bother enabling C++ in Assembler test 80f6a34 Teach Assembler test to generate main.s at build time 1dafa74 Fix Assembler test to parse C flags string before using 4139a73 -only enable the asm test for the Intel compiler if we are under UNIX 1f6c6b1 -use CMAKE_C_FLAGS when generating the assembler file d0f71e2 Add ASM platform information for HP compiler on HP bd580be Merge branch 'hp-compiler-info' into ReworkedAsmSupport a0bab7a Add ASM platform information for XL compiler on AIX c03b610 Merge branch 'aix-xl-platform-info' into ReworkedAsmSupport c623008 Initialize ASM rpath flags for executables with those for shared libs 17c658f Add support for the Intel compiler used for ASM under Windows 4258b24 Add more regex for gcc, always print the ASM compiler ID 9071b8b Add temporary debug output for compiler ID detection for ASM 48f7199 It's ELSEIF(), not ELSIF() d103c75 Fix bad comparison in the detect assembler-code 20fe0be Only try assembler support for Makefile-based generators 8614470 Use a regexp instead a lot of ORs for checking the compiler ID cf88092 The Assembler test now tests ASM for GNU, Intel, HP, XL and SunPro 66614a8 Add assemble- and preprocess commands for HP 78f7c59 Fix the default CMAKE_ASM_COMPILE_OBJECT, make XL-ASM use it 7456461 Change the default rules so they fit better to the new ASM handling 5542d58 Set the HP asm file suffix f745220 Add support for ASm for the HP compiler. 00735d4 Add suport for ASM for the IBM XL compiler d3e9e8a Add support for ASM for the SunPro compiler 64e66eb Actually use CMAKE_ASM_COMPILER for asm, instead of CMAKE_C_COMPILER 38f92bf Add ASM support for the Intel compiler 4b40d42 Rework the way assembler is handled, use the C/CXX compiler by default
2011-03-08Merge topic 'improve-ExternalProject-file-name-recognition'Brad King1-4/+9
7f10b13 ExternalProject: Extract file names from more urls
2011-03-08Merge topic 'CPack-MoreRobustComponentFileList'Brad King1-29/+49
b813f86 CPack fix compile error on VS70 and avoid KWStyle warnings 77333a9 CPack more robust way to collect files belonging to a component
2011-03-08Merge topic 'CPackRPM-enableCPackTests'Brad King2-0/+23
dc9965f CPackRPM do not run test if build dir contains space e4d4dfc CPackRPM activate CPackRPM test on Linux systems where rpmbuild is found
2011-03-08Merge topic 'CPackArchive-PackageOrphanComponents'Brad King2-1/+34
fe530ff CPackArchive package all components specified in CPACK_COMPONENTS_ALL
2011-03-08Merge topic 'link-static'Brad King5-11/+74
077954d Test static linking with LINK_SEARCH_START_STATIC 5abfb57 Add target property LINK_SEARCH_START_STATIC to aid static linking
2011-03-08Merge topic 'remove-self-CMAKE_BACKWARDS_COMPATIBILITY-mark'Brad King1-2/+0
fa10a67 Remove unused CMAKE_BACKWARDS_COMPATIBILITY mark
2011-03-08Merge topic 'aix-xl-platform-info'Brad King6-14/+36
d30dcf1 Move RPATH flags to AIX per-compiler information files 89ea7a3 Factor AIX and XL compiler flags into common module
2011-03-08Merge topic 'hp-compiler-info'Brad King5-65/+67
5f0a259 Factor HP compiler flags into per-platform/per-compiler files