taskwarrior/src
Scott Mcdermott ac3572a4f5 CLI2: New filter attribute modifier "by", uses '<=' for comparison
This patch allows e.g. due.by:tomorrow that includes all of tomorrow,
because it uses less than or equal to, rather than just less than, like
'before' modifier does.  This allows matching the last second of the day
when filtering by "due.by:eod", and more generally allows date filters
with an inclusive end-interval specification.

Closes #2536
2021-07-18 09:45:00 -04:00
..
columns clang-tidy: add missing reserve calls 2021-04-23 00:22:43 -04:00
commands Fix matching project name during urgency calculation 2021-07-17 16:21:59 -04:00
libshared@591fa58f9c libshared: Bump to fix build on OS-X 2021-07-12 23:02:01 -04:00
.gitignore Git: Now ignores liblibshared.a 2016-06-25 17:28:15 -04:00
cal Calendar Shortcut 2011-07-16 13:20:26 -04:00
calc.cpp doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
calendar Calendar Shortcut 2011-07-16 13:20:26 -04:00
CLI2.cpp CLI2: New filter attribute modifier "by", uses '<=' for comparison 2021-07-18 09:45:00 -04:00
CLI2.h performance: Cache used command value 2021-04-24 10:47:28 -04:00
CMakeLists.txt cmake: Remove recur2.cpp from CMakeLists 2021-06-12 10:40:47 -04:00
Context.cpp CLI2: New filter attribute modifier "by", uses '<=' for comparison 2021-07-18 09:45:00 -04:00
Context.h getTaskContext: Allow getting context info for a non-active context 2021-04-03 15:01:39 -04:00
dependency.cpp clang-tidy: loop conversion 2021-04-23 09:13:22 -04:00
DOM.cpp DOM: Create a copy of Task object only if needed 2021-04-24 10:47:28 -04:00
DOM.h doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
Eval.cpp performance: Pre-emptively reserve size of the values vector 2021-04-24 10:47:28 -04:00
Eval.h doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
feedback.cpp feedback: Consider start and end attributes when reporting task durations 2021-06-26 14:38:18 -04:00
Filter.cpp Filter: Make +ACTIVE trigger pendingOnly shortcut 2021-04-24 15:28:00 -04:00
Filter.h doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
Hooks.cpp clang-tidy: use auto 2021-04-23 01:39:23 -04:00
Hooks.h doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
legacy.cpp doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
lex.cpp Lexer: Dead code removal 2015-07-17 14:59:42 -04:00
Lexer.cpp clang-tidy: use = default 2021-04-23 00:15:06 -04:00
Lexer.h clang-tidy: use = default 2021-04-23 00:15:06 -04:00
main.cpp doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
main.h recur: Remove WIP recurrence overhaul implementation 2021-06-12 10:37:23 -04:00
nag.cpp doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
recur.cpp recur: Remove references to the new recurrence mechanism 2021-06-12 10:40:29 -04:00
rules.cpp doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
sort.cpp doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
Task.cpp Fix matching project name during urgency calculation 2021-07-17 16:21:59 -04:00
Task.h doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
TDB2.cpp clang-tidy: use raw string literals 2021-03-02 20:36:02 -05:00
TDB2.h doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
TLSClient.cpp Fix reference for errno.h on Haiku 2021-05-14 00:04:48 -04:00
TLSClient.h doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
tw Symlink 2013-09-01 13:53:24 -04:00
util.cpp meta: Update various links to https 2021-03-12 07:58:04 -05:00
util.h doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
Variant.cpp Variant: Do not use implicit fall-through 2021-06-12 15:49:06 -04:00
Variant.h doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
ViewTask.cpp clang-tidy: loop conversion 2021-04-23 09:13:22 -04:00
ViewTask.h doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00