8702 Commits (f30e22fe1bba5d5feaef81eb02027a3dbf0d9bc0)
 

Author SHA1 Message Date
Jason Nelson aada342517 [SL.Core] Remove AggressiveInlining hint from trival accessors 8 years ago
Jason Nelson c31eb7e601 [SL.Core] Use Assert.Contains when checking for substrings 8 years ago
Jason Nelson d32149ae7b [SL.Core] Format HashHelpers 8 years ago
Jason Nelson 81e2185583 [SL.Core] Format Point 8 years ago
Jason Nelson 6c3502976e [SL.Core] Remove aggressive inlining hint from trival accessors 8 years ago
Vicente Penades a150e58261 moved Clamp(0,1) one level up 8 years ago
Vicente Penades 5306eaf841 removed a redundant opacity.Clamp(0,1) in the innermost level of pixel blenders. Pixel blenders are performance critical, so every tiny performance improvement counts. 8 years ago
Vicente Penades 112262a606 Refactored PixelBlenders so it generates much less code and allows for two loop variations. 8 years ago
Jason Nelson 302bb88535 [SL.Core] Remove whitespace 8 years ago
Jason Nelson 383bd7b147 [SL.Core] Format Rectangle 8 years ago
Jason Nelson e154df4654 [SL.Core] Add test to ensure PointF has the same layout as Vector2 8 years ago
Jason Nelson d073bf833c [SL.Core] Add HashHelpersTests 8 years ago
Jason Nelson 2f61cafab1 [SL.Core] Cleanup AssemblyInfo add SUPPORT_MATHF symbol 8 years ago
James Jackson-South 301c2cec66
Merge pull request #684 from SixLabors/js/DuplicateFormats 8 years ago
James Jackson-South 1c72e613c4 Add additional tests 8 years ago
Jason Nelson 9b97df58c4 [SL.Core] Remove unused DebugGaurd tests 8 years ago
Jason Nelson fb46544e0a [SL.Core] Remove whitespace 8 years ago
Jason Nelson ea9c9e9c8e [SL.Core] Remove unused DebugGuard methods 8 years ago
Jason Nelson a543ce6371 [SL.Core] Remove additional unused Guard methods 8 years ago
Jason Nelson 177e1e2373 [SL.Core] Update tests to target netcoreapp2.1 8 years ago
Jason Nelson 43693a96f5 [SL.Core] Use expressions 8 years ago
Jason Nelson 1729bd662b [SL.Core] Remove private implementations of GetHashCode (and it's call overhead) 8 years ago
Jason Nelson 187d0a16c0 [SL.Core] Remove unused Gaurd.IsTrue and Gaurd.IsFalse 8 years ago
Jason Nelson 7b54e5602f [SL.Core] Update System.Numerics.Vectors 8 years ago
Jason Nelson 1c29c7fc32 [SL.Core] Update Moq & xunit 8 years ago
Jason Nelson 9f2ae5eaf9 [SL.Core] Extend HashHelper.Combine to accept 2, 3, or 4 args 8 years ago
James Jackson-South 983291730a Don't allow duplicate formats in configuration. 8 years ago
Jason Nelson 14780a70c4 [SL.Core] Seal ManagedByteBuffer 8 years ago
Jason Nelson d4ac432d9f [SL.Core] Remove unused Gaurd overloads 8 years ago
Jason Nelson 480b35a636 [SL.Core] Use pattern matching 8 years ago
Jason Nelson 87c124eee4 [SL.Core] Cross target .NETCOREAPP2.1 8 years ago
James Jackson-South d990a7c1ea
Merge pull request #682 from SixLabors/js/image-blending-tests 8 years ago
James Jackson-South 2d63e31b48 Add image blending tests to match the SVG spec examples 8 years ago
James Jackson-South aef49c9534
Merge branch 'master' into colorspace-transforms 8 years ago
James Jackson-South 52db9dba62
Merge pull request #679 from vpenades/master 8 years ago
James Jackson-South 4083b90a20 Update reference images 8 years ago
James Jackson-South c02e0ac8fd
Merge branch 'master' into master 8 years ago
James Jackson-South 093b9bab77
Merge pull request #681 from carbon/dropnetcore20 8 years ago
Jason Nelson d9e86a8e05 Update manual build nstructions in README 8 years ago
Jason Nelson 299a8c2baf Update CodeCoverage to use .NETCORE2.1 8 years ago
Jason Nelson 29fc3c2a82 Update run-tests.ps1 to use .NETCORE2.1 8 years ago
Jason Nelson 90fbef6b17 Add run-tests.ps1 to Solution 8 years ago
Jason Nelson e7a701f85e Drop net47 from test library 8 years ago
Vicente Penades caaedc19da SolidFillBlendedShapesTests now tests all composition/blending combinations. 8 years ago
Jason Nelson 0954df11b0 Drop netcoreapp2.0 build target 8 years ago
Jason Nelson bddacf1cec Drop netcoreapp2.0 test target 8 years ago
Jason Nelson afec8c65ba Update dotnet SDK 8 years ago
Vicente Penades d4ca89027b Refactored IsSolidBrushWithoutBlending into GraphicsOptions so it can be called from more places, and also allows for specific tests. 8 years ago
Vicente Penades 0ef96379e7 fixed argument name to help reflection match the file names 8 years ago
Vicente Penades 55cc1350d0 Fixing SolidFill tests again... 8 years ago