-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
completed incremental pfxt, to fix inc_pfxt unit test
- Loading branch information
Showing
26 changed files
with
610 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
# This file is configured by CMake automatically as DartConfiguration.tcl | ||
# If you choose not to use CMake, this file may be hand configured, by | ||
# filling in the required variables. | ||
|
||
|
||
# Configuration directories and files | ||
SourceDirectory: /Users/zhangzhe/Randy/source/Ink | ||
BuildDirectory: /Users/zhangzhe/Randy/source/Ink | ||
|
||
# Where to place the cost data store | ||
CostDataFile: | ||
|
||
# Site is something like machine.domain, i.e. pragmatic.crd | ||
Site: MacBook-Pro.lan | ||
|
||
# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++ | ||
BuildName: Darwin-g++ | ||
|
||
# Subprojects | ||
LabelsForSubprojects: | ||
|
||
# Submission information | ||
SubmitURL: http:// | ||
SubmitInactivityTimeout: | ||
|
||
# Dashboard start time | ||
NightlyStartTime: 00:00:00 EDT | ||
|
||
# Commands for the build/test/submit cycle | ||
ConfigureCommand: "/Applications/CMake.app/Contents/bin/cmake" "/Users/zhangzhe/Randy/source/Ink" | ||
MakeCommand: /Applications/CMake.app/Contents/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" | ||
DefaultCTestConfigurationType: Release | ||
|
||
# version control | ||
UpdateVersionOnly: | ||
|
||
# CVS options | ||
# Default is "-d -P -A" | ||
CVSCommand: | ||
CVSUpdateOptions: | ||
|
||
# Subversion options | ||
SVNCommand: | ||
SVNOptions: | ||
SVNUpdateOptions: | ||
|
||
# Git options | ||
GITCommand: /usr/bin/git | ||
GITInitSubmodules: | ||
GITUpdateOptions: | ||
GITUpdateCustom: | ||
|
||
# Perforce options | ||
P4Command: | ||
P4Client: | ||
P4Options: | ||
P4UpdateOptions: | ||
P4UpdateCustom: | ||
|
||
# Generic update command | ||
UpdateCommand: /usr/bin/git | ||
UpdateOptions: | ||
UpdateType: git | ||
|
||
# Compiler info | ||
Compiler: /usr/bin/g++ | ||
CompilerVersion: 14.0.3.14030022 | ||
|
||
# Dynamic analysis (MemCheck) | ||
PurifyCommand: | ||
ValgrindCommand: | ||
ValgrindCommandOptions: | ||
DrMemoryCommand: | ||
DrMemoryCommandOptions: | ||
CudaSanitizerCommand: | ||
CudaSanitizerCommandOptions: | ||
MemoryCheckType: | ||
MemoryCheckSanitizerOptions: | ||
MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND | ||
MemoryCheckCommandOptions: | ||
MemoryCheckSuppressionFile: | ||
|
||
# Coverage | ||
CoverageCommand: /usr/bin/gcov | ||
CoverageExtraFlags: -l | ||
|
||
# Testing options | ||
# TimeOut is the amount of time in seconds to wait for processes | ||
# to complete during testing. After TimeOut seconds, the | ||
# process will be summarily terminated. | ||
# Currently set to 25 minutes | ||
TimeOut: 1500 | ||
|
||
# During parallel testing CTest will not start a new test if doing | ||
# so would cause the system load to exceed this value. | ||
TestLoad: | ||
|
||
UseLaunchers: | ||
CurlOptions: | ||
# warning, if you add new options here that have to do with submit, | ||
# you have to update cmCTestSubmitCommand.cxx | ||
|
||
# For CTest submissions that timeout, these options | ||
# specify behavior for retrying the submission | ||
CTestSubmitRetryDelay: 5 | ||
CTestSubmitRetryCount: 3 |
Oops, something went wrong.