log

age author description
Sun, 21 Apr 2013 17:01:38 +0300 Matti Hamalainen Fix function name.
Sun, 21 Apr 2013 18:32:49 +0300 Matti Hamalainen Cosmetics.
Sun, 21 Apr 2013 18:32:24 +0300 Matti Hamalainen Add new header file dmevalw.h
Sun, 21 Apr 2013 18:29:38 +0300 Matti Hamalainen Move dm_print_optree() to dmevalw.c
Sun, 21 Apr 2013 16:46:03 +0300 Matti Hamalainen Update to match API changes.
Sun, 21 Apr 2013 16:42:35 +0300 Matti Hamalainen Merge.
Sun, 21 Apr 2013 16:40:45 +0300 Matti Hamalainen Rename many pack & resource handling functions.
Fri, 19 Apr 2013 20:26:38 +0300 Matti Hamalainen Rename a variable.
Fri, 19 Apr 2013 19:26:15 +0300 Matti Hamalainen Sanitize some more includes.
Fri, 19 Apr 2013 19:25:04 +0300 Matti Hamalainen Remove unused include.
Thu, 18 Apr 2013 00:01:50 +0300 Matti Hamalainen Slightly optimize h/v-line routines.
Wed, 17 Apr 2013 21:54:34 +0300 Matti Hamalainen Make pre-built header versions of assets not depend on fontconv and
Wed, 17 Apr 2013 20:11:04 +0300 Matti Hamalainen Fix path to evaltest binary.
Wed, 17 Apr 2013 19:29:16 +0300 Matti Hamalainen Improve build system by adding support for separate binary paths for
Wed, 17 Apr 2013 07:50:14 +0300 Matti Hamalainen Don't remove the test source/binary files.
Wed, 17 Apr 2013 07:47:30 +0300 Matti Hamalainen Add tests.
Wed, 17 Apr 2013 07:47:21 +0300 Matti Hamalainen Increase benchmark rounds.
Wed, 17 Apr 2013 06:07:40 +0300 Matti Hamalainen Cleanups.
Tue, 16 Apr 2013 22:39:43 +0300 Matti Hamalainen Add XOR operator (^, caret) to the parser .. was implemented already otherwise.
Tue, 16 Apr 2013 22:33:26 +0300 Matti Hamalainen Cleanups.
Tue, 16 Apr 2013 22:08:47 +0300 Matti Hamalainen Simplify by merging several pass functions.
Tue, 16 Apr 2013 22:01:51 +0300 Matti Hamalainen Another testcase.
Tue, 16 Apr 2013 22:01:43 +0300 Matti Hamalainen Remove some remnants of Lua mode.
Tue, 16 Apr 2013 22:01:16 +0300 Matti Hamalainen Fix bitshift << >> operator precedence reordering.
Tue, 16 Apr 2013 21:42:28 +0300 Matti Hamalainen Disable spurious debugging for now.
Tue, 16 Apr 2013 21:41:47 +0300 Matti Hamalainen More fixes in reordering.
Tue, 16 Apr 2013 21:34:41 +0300 Matti Hamalainen Add some debugging.
Tue, 16 Apr 2013 21:29:37 +0300 Matti Hamalainen Add output file stream argument to dm_print_optree().
Tue, 16 Apr 2013 21:03:52 +0300 Matti Hamalainen Constify.
Tue, 16 Apr 2013 21:00:25 +0300 Matti Hamalainen Free some structures in the test program.