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
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
/
OpenShadingLanguage
Public
Notifications
You must be signed in to change notification settings
Fork
412
Star
2.3k
Code
Issues
64
Pull requests
21
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Initializer lists
- #838
#838
Merged
lgritz
merged 11 commits into
AcademySoftwareFoundation:master
AcademySoftwareFoundation/OpenShadingLanguage:master
from
marsupial:initializer_lists
marsupial/OpenShadingLanguage:initializer_lists
Copy head branch name to clipboard
Feb 15, 2018
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Initializer lists
#838
lgritz
merged 11 commits into
AcademySoftwareFoundation:master
AcademySoftwareFoundation/OpenShadingLanguage:master
from
marsupial:initializer_lists
marsupial/OpenShadingLanguage:initializer_lists
Copy head branch name to clipboard
Commits
Commits on Feb 14, 2018
Refactor codegen of aassign into single method.
marsupial
committed
aa11d44
View commit details
Copy full SHA for aa11d44
Browse repository at this point
Allow float <=> int conversions using "aassign" without going through a temporary.
marsupial
committed
831973f
View commit details
Copy full SHA for 831973f
Browse repository at this point
C++11 style initializer lists.
marsupial
committed
1e89e17
View commit details
Copy full SHA for 1e89e17
Browse repository at this point
Complete ASTcompound_initializer type check/binding.
marsupial
committed
15d487f
View commit details
Copy full SHA for 15d487f
Browse repository at this point
Initialize struct array elements without going through a temporary.
marsupial
committed
198e80e
View commit details
Copy full SHA for 198e80e
Browse repository at this point
Allow initializer lists as return types.
marsupial
committed
d918af2
View commit details
Copy full SHA for d918af2
Browse repository at this point
Allow initializer lists as function/constructor arguments.
marsupial
committed
a1be36b
View commit details
Copy full SHA for a1be36b
Browse repository at this point
Remove ASTNode typecheck_initlist & typecheck_struct_initializers.
Show description for 51059cf
marsupial
committed
51059cf
View commit details
Copy full SHA for 51059cf
Browse repository at this point
Adapt to recent function-overload changes.
Show description for 8d3fbd4
marsupial
committed
8d3fbd4
View commit details
Copy full SHA for 8d3fbd4
Browse repository at this point
Error on ambiguity of arguments using init-lists.
marsupial
committed
d9be604
View commit details
Copy full SHA for d9be604
Browse repository at this point
Make warnings & errors involving initializer list arguments more obvious.
marsupial
committed
fcbdb6c
View commit details
Copy full SHA for fcbdb6c
Browse repository at this point
You can’t perform that action at this time.