timewarrior/src
2016-04-10 00:33:29 -04:00
..
commands CmdReport: Applies filter 2016-04-10 00:18:56 -04:00
libshared@ecbc2ad2cc libshared: Updated to ecbc2ad2cc3b523096a3afccaec374af1bb36b77 2016-04-04 23:41:05 -04:00
.gitignore Build: Ignores libs 2016-03-17 16:52:53 -04:00
CLI.cpp CLI: If a command is not found, look instead for an extension 2016-04-10 00:26:19 -04:00
CLI.h CLI: Added ::getWords 2016-04-03 20:33:14 -04:00
CMakeLists.txt Filter: Added filtering object 2016-04-07 19:36:17 -04:00
Composite.cpp Composite: Described algorithm 2016-04-06 21:45:23 -04:00
Composite.h Composite: Defined start of algorithm 2016-04-01 22:19:33 -04:00
Database.cpp Cleanup: Removed 'const auto', which is implied by the container 2016-04-05 22:55:18 -04:00
Database.h Database: Added ::files 2016-03-22 01:32:23 -04:00
Datafile.cpp Datafile: Fixed Datetime::daysInMonth call with args in the wrong order 2016-04-06 21:29:51 -04:00
Datafile.h Datafile: Removed unused ::getAllIntervalsSince 2016-03-22 00:22:47 -04:00
Exclusion.cpp Exclusion: Added ::dump for debugging 2016-04-08 08:10:04 -04:00
Exclusion.h Exclusion: Added ::dump for debugging 2016-04-08 08:10:04 -04:00
Extensions.cpp Extensions: No need to show extension output in debug mode, it's redundant 2016-04-09 10:42:21 -04:00
Extensions.h Extensions: Added ::debug 2016-04-08 19:08:24 -04:00
Filter.cpp Filter: Added ::dump for debugging 2016-04-08 07:44:28 -04:00
Filter.h Filter: Added ::dump for debugging 2016-04-08 07:44:28 -04:00
helper.cpp helper: EXT-tagged args are not part of a filter 2016-04-09 10:46:49 -04:00
init.cpp init: Temp settings don't always need to be written 2016-04-10 00:33:29 -04:00
Interval.cpp Interval: Added ::hasTag 2016-04-09 00:16:24 -04:00
Interval.h Interval: Added ::hasTag 2016-04-09 00:16:24 -04:00
Lexer.cpp Lexer: Added UUID recognition 2016-04-03 19:37:11 -04:00
Lexer.h Lexer: Added UUID recognition 2016-04-03 19:37:11 -04:00
Rules.cpp Rules: Sets up defaults in ctor 2016-04-06 00:17:45 -04:00
Rules.h Rules: Sets up defaults in ctor 2016-04-06 00:17:45 -04:00
Timeline.cpp Timeline: With the absence of exclusion support, return all intervals as tracked 2016-04-09 00:31:04 -04:00
Timeline.h Timeline: Added ::dump for debugging 2016-04-08 08:40:52 -04:00
timew.cpp timew: CLI analysis must be repeated after extensions are found 2016-04-09 10:46:24 -04:00
timew.h init: Extensions are recorded as CLI entities 2016-04-09 10:44:38 -04:00
util.cpp util: Don't quote an already-quoted string 2016-04-04 08:58:02 -04:00