53 Commits (b92ac759556a4e6dda7bdb5a949c15920e59fb30)

Author SHA1 Message Date
Jason Nelson b92ac75955 [SL.Core] Add HashHelpersTests 8 years ago
Jason Nelson 630ff6f977 [SL.Core] Cleanup AssemblyInfo add SUPPORT_MATHF symbol 8 years ago
Jason Nelson 5caeb21467 [SL.Core] Remove whitespace 8 years ago
Jason Nelson 16aa3cf86a [SL.Core] Remove unused DebugGuard methods 8 years ago
Jason Nelson 9e4008604f [SL.Core] Remove additional unused Guard methods 8 years ago
Jason Nelson 5c98b1f141 [SL.Core] Use expressions 8 years ago
Jason Nelson 0efcc28d6a [SL.Core] Remove private implementations of GetHashCode (and it's call overhead) 8 years ago
Jason Nelson 929007d9a4 [SL.Core] Remove unused Gaurd.IsTrue and Gaurd.IsFalse 8 years ago
Jason Nelson e9a98c257f [SL.Core] Update System.Numerics.Vectors 8 years ago
Jason Nelson 2b23f81666 [SL.Core] Extend HashHelper.Combine to accept 2, 3, or 4 args 8 years ago
Jason Nelson 78b622d687 [SL.Core] Seal ManagedByteBuffer 8 years ago
Jason Nelson 89ab204a54 [SL.Core] Remove unused Gaurd overloads 8 years ago
Jason Nelson 1c538a9d11 [SL.Core] Use pattern matching 8 years ago
Jason Nelson a16d518945 [SL.Core] Cross target .NETCOREAPP2.1 8 years ago
Anton Firszov 07e616cebb [SL.Core] remove unused indexer 8 years ago
Anton Firszov 3e4926b4d7 [SL.Core] move internals into a nested namespace 8 years ago
Anton Firszov c2954ded89 [SL.Core] Add MemoryAllocator-s with tests 8 years ago
Anton Firszov bf50eff08a [SL.Core] Make Guard.NotNull() and DebugGuard.NotNull() generic 8 years ago
James Jackson-South 2e2ffc3e98 [SL.Core] Update logo and readme. 8 years ago
James Jackson-South 27c1e73c56 [SL.Core] Remove Vector2 overload 9 years ago
James Jackson-South f3e5ec9b69 [SL.Core] Add missing library internal 9 years ago
James Jackson-South 7d68d746e6 [SL.Core] Replace skew and rotate with single transform 9 years ago
JimBobSquarePants 3fe68395c9 [SL.Core] Remove incorrect include 9 years ago
JimBobSquarePants c4824fa309 [SL.Core] Use type forwarding as per example 9 years ago
Scott Williams 6904da174e [SL.Core] prevent stylecop.json form being included in package 9 years ago
James Jackson-South 755529b2b0 [SL.Core] Use MathF for Core 2.0 9 years ago
Scott Williams d2187d56fa [SL.Core] Remove System.Memory from core 9 years ago
Scott Williams b5a0ab7f76 [SL.Core] Fix test names + additional overloads 9 years ago
Scott Williams ace23f8093 [SL.Core] Add test for DebugGuard 9 years ago
Dirk Lemstra 856fc724c8 [SL.Core] Added unit tests for the Guard class. 9 years ago
Dirk Lemstra fe32e88f58 [SL.Core] Move ruleset into src folder. 9 years ago
Dirk Lemstra 961bb715d0 [SL.Core] Added SixLabors.ImageSharp.Drawing to the InternalsVisibleTo. 9 years ago
Dirk Lemstra 6ab0780f73 [SL.Core] Switch to ReadOnlySpan. 9 years ago
Dirk Lemstra 4a065fce1f [SL.Core] Added guards from the ImageSharp project and added InternalsVisibleTo to make sure they can be used. 9 years ago
Dirk Lemstra de3b554326 [SL.Core] Fixed value in attribute. 9 years ago
Dirk Lemstra 78c7f72994 [SL.Core] Moved HashHelpers to a folder. 9 years ago
Dirk Lemstra 3da57b1d60 [SL.Core] Changed copyright header. 9 years ago
Dirk Lemstra 36acfb2152 [SL.Core] Fixed all stylecop warnings. 9 years ago
Dirk Lemstra 6ab31f56d5 [SL.Core] Enabled stylecop. 9 years ago
Dirk Lemstra 8d317a7aad [SL.Core] Fixed version numbers 9 years ago
Dirk Lemstra 2f9ec6c19d [SL.Core] Moved files in the Shared folder. 9 years ago
Scott Williams 699895c3c9 [SL.Core] remove IsEmpty based ToString() branches 9 years ago
Scott Williams 5ba4110c19 [SL.Core] drop zero in favor of empty 9 years ago
Scott Williams d080c0bcfa [SL.Core] Revert "add center property to rectangle" 9 years ago
Scott Williams e16bc60634 [SL.Core] add multiplication and divide operators to Point 9 years ago
Scott Williams 0d18481fb3 [SL.Core] add center property to rectangle 9 years ago
Scott Williams 5be9c18a1e [SL.Core] rename project from Primitives to Core 9 years ago
Scott Williams e040a5e6f4 [SL.Core] Drop unneeded types plus added Size operators. 9 years ago
James Jackson-South b56341de43 [SL.Core] Fix naming 9 years ago
Scott Williams 717cb902ab [SL.Core] Remove matrix in favour of Matrix3x2 9 years ago