]> pilppa.org Git - lib1wire.git/commitdiff
Refactoring and fixes.
authorMika Laitio <lamikr@pilppa.org>
Sun, 2 Jan 2011 21:15:05 +0000 (23:15 +0200)
committerMika Laitio <lamikr@pilppa.org>
Sun, 2 Jan 2011 21:15:05 +0000 (23:15 +0200)
- File where to save data item is checked for each file separately. (Old
  versions had a bug that if there were data in save cache from multiple
  days (before and after day change), all data were saved to previous
  days file.
- Data datatype refactoring, values are stored now in double array,
  instead of storing them internally to serialized string.
- Memory leak fixes
- Refactoring
- TODO: Caching objects in Factory class, caching serialized data string
  until values are changed.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>

No differences found