-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataFrameDimension #807
Merged
Merged
DataFrameDimension #807
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
00f7556
[Dimension] define DataFrameDimension
jgrewe 0d65567
[DataArray] support appending DataFrameDimensions
jgrewe 9ff0ef0
[testDataFrameDim] tests from DataFrameDimension
jgrewe 727fae6
[DataFrameDim] fixes and more error handling in the front end ...
jgrewe 54e6fc6
[DataFrameDim] fixes and new function to get the dim size
jgrewe 76cec02
[travis] Install lcov: coverage on build success
achilleas-k 26bfbdb
[travis] Copy coverage.info from container to host
achilleas-k 6e4d6e4
[validator] add check and validation step for DFDim
jgrewe 0a624f3
[Test] add test from DFDim validation
jgrewe 904f6f6
Disable cdash submission
achilleas-k c322686
[travis] Send coverage info from inside Arch container
achilleas-k 00fbb05
[docker/arch] Install lcov inside container
achilleas-k e6e8a93
[travis] Remove/disable ctest_submit()
achilleas-k c0375a5
[travis] Echo coverage submit for debugging
achilleas-k fa8654e
[travis] Use Travis compiler var to set up env
achilleas-k e0c434c
[DimensionFS] fix uninitialized return var
jgrewe f3e187e
[Dimension] fix signed/unsigned comparison warning
jgrewe bd4566b
[FS] fix ambiguous initializer for boost::filesys::exitst
jgrewe eaf457e
Remove ctest_submit() everywhere
achilleas-k 7d87539
[DataFrameDimHDF] error messages get suffix
jgrewe 855fefb
[DataFrameDim] optionals all over the place
jgrewe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
|
@@ -39,4 +39,3 @@ ctest_build() | |
ctest_test() | ||
ctest_memcheck() | ||
ctest_coverage() | ||
ctest_submit() |
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 |
---|---|---|
@@ -1,7 +1,2 @@ | ||
set(CTEST_PROJECT_NAME "nix") | ||
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST") | ||
|
||
set(CTEST_DROP_METHOD "https") | ||
set(CTEST_DROP_SITE "cdash.0xdeadbabe.info") | ||
set(CTEST_DROP_LOCATION "/submit.php?project=nix") | ||
set(CTEST_DROP_SITE_CDASH TRUE) |
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is in theory not needed anymore, right @achilleas-k
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct. Remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No U!