taskwarrior/src
2016-05-08 16:37:19 -04:00
..
columns ColTypeDate: Fixed countdown format only showing values in the past 2016-05-08 16:37:19 -04:00
commands TW-1795: Calendar underline on Day padding 2016-04-15 07:55:21 -04:00
l10n L10N: Fixed ambiguity in the esp-ESP localization 2016-04-28 21:02:09 -04:00
.gitignore CMake: Fixed regex that excludes files for tarball 2015-09-07 17:43:26 -04:00
cal
calc.cpp calc: Uses osName() to reduce string literals 2016-02-25 00:21:52 -05:00
calendar
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 juhannus as an alternative name for midsommarafton 2016-03-27 16:48:34 -04:00
Dates.h Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
dependency.cpp dependencyIsCircular: Do not visit one node multiple times 2016-03-21 21:55:55 -04: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 feedback: Use task identifiers instead of IDs 2016-04-03 09:35:18 -04: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 TW-1741: Warning "ignoring return value of ‘int ftruncate" while doing make on xubuntu15.10 2016-02-28 11:19:29 -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 Cleanup: Converted all sprintf to snprintf 2016-02-25 00:19:38 -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 feedback: Use task identifiers instead of IDs 2016-04-03 09:35:18 -04:00
Task.h feedback: Use task identifiers instead of IDs 2016-04-03 09:35:18 -04:00
TDB2.cpp TDB2: Fix wrong comment 2016-03-20 14:39:56 -04:00
TDB2.h TDB2: Add capability to purge tasks out of data files 2016-03-19 21:46:18 -04: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 util: Corrected comment 2016-05-08 16:36:25 -04:00
util.h Cleanup: Removed redundant processing of OS name 2016-02-24 23:43:23 -05:00
Variant.cpp Cleanup: Converted all sprintf to snprintf 2016-02-25 00:19:38 -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