61 Commits (2afdbc3e3eb81d9d57cc9b33b507ec703ca40aeb)
 

Author SHA1 Message Date
Scott Williams 2afdbc3e3e [SL.Core] Merge branch 'master' into Transforms 9 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
James Jackson-South 75cac32c70 [SL.Core] Merge pull request SixLabors/Core#7 from SixLabors/MathF 9 years ago
James Jackson-South e5537c5c91 [SL.Core] Fix test path in build command 9 years ago
James Jackson-South 10a71f2d7b [SL.Core] Merge branch 'master' into MathF 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 2cc2c37760 [SL.Core] Merge pull request SixLabors/Core#8 from SixLabors/remove-json-as-content 9 years ago
Scott Williams 85256337e0 [SL.Core] fix appveyor.yml to user correct version of gitversion 9 years ago
Scott Williams d265be04a1 [SL.Core] fix gitversion rules to match IS 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 146809d44c [SL.Core] Merge pull request SixLabors/Core#6 from SixLabors/develop 9 years ago
Scott Williams 8fcac7474d [SL.Core] add reason 9 years ago
Scott Williams b5a0ab7f76 [SL.Core] Fix test names + additional overloads 9 years ago
Scott Williams cefda3870a [SL.Core] fix order of paramaters 9 years ago
Scott Williams ace23f8093 [SL.Core] Add test for DebugGuard 9 years ago
Dirk Lemstra ae2d7dabb5 [SL.Core] Added build status badge. 9 years ago
Dirk Lemstra 33c690939d [SL.Core] Added some of the badges to the README. 9 years ago
Dirk Lemstra 856fc724c8 [SL.Core] Added unit tests for the Guard class. 9 years ago
Dirk Lemstra c7a67c1953 [SL.Core] Changed codecov to use the develop branch. 9 years ago
Dirk Lemstra 7fd24fd383 [SL.Core] Added yml files to the solution. 9 years ago
Dirk Lemstra 0952ba956f [SL.Core] Removed old test. 9 years ago
Dirk Lemstra 61b016a342 [SL.Core] Use release build for code coverage. 9 years ago
Dirk Lemstra e61dd2c956 [SL.Core] Added CodeCoverage.cmd to the solution. 9 years ago
Dirk Lemstra 6f4d785a72 [SL.Core] Added stylecop to the test project. 9 years ago
Dirk Lemstra fe32e88f58 [SL.Core] Move ruleset into src folder. 9 years ago
Scott Williams 67e152157a [SL.Core] woops added duplicate section 9 years ago
Scott Williams 24614a6ed6 [SL.Core] push develop branch to an unstable feed for now 9 years ago
Scott Williams 664ef09404 [SL.Core] Merge pull request SixLabors/Core#1 from SixLabors/feature/add-guards 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 62ff204e82 [SL.Core] Renamed ruleset file. 9 years ago
Dirk Lemstra 8d317a7aad [SL.Core] Fixed version numbers 9 years ago
Dirk Lemstra a64bc233b7 [SL.Core] Whitespace 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