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
CachedReaderBinding.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 Oct 11, 2017
Use C++11 nullptr
johnhaddon
committed
9f54b61
View commit details
Copy full SHA for 9f54b61
View code at this point
Browse repository at this point
Commits on Jul 17, 2014
Converted static accessor return values from intrusive to raw pointer.
Show description for 3e34d7f
johnhaddon
committed
3e34d7f
View commit details
Copy full SHA for 3e34d7f
View code at this point
Browse repository at this point
Commits on Aug 9, 2013
Removing functions that related to memory usage from CachedReader. Updating tests to use the objectPool instead.
Lucio Moser
committed
5b3ba03
View commit details
Copy full SHA for 5b3ba03
View code at this point
Browse repository at this point
Commits on Aug 7, 2013
Changing CachedReader so that it uses ComputationCache.
Show description for c279c92
Lucio Moser
committed
c279c92
View commit details
Copy full SHA for c279c92
View code at this point
Browse repository at this point
Commits on May 28, 2010
CachedReader can now perform optional post-processing of loaded objects. This is useful as the post processing only happens once and is then cached.
johnhaddon
committed
3b2c2e9
View commit details
Copy full SHA for 3b2c2e9
View code at this point
Browse repository at this point
Commits on Mar 10, 2010
Refactoring of LRUCache and CachedReader for thread safety and other things. Removed GetterFn template parameter from LRUCache, passing getters to the constructor instead, and removing the need to …
Show description for c3a6376
johnhaddon
committed
c3a6376
View commit details
Copy full SHA for c3a6376
View code at this point
Browse repository at this point
Commits on Mar 4, 2010
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.