Louis DeJardin
|
29b0b124ee
|
Moving non-changing methods into .cs partial
|
2015-10-09 13:19:09 -07:00 |
Ben Adams
|
ccfeef6353
|
All features to have backing object
|
2015-10-09 13:18:32 -07:00 |
Ben Adams
|
8f41e47eca
|
Remove bitfield for locally implemented interface items
Only generate type statics for cached features
|
2015-10-09 13:18:09 -07:00 |
Ben Adams
|
3c20053d9a
|
Don used cached typeof for tests
|
2015-10-09 13:15:39 -07:00 |
Louis DeJardin
|
cbc3b4e6f5
|
PR Feedback
* Sorting namespaces
* Removing `as` casting for Frame's implemented interfaces
|
2015-10-09 13:10:27 -07:00 |
Ben Adams
|
6b0fa776ca
|
More comment clarity
|
2015-10-09 12:16:54 -07:00 |
Ben Adams
|
47973541b5
|
Remove redundant cast
|
2015-10-09 12:16:53 -07:00 |
Ben Adams
|
e107c47913
|
Add comment explanation
|
2015-10-09 12:16:52 -07:00 |
Ben Adams
|
05702e81e6
|
more typeof caching
|
2015-10-09 12:16:50 -07:00 |
Ben Adams
|
d48a27dd59
|
Use bitflag for override and cache typeof in statics
|
2015-10-09 12:16:49 -07:00 |
Louis DeJardin
|
dcf591c832
|
Rough implementation of feature collection optimization
|
2015-10-09 12:16:48 -07:00 |
Chris R
|
0b36382448
|
Merge pull request #236 from benaadams/sanitize-loops
Sanitize loops
|
2015-10-08 10:05:17 -07:00 |
Ben Adams
|
0a297688b4
|
Use Jit recongised, standard loop construct
For bounds check elimination.
Convey intent more clearly; eliminate bounds checks
|
2015-10-08 12:31:21 -04:00 |
Pranav K
|
49451fb11e
|
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
|
2015-10-03 15:44:45 -07:00 |
Louis DeJardin
|
0adbbd0217
|
Using the well-known-header field without checking set bit
|
2015-09-25 12:49:29 -07:00 |
Louis DeJardin
|
1f6aaebeda
|
Changing flow control for incoming data
SocketInput is now awaitable
Input buffers are slab-allocated and pinned from large object heap
Request frame parsing is offloaded from libuv thread
|
2015-09-25 12:49:14 -07:00 |
Louis DeJardin
|
46604d68b3
|
Initial commit for style cleanup #184
* adding private keyword to fields
* one type per file
|
2015-09-01 22:25:51 -07:00 |
Chris R
|
803ec38073
|
React to string[] -> StringValues changes.
|
2015-08-28 12:59:00 -07:00 |
Stephen Halter
|
87d53700da
|
Make the GeneratedCode project work on CoreCLR
|
2015-08-19 17:08:00 -07:00 |
David Fowler
|
62a909d1a7
|
Handle broken assembly versions on mono
|
2015-08-15 03:12:59 -07:00 |
Stephen Halter
|
5dfca955b3
|
Move GeneratedCode project so no NuGet package gets created
|
2015-08-05 12:22:59 -07:00 |