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

age author description
Fri, 01 Jun 2018 21:35:24 +0300 cin code cleanup and refactoring v3 tip
Mon, 16 Apr 2018 19:43:18 +0300 cin Restored lost JsonXmlCaseTransform from version 2.1 v3 v3.0.10
Mon, 16 Apr 2018 18:43:49 +0300 cin Added XmlToJson xsl transformation. v3
Mon, 16 Apr 2018 02:12:39 +0300 cin Added IInitializable.Initialize() overload v3 v3.0.8
Fri, 13 Apr 2018 19:14:59 +0300 cin minor fixes v3 v3.0.6
Wed, 04 Apr 2018 15:38:48 +0300 cin Adde workaround to the behaviour of the logical operations stack in conjuction v3
Mon, 12 Feb 2018 17:03:37 +0300 cin Implab.Diagnostics drafts v3 v3.0.1-beta
Tue, 23 Jan 2018 19:39:21 +0300 cin refactoring, moving to dotnercore, simplifying promises v3
Wed, 22 Nov 2017 16:54:58 +0300 cin missing files v2
Tue, 21 Nov 2017 14:57:58 +0300 cin JsonReader optimizations v2
Thu, 05 Oct 2017 09:24:49 +0300 cin Слияние v2
Thu, 05 Oct 2017 09:21:23 +0300 cin Added implab nuget spec v2
Wed, 04 Oct 2017 15:44:47 +0300 cin Improved AsyncQueue v2
Wed, 13 Sep 2017 16:55:13 +0300 cin slowly cutting off mono specific settings v2
Tue, 12 Sep 2017 19:07:42 +0300 cin JsonXmlReader performance tuning v2
Tue, 12 Sep 2017 01:19:12 +0300 cin Rewritten JsonScanner, JsonParser, fixed naming style v2
Sat, 09 Sep 2017 03:53:13 +0300 cin Reimplemented JsonXmlReader, added support for null values: JSON null values are v2
Wed, 23 Aug 2017 02:38:02 +0300 cin JSONXmlReaderFixed fixed boolean values handling v2
Tue, 22 Aug 2017 12:45:01 +0300 cin Слияние с default v2
Tue, 22 Aug 2017 09:34:47 +0300 cin sync
Tue, 20 Jun 2017 19:45:52 +0300 cin .csproj changes v2
Tue, 04 Apr 2017 12:04:05 +0300 cin Added class Trace<T> to manage channels for individual classes, if SomeClass v2
Tue, 21 Mar 2017 17:29:13 +0300 cin Code review, added a non generic version of SyncContextPromise v2
Tue, 25 Oct 2016 17:40:33 +0300 cin Added ResetState to RunnableComponent to reset in case of failure v2
Tue, 18 Oct 2016 17:49:54 +0300 cin Added 'Fail' method to RunnableComponent which allows component to move from v2
Tue, 18 Oct 2016 01:03:49 +0300 cin Implemented PollingRunnableComponent v2
Mon, 25 Apr 2016 15:18:56 +0300 cin working on diagnostics v2
Tue, 19 Apr 2016 17:35:20 +0300 cin Reworked cancelation handling, if the cancel handler isn't specified the OperationCanceledException will be handled by the error handler ref20160224
Thu, 24 Mar 2016 02:30:46 +0300 cin refactoring complete, JSONParser rewritten ref20160224
Wed, 23 Mar 2016 19:51:45 +0300 cin working on JSON parser ref20160224
Wed, 23 Mar 2016 01:42:00 +0300 cin refactoring ref20160224
Tue, 22 Mar 2016 18:58:40 +0300 cin rewritten the text scanner ref20160224
Tue, 15 Mar 2016 02:11:06 +0300 cin Working on text scanner ref20160224
Mon, 14 Mar 2016 01:19:38 +0300 cin Working on text scanner ref20160224
Thu, 10 Mar 2016 01:19:33 +0300 cin Working on regular DFA ref20160224
Fri, 04 Mar 2016 01:56:31 +0300 cin DFA refactoring, rx based dfa. ref20160224
Thu, 03 Mar 2016 08:41:02 +0300 cin DFA refactoring ref20160224
Mon, 29 Feb 2016 02:02:17 +0300 cin DFA refactoring ref20160224
Thu, 25 Feb 2016 02:11:13 +0300 cin Almost complete DFA refactoring ref20160224
Wed, 24 Feb 2016 20:12:52 +0300 cin JSON moved to Formats namespace ref20160224
Wed, 24 Feb 2016 08:39:53 +0300 cin DFA refactoring ref20160224
Fri, 19 Feb 2016 18:07:17 +0300 cin DFA refactoring v2
Thu, 18 Feb 2016 14:34:02 +0300 cin refactoring, code cleanup v2
Mon, 15 Feb 2016 04:22:15 +0300 cin Promises: SignalXXX methods merged into SignalHandler method. v2
Thu, 11 Feb 2016 01:56:27 +0300 cin component model refactoring v2
Thu, 04 Feb 2016 02:43:05 +0300 cin Added support for 'await' operator to promises v2
Tue, 17 Mar 2015 08:25:35 +0300 cin sync v2
Sun, 08 Mar 2015 02:52:27 +0300 cin RC: cancellation support for promises + tests v2
Fri, 06 Mar 2015 15:45:26 +0300 cin DRAFT: refactoring v2
Wed, 04 Mar 2015 18:05:39 +0300 cin DRAFT: refactoring, adding cancelation token v2
Mon, 16 Feb 2015 17:48:39 +0300 cin added the blocking queue v2
Wed, 11 Feb 2015 02:12:15 +0300 cin Improved logging v2
Thu, 29 Jan 2015 18:31:06 +0300 cin Added SharedLock to synchronization routines v2
Thu, 29 Jan 2015 05:09:31 +0300 cin Added Signal class a lightweight alternative to ManualResetEvent v2
Tue, 27 Jan 2015 18:18:29 +0300 cin fixed AsyncQueue iterator v2
Sun, 11 Jan 2015 19:13:02 +0300 cin Promises rewritten, added improved version of AsyncQueue v2
Tue, 23 Dec 2014 19:48:47 +0300 cin pool refactoring v2
Tue, 23 Dec 2014 03:20:39 +0300 cin minor refactoring v2
Wed, 10 Dec 2014 01:29:53 +0100 cin working on linked list v2-1
Mon, 10 Nov 2014 18:00:28 +0300 cin promises refactoring v2