.. |
columns
|
Column: A std::map was being used as a std::set
|
2015-11-02 08:13:32 -05:00 |
commands
|
Revert "CmdCalendar: Converted from strtol to std::stoul/stoi"
|
2015-11-02 18:39:29 -05:00 |
l10n
|
CmdDiagnostics: Add broken reference detection
|
2015-10-29 20:52:00 -04: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
|
Cleanup: Prep for '-Wextra'
|
2015-10-16 16:27:05 -04:00 |
calendar
|
Calendar Shortcut
|
2011-07-16 13:20:26 -04:00 |
CLI2.cpp
|
CLI2: Converted from strtol to std::stoi
|
2015-11-01 21:44:08 -05:00 |
CLI2.h
|
CLI2: Pseudo-args demoted to config settings
|
2015-09-12 09:03:15 -04:00 |
CMakeLists.txt
|
Date: Removed
|
2015-10-07 07:28:42 -04:00 |
Color.cpp
|
Color: Improve colorize() performance
|
2015-11-02 06:59:18 +01:00 |
Color.h
|
Color: Improve colorize() performance
|
2015-11-02 06:59:18 +01:00 |
Config.cpp
|
C++11: Converted from strtoimax to std::stoi
|
2015-11-01 20:03:51 -05:00 |
Config.h
|
Config: Removed unused ctor
|
2015-10-28 21:32:33 -04:00 |
Context.cpp
|
Context: Converted from strtol to std::stoi
|
2015-11-01 21:39:19 -05:00 |
Context.h
|
Context: Removed unused ::clearMessages method
|
2015-10-28 13:23:38 -04:00 |
Dates.cpp
|
Dates: Converted from strtol to std::stoi
|
2015-11-01 21:41:47 -05:00 |
Dates.h
|
Updated copyright to 2015
|
2015-01-01 00:00:41 -05:00 |
dependency.cpp
|
TW-1704: Task: Use Task::identifier to reference the task
|
2015-10-29 20:00:53 -04:00 |
DOM.cpp
|
Revert "DOM: Converted from strtol to std::stoi"
|
2015-11-02 18:36:19 -05:00 |
DOM.h
|
DOM: Dead code removal
|
2015-07-17 15:16:18 -04:00 |
Eval.cpp
|
Task: Moved include to top of list, per flint++ recommendation
|
2015-11-01 19:59:10 -05:00 |
Eval.h
|
Eval: Removed unused ::compileExpression override
|
2015-10-28 20:54:03 -04:00 |
feedback.cpp
|
Revert "Feedback: Converted from strtol to std::stoul"
|
2015-11-02 18:38:21 -05:00 |
Filter.cpp
|
Task: Moved include to top of list, per flint++ recommendation
|
2015-11-01 19:59:10 -05:00 |
Filter.h
|
Filter: Removed unused ::hasModifications and ::hasMiscellaneous methods
|
2015-10-28 20:23:32 -04:00 |
FS.cpp
|
Task: Moved include to top of list, per flint++ recommendation
|
2015-11-01 19:59:10 -05:00 |
FS.h
|
FS: Removed unused ::write and ::append methods
|
2015-10-28 20:38:41 -04:00 |
Hooks.cpp
|
Task: Moved include to top of list, per flint++ recommendation
|
2015-11-01 19:59:10 -05:00 |
Hooks.h
|
Hooks: Implement "Hooks v2" API
|
2015-04-01 11:44:37 +02:00 |
i18n.h
|
TW-1605: Japanese translation for Taskwarrior
|
2015-04-28 20:11:11 -04:00 |
interactive.cpp
|
Typo: Error in comment.
|
2015-06-06 10:38:23 -04:00 |
ISO8601.cpp
|
ISO8601: Converted from strtol to std::stoi/stoul
|
2015-11-01 21:46:32 -05:00 |
ISO8601.h
|
C++11: Migrated from strtod to std::stod
|
2015-11-01 19:44:15 -05:00 |
JSON.cpp
|
Task: Conditional JSON/Task encoding, based on attribute type
|
2015-11-02 07:54:13 -05:00 |
JSON.h
|
JSON: Made ::dump const, because it should be
|
2015-07-27 20:48:45 -04:00 |
legacy.cpp
|
legacy: Now uses static initialization
|
2015-11-01 23:03:38 -05:00 |
lex.cpp
|
Lexer: Dead code removal
|
2015-07-17 14:59:42 -04:00 |
Lexer.cpp
|
Lexer: Missing include
|
2015-10-30 12:44:00 -04:00 |
Lexer.h
|
Lexer: Migrated trim(), trimLeft() and trimRight() from text to Lexer
|
2015-10-30 11:17:23 -04:00 |
main.cpp
|
Updated copyright to 2015
|
2015-01-01 00:00:41 -05:00 |
main.h
|
List: Removed unused listDiff and liѕtIntersect templates and tests
|
2015-10-28 20:51:31 -04:00 |
Msg.cpp
|
Lexer: Migrated trim(), trimLeft() and trimRight() from text to Lexer
|
2015-10-30 11:17:23 -04:00 |
Msg.h
|
Msg: Dead code removal
|
2015-07-17 19:38:11 -04:00 |
Nibbler.cpp
|
Nibbler: Reverted std::stoi change
|
2015-11-02 18:37:50 -05:00 |
Nibbler.h
|
Nibbler: Removed unused ::backN method
|
2015-10-29 23:55:43 -04:00 |
recur.cpp
|
Recurrence: Converted from strtol to std::stoi
|
2015-11-01 21:54:29 -05:00 |
rules.cpp
|
Performance: Removed unnecessary std::string::substr in high-traffic code
|
2015-11-01 16:10:49 -05:00 |
RX.cpp
|
Task: Moved include to top of list, per flint++ recommendation
|
2015-11-01 19:59:10 -05:00 |
RX.h
|
RX: Inherited RX fixes from clog
|
2015-10-10 20:37:15 -04:00 |
sort.cpp
|
sort: Converted from strtof to std::stof
|
2015-11-01 21:53:07 -05:00 |
Task.cpp
|
Task: Conditional JSON/Task encoding, based on attribute type
|
2015-11-02 07:54:13 -05:00 |
Task.h
|
TW-1704: Task: Use Task::identifier to reference the task
|
2015-10-29 20:00:53 -04:00 |
TDB2.cpp
|
TDB2: Converted from strtoul to std::stoul
|
2015-11-01 21:31:10 -05:00 |
TDB2.h
|
Revive TDB2::has and TF2::has methods
|
2015-10-29 20:51:45 -04:00 |
text.cpp
|
Lexer: Migrated trim(), trimLeft() and trimRight() from text to Lexer
|
2015-10-30 11:17:23 -04:00 |
text.h
|
Lexer: Migrated trim(), trimLeft() and trimRight() from text to Lexer
|
2015-10-30 11:17:23 -04:00 |
Timer.cpp
|
Task: Moved include to top of list, per flint++ recommendation
|
2015-11-01 19:59:10 -05:00 |
Timer.h
|
Timer: Added static ::now method for timestamps
|
2015-09-12 14:02:13 -04:00 |
TLSClient.cpp
|
Task: Moved include to top of list, per flint++ recommendation
|
2015-11-01 19:59:10 -05:00 |
TLSClient.h
|
Updated copyright to 2015
|
2015-01-01 00:00:41 -05:00 |
tw
|
Symlink
|
2013-09-01 13:53:24 -04:00 |
utf8.cpp
|
Task: Moved include to top of list, per flint++ recommendation
|
2015-11-01 19:59:10 -05:00 |
utf8.h
|
Updated copyright to 2015
|
2015-01-01 00:00:41 -05:00 |
util.cpp
|
Task: Moved include to top of list, per flint++ recommendation
|
2015-11-01 19:59:10 -05:00 |
util.h
|
Portability: Use fcntl instead of flock
|
2015-05-02 11:47:39 -04:00 |
Variant.cpp
|
Variant: Converted from strtol/substr to std::stoi/std::compare
|
2015-11-01 21:33:07 -05:00 |
Variant.h
|
Variant: Dead code removal
|
2015-07-17 14:23:06 -04:00 |
ViewTask.cpp
|
Color: Improve colorize() performance
|
2015-11-02 06:59:18 +01:00 |
ViewTask.h
|
Updated copyright to 2015
|
2015-01-01 00:00:41 -05:00 |
ViewText.cpp
|
ViewText: Dead code removal
|
2015-07-17 14:13:31 -04:00 |
ViewText.h
|
ViewText: Dead code removal
|
2015-07-17 14:13:31 -04:00 |
wcwidth6.cpp
|
UTF8: Latest wcwidth.c from Markus Kuhn.
|
2015-07-17 23:45:32 -04:00 |