properties-cpp  0.0.1
A very simple convenience library for handling properties and signals in C++11.
/builddir/build/BUILD/properties-cpp-0.0.1+14.10.20140730/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: /builddir/build/BUILD/properties-cpp-0.0.1+14.10.20140730
8 BuildDirectory: /builddir/build/BUILD/properties-cpp-0.0.1+14.10.20140730/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: unknown
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 
25 # Dashboard start time
26 NightlyStartTime: 00:00:00 EDT
27 
28 # Commands for the build/test/submit cycle
29 ConfigureCommand: "/usr/bin/cmake" "/builddir/build/BUILD/properties-cpp-0.0.1+14.10.20140730"
30 MakeCommand: /usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" -- -i
31 DefaultCTestConfigurationType: Release
32 
33 # version control
34 UpdateVersionOnly:
35 
36 # CVS options
37 # Default is "-d -P -A"
38 CVSCommand: CVSCOMMAND-NOTFOUND
39 CVSUpdateOptions: -d -A -P
40 
41 # Subversion options
42 SVNCommand: SVNCOMMAND-NOTFOUND
43 SVNOptions:
44 SVNUpdateOptions:
45 
46 # Git options
47 GITCommand: GITCOMMAND-NOTFOUND
48 GITInitSubmodules:
49 GITUpdateOptions:
50 GITUpdateCustom:
51 
52 # Perforce options
53 P4Command: P4COMMAND-NOTFOUND
54 P4Client:
55 P4Options:
56 P4UpdateOptions:
57 P4UpdateCustom:
58 
59 # Generic update command
60 UpdateCommand:
61 UpdateOptions:
62 UpdateType:
63 
64 # Compiler info
65 Compiler: /usr/bin/c++
66 CompilerVersion: 9.3.1
67 
68 # Dynamic analysis (MemCheck)
69 PurifyCommand:
70 ValgrindCommand:
71 ValgrindCommandOptions:
72 DrMemoryCommand:
73 DrMemoryCommandOptions:
74 MemoryCheckType:
75 MemoryCheckSanitizerOptions:
76 MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND
77 MemoryCheckCommandOptions:
78 MemoryCheckSuppressionFile:
79 
80 # Coverage
81 CoverageCommand: /usr/bin/gcov
82 CoverageExtraFlags: -l
83 
84 # Cluster commands
85 SlurmBatchCommand: SLURM_SBATCH_COMMAND-NOTFOUND
86 SlurmRunCommand: SLURM_SRUN_COMMAND-NOTFOUND
87 
88 # Testing options
89 # TimeOut is the amount of time in seconds to wait for processes
90 # to complete during testing. After TimeOut seconds, the
91 # process will be summarily terminated.
92 # Currently set to 25 minutes
93 TimeOut: 1500
94 
95 # During parallel testing CTest will not start a new test if doing
96 # so would cause the system load to exceed this value.
97 TestLoad:
98 
99 UseLaunchers:
100 CurlOptions:
101 # warning, if you add new options here that have to do with submit,
102 # you have to update cmCTestSubmitCommand.cxx
103 
104 # For CTest submissions that timeout, these options
105 # specify behavior for retrying the submission
106 CTestSubmitRetryDelay: 5
107 CTestSubmitRetryCount: 3