5184 Commits (cba130cdaaa2bcda3f328887edd352ec0358ff83)
 

Author SHA1 Message Date
Jason Nelson 032a7b48b7 Use TryRead pattern for PngChunks 9 years ago
Jason Nelson 345b693838 Make BmpFileHeader readonly 9 years ago
Jason Nelson 59e2023809 Use nameof 9 years ago
Jason Nelson 06728ed3f7 Remove NotNull guaurds on structs 9 years ago
Jason Nelson b00bd3eb4f Use standard sb variable name 9 years ago
Jason Nelson 6da8638246 Make ImageProperty a readonly struct 9 years ago
Jason Nelson 5c0b92daca Omit types when infererable from the left or right hand sides 9 years ago
Jason Nelson 97d39ae67f Annotate additional readonly structures 9 years ago
Jason Nelson 7f57adb48c Simplify Equals override 9 years ago
James Jackson-South 72961b1838
Merge pull request #505 from SixLabors/js/multi-target-benchmarks 9 years ago
James Jackson-South e45637471a Fix copy/paste 9 years ago
James Jackson-South 245e31872c Benchmark both Core and CLR 9 years ago
James Jackson-South f32b619376
Merge pull request #495 from carbon/master 9 years ago
James Jackson-South 5fd7c60385
Merge branch 'master' into master 9 years ago
James Jackson-South d75ddd8a88
Merge pull request #501 from SixLabors/js/hide-colorspaces 9 years ago
James Jackson-South 9b9cda6a8b Hide colorspace members 9 years ago
James Jackson-South 5d56686f36
Merge pull request #500 from SixLabors/af/fix-readme 9 years ago
James Jackson-South a0e219f9da Fix logo and links 9 years ago
James Jackson-South 69f6f23894
Merge branch 'master' into master 9 years ago
Anton Firsov 71aa3cafd0
README.md: fix link [skip ci] 9 years ago
Anton Firsov 7a594153fc
Merge pull request #499 from SixLabors/af/contribution-guide-ref 9 years ago
Anton Firsov 402c84562b
Refer to Contribution Guide from README.md 9 years ago
Jason Nelson a81e936511 Remove note 9 years ago
Jason Nelson ffef3ecd14 Benchmark removed SpanUtility logic inplace 9 years ago
Jason Nelson cc55f039b7 Express readonly intent in Span parameters 9 years ago
Jason Nelson 5e8802c362 Remove unused FetchVector helper 9 years ago
Jason Nelson 1713343878 Eliminate allocation in WriteGammaChunk 9 years ago
Jason Nelson f597e8f96d Revert "Pass ColorSpace types by readonly ref" 9 years ago
Jason Nelson f7d8e706f1 Pass ColorSpace types by readonly ref 9 years ago
James Jackson-South 6c4d6d11ee
Merge branch 'master' into master 9 years ago
Jason Nelson 41efcc78c7 Fix documentation 9 years ago
Jason Nelson 0eee6735ab Fix build 9 years ago
James Jackson-South 7d145d09f0
Merge pull request #497 from SixLabors/js/fix-codec-benchmarks 9 years ago
Jason Nelson 0b6754b478 Reduce magic 9 years ago
Jason Nelson 52298fe072 Eliminate buffer allocations for integers in PngEncoderCore.WriteChunk 9 years ago
James Jackson-South b1603745b8 Fix code benchmark paths and namespaces. 9 years ago
Jason Nelson 5e0bf0f3c4 Update Checksum algorithms to use Spans 9 years ago
Jason Nelson be4b0246eb Revert "Create specialized BigEndianBinaryWriter & LittleEndianBinaryWriter classes" 9 years ago
Jason Nelson 0a88cde8e6 Create specialized BigEndianBinaryWriter & LittleEndianBinaryWriter classes 9 years ago
Jason Nelson 76294ed044 Remove string encoding concerns from BinaryReader&Writer 9 years ago
Jason Nelson 0d508fcb8c Replace custom BitConverter(s) with BinaryPrimitives 9 years ago
Jason Nelson dc69e59458 Remove BitConverter from EndianBinaryWriter & add Floating point tests 9 years ago
Jason Nelson 52d2b1ee67 Add test to ensure that all data written through the EndianBinaryWriter can be read back through EndianBinaryReader 9 years ago
Jason Nelson 53d47e4c38 Remove unused Write(decimal) method on EndianBinaryWriter 9 years ago
Jason Nelson 0aa0a8256b Remove blank line for STYLECOP! 9 years ago
Jason Nelson 7b4cbb195c Avoid slicing spans by constructing directly from array 9 years ago
Jason Nelson 092282ed13 Don't go through SpanHelper to Copy 9 years ago
Jason Nelson 3d519bba34 Fix formatting & docs 9 years ago
Jason Nelson eab71497ac Revert "Remove unnesssary abstraction and validation for bools." 9 years ago
Jason Nelson e32d6e1a82 Use Span.CopyTo 9 years ago