summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-09-16Add test for end-of-minuteMatthias Beyer
2017-09-16Add tests for end-of-hourMatthias Beyer
2017-09-16Add tests to test end-of-dayMatthias Beyer
2017-09-16Add end of {day, hour, minute}Matthias Beyer
2017-09-16Add test for adjusting over monthsMatthias Beyer
2017-09-16Add test for get_num_of_days_in_month()Matthias Beyer
2017-09-16Use get_num_of_days_in_month() for adjustingMatthias Beyer
2017-09-16Add tests for end-of-monthMatthias Beyer
2017-09-16Remove printlnsMatthias Beyer
2017-09-16Move utility functions to util packageMatthias Beyer
2017-09-16Add end-of-month type/calcMatthias Beyer
2017-09-15Add tests for TT::end_of_year()Matthias Beyer
2017-09-15Add EndOfYear variant to TimeTypeMatthias Beyer
2017-09-14Add tests to test adding incorrect instances to momentsMatthias Beyer
2017-09-14Add tests to test addition of more fancy values to momentMatthias Beyer
2017-09-12Add test to subtract 12 months from a momentMatthias Beyer
2017-09-12Fix subtraction: Calculate first, then subtractMatthias Beyer
2017-09-12Fix in tests: There is no day/month "0" - the minimum value is 1Matthias Beyer
2017-09-12Make error messages in sub-adjustment tests more verboseMatthias Beyer
2017-09-12Make error messages in add-adjustment tests more verboseMatthias Beyer
2017-09-12Rewrite sub adjustmentMatthias Beyer
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-07Add iterator typesMatthias 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