log

age author description
2014-10-07 cin improved performance of a chained map operation v2
2014-10-07 cin ServiceLocator: fixed services cleanup v2
2014-10-06 cin minor fixes in the service locator class v2
2014-10-05 cin ServiceLocator: added a cleanup callback to the service registration method v2
2014-09-30 cin fixed JSONXmlReader disposing under ugly mono v2
2014-09-30 cin minor changes v2
2014-09-29 cin fixed object pool v2
2014-09-29 cin added object pool v2
2014-09-26 cin dispatch pool rewritten v2
2014-09-25 cin added memory barriers v2
2014-09-22 cin sync v2
2014-09-11 cin fixed JSONXmlReader.ElementValue for boolean values v2
2014-09-11 cin ported tests to mono v2
2014-09-10 cin Refactoring of the IPromise<T> interface v2
2014-09-10 cin major refactoring, added tasks support v2
2014-09-08 cin minor fixes v2
2014-09-04 cin fixed tests v2
2014-09-04 cin promises refactoring v2
2014-09-03 cin code cleanup
2014-09-03 cin refactoring
2014-08-28 cin service locator refactoring
2014-08-27 cin ServiceLocator: small refactoring, GetService method is made virtual
2014-08-22 cin mono
2014-08-14 cin Refactoring
2014-06-30 cin minor changes
2014-06-25 cin small refactoring
2014-06-23 cin fixed: JSONXmlReader.Value returns invalid textual representation for numbers.
2014-06-22 cin Added Skip method to JSON parser to skip contents of the current node
2014-06-19 cin Added SafePool
2014-06-18 cin +JSONXmlReaderOptions