1. cd60a4f Copy skcms public-API header into src directory. by John Stiles · 8 months ago
  2. 42030a7 Fix integer overflow on cast by Evgenii Kliuchnikov · 8 months ago
  3. c8ee233 Copy skcms_internal header into src directory. by John Stiles · 8 months ago
  4. d0d3db8 Remove redundant Color typedef. by John Stiles · 8 months ago
  5. 7c271ce Migrate INFINITY_ to the shared Transform header. by John Stiles · 8 months ago
  6. 7096dac Move transform op list into header. by John Stiles · 8 months ago
  7. 2b581aa Prep for tailcall-based implementation. by John Stiles · 8 months ago
  8. dacb7ea Move shared macros into skcms_internal.h. by John Stiles · 8 months ago
  9. 10d18c9 Rename src/Transform.h to src/skcms_Transform.h. by John Stiles · 8 months ago
  10. 3c49869 Move Vec class into header. by John Stiles · 8 months ago
  11. 59b3b32 Remove small_memcpy. by John Stiles · 8 months ago
  12. 00f6c51 Fix up various ninja/clang targets for Mac. by John Stiles · 8 months ago
  13. 53a2ae4 Update skia/bots dependencies in skcms. by John Stiles · 8 months ago
  14. 29ce1bd Prevent runtime CPU detection in Haswell build by Brian Osman · 8 months ago
  15. c01d0bc Implement basic RGB op fusing in skcms. by John Stiles · 8 months ago
  16. 5ff1bf4 Factor out curve-op selection code. by John Stiles · 8 months ago
  17. 1916b23 Further harden exp2f_ by Evgenii Kliuchnikov · 8 months ago
  18. fa50717 Add gamma function to skcms. by John Stiles · 8 months ago
  19. a5580e2 Add Haswell ninja file by Brian Osman · 8 months ago
  20. 32d537e Provide a context pointer for every skcms op. by John Stiles · 8 months ago
  21. db30c32 Enable C11 and warnings-as-errors in skcms' Bazel build. by John Stiles · 8 months ago
  22. 970fdac Disable clang warnings which prevented skcms roll. by John Stiles · 8 months ago
  23. 8e6beb0 Add helper functions for building skcms op list. by John Stiles · 8 months ago
  24. 699f6de Restructure skcms ops to be more like Raster Pipeline. by John Stiles · 8 months ago
  25. 374ddaa Fix AVX512 feature detection in the ninja file, slightly by Brian Osman · 8 months ago
  26. f1e5fc8 [bazel] Update BAZEL.md to reflect the new Mac toolchain. by Leandro Lovisolo · 8 months ago
  27. b1b8f1e Fix -Wstrict-prototypes error when building skcms. by John Stiles · 8 months ago
  28. 4d94ff5 Fix skcms tests on Mac. by John Stiles · 8 months ago
  29. b4fa9ec Fix HLG roundtripping test. by John Stiles · 8 months ago
  30. 1227163 Annotate third party imports upstream by Brian Osman · 8 months ago
  31. f97537e [bazel] Add macOS toolchain. by Leandro Lovisolo · 8 months ago
  32. a1d9a58 Remove paletted source support by Brian Osman · 8 months ago
  33. 1323db7 Fix skcms-Linux bot, once and for all by Brian Osman · 11 months ago
  34. cd38512 Fix "Float-cast-overflow in powf_" by Evgenii Kliuchnikov · 11 months ago
  35. 6140cf9 Fix detection of NEON f16 intrinsic availability on GCC by Brian Osman · 1 year, 1 month ago
  36. ef8a6f9 Remove unfinished ARM F16 compute path by Brian Osman · 1 year, 1 month ago
  37. 9e87658 Temporarily remove skcms-Win-Bazel-{Build,Test}-RBE tasks. by Leandro Lovisolo · 1 year, 1 month ago
  38. eca6699 Fix skcms-Linux task, again by Brian Osman · 1 year, 2 months ago
  39. fc9661a Suppress certain uninitialized variable warnings with GCC by Brian Osman · 1 year, 2 months ago
  40. ba39d81 Added 101010x_xr support. by Aaron Clarke · 1 year, 4 months ago
  41. e416854 Make transfer function classification part of the public API by Brian Osman · 1 year, 6 months ago
  42. b25b07b Fix issues with newer clang by Brian Osman · 1 year, 9 months ago
  43. 5729377 Parse CICP tags, and put the HDR metadata in skcms_Profile by Brian Osman · 1 year, 9 months ago
  44. 57b25d9 Specify that skcms tests are "small" by Brian Osman · 1 year, 9 months ago
  45. 0d2c250 Add hermetic Clang toolchain based on Skia's by Kevin Lubick · 1 year, 9 months ago
  46. c2639b5 Fix feature detection for AVX512 by Brian Osman · 1 year, 10 months ago
  47. 9c30a95 Fix "implicit conversion from 'int' to 'float' may lose precision" by Brian Osman · 2 years, 1 month ago
  48. dcb0286 [bazel] Use hermetic Android NDK C++ toolchain in CI tasks. by Leandro Lovisolo · 2 years, 2 months ago
  49. 0ff18eb [bazel] Add hermetic Android NDK C++ toolchain. by Leandro Lovisolo · 2 years, 2 months ago
  50. 5394ae3 Ignore .vscode. by Leandro Lovisolo · 2 years, 2 months ago
  51. 30c8e30 Fix overflow issue in approx_exp2(). by John Stiles · 2 years, 5 months ago
  52. 55ad4e2 Add .DS_Store to skcms ignore list. by John Stiles · 2 years, 5 months ago
  53. 3fa993c Fix skcms-Linux task. by Leandro Lovisolo · 2 years, 5 months ago
  54. 1ea0b89 [bazel] SkCMS: Android RBE tasks. by Leandro Lovisolo · 2 years, 7 months ago
  55. 103005b [bazel] SkCMS: Android config (32- and 64-bit, local and RBE). by Leandro Lovisolo · 2 years, 7 months ago
  56. 9019104 [infra] Update Mac dimensions to target MacMinis by Eric Boren · 2 years, 7 months ago
  57. 0d54964 [skcms] Run Bazel tryjobs using the VM service account, not JSON keys. by Leandro Lovisolo · 2 years, 9 months ago
  58. b5aafce [bazel] SkCMS: Add Windows Bazel tasks. by Leandro Lovisolo · 2 years, 9 months ago
  59. a00edc6 [bazel] SkCMS RBE config for Windows. by Lenadro Lovisolo · 2 years, 9 months ago
  60. 9aafe82 [bazel] SkCMS: Add Bazel tasks (local and RBE). by Leandro Lovisolo · 2 years, 9 months ago
  61. 3021821 [bazel] SkCMS RBE config for Linux. by Leandro Lovisolo · 2 years, 9 months ago
  62. cf7d3f9 Add BAZEL.md file with build and test instructions on all supported platforms. by Leandro Lovisolo · 2 years, 10 months ago
  63. c1e907c Use repo-specific tree_status_url in skcms by Ravi Mistry · 2 years, 10 months ago
  64. 4f7135f Add OWNERS by Kevin Lubick · 2 years, 10 months ago
  65. b3fa314 Add SkCQ cfg file to skcms by Ravi Mistry · 3 years ago
  66. ba17399 Fix GCC 8.3 spurious warning when disabling -Wpsabi. by John Stiles · 3 years ago
  67. bae5e28 Add whitespace.txt by Ravi Mistry · 3 years, 1 month ago
  68. 31ba46d use print_shortest_float() for matrix values by Mike Klein · 3 years, 2 months ago
  69. 623cdd6 zero output_channels to skip B2A CLUT by Mike Klein · 3 years, 2 months ago
  70. a638db8 require 3 or 4 B2A output channels by Mike Klein · 3 years, 2 months ago
  71. 163066c B2A part 3, turn it on by Mike Klein · 3 years, 3 months ago
  72. 411e277 fix fuzzer bug by Mike Klein · 3 years, 3 months ago
  73. c8a56c5 B2A part 2, CLUT refactoring by Mike Klein · 3 years, 3 months ago
  74. 1709968 roundtrip any profiles we can by Mike Klein · 3 years, 3 months ago
  75. 5b3a2ab dump src->xyz transform as %.2f by Mike Klein · 3 years, 3 months ago
  76. 4e8691e B2A part 1, types and parsing by Mike Klein · 3 years, 3 months ago
  77. b9593d4 inclusivity in comments by Mike Klein · 3 years, 3 months ago
  78. 65de465 parse profile following user-supplied A2B priority by Mike Klein · 3 years, 3 months ago
  79. 16a890f simplify diagnostic ignored "-Wpsabi" by Mike Klein · 3 years, 3 months ago
  80. 57e818a Suppress psabi warning on Clang, too by Brian Osman · 3 years, 3 months ago
  81. 4e5402c skcms build updates by Mike Klein · 3 years, 4 months ago
  82. 0498950 roll xcode to 12.4 by Mike Klein · 3 years, 4 months ago
  83. f1a749e [infra] Switch from isolate to RBE-CAS by Eric Boren · 3 years, 7 months ago
  84. 4a4ff5b update emscripten/node by Mike Klein · 3 years, 4 months ago
  85. 8247d3c generalize hlg curves by Mike Klein · 3 years, 8 months ago
  86. 069b8f6 mostly pointless rename by Mike Klein · 3 years, 9 months ago
  87. b1f9041 allow Gray and RGB profiles to be equal by Mike Klein · 3 years, 11 months ago
  88. 8da4cb0 add .bazelrc by Mike Klein · 4 years ago
  89. 6982458 basic bazel project structure by Mike Klein · 4 years ago
  90. 3eb9a5a rename build/ ninja/ by Mike Klein · 4 years ago
  91. fc0d614 bake in default bench profiles by Mike Klein · 4 years ago
  92. f732421 add skcms_TransferFunction_isFooish() by Mike Klein · 4 years ago
  93. c211064 bump emscripten/node by Mike Klein · 4 years ago
  94. 403d321 Add another test profile, where A2B/B2A and XYZ+TRC disagree strongly by Brian Osman · 4 years, 1 month ago
  95. 5404be4 add function to disable CPU detection by Mike Klein · 4 years, 1 month ago
  96. da218e6 Guard exp2f_ to never return a negative value by Brian Osman · 4 years, 1 month ago
  97. 97bfcc9 rm mips64el build configs by Mike Klein · 4 years, 1 month ago
  98. 60d5d65 gn format skcms.gni by Mike Klein · 4 years, 3 months ago
  99. bd0abcd add _sRGB 8888 formats by Mike Klein · 4 years, 3 months ago
  100. cbf3b9d Update Xcode by Ben Wagner · 4 years, 4 months ago