index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
times.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ISO 8601 date as recognized date string
Martin Michlmayr
2014-10-02
1
-0
/
+1
*
Fix period expression parsing for month to month without year
Martin Michlmayr
2014-10-02
1
-2
/
+1
*
Check whether a month is followed by a year
Martin Michlmayr
2014-05-30
1
-0
/
+11
*
Bump copyright information to 2014
Alexis Hildebrandt
2014-02-02
1
-1
/
+1
*
Source changes needed for Microsoft Visual C++ compatibility.
Tim Crews
2013-06-14
1
-0
/
+4
*
Bump copyright information to 2013
John Wiegley
2013-02-18
1
-1
/
+1
*
Converted the Ledger build system to use CMake
John Wiegley
2012-05-20
1
-7
/
+7
*
Switch to using Boost.Format
John Wiegley
2012-05-14
1
-7
/
+7
*
Fixed a hidden memory corruption bug
John Wiegley
2012-05-14
1
-4
/
+4
*
Allow --input-date-format to specify separators
John Wiegley
2012-03-19
1
-3
/
+8
*
Increased file copyrights to 2012
John Wiegley
2012-02-29
1
-1
/
+1
*
Corrected problem with parsing of leap days
John Wiegley
2012-02-28
1
-0
/
+1
*
Rewrite the way interval reports are generated
John Wiegley
2012-02-28
1
-5
/
+9
*
Added debug code for debugging interval reports
John Wiegley
2012-02-28
1
-0
/
+11
*
Removed unneeded default cases
John Wiegley
2012-02-17
1
-9
/
+0
*
Fixes for variable shadowing (27/28)
John Wiegley
2012-02-17
1
-3
/
+3
*
Fixes for variable shadowing (26/28)
John Wiegley
2012-02-17
1
-2
/
+1
*
Cleanup whitespace
John Wiegley
2011-08-18
1
-1
/
+1
*
Removed unused variables
John Wiegley
2011-08-18
1
-4
/
+1
*
Clarified an #ifdef
John Wiegley
2011-04-11
1
-0
/
+3
*
Parse %m/%d/%Y %H:%M:%S as an input date/time
John Wiegley
2010-12-04
1
-2
/
+9
*
Improvements to time period parsing
John Wiegley
2010-06-21
1
-8
/
+190
*
Added missing call to resolve_end() in find_period
John Wiegley
2010-06-20
1
-0
/
+2
*
--input-date-format now affects dates with times
John Wiegley
2010-06-20
1
-1
/
+8
*
Support period expressions "this/next/last week"
John Wiegley
2010-06-14
1
-14
/
+28
*
Allow period exprs "from today", "until tomorrow"
John Wiegley
2010-06-14
1
-0
/
+10
*
Support period expressions like "last 4 weeks"
John Wiegley
2010-06-14
1
-12
/
+37
*
Fix to allow time periods like "every 14 days"
John Wiegley
2010-06-14
1
-1
/
+1
*
Revised how Ledger handles the "current year"
John Wiegley
2010-06-14
1
-33
/
+22
*
Added a missing break statement
John Wiegley
2010-06-13
1
-0
/
+1
*
Option --input-date-format adds to candidate list
John Wiegley
2010-06-13
1
-2
/
+2
*
Untabified all source files
John Wiegley
2010-06-11
1
-442
/
+442
*
Allow opt -NDEBUG build to complete without warnings
John Wiegley
2010-06-04
1
-0
/
+2
*
Fixed two memory reference errors
John Wiegley
2010-06-02
1
-7
/
+6
*
If FMT_CUSTOM is given, and no format, use FMT_PRINTED
John Wiegley
2010-05-22
1
-2
/
+2
*
Report an error for incorrect dates like 2010/04/32
John Wiegley
2010-05-22
1
-20
/
+34
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
Restore "-p this" option (aka -p 'this month')
John Wiegley
2010-01-21
1
-11
/
+7
*
Fix for date parsing when no year is given
John Wiegley
2010-01-16
1
-1
/
+1
*
Don't rely on the integral value of a boolean
John Wiegley
2009-11-20
1
-2
/
+5
*
Guarded some debug code
John Wiegley
2009-11-18
1
-0
/
+2
*
The new period parser is passing all tests
John Wiegley
2009-11-18
1
-102
/
+173
*
The new period parser is implemented, but untested
John Wiegley
2009-11-18
1
-308
/
+651
*
Added a "range" member to date_interval_t
John Wiegley
2009-11-18
1
-11
/
+8
*
Added several new types for working with dates and ranges
John Wiegley
2009-11-17
1
-0
/
+288
*
Moved date_interval_t::duration_t to date_duration_t
John Wiegley
2009-11-17
1
-29
/
+29
*
Added a date_traits_t type
John Wiegley
2009-11-17
1
-26
/
+24
*
Renamed date_interval_t::end to finish
John Wiegley
2009-11-17
1
-38
/
+38
*
Stylistic change: assert(0) -> assert(false)
John Wiegley
2009-11-13
1
-4
/
+4
*
Fixed issues with period strings like "2009/10"
John Wiegley
2009-11-02
1
-16
/
+24
[next]