27cde22774fixed: two operators: Date::operator=(const CStringType) need 'return' statementTomasz Sowa2012-05-24 19:24:37 +0000
0ffb2b155fadded: some methods for parsing from a stringTomasz Sowa2012-05-22 23:47:41 +0000
e25bc826e7changed: Date::SerializeDay outputs the date in a form of YYYY-MM-DD (before was: YYYY.MM.DD)Tomasz Sowa2012-05-13 21:49:06 +0000
5d9ce6e093changed: in SpaceParser: white characters can be escaped by '\ ' and in such a case this is not a delimiter (when reading single token)Tomasz Sowa2012-05-12 18:20:39 +0000
11ddf0f6d9fixed: in Space serializer: we have to escape more characters fixed: in SpaceParser::ReadTokenSingle the delimiter can be only if the character was not escapedTomasz Sowa2012-05-12 15:54:20 +0000
e195145394changed: now in SpaceParser 'split_single' and utf8 are default removed: some errors checking at the end of a line now we can have in the same line: value="option" value2="option2"Tomasz Sowa2012-05-12 14:54:19 +0000
e620c8f95dchanged: SpaceParser -- parser's engine has been rewritten now we can map all strings to all strings documentation in space.h need to be updated yetTomasz Sowa2012-05-10 21:16:19 +0000
3280568594added: Date structure -- represents year, month, day, hour, min, sec with O(1) algorithm for converting from time_t (seconds from Unix epoch)Tomasz Sowa2012-05-05 15:08:04 +0000
a233f8d4dfadded: to Space: void RemoveSpace(size_t child_index)Tomasz Sowa2012-02-14 20:34:37 +0000
29d179963echanged: in Space: methods Add() return a reference to the inserted value now (std::wstring &)Tomasz Sowa2012-02-12 18:54:06 +0000
d0272485dcadded: to Space: void Add(const wchar_t * name, bool value); void Add(const wchar_t * name, int value); void Add(const wchar_t * name, long value);Tomasz Sowa2012-02-10 00:32:22 +0000
04ca4692b3added: to Space: long Long(const wchar_t * name) for getting a long variable, added: to Space: void Add(const wchar_t * name, long value) void Add(const wchar_t * name, const wchar_t * value) for inserting a variable, added: to Space: Space & AddSpace(const wchar_t * name); for inserting a new space added: to Space: Space * FindSpace(const wchar_t * name); to find a specified space added: to Space: Space & FindAddSpace(const wchar_t * name); to find a specified space and if not exists automatically add a new oneTomasz Sowa2012-01-16 10:16:55 +0000
d0ffdd336cadded: namespace PT, global Makefile fileTomasz Sowa2012-01-12 02:46:16 +0000