Commit Graph

17 Commits

Author SHA1 Message Date
Mike Dvorkin
be2bea9141 Moved utility functions to src/util.c 2010-07-27 21:24:38 -07:00
Mike Dvorkin
33d51d70b6 More task refactoring 2010-07-27 21:12:56 -07:00
Mike Dvorkin
d2ad4c529d Some refactoring in tasks 2010-07-26 21:00:16 -07:00
Mike Dvorkin
b9ddcf85e3 Added for_each... macros 2010-07-26 19:31:51 -07:00
Mike Dvorkin
f02ffff989 Streamlined .h files, added command line parsing routines 2010-07-22 23:33:03 -07:00
Mike Dvorkin
774424fa02 Implemented creating tasks 2010-07-21 18:39:38 -07:00
Mike Dvorkin
73427f743c Moved 'current' to table header; fixed table load; added project show and delete 2010-07-19 23:39:35 -07:00
Mike Dvorkin
e3a017b249 Added expand_path() and perish() 2010-07-19 19:12:44 -07:00
Mike Dvorkin
7d0d3b7d54 Fixed Makefile 2010-07-19 18:59:40 -07:00
Mike Dvorkin
cafced4b36 Created first project saving it and reading from .pit file! 2010-07-14 22:30:53 -07:00
Mike Dvorkin
dab0f2f9bb Fixed table_delete(); implemented table_save() and table_load() 2010-07-13 21:47:14 -07:00
Mike Dvorkin
9dec87454c Added Makefile; make & make clean both work 2010-07-10 13:11:21 -07:00
Mike Dvorkin
290486d3e7 Implemented table_delete() 2010-07-09 21:49:30 -07:00
Mike Dvorkin
98b1adbd49 Set created_at/updated_at if requested so 2010-06-23 19:14:23 -07:00
Mike Dvorkin
8bd1226658 Assign auto incremented record id if TABLE_HAS_ID 2010-06-23 18:38:55 -07:00
Mike Dvorkin
6d51fa3614 Cleaned up pointer arithmetic by using **index 2010-06-23 18:08:28 -07:00
Mike Dvorkin
f451bd93a4 Initial working version of table.c 2010-06-22 20:58:32 -07:00