annotate .hgignore @ 229:5f7a3e1d32b9 v2

JsonXmlReader performance tuning JsonScanner now operates strings and doesn't parses number and literals. Added SerializationHelpers to common serialize/deserialize operations
author cin
date Tue, 12 Sep 2017 19:07:42 +0300
parents 8d5de4eb9c2c
children 6b3e5c48131b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
1 syntax: glob
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
2 Implab.Test/bin/
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
3 *.user
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
4 Implab.Test/obj/
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
5 *.userprefs
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
6 Implab/bin/
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
7 Implab/obj/
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
8 TestResults/
3
1e9583086e99 Added Impl.Fx
cin
parents: 0
diff changeset
9 Implab.Fx/obj/
4
381095ad0a69 Implab.Fx: implemented animation object
cin
parents: 3
diff changeset
10 Implab.Fx/bin/
5
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents: 4
diff changeset
11 Implab.Fx.Test/bin/
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents: 4
diff changeset
12 Implab.Fx.Test/obj/
10
aa33d0bb8c0c implemeted new cancellable promises concept
cin
parents: 5
diff changeset
13 _ReSharper.Implab/
45
d10034588e38 initial work on interactive logger
cin
parents: 10
diff changeset
14 Implab.Diagnostics.Interactive/bin/
d10034588e38 initial work on interactive logger
cin
parents: 10
diff changeset
15 Implab.Diagnostics.Interactive/obj/
93
dc4942d09e74 improved tracing
cin
parents: 45
diff changeset
16 MonoPlay/bin/
116
da56ba7b1aab minor refactoring
cin
parents: 93
diff changeset
17 MonoPlay/obj/
180
c32688129f14 refactoring complete, JSONParser rewritten
cin
parents: 116
diff changeset
18 Implab.Test/Implab.Format.Test/bin/
c32688129f14 refactoring complete, JSONParser rewritten
cin
parents: 116
diff changeset
19 Implab.Test/Implab.Format.Test/obj/
188
3071220371f8 Updated VS project
cin
parents: 180
diff changeset
20 *.suo
227
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 188
diff changeset
21 Implab.Format.Test/bin/
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 188
diff changeset
22 Implab.Format.Test/obj/
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 188
diff changeset
23 packages/
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 227
diff changeset
24 Implab.Playground/obj/
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 227
diff changeset
25 Implab.Playground/bin/