summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
blob: df2f94c2a6582696350583929020dd5f07f3666b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#=============================================================================
# CMake - Cross Platform Makefile Generator
# Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
set(CTEST_PROJECT_NAME "CMake")
set(CTEST_NIGHTLY_START_TIME "1:00:00 UTC")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "open.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=CMake")
set(CTEST_DROP_SITE_CDASH TRUE)
set(CTEST_CDASH_VERSION "1.6")
set(CTEST_CDASH_QUERY_VERSION TRUE)
td>cmTargetLinkLibrariesCommand: Use a string argumentBen Boeckel2014-03-082-6/+6 * cmTarget: Remove the project argument to FindTargetBen Boeckel2014-03-089-45/+25 * stringapi: Use strings for globbing parametersBen Boeckel2014-03-082-8/+9 * stringapi: Use strings for search pathsBen Boeckel2014-03-082-2/+2 * stringapi: Use strings for VS project namesBen Boeckel2014-03-0822-57/+60 * stringapi: Use strings for generated file stream namesBen Boeckel2014-03-082-7/+2 * stringapi: Use strings for documentation namesBen Boeckel2014-03-082-3/+3 * stringapi: Accept strings when setting command errorsBen Boeckel2014-03-081-1/+1 * stringapi: Use strings for cache paths as argumentsBen Boeckel2014-03-084-16/+16 * stringapi: Use strings for AddSubdirectory pathsBen Boeckel2014-03-083-10/+13 * stringapi: Use strings for output names in AddCustomCommandToOutputBen Boeckel2014-03-082-2/+2 * stringapi: Accept strings when MD5 hashing dataBen Boeckel2014-03-084-11/+11 * stringapi: Use string for OS X resource namesBen Boeckel2014-03-084-10/+13 * FindCUDA: Fix a typoBen Boeckel2014-03-081-1/+1 * stringapi: Use strings in target nameBen Boeckel2014-03-0858-274/+287 * stringapi: Use strings in Convert methods in LocalGeneratorBen Boeckel2014-03-083-27/+31 * stringapi: Use strings for the languagesBen Boeckel2014-03-0844-253/+246 * stringapi: Use strings for test namesBen Boeckel2014-03-088-31/+19 * stringapi: Use strings for AddString methodsBen Boeckel2014-03-086-11/+11 * stringapi: Use strings in CPack generator parametersBen Boeckel2014-03-084-22/+23 * stringapi: Use strings for TryFullPathBen Boeckel2014-03-082-5/+6 * stringapi: Use strings for source namesBen Boeckel2014-03-0810-41/+37 * genex: Store predicates as a map for faster searchingBen Boeckel2014-03-081-83/+52 * makefile: Remove an unused methodBen Boeckel2014-03-082-11/+0 * stringapi: Accept string parameters in methods which store to stringsBen Boeckel2014-03-081-1/+1 * stringapi: Accept strings in cmStrCmpBen Boeckel2014-03-083-6/+11 * stringapi: Use strings for variable namesBen Boeckel2014-03-08