properties-cpp  0.0.1
A very simple convenience library for handling properties and signals in C++11.
/home/abuild/rpmbuild/BUILD/properties-cpp-0.1/build/DartConfiguration.tcl
Go to the documentation of this file.
1 # This file is configured by CMake automatically as DartConfiguration.tcl
2 # If you choose not to use CMake, this file may be hand configured, by
3 # filling in the required variables.
4 
5 
6 # Configuration directories and files
7 SourceDirectory: /home/abuild/rpmbuild/BUILD/properties-cpp-0.1
8 BuildDirectory: /home/abuild/rpmbuild/BUILD/properties-cpp-0.1/build
9 
10 # Where to place the cost data store
11 CostDataFile:
12 
13 # Site is something like machine.domain, i.e. pragmatic.crd
14 Site: lamb10
15 
16 # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
17 BuildName: Linux-c++
18 
19 # Subprojects
20 LabelsForSubprojects:
21 
22 # Submission information
23 SubmitURL: http://
24 SubmitInactivityTimeout:
25 
26 # Dashboard start time
27 NightlyStartTime: 00:00:00 EDT
28 
29 # Commands for the build/test/submit cycle
30 ConfigureCommand: "/usr/bin/cmake" "/home/abuild/rpmbuild/BUILD/properties-cpp-0.1"
31 MakeCommand: /usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" -- -i
32 DefaultCTestConfigurationType: Release
33 
34 # version control
35 UpdateVersionOnly:
36 
37 # CVS options
38 # Default is "-d -P -A"
39 CVSCommand:
40 CVSUpdateOptions:
41 
42 # Subversion options
43 SVNCommand:
44 SVNOptions:
45 SVNUpdateOptions:
46 
47 # Git options
48 GITCommand:
49 GITInitSubmodules:
50 GITUpdateOptions:
51 GITUpdateCustom:
52 
53 # Perforce options
54 P4Command:
55 P4Client:
56 P4Options:
57 P4UpdateOptions:
58 P4UpdateCustom:
59 
60 # Generic update command
61 UpdateCommand:
62 UpdateOptions:
63 UpdateType:
64 
65 # Compiler info
66 Compiler: /usr/bin/c++
67 CompilerVersion: 7.5.0
68 
69 # Dynamic analysis (MemCheck)
70 PurifyCommand:
71 ValgrindCommand:
72 ValgrindCommandOptions:
73 DrMemoryCommand:
74 DrMemoryCommandOptions:
75 CudaSanitizerCommand:
76 CudaSanitizerCommandOptions:
77 MemoryCheckType:
78 MemoryCheckSanitizerOptions:
79 MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND
80 MemoryCheckCommandOptions:
81 MemoryCheckSuppressionFile:
82 
83 # Coverage
84 CoverageCommand: /usr/bin/gcov
85 CoverageExtraFlags: -l
86 
87 # Testing options
88 # TimeOut is the amount of time in seconds to wait for processes
89 # to complete during testing. After TimeOut seconds, the
90 # process will be summarily terminated.
91 # Currently set to 25 minutes
92 TimeOut: 1500
93 
94 # During parallel testing CTest will not start a new test if doing
95 # so would cause the system load to exceed this value.
96 TestLoad:
97 
98 UseLaunchers:
99 CurlOptions:
100 # warning, if you add new options here that have to do with submit,
101 # you have to update cmCTestSubmitCommand.cxx
102 
103 # For CTest submissions that timeout, these options
104 # specify behavior for retrying the submission
105 CTestSubmitRetryDelay: 5
106 CTestSubmitRetryCount: 3