Merged
Conversation
Closed
ChrisCoxArt
approved these changes
Mar 29, 2026
Closed
- Fix BuildAndTest.sh binary name case (lowercase matches cmake output) - Fix BuildAndTest.bat config path separators (forward slash → backslash) - Harden BuildAndTest.sh: set -eu, mkdir -p ICC Results config - POSIX-safe arithmetic: ((passed++)) → passed=$((passed + 1)) - Add ci-iccdev-tool-tests.yml: 17-phase smoke test for all 15 iccDEV tools - Add ci-buildandtest-ab.yml: A/B validation for BuildAndTest.sh - Windows BuildAndTest.bat: continue-on-error for pre-existing Invalid Profile failures - Remove placeholder .gitkeep files from ICC/ and Results/ directories Bisect: BAD=f0030ed GOOD=9f53e42 (PR #708 introduced uppercase binary names) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Profile creation bat scripts fail when intermediate TIFF results and overprint ICC profiles are not yet generated, causing exit code 1 to abort the entire job. Ref: https://github.com/InternationalColorConsortium/iccDEV/actions/runs/23705698882/job/69057155130 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Closed
xsscx
pushed a commit
that referenced
this pull request
Mar 29, 2026
Squashed 23 commits from the demo-rit branch, rebased onto latest master (v2.3.1.6, commit fed8595) incorporating all upstream bug fixes: BeyondRGB Integration: - CI workflow: ci-beyondrgb-integration.yml - Security patches: 5 rounds, 17 vulnerabilities fixed in BeyondRGB backend (CWE-416, CWE-78, CWE-89, CWE-22, CWE-502, CWE-798, CWE-326, CWE-614) - Build scripts: build.ps1 (PowerShell), build guides - hello-iccdev example (standalone CMake consumer) - Documentation: build-guide.md, vcpkg-windows-build.md Upstream Bug Fixes (v2.3.1.6): - HBO in icAnsiToUtf8 (#740), costFunc (#738) - SBO in GetValues (#739) - UB in IccUtil/IccIO/IccUtilXml/IccTagLut (#724-#727) - NPD in Write (#728), TC in Read (#745) - DBZ in CalcCoefficients (#754) - CI improvements (#756) Validated: cmake build (clang-18, Debug, ASAN), CreateAllProfiles (205), RunTests, ASAN spot-check (0 errors). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
xsscx
pushed a commit
that referenced
this pull request
Mar 30, 2026
Squashed 23 commits from the demo-rit branch, rebased onto latest master (v2.3.1.6, commit fed8595) incorporating all upstream bug fixes: BeyondRGB Integration: - CI workflow: ci-beyondrgb-integration.yml - Security patches: 5 rounds, 17 vulnerabilities fixed in BeyondRGB backend (CWE-416, CWE-78, CWE-89, CWE-22, CWE-502, CWE-798, CWE-326, CWE-614) - Build scripts: build.ps1 (PowerShell), build guides - hello-iccdev example (standalone CMake consumer) - Documentation: build-guide.md, vcpkg-windows-build.md Upstream Bug Fixes (v2.3.1.6): - HBO in icAnsiToUtf8 (#740), costFunc (#738) - SBO in GetValues (#739) - UB in IccUtil/IccIO/IccUtilXml/IccTagLut (#724-#727) - NPD in Write (#728), TC in Read (#745) - DBZ in CalcCoefficients (#754) - CI improvements (#756) Validated: cmake build (clang-18, Debug, ASAN), CreateAllProfiles (205), RunTests, ASAN spot-check (0 errors). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Apr 5, 2026
Merged
xsscx
pushed a commit
that referenced
this pull request
Apr 7, 2026
Squashed 23 commits from the demo-rit branch, rebased onto latest master (v2.3.1.6, commit fed8595) incorporating all upstream bug fixes: BeyondRGB Integration: - CI workflow: ci-beyondrgb-integration.yml - Security patches: 5 rounds, 17 vulnerabilities fixed in BeyondRGB backend (CWE-416, CWE-78, CWE-89, CWE-22, CWE-502, CWE-798, CWE-326, CWE-614) - Build scripts: build.ps1 (PowerShell), build guides - hello-iccdev example (standalone CMake consumer) - Documentation: build-guide.md, vcpkg-windows-build.md Upstream Bug Fixes (v2.3.1.6): - HBO in icAnsiToUtf8 (#740), costFunc (#738) - SBO in GetValues (#739) - UB in IccUtil/IccIO/IccUtilXml/IccTagLut (#724-#727) - NPD in Write (#728), TC in Read (#745) - DBZ in CalcCoefficients (#754) - CI improvements (#756) Validated: cmake build (clang-18, Debug, ASAN), CreateAllProfiles (205), RunTests, ASAN spot-check (0 errors). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
#755