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 }}
cjdb
/
constexpr-contracts
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
27
Code
Issues
3
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Further optimized error printing
- #12
#12
Open
rayhamel
wants to merge 19 commits into
cjdb:main
cjdb/constexpr-contracts:main
from
rayhamel:FurtherOptimizedErrorPrinting
rayhamel/constexpr-contracts:FurtherOptimizedErrorPrinting
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Open
Further optimized error printing
#12
rayhamel
wants to merge 19 commits into
cjdb:main
cjdb/constexpr-contracts:main
from
rayhamel:FurtherOptimizedErrorPrinting
rayhamel/constexpr-contracts:FurtherOptimizedErrorPrinting
Copy head branch name to clipboard
Commits
Commits on May 31, 2021
Optimize and add ability to configure error printing function
rayhamel
committed
a020752
View commit details
Copy full SHA for a020752
Browse repository at this point
Optimize logging by concatenating strings before printing
rayhamel
committed
6b3371d
View commit details
Copy full SHA for 6b3371d
Browse repository at this point
Make parameters to print functions const, for consistency
rayhamel
committed
ba09c4b
View commit details
Copy full SHA for ba09c4b
Browse repository at this point
Use operator<< instead of ostream::write for string_view
rayhamel
committed
732627c
View commit details
Copy full SHA for 732627c
Browse repository at this point
Merge branch 'ConfigurableErrorPrinting' into FurtherOptimizedErrorPrinting
rayhamel
committed
d490d97
View commit details
Copy full SHA for d490d97
Browse repository at this point
'invert' and eliminate repeated code in the stdio and iostream print_error implementations
rayhamel
committed
c369831
View commit details
Copy full SHA for c369831
Browse repository at this point
Switch back to ostream::write
rayhamel
committed
e006adb
View commit details
Copy full SHA for e006adb
Browse repository at this point
Change error printing customization point to a variable (function pointer) instead of a macro
rayhamel
committed
0d28933
View commit details
Copy full SHA for 0d28933
Browse repository at this point
Add tests for iostream output
rayhamel
committed
92914b2
View commit details
Copy full SHA for 92914b2
Browse repository at this point
Commits on Jun 1, 2021
Make clang-tidy happy with namespace closing comment
rayhamel
committed
4264c17
View commit details
Copy full SHA for 4264c17
Browse repository at this point
Make print_error an inline variable to silence clang-tidy warning
rayhamel
committed
09d4baf
View commit details
Copy full SHA for 09d4baf
Browse repository at this point
Define a stub for cjdb::print_error even when CJDB_SKIP_STDIO is defined, to avoid UB
rayhamel
committed
43b4f9a
View commit details
Copy full SHA for 43b4f9a
Browse repository at this point
Update documentation
rayhamel
committed
6977cc1
View commit details
Copy full SHA for 6977cc1
Browse repository at this point
Minor formatting change
rayhamel
committed
d553310
View commit details
Copy full SHA for d553310
Browse repository at this point
Another formatting change
rayhamel
committed
b8623f5
View commit details
Copy full SHA for b8623f5
Browse repository at this point
Merge branch 'ConfigurableErrorPrinting' into FurtherOptimizedErrorPrinting
rayhamel
committed
a838ca6
View commit details
Copy full SHA for a838ca6
Browse repository at this point
Another formatting change
rayhamel
committed
e2bc28d
View commit details
Copy full SHA for e2bc28d
Browse repository at this point
Merge branch 'ConfigurableErrorPrinting' into FurtherOptimizedErrorPrinting
rayhamel
committed
dd5e855
View commit details
Copy full SHA for dd5e855
Browse repository at this point
Don't need to copy the whole suffix
rayhamel
committed
994e8c0
View commit details
Copy full SHA for 994e8c0
Browse repository at this point
You can’t perform that action at this time.