summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* CPackDeb add Component Support to DEB generator fix #0011655M. Konrad2011-03-115-0/+22
* Merge topic 'ReworkedAsmSupport'Brad King2011-03-081-17/+23
|\
| * Do not bother enabling C++ in Assembler testBrad King2011-03-041-1/+1
| * Teach Assembler test to generate main.s at build timeBrad King2011-03-041-2/+9
| * Fix Assembler test to parse C flags string before usingBrad King2011-03-041-1/+3
| * -only enable the asm test for the Intel compiler if we are under UNIXAlex Neundorf2011-03-031-2/+2
| * -use CMAKE_C_FLAGS when generating the assembler fileAlex Neundorf2011-03-031-1/+1
| * Merge branch 'aix-xl-platform-info' into ReworkedAsmSupportBrad King2011-03-0249-234/+611
| |\
| * | Only try assembler support for Makefile-based generatorsAlex Neundorf2011-03-011-4/+6
| * | Use a regexp instead a lot of ORs for checking the compiler IDAlex Neundorf2011-02-241-11/+3
| * | The Assembler test now tests ASM for GNU, Intel, HP, XL and SunProAlex Neundorf2011-02-231-16/+19
* | | Merge topic 'CPackRPM-enableCPackTests'Brad King2011-03-082-0/+23
|\ \ \
| * | | CPackRPM do not run test if build dir contains spaceEric NOULARD2011-03-041-2/+2
| * | | CPackRPM activate CPackRPM test on Linux systems where rpmbuild is foundEric NOULARD2011-03-032-0/+23
| | |/ | |/|
* | | Merge topic 'CPackArchive-PackageOrphanComponents'Brad King2011-03-081-1/+1
|\ \ \
| * | | CPackArchive package all components specified in CPACK_COMPONENTS_ALLEric NOULARD2011-03-031-1/+1
| |/ /
* | | Test static linking with LINK_SEARCH_START_STATICBrad King2011-03-043-0/+48
|/ /
* | Merge topic 'fix-11286-add-file-upload'Brad King2011-03-014-1/+72
|\ \
| * | Implement file(UPLOAD (#11286)David Cole2011-02-254-1/+72
* | | Merge topic 'CPack-ChangeComponentNamingScheme'Brad King2011-03-011-11/+20
|\ \ \
| * | | CPack remove previously CPack generated files (if any) before running CPackEric NOULARD2011-02-231-11/+20
| |/ /
* | | Merge topic 'mingw-module-definition'Brad King2011-02-243-1/+14
|\ \ \ | |/ / |/| |
| * | Fix Fortran test .def file symbol manglingBrad King2011-02-233-1/+14
* | | Merge topic 'mingw-module-definition'Brad King2011-02-221-1/+4
|\ \ \ | |/ /
| * | Honor module .def files with MinGW tools (#9997)Brad King2011-02-211-1/+4
* | | Merge topic 'resolve/add-STRING-subcommand-FIND-issue-11795/fix-2828-more-inf...Brad King2011-02-222-1/+78
|\ \ \
| * \ \ Merge branch 'fix-2828-more-info-in-script-mode' into add-STRING-subcommand-F...Brad King2011-02-151-0/+2
| |\ \ \
| * | | | Add a string(FIND) sub-command (#11795)Tim Hütz2011-02-152-1/+78
| | |/ / | |/| |
* | | | Merge topic 'fix-2828-more-info-in-script-mode'Brad King2011-02-221-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Add CMAKE_SCRIPT_MODE_FILE variable (#2828)David Cole2011-02-021-0/+2
| | |/ | |/|
* | | Merge topic 'fix-11761-less-file-download-noise'Brad King2011-02-221-0/+2
|\ \ \
| * | | Make file DOWNLOAD less noisy (#11761)David Cole2011-02-091-0/+2
| | |/ | |/|
* | | Merge topic 'custom-command-slashes'Brad King2011-02-221-2/+19
|\ \ \
| * | | Handle relative WORKING_DIRECTORY in add_custom_(command|target)Brad King2011-01-261-2/+9
| * | | Handle trailing slashes on add_custom_command DEPENDSBrad King2011-01-261-2/+12
* | | | Merge topic 'fix-11295-support-plugin-bundles-on-mac'Brad King2011-02-2211-0/+268
|\ \ \ \
| * | | | CFBundle Test: Add PATHS for finding Rez (#11295)David Cole2011-01-111-1/+4
| * | | | Add support for CFBundle targets on the Mac (#11295)Richard Bateman2011-01-1111-0/+265
* | | | | Merge topic 'fix-11526-mac-remove-carbon-refs'Brad King2011-02-223-11/+11
|\ \ \ \ \
| * | | | | Removed most usage of Carbon in favour of CoreFoundationSean McBride2011-01-313-11/+11
| | |_|_|/ | |/| | |
* | | | | Merge topic 'eliminate-unnecessary-test-isms'Brad King2011-02-2217-169/+0
|\ \ \ \ \
| * | | | | Tests: Eliminate unnecessary files and variables.David Cole2011-01-2817-169/+0
* | | | | | Merge topic 'increase-ep-test-timeout'Brad King2011-02-221-5/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | ExternalProject Test: Increase test timeout valueDavid Cole2011-01-111-5/+2
| | |_|/ / | |/| | |
* | | | | Avoid foreach IN LISTS syntax which is not supported by CMake 2.6Eric NOULARD2011-01-311-2/+2
* | | | | CPack Tests the different ways of packaging componentsEric NOULARD2011-01-308-36/+123
| |_|/ / |/| | |
* | | | Merge topic 'fix-11695-spaces-in-vs10-rc-defs'Brad King2011-01-284-13/+125
|\ \ \ \
| * | | | VSResource: Avoid windres /D with quoted spaces (#11695)David Cole2011-01-274-13/+109
| * | | | Avoid space in rc /D values for VS6 and Cygwin (#11695)David Cole2011-01-261-5/+10
| * | | | VS10: Escape double quote chars in defines for rc files (#11695)David Cole2011-01-262-3/+14