Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
AcademySoftwareFoundation
/
OpenColorIO
Public
Notifications
You must be signed in to change notification settings
Fork
496
Star
2.1k
Code
Issues
179
Pull requests
26
Discussions
Actions
Projects
Wiki
Security and quality
4
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Feature/optimiser debugging improvements
- #2244
#2244
Open
KevinJW
wants to merge 21 commits into
AcademySoftwareFoundation:main
AcademySoftwareFoundation/OpenColorIO:main
from
KevinJW:feature/optimiser_debugging
KevinJW/OpenColorIO:feature/optimiser_debugging
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
Feature/optimiser debugging improvements
#2244
KevinJW
wants to merge 21 commits into
AcademySoftwareFoundation:main
AcademySoftwareFoundation/OpenColorIO:main
from
KevinJW:feature/optimiser_debugging
KevinJW/OpenColorIO:feature/optimiser_debugging
Copy head branch name to clipboard
Commits
Commits on Jun 23, 2026
Op.cpp: remove dependency on pystring
Show description for db9a45a
KevinJW
committed
db9a45a
View commit details
Copy full SHA for db9a45a
Browse repository at this point
Op.h: Remove unused sstream include
Show description for 3108f0a
KevinJW
committed
3108f0a
View commit details
Copy full SHA for 3108f0a
Browse repository at this point
Add additional output during optimisation to show the results of ach stage
Show description for ff859cd
KevinJW
committed
ff859cd
View commit details
Copy full SHA for ff859cd
Browse repository at this point
Add <cstring> for memcpy to test code
Show description for a818bb7
KevinJW
committed
a818bb7
View commit details
Copy full SHA for a818bb7
Browse repository at this point
Improve uniformity of optimisation passes
Show description for 40944b6
KevinJW
committed
40944b6
View commit details
Copy full SHA for 40944b6
Browse repository at this point
Commits on Jun 24, 2026
refactor: Remove redundant comment and ensure we always use the passes variable when reporting the pass count.
Show description for 16d396e
KevinJW
committed
16d396e
View commit details
Copy full SHA for 16d396e
Browse repository at this point
Commits on Jun 25, 2026
refactor: Try replace manual iterator handling with std algorithms
Show description for 95b2c19
KevinJW
committed
95b2c19
View commit details
Copy full SHA for 95b2c19
Browse repository at this point
style: fix some typos
Show description for b9595b2
KevinJW
committed
b9595b2
View commit details
Copy full SHA for b9595b2
Browse repository at this point
Commits on Jun 26, 2026
refactor: Avoid shuffling the Ops vector entries unnecessarily
Show description for 8ca63cc
KevinJW
committed
8ca63cc
View commit details
Copy full SHA for 8ca63cc
Browse repository at this point
refactor: Avoid constructing temporary strings and use string_view to pass the length of char* stings
Show description for 37d863b
KevinJW
committed
37d863b
View commit details
Copy full SHA for 37d863b
Browse repository at this point
refactor: Simplify OptimizeSeparablePrefix to avoid duplicated loops
Show description for a29f518
KevinJW
committed
a29f518
View commit details
Copy full SHA for a29f518
Browse repository at this point
refactor: Reuse PerformOptimisation() to call RemoveDynamicProperties and report in the summary
Show description for 6e8ccca
KevinJW
committed
6e8ccca
View commit details
Copy full SHA for 6e8ccca
Browse repository at this point
refactor: avoid casting to int now we no longer manually managing indices
Show description for 50b9652
KevinJW
committed
50b9652
View commit details
Copy full SHA for 50b9652
Browse repository at this point
refactor: Avoid scanning whole OpVec when looking for expensive ops
Show description for e494d58
KevinJW
committed
e494d58
View commit details
Copy full SHA for e494d58
Browse repository at this point
refactor: Avoiod reallocating temporary during ReplaceInverseLuts
Show description for 93f8934
KevinJW
committed
93f8934
View commit details
Copy full SHA for 93f8934
Browse repository at this point
refactor: markup simple uses of using const pointers to gain access to function calls using std::as_const
Show description for db4bfbe
KevinJW
committed
db4bfbe
View commit details
Copy full SHA for db4bfbe
Browse repository at this point
refactor: remove some unnecassary variables replacing with std::as_const() usage
Show description for 695309c
KevinJW
committed
695309c
View commit details
Copy full SHA for 695309c
Browse repository at this point
refactor: Add some of the missing functions to make OpVec more std compliant
Show description for 2d42328
KevinJW
committed
2d42328
View commit details
Copy full SHA for 2d42328
Browse repository at this point
Commits on Jun 27, 2026
refactor: Move implementation into header for 'simple' functions that just forward on to the vector.
Show description for 9113131
KevinJW
committed
9113131
View commit details
Copy full SHA for 9113131
Browse repository at this point
refactor: Try avoid copying temporary shared_ptr using emplace_back
Show description for 5ad9b0b
KevinJW
committed
5ad9b0b
View commit details
Copy full SHA for 5ad9b0b
Browse repository at this point
Commits on Jun 29, 2026
refactor: Clean up a number of clang-tidy and SonarQube warnings
Show description for 45fd26e
KevinJW
committed
45fd26e
View commit details
Copy full SHA for 45fd26e
Browse repository at this point
You can’t perform that action at this time.