summaryrefslogtreecommitdiffstats
path: root/src/timetype.rs
AgeCommit message (Expand)Author
2017-09-12Add "months with 31 days and 30 day"-fix to add-adjusting functionMatthias Beyer
2017-09-12Add test to test subtraction adjustmentMatthias Beyer
2017-09-12Add function to adjust timesMatthias Beyer
2017-09-12Revert "Optimize implementation of add/sub"Matthias Beyer
2017-09-12Fix add/sub matchingMatthias Beyer
2017-09-12Optimize implementation of add/subMatthias Beyer
2017-09-12Switch implementation back to not use chrono::DurationMatthias Beyer
2017-09-12Add more testsMatthias Beyer
2017-09-12Add more convenience to the macros in the testsMatthias Beyer
2017-09-12Impl adding to momentMatthias Beyer
2017-09-12Add TT::get_moment()Matthias Beyer
2017-09-12Add test for adding amount to momentMatthias Beyer
2017-09-07Make TimeType::calculate() pubMatthias Beyer
2017-09-07Add some kind-checking functions for TimeTypeMatthias Beyer
2017-09-07Impl AddAssign and SubAssign for TimeTypeMatthias Beyer
2017-09-07Merge branch 'more-timetype-tests'Matthias Beyer
2017-09-07Impl mixed subtraction/addition evaluationMatthias Beyer
2017-09-07Add tests for mixing subtractions and additionsMatthias Beyer
2017-09-07Add tests whether calculation rules holdMatthias Beyer
2017-09-07Rewrite TimeType with ::chrono::DurationMatthias Beyer
2017-09-07Adapt testsMatthias Beyer
2017-09-02Impl error catching if point in time is added/subtractedMatthias Beyer
2017-09-02Add error kinds for add/sub moment from amountMatthias Beyer
2017-09-02Impl addition/subtraction for reversed argumentsMatthias Beyer
2017-09-02Add tests for calculating with paranthesesMatthias Beyer
2017-09-02Impl addition and subtraction for minutes..yearsMatthias Beyer
2017-09-02Add add/sub tests for minutes..yearsMatthias Beyer
2017-09-02Implement subtractionMatthias Beyer
2017-09-02Add tests for subtractionMatthias Beyer
2017-09-02Impl addition of additionMatthias Beyer
2017-09-02Add implementation of calculate() for add operationMatthias Beyer
2017-09-02Add tests for calulating AdditionMatthias Beyer
2017-09-02Impl subtraction for TimeTypeMatthias Beyer
2017-09-02Add test for subtractingMatthias Beyer
2017-09-02Add test for adding multiple timesMatthias Beyer
2017-09-02Implement addition for TimeTypeMatthias Beyer
2017-09-02Add test: Add secondsMatthias Beyer
2017-09-02Add base typeMatthias Beyer