taskwarrior/src
2016-02-24 23:55:46 -05:00
..
columns ColTags: Added missing calculation for tag max width 2016-02-23 21:56:23 -05:00
commands Cleanup: Removed redundant processing of OS name 2016-02-24 23:43:23 -05:00
l10n L10N 2016-02-11 15:11:30 -05:00
.gitignore CMake: Fixed regex that excludes files for tarball 2015-09-07 17:43:26 -04:00
cal Calendar Shortcut 2011-07-16 13:20:26 -04:00
calc.cpp Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
calendar Calendar Shortcut 2011-07-16 13:20:26 -04:00
CLI2.cpp CLI2: C++11 2016-02-03 21:44:28 -05:00
CLI2.h CLI2: C++11 2016-02-03 21:44:28 -05:00
CMakeLists.txt Context: Combined interactive.cpp and Context.cpp 2016-02-24 23:26:39 -05:00
Color.cpp Color: C++11 2016-02-03 19:39:38 -05:00
Color.h Color: C++11 2016-02-03 19:39:38 -05:00
Config.cpp TD-104: Unrecognized taskwarrior file format 2016-02-21 10:13:21 -05:00
Config.h Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
Context.cpp Context: Combined interactive.cpp and Context.cpp 2016-02-24 23:26:39 -05:00
Context.h DOM: Demoted from class to functions 2016-02-03 21:54:37 -05:00
Dates.cpp TW-1719: Description cannot contain improper ordinals 2016-01-12 00:04:48 -05:00
Dates.h Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
dependency.cpp dependency: No point scanning for circularity on 'add' 2016-02-22 22:52:11 -05:00
DOM.cpp Cleanup: Removed redundant processing of OS name 2016-02-24 23:43:23 -05:00
DOM.h DOM: Demoted from class to functions 2016-02-03 21:54:37 -05:00
Eval.cpp Eval: C++11 2016-02-03 20:30:57 -05:00
Eval.h Eval: C++11 2016-02-03 20:30:57 -05:00
feedback.cpp Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
Filter.cpp DOM: Demoted from class to functions 2016-02-03 21:54:37 -05:00
Filter.h Filter: C++11 2016-02-03 21:12:18 -05:00
FS.cpp FS: Modified so that newlines are no longer added 2016-02-21 11:04:13 -05:00
FS.h FS: C++11 2016-02-03 19:58:22 -05:00
Hooks.cpp DOM: Demoted from class to functions 2016-02-03 21:54:37 -05:00
Hooks.h Hooks: C++11 2016-02-03 21:06:49 -05:00
i18n.h Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
ISO8601.cpp Perofrmance: Removed redundant parsing in ISO8601d 2016-02-13 11:49:03 -05:00
ISO8601.h Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
JSON.cpp Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
JSON.h Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
legacy.cpp Cleanup: Removed deprecated 'alias._query' setting 2016-02-24 23:19:15 -05:00
lex.cpp Lexer: Dead code removal 2015-07-17 14:59:42 -04:00
Lexer.cpp Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
Lexer.h Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
main.cpp Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
main.h Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
Msg.cpp CFS, Msg, ViewText: Code cleanup 2016-02-20 23:10:23 -05:00
Msg.h Msg: C++11 2016-02-03 19:47:34 -05:00
Nibbler.cpp Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
Nibbler.h Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
recur.cpp Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
rules.cpp Rules: Improved use of 'const' and 'auto' 2016-02-24 23:55:46 -05:00
RX.cpp RX: C++11 2016-02-03 19:26:52 -05:00
RX.h RX: C++11 2016-02-03 19:26:52 -05:00
sort.cpp Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
Task.cpp TD-104: Unrecognized taskwarrior file format 2016-02-21 10:13:21 -05:00
Task.h Task: Code cleanup 2016-01-31 16:28:13 -05:00
TDB2.cpp TDB2: Removed obsolete method 2016-01-09 22:33:06 -05:00
TDB2.h TDB2: Removed obsolete method 2016-01-09 22:33:06 -05:00
text.cpp Text: Fixed extractLines where hyphenation is off 2016-02-23 22:15:00 -05:00
text.h Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
Timer.cpp Timer: C++11 2016-02-03 20:14:17 -05:00
Timer.h Timer: C++11 2016-02-03 20:14:17 -05:00
TLSClient.cpp Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
TLSClient.h Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
tw Symlink 2013-09-01 13:53:24 -04:00
utf8.cpp Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
utf8.h Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
util.cpp Cleanup: Removed redundant processing of OS name 2016-02-24 23:43:23 -05:00
util.h Cleanup: Removed redundant processing of OS name 2016-02-24 23:43:23 -05:00
Variant.cpp Variant: C++11 2016-02-03 20:22:30 -05:00
Variant.h Variant: C++11 2016-02-03 20:22:30 -05:00
ViewTask.cpp Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
ViewTask.h Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
ViewText.cpp CFS, Msg, ViewText: Code cleanup 2016-02-20 23:10:23 -05:00
ViewText.h Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
wcwidth6.cpp UTF8: Latest wcwidth.c from Markus Kuhn. 2015-07-17 23:45:32 -04:00