log Implab/Implab.csproj @ 281:e0916ddc9950 v3 tip

age author description
2018-06-01 cin code cleanup and refactoring v3 tip
2018-04-16 cin Restored lost JsonXmlCaseTransform from version 2.1 v3 v3.0.10
2018-04-16 cin Added XmlToJson xsl transformation. v3
2018-04-15 cin Added IInitializable.Initialize() overload v3 v3.0.8
2018-04-13 cin minor fixes v3 v3.0.6
2018-04-04 cin Adde workaround to the behaviour of the logical operations stack in conjuction v3
2018-02-12 cin Implab.Diagnostics drafts v3 v3.0.1-beta
2018-01-23 cin refactoring, moving to dotnercore, simplifying promises v3
2017-11-22 cin missing files v2
2017-11-21 cin JsonReader optimizations v2
2017-10-05 cin Слияние v2
2017-10-05 cin Added implab nuget spec v2
2017-10-04 cin Improved AsyncQueue v2
2017-09-13 cin slowly cutting off mono specific settings v2
2017-09-12 cin JsonXmlReader performance tuning v2
2017-09-11 cin Rewritten JsonScanner, JsonParser, fixed naming style v2
2017-09-09 cin Reimplemented JsonXmlReader, added support for null values: JSON null values are v2
2017-08-22 cin JSONXmlReaderFixed fixed boolean values handling v2
2017-08-22 cin Слияние с default v2
2017-08-22 cin sync
2017-06-20 cin .csproj changes v2
2017-04-04 cin Added class Trace<T> to manage channels for individual classes, if SomeClass v2
2017-03-21 cin Code review, added a non generic version of SyncContextPromise v2
2016-10-25 cin Added ResetState to RunnableComponent to reset in case of failure v2
2016-10-18 cin Added 'Fail' method to RunnableComponent which allows component to move from v2
2016-10-17 cin Implemented PollingRunnableComponent v2
2016-04-25 cin working on diagnostics v2
2016-04-19 cin Reworked cancelation handling, if the cancel handler isn't specified the OperationCanceledException will be handled by the error handler ref20160224
2016-03-23 cin refactoring complete, JSONParser rewritten ref20160224
2016-03-23 cin working on JSON parser ref20160224
2016-03-22 cin refactoring ref20160224
2016-03-22 cin rewritten the text scanner ref20160224
2016-03-14 cin Working on text scanner ref20160224
2016-03-13 cin Working on text scanner ref20160224
2016-03-09 cin Working on regular DFA ref20160224
2016-03-03 cin DFA refactoring, rx based dfa. ref20160224
2016-03-03 cin DFA refactoring ref20160224
2016-02-28 cin DFA refactoring ref20160224
2016-02-24 cin Almost complete DFA refactoring ref20160224
2016-02-24 cin JSON moved to Formats namespace ref20160224
2016-02-24 cin DFA refactoring ref20160224
2016-02-19 cin DFA refactoring v2
2016-02-18 cin refactoring, code cleanup v2
2016-02-15 cin Promises: SignalXXX methods merged into SignalHandler method. v2
2016-02-10 cin component model refactoring v2
2016-02-03 cin Added support for 'await' operator to promises v2
2015-03-17 cin sync v2
2015-03-07 cin RC: cancellation support for promises + tests v2
2015-03-06 cin DRAFT: refactoring v2
2015-03-04 cin DRAFT: refactoring, adding cancelation token v2
2015-02-16 cin added the blocking queue v2
2015-02-10 cin Improved logging v2
2015-01-29 cin Added SharedLock to synchronization routines v2
2015-01-29 cin Added Signal class a lightweight alternative to ManualResetEvent v2
2015-01-27 cin fixed AsyncQueue iterator v2
2015-01-11 cin Promises rewritten, added improved version of AsyncQueue v2
2014-12-23 cin pool refactoring v2
2014-12-23 cin minor refactoring v2
2014-12-10 cin working on linked list v2-1
2014-11-10 cin promises refactoring v2
2014-11-09 cin renamed Promise.Last -> Promise.On v2
2014-10-29 cin minor changes v2
2014-10-22 cin improved tracing v2
2014-10-22 cin rewritten tracing v2
2014-10-14 cin code cleanup v2
2014-09-30 cin fixed JSONXmlReader disposing under ugly mono v2
2014-09-29 cin added object pool v2
2014-09-25 cin added memory barriers v2
2014-09-11 cin fixed JSONXmlReader.ElementValue for boolean values v2
2014-09-10 cin major refactoring, added tasks support v2
2014-09-04 cin promises refactoring v2
2014-08-22 cin mono
2014-08-14 cin Refactoring
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-15 cin Added initial JSON support
2014-04-16 cin initial work on interactive logger interactive logger
2014-04-15 cin improved tracing
2014-04-14 cin improved log concept diagnostics
2014-04-14 cin initial log capabilities diagnostics
2014-02-05 cin refactoring
2013-11-06 cin implemented parallel map and foreach for arrays promises
2013-11-06 cin Implemented interllocked queue promises
2013-11-05 cin refactoring, added WorkerPool promises
2013-11-04 cin refactoring promises
2013-11-01 cin sync promises
2013-11-01 cin inital progress handling promises
2013-09-17 cin Implab.Fx: implemented animation object
2013-08-29 cin small fixes
2013-08-23 user initial commit