-
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
adaptations for RangeDimension indexOf methods #819
Commits on Jul 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for db9d121 - Browse repository at this point
Copy the full SHA db9d121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96dc583 - Browse repository at this point
Copy the full SHA 96dc583View commit details -
[dimension] new method to check if a position is in range of a RangeDim
along with respective tests
Configuration menu - View commit details
-
Copy full SHA for b0301a2 - Browse repository at this point
Copy the full SHA b0301a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4038cda - Browse repository at this point
Copy the full SHA 4038cdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72241e0 - Browse repository at this point
Copy the full SHA 72241e0View commit details -
[dimension] add new overload of indexOf ...
this overload uses the PositionMatch enum. Added tests for it.
Configuration menu - View commit details
-
Copy full SHA for 6aa7bb1 - Browse repository at this point
Copy the full SHA 6aa7bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 574eb05 - Browse repository at this point
Copy the full SHA 574eb05View commit details -
[dimension] deprecate indexOf for ranges ...
adapt the method implementation to use new getIndex function
Configuration menu - View commit details
-
Copy full SHA for f78fb34 - Browse repository at this point
Copy the full SHA f78fb34View commit details -
[dimension] adds overload for indexOf(start, end, ...
which now takes takes (optionally) the ticks, and the RangeMatch arg to control inclusive or exclusive range matching
Configuration menu - View commit details
-
Copy full SHA for a86de24 - Browse repository at this point
Copy the full SHA a86de24View commit details -
[dimension] changes indexOf(vector starts, vector ends, ...
to use the optional variants of indexOf, invalid ranges are "silently" ignored
Configuration menu - View commit details
-
Copy full SHA for d2a31a8 - Browse repository at this point
Copy the full SHA d2a31a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b02fe7 - Browse repository at this point
Copy the full SHA 3b02fe7View commit details -
[dimension/indexof] adds a strict flag to index of function of RangeD…
…im ... This is to define whether invalid start - end ranges are silently ignored or in an exception should be thrown
Configuration menu - View commit details
-
Copy full SHA for e187c31 - Browse repository at this point
Copy the full SHA e187c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1abe18d - Browse repository at this point
Copy the full SHA 1abe18dView commit details -
[dimension] indexOf add strict flag and deprecate it...
to control whether invalid ranges lead to an exception,
Configuration menu - View commit details
-
Copy full SHA for 33c0bf6 - Browse repository at this point
Copy the full SHA 33c0bf6View commit details -
[dimension/sampled] changes to indexOf functions ...
positions less than offset now directly lead to an OutOfBounds error, add an overload to simplify function calls, adapt the tests accordingly
Configuration menu - View commit details
-
Copy full SHA for e213de4 - Browse repository at this point
Copy the full SHA e213de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e76a49c - Browse repository at this point
Copy the full SHA e76a49cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed21643 - Browse repository at this point
Copy the full SHA ed21643View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5829e02 - Browse repository at this point
Copy the full SHA 5829e02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ef762 - Browse repository at this point
Copy the full SHA 36ef762View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6e1474 - Browse repository at this point
Copy the full SHA c6e1474View commit details -
[dimension/set] add indexOf overlaod for vectors of ranges ...
plus respective tests
Configuration menu - View commit details
-
Copy full SHA for 3f67acd - Browse repository at this point
Copy the full SHA 3f67acdView commit details -
[dataAccess] overhaul of positionToIndex methods ...
overloads for optionals that support range and position matching, respective tests
Configuration menu - View commit details
-
Copy full SHA for 76b6688 - Browse repository at this point
Copy the full SHA 76b6688View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b5e34 - Browse repository at this point
Copy the full SHA a6b5e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for b75544a - Browse repository at this point
Copy the full SHA b75544aView commit details -
Configuration menu - View commit details
-
Copy full SHA for db069e0 - Browse repository at this point
Copy the full SHA db069e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d55c58 - Browse repository at this point
Copy the full SHA 7d55c58View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec46176 - Browse repository at this point
Copy the full SHA ec46176View commit details