Commit graph

836 commits

Author SHA1 Message Date
Paul Beckingham
17760c027d CmdStop: Added stub 2016-03-01 00:54:24 -05:00
Paul Beckingham
ed08fce6b1 CmdStart: Added stub 2016-03-01 00:53:21 -05:00
Paul Beckingham
f4571273dc Timew: Added default command dispatch 2016-03-01 00:43:59 -05:00
Paul Beckingham
c27b9ab740 CmdDefault: Added stub 2016-03-01 00:43:00 -05:00
Paul Beckingham
1572472214 Commands: Now ignores libcommand.a 2016-03-01 00:37:22 -05:00
Paul Beckingham
07cab77373 Interval: Added stub 2016-03-01 00:36:54 -05:00
Paul Beckingham
806209bbd3 Extensions: Added stub 2016-03-01 00:36:29 -05:00
Paul Beckingham
ac2c0dded4 Timew: Added dispatch to the 'help' command 2016-03-01 00:32:35 -05:00
Paul Beckingham
e507dee0e5 Build: Links the libcommand.a library 2016-03-01 00:30:19 -05:00
Paul Beckingham
fae763b5e8 Build: Added subdirectory with library for command functions 2016-03-01 00:29:36 -05:00
Paul Beckingham
bbde660e54 Commands: Added header for all command prototypes 2016-03-01 00:28:01 -05:00
Paul Beckingham
6915235709 CmdHelp: Added stub 2016-03-01 00:27:33 -05:00
Paul Beckingham
e7dd36a2c6 Database: Added stub 2016-03-01 00:26:21 -05:00
Paul Beckingham
a51f13ebd6 JSON: Inherited JSON object from Taskwarrior
- Migrated from Nibbler to Pig.
2016-03-01 00:06:59 -05:00
Paul Beckingham
ce43ed3e17 Timew: Get the LR0 diagnostics out of the way temporarily 2016-02-29 16:15:22 -05:00
Paul Beckingham
642db5abcb Build: Missing include 2016-02-26 09:15:37 -05:00
Paul Beckingham
7d1d6a4fc6 Grammar: Code cleanup, C++11 2016-02-25 23:07:18 -05:00
Paul Beckingham
3a9772ed37 Build: Common include file renamed 2016-02-06 12:21:38 -05:00
Paul Beckingham
79d658207c Common: Renamed text.h to common.h 2016-01-26 09:34:11 -05:00
Paul Beckingham
5690fb784a Pig: Promoted Pig to common.git 2016-01-19 01:10:41 -05:00
Paul Beckingham
ab17cbb012 Pig: Removed include 2016-01-19 01:06:32 -05:00
Paul Beckingham
b5df7fe384 Grammar: Improved CppCoreGuidelines compliance 2016-01-19 00:52:35 -05:00
Paul Beckingham
150cd18189 LR0: Improved CppCoreGuidelines compliance 2016-01-19 00:48:27 -05:00
Paul Beckingham
3b402e5f49 Lexer: Improved CppCoreGuidelines compliance 2016-01-19 00:41:30 -05:00
Paul Beckingham
672666593b Rules: Improved CppCoreGuidelines compliance 2016-01-19 00:35:50 -05:00
Paul Beckingham
6a2b861b1d C++11: Improved CppCoreGuidelines compliance 2016-01-19 00:31:11 -05:00
Paul Beckingham
2d420397f9 Common: Removed src/common
- This code is now relocated to common.git, and included via CMake's
  ExternalProject command.
2016-01-18 22:55:28 -05:00
Paul Beckingham
77f51a41bd Build: Migrated to external common lib 2016-01-18 22:52:01 -05:00
Paul Beckingham
df6ef30fe3 Common: RX formatting 2016-01-16 13:29:47 -05:00
Paul Beckingham
cb209df9f5 RX: Improved CppCoreGuidelines compliance 2016-01-16 13:13:03 -05:00
Paul Beckingham
89d9a3e98d Common: Used 'auto' 2016-01-16 12:25:40 -05:00
Paul Beckingham
266fe67ab1 Lexer: Migrated to unicodeHexDigit 2016-01-14 22:17:14 -05:00
Paul Beckingham
323fdcf44b Pig: Migrated to unicodeHexDigit 2016-01-14 22:16:42 -05:00
Paul Beckingham
9cc6c06c8b common: Added unicodeHexDigit 2016-01-14 22:15:40 -05:00
Paul Beckingham
d2629584d5 Lexer: Migrated from ::iѕDigit to unicodeLatinDigit 2016-01-14 22:04:44 -05:00
Paul Beckingham
9f12807526 Pig: Converted to unicodeLatinDigit 2016-01-14 22:03:57 -05:00
Paul Beckingham
999cdf0007 common: Added unicodeLatinDigit 2016-01-14 22:02:46 -05:00
Paul Beckingham
8db7077e12 unicode: Renamed unicodeAlpha to unicodeLatinAlpha 2016-01-14 21:53:54 -05:00
Paul Beckingham
26e69225b4 Lexer: Removed ::isAlph, migrated to unicodeAlpha 2016-01-14 17:48:01 -05:00
Paul Beckingham
1738b95f7f unicode: Added unicodeAlpha 2016-01-14 17:46:43 -05:00
Paul Beckingham
278fcd5aa5 Lexer: Removed ::isWhitespace
- Migrated to unicodeWhitespace
2016-01-14 17:35:14 -05:00
Paul Beckingham
edcf1ae96b Pig: Migrated to unicodeWhitespace 2016-01-14 17:35:04 -05:00
Paul Beckingham
f4b3f5ea87 Tests: Added unicode tests 2016-01-14 17:26:34 -05:00
Paul Beckingham
55412ac924 common: Added unicode.{cpp,h} to the build 2016-01-14 16:16:58 -05:00
Paul Beckingham
22a8efb938 unicode: Extracted unicode-specific functions 2016-01-14 16:13:47 -05:00
Paul Beckingham
a5e8135d1f LR0: Stubbed ::parse 2016-01-14 12:43:49 -05:00
Paul Beckingham
857809afbe LR0: Added parse algorithm 2016-01-14 12:18:45 -05:00
Paul Beckingham
dbaf863728 FS: Eliminated compiler warning 2016-01-11 15:28:15 -05:00
Paul Beckingham
690df0ded0 FS: Removed unnecessary methods 2016-01-09 22:17:13 -05:00
Paul Beckingham
a00e326d01 Color: Removed unnecessary methods 2016-01-09 22:13:49 -05:00