log

age author description
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
2014-06-17 cin code cleanup
2014-06-17 cin Added JSONXmlReader
2014-06-16 cin minor changes
2014-06-15 cin Merge
2014-06-15 cin Added initial JSON support
2014-05-19 cin updated doxyfile
2014-05-19 cin added doxyfile
2014-05-05 cin improved trace system
2014-04-26 cin Added methods for parameter checks
2014-04-18 cin Слияние с interactive logger
2014-04-18 cin Закрыть ветку interactive logger interactive logger
2014-04-18 cin Interactive tracing interactive logger
2014-04-17 cin refactoring, interactive tarce log almost complete interactive logger
2014-04-17 cin Слияние с default interactive logger
2014-04-16 cin initial work on interactive logger interactive logger
2014-04-16 cin Рефакторинг, журналирование
2014-04-16 cin improved tracing, TextListenerBase can be bound to logical operation scope.
2014-04-15 cin fixed ArgumentNullException in StartLogicalOperation
2014-04-15 cin Added TraceContext support to array traits
2014-04-15 cin improved tracing
2014-04-14 cin Слияние с diagnostics
2014-04-14 cin Закрыть ветку diagnostics diagnostics
2014-04-14 cin working version of diagnostics logging diagnostics
2014-04-14 cin improved log concept diagnostics
2014-04-14 cin initial log capabilities diagnostics
2014-04-10 cin fixed race condition in DispatchPool
2014-04-09 cin removed the reference to the parent from the promise object this allows
2014-04-08 cin fixed: StackOverflow in IPromiseBase.Then(handler)
2014-04-07 cin minor cleanup
2014-04-06 cin small refactoring, cleanup.
2014-03-06 cin Added a casting method for promises.
2014-03-03 cin fixes
2014-03-03 cin fixes
2014-02-20 cin refactoring
2014-02-05 cin refactoring
2013-11-13 cin fixed dispatch pool race condition
2013-11-13 cin Слияние с promises
2013-11-13 cin implemented nonblocking wake singnals processing promises
2013-11-12 cin DispatchPool works again, but performance is poor in some cases promises
2013-11-11 cin refactoring, sync promises
2013-11-09 cin Promise is rewritten to use interlocked operations instead of locks promises
2013-11-07 cin Слияние с promises
2013-11-07 cin Improved worker pool promises
2013-11-07 cin sync promises
2013-11-06 cin implemented parallel map and foreach for arrays promises
2013-11-06 cin Implemented interllocked queue promises
2013-11-05 cin small fixes, WorkerPool still incomplete promises
2013-11-05 cin refactoring, added WorkerPool promises
2013-11-04 cin refactoring promises
2013-11-03 cin implemeted new cancellable promises concept promises
2013-11-01 cin sync promises
2013-11-01 cin sync promises
2013-11-01 cin inital progress handling promises
2013-10-20 cin *refactoring: Promise.Then now returns a new chained promise
2013-09-23 cin implemented overlay helpers and some animation heplers improvments
2013-09-17 cin Implab.Fx: implemented animation object
2013-09-13 cin Added Impl.Fx
2013-08-29 cin small fixes
2013-08-27 cin Added utility class for safe disposing methods.
2013-08-23 user initial commit