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
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
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
.
ImageEngine
/
cortex
Public
Notifications
You must be signed in to change notification settings
Fork
128
Star
566
Code
Issues
41
Pull requests
14
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
cortex
src
IECorePython
OpBinding.cpp
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 30, 2018
IECorePython : Fix include order
johnhaddon
committed
a789f96
View commit details
Copy full SHA for a789f96
View code at this point
Browse repository at this point
Commits on Jun 9, 2017
Op Binding : Add OpClass and OpWrapper
andrewkaufman
committed
35d93f8
View commit details
Copy full SHA for 35d93f8
View code at this point
Browse repository at this point
Commits on Dec 30, 2014
Removed _MSC_VER #ifdef.
Show description for 901cffc
johnhaddon
committed
901cffc
View commit details
Copy full SHA for 901cffc
View code at this point
Browse repository at this point
Python bind fix for MSVC
boberfly
authored and
johnhaddon
committed
430ef8c
View commit details
Copy full SHA for 430ef8c
View code at this point
Browse repository at this point
Commits on Jun 30, 2014
Simplified RefCounted bindings.
Show description for 5349457
johnhaddon
committed
5349457
View commit details
Copy full SHA for 5349457
View code at this point
Browse repository at this point
Commits on Feb 13, 2013
Adding another operate method that bypass the parameter validation and accepts a CompoundObject with the values to use for the computation. It is also useful for multi-threaded execution of the Op.
ldmoser
committed
cdb59da
View commit details
Copy full SHA for cdb59da
View code at this point
Browse repository at this point
Commits on Mar 18, 2010
Adding correct overrides for RunTimeTyped methods.
johnhaddon
committed
aeccaa3
View commit details
Copy full SHA for aeccaa3
View code at this point
Browse repository at this point
Commits on Mar 9, 2010
Changing Op classes by using raw pointers whenever possible.
ldmoser
committed
3823b7d
View commit details
Copy full SHA for 3823b7d
View code at this point
Browse repository at this point
Commits on Mar 4, 2010
Adding IntrusivePtr class to replace boost::intrusive_ptr giving implicit conversion to raw pointers. That will keep the syntax clear when we start replacing intrusive pointers by raw pointers in C…
Show description for 7585e99
ldmoser
committed
7585e99
View commit details
Copy full SHA for 7585e99
View code at this point
Browse repository at this point
GIL locking for all Wrapper virtual overrides which fall back into python. GIL releases for Op::operate, Reader::read and Writer::write. Test cases to demonstrate that this works and we can get con…
Show description for 5dbcb98
johnhaddon
committed
5dbcb98
View commit details
Copy full SHA for 5dbcb98
View code at this point
Browse repository at this point
Commits on Mar 2, 2010
Moved python bindings for IECore into an IECorePython library. We can then put other python related functionality in this library, allowing it to be used by other code elsewhere.
johnhaddon
committed
d2bc583
View commit details
Copy full SHA for d2bc583
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.