Paul Beckingham
ebf1e2c521
log: Added debug function
2016-05-26 23:23:45 -04:00
Paul Beckingham
c9501f09dd
Build: Included JSON2 parser
2016-05-05 17:53:46 -04:00
Paul Beckingham
40a6d78dc5
libshared: Updated to 899975acd75ff96cce80c35cc2eecf61ea9d4871
2016-04-30 20:56:49 -04:00
Paul Beckingham
8ebf25cb01
data: Broke out inclusion/exclusion code from helper.cpp
2016-04-28 20:02:31 -04:00
Paul Beckingham
6567639465
Forgot to add libshared/src/Composite.cpp
2016-04-25 16:31:19 -04:00
Paul Beckingham
8f69e6f0ec
Composite: Now relying on libshared version
2016-04-25 16:23:33 -04:00
Paul Beckingham
4176bf23d4
Range: Renamed Daterange to Range
2016-04-23 08:52:16 -04:00
Paul Beckingham
8befd604bb
Palette: Represents a color palette
2016-04-22 23:35:34 -04:00
Paul Beckingham
e7dd8edf26
Filter: Merged Filter and Interval, removing Filter
2016-04-22 22:10:26 -04:00
Paul Beckingham
bd4b4069ea
Daterange: Added object to handle overlapping date ranges
2016-04-16 08:40:25 -04:00
Paul Beckingham
0b9f25bfe0
lex: Added test harness for lexer
2016-04-10 10:34:52 -04:00
Paul Beckingham
6b7257aadb
Filter: Added filtering object
2016-04-07 19:36:17 -04:00
Paul Beckingham
aa8179654f
CmdLog: Gone
2016-04-06 17:36:40 -04:00
Paul Beckingham
6ca48808a8
Cleanup: Removed calls superceded by CLI
2016-04-03 17:46:49 -04:00
Paul Beckingham
68ba48e85f
Cleanup: Removed unused files
2016-04-03 13:02:52 -04:00
Paul Beckingham
85c18376e3
CLI: Stubbed command line parser
2016-04-02 12:34:34 -04:00
Paul Beckingham
a8177a33d7
Composite: Added stubbed class
2016-03-29 21:50:18 -04:00
Paul Beckingham
cdaaddf46a
helper: Added tagColor
2016-03-28 22:45:57 -04:00
Paul Beckingham
7088b7359e
Timeline: Stubbed class
2016-03-26 22:58:00 -04:00
Paul Beckingham
bc4c4ee813
Exclusion: Stubbed class
2016-03-26 22:08:21 -04:00
Paul Beckingham
e4d0a4ccf7
classifier: Demoted from class to helper functions
2016-03-26 14:03:16 -04:00
Paul Beckingham
f79bca258c
Classifier: Added stubbed class for determining argument type
2016-03-26 12:52:50 -04:00
Paul Beckingham
fb6b33cd7d
Build: Changed library order
2016-03-20 16:24:03 -04:00
Paul Beckingham
86b11ea54e
Datafile: ∧dded object for managing data
...
- Will perform lazy reads/writes.
2016-03-19 08:45:19 -04:00
Paul Beckingham
5af47074f0
Log: Migrated log to libshared
...
- Then updated libshared commit
2016-03-17 21:14:30 -04:00
Paul Beckingham
32c9907dbf
Build: Need to link to timew twice
2016-03-17 18:42:42 -04:00
Paul Beckingham
7e7661f593
Util: Added osName
2016-03-17 16:33:43 -04:00
Paul Beckingham
095027f46a
Build: Migrated from cmake ExternalProject_Add to git submodule
2016-03-17 16:32:32 -04:00
Paul Beckingham
96059d32bd
Build: Updated common to shared
2016-03-15 22:45:53 -04:00
Paul Beckingham
21f56c5488
init: Added helper functions
2016-03-01 20:14:47 -05:00
Paul Beckingham
b6ad3c741c
JSON: Migrated to Common
2016-03-01 01:38:13 -05:00
Paul Beckingham
e507dee0e5
Build: Links the libcommand.a library
2016-03-01 00:30:19 -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
5690fb784a
Pig: Promoted Pig to common.git
2016-01-19 01:10:41 -05:00
Paul Beckingham
77f51a41bd
Build: Migrated to external common lib
2016-01-18 22:52:01 -05:00
Paul Beckingham
9ed040d018
Common: Added Table
2016-01-05 17:00:49 -05:00
Paul Beckingham
60a13aa10c
Table: Added string table renderer
2016-01-05 16:56:16 -05:00
Paul Beckingham
8fed0e9781
Pig: New lightweight object for string consumption
...
- Like Nibbler, but without the string copy, and allowing multiple pigs to
eat the string at the same time.
Pig: A tool for cleaning out pipes
Pig: A greedy person
Pig: To eat quickly
2015-12-29 13:02:09 -05:00
Paul Beckingham
3c2c159af8
Rules: Added stubbed objects
2015-12-23 09:21:44 -05:00
Paul Beckingham
fbc47dc1e4
gr: Added utility to check grammar
2015-12-22 12:26:06 -05:00
Paul Beckingham
897bc0bc14
Lexer: Added minimal lexer that currently only identifies words
2015-12-20 12:12:07 -05:00
Paul Beckingham
77b1c6ad35
Grammar: Stubbed grammar object
2015-12-20 11:51:30 -05:00
Paul Beckingham
dd1622a1e4
Build: Renamed main.cpp to timew.cpp
...
- Adjusted copyright.
- Fixed common dir bug.
2015-12-20 11:50:18 -05:00
Paul Beckingham
a4b3f0c84a
Common: Relocated reusable object to 'common' dir
2015-12-20 09:46:34 -05:00
Paul Beckingham
cf7e5d30a7
Color: Added color handling
2015-12-18 22:42:06 -05:00
Paul Beckingham
2235b8e407
Framework: Added basic test framework
2015-12-10 09:56:43 -05:00
Paul Beckingham
c693e9d310
Framework: Added program framework and UTF8 code
2015-12-10 09:31:48 -05:00