summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ExternalProject: Add SVN_TRUST_CERT argumentDavid Cole2011-04-111-0/+3
* | | | find_package: Forward component list for recursive calls in modulesBrad King2011-04-072-1/+4
|/ / /
* | | Merge topic 'drag-n-drop-components'Brad King2011-04-053-1/+21
|\ \ \
| * | | Add component support to DragNDrop generator.Clinton Stimpson2011-03-313-1/+21
* | | | Merge topic 'fix_vs10_object_files'Brad King2011-04-051-0/+6
|\ \ \ \
| * | | | Fix for bug where VS2010 did not use .obj files as part of the build.Bill Hoffman2011-04-011-0/+6
| |/ / /
* | | | Merge topic 'upload-built-files'Brad King2011-04-055-0/+59
|\ \ \ \
| * | | | Add the FILES keyword to ctest_upload commandZach Mullen2011-03-151-1/+1
| * | | | Implement ctest_upload commandZach Mullen2011-03-155-0/+59
* | | | | Fix #11964 Handle lib64 library on LinuxEric NOULARD2011-03-312-172/+3
| |/ / / |/| | |
* | | | Merge topic 'custom-command-slashes'Brad King2011-03-311-1/+1
|\ \ \ \
| * | | | Normalize slashes of add_custom_(command|target) DEPENDS (#11973)Brad King2011-03-301-1/+1
* | | | | Merge topic 'cleanup-unused-variable-check'Brad King2011-03-311-1/+1
|\ \ \ \ \
| * | | | | Refine unused cache variable warningBrad King2011-03-241-1/+1
* | | | | | CPack fix #11930 and simplifies component packaging optionsEric NOULARD2011-03-233-44/+20
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'asn_check_proto'Brad King2011-03-221-0/+13
|\ \ \ \ \
| * | | | | Tests: Added test for check_prototype_definition.Andreas Schneider2011-03-181-0/+13
| | |_|/ / | |/| | |
* | | | | Merge topic 'fix-Java-test-enable-logic'Brad King2011-03-221-33/+24
|\ \ \ \ \
| * | | | | Disable Java test with Xcode generatorBrad King2011-03-181-2/+3
| * | | | | Enable Java test more carefully on AppleBrad King2011-03-181-33/+23
| |/ / / /
* | | | | ProcessorCount: Use ERROR_QUIET with execute_process (#11302)David Cole2011-03-181-3/+10
* | | | | ProcessorCount: Test fails if count is 0 (#11302)David Cole2011-03-151-4/+5
* | | | | ProcessorCount test: more output, do not fail. (#11302)David Cole2011-03-151-1/+18
* | | | | Compare ProcessorCount to SystemInformation count. (#11302)David Cole2011-03-151-3/+37
* | | | | Add ProcessorCount support for QNX via pidin. (#11302)David Cole2011-03-151-1/+5
* | | | | Add module ProcessorCount.cmake (#11302)Michael Wild2011-03-152-0/+10
|/ / / /
* | | | Merge topic 'CPackRPM-TestWithMoreTraces'Brad King2011-03-153-5/+180
|\ \ \ \
| * | | | Remove debbuging typoEric NOULARD2011-03-141-3/+3
| * | | | CPack try to please SUSE 64 bits and install lib in lib64 and not lib.Eric NOULARD2011-03-132-1/+173
| * | | | CPackRPM add more trace output in order to help failing diagnosticsEric NOULARD2011-03-101-4/+7
* | | | | 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
|\ \ \ \ \ \