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 }}
deepankarsharma
/
ChaiScript
Public
forked from
ChaiScript/ChaiScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ChaiScript
include
chaiscript
dispatchkit
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 15, 2018
Merge pull request #453 from AlekMosingiewicz/error_on_double_conversion
Show description for c737f24
lefticus
authored
c737f24
View commit details
Copy full SHA for c737f24
View code at this point
Browse repository at this point
Merge branch 'release-6.x' into develop
lefticus
committed
5db87a9
View commit details
Copy full SHA for 5db87a9
View code at this point
Browse repository at this point
Deal with returning of & to * types
lefticus
committed
44dab4d
View commit details
Copy full SHA for 44dab4d
View code at this point
Browse repository at this point
Commits on Aug 13, 2018
Remove newlines.
AlekMosingiewicz
committed
9f9436e
View commit details
Copy full SHA for 9f9436e
View code at this point
Browse repository at this point
Make conversion_error inherit from bad_boxed_cast.
AlekMosingiewicz
committed
b9741d9
View commit details
Copy full SHA for b9741d9
View code at this point
Browse repository at this point
Some better naming for test.
AlekMosingiewicz
committed
eb3ee28
View commit details
Copy full SHA for eb3ee28
View code at this point
Browse repository at this point
Commits on Aug 10, 2018
Make information on source and target types in Type Conversion
Show description for 80f11de
AlekMosingiewicz
committed
80f11de
View commit details
Copy full SHA for 80f11de
View code at this point
Browse repository at this point
Bypass the mutex problem when looking for conversion, automatic
Show description for 27bee4a
AlekMosingiewicz
committed
27bee4a
View commit details
Copy full SHA for 27bee4a
View code at this point
Browse repository at this point
Commits on Aug 7, 2018
Throw conversion error when conversion already exists.
AlekMosingiewicz
committed
ecd6000
View commit details
Copy full SHA for ecd6000
View code at this point
Browse repository at this point
Commits on May 30, 2018
Merge branch 'develop' into best_practices
lefticus
committed
a880319
View commit details
Copy full SHA for a880319
View code at this point
Browse repository at this point
Commits on May 29, 2018
Merge remote-tracking branch 'origin/c++17' into develop
lefticus
committed
c19705d
View commit details
Copy full SHA for c19705d
View code at this point
Browse repository at this point
Update copyrights to 2018
lefticus
committed
2d762c8
View commit details
Copy full SHA for 2d762c8
View code at this point
Browse repository at this point
Commits on May 25, 2018
Merge pull request #411 from stephenberry/develop
Show description for dae0f3d
lefticus
authored
dae0f3d
View commit details
Copy full SHA for dae0f3d
View code at this point
Browse repository at this point
Fix up some error handling
lefticus
committed
805e7c0
View commit details
Copy full SHA for 805e7c0
View code at this point
Browse repository at this point
Commits on May 24, 2018
Merge branch 'develop' of https://github.com/ChaiScript/ChaiScript into develop
stephenberry
committed
d247433
View commit details
Copy full SHA for d247433
View code at this point
Browse repository at this point
Commits on May 21, 2018
Fix capture error
lefticus
committed
0520bb1
View commit details
Copy full SHA for 0520bb1
View code at this point
Browse repository at this point
Commits on May 8, 2018
Fix some new clang related warnings
lefticus
committed
c14d9df
View commit details
Copy full SHA for c14d9df
View code at this point
Browse repository at this point
Fix clang warning for undefined msvc symbol check
lefticus
committed
f695a24
View commit details
Copy full SHA for f695a24
View code at this point
Browse repository at this point
Commits on Apr 1, 2018
Better error reporting on missing type info
lefticus
committed
a48f358
View commit details
Copy full SHA for a48f358
View code at this point
Browse repository at this point
Commits on Feb 15, 2018
Removed constexpr for Visual Studio compilation. Xcode (LLVM) works with constexpr on the before function, but Visual Studio (2015) does not.
Stephen Berry
committed
0ad4f83
View commit details
Copy full SHA for 0ad4f83
View code at this point
Browse repository at this point
Critical type_info ordering fix. Was using a less than comparison on pointers, which sometimes resulted in differing behavior between compilations.
Stephen Berry
committed
2dbfdfe
View commit details
Copy full SHA for 2dbfdfe
View code at this point
Browse repository at this point
Commits on Feb 3, 2018
Add `to_int(int)` and similar overloads
Show description for 6c41ac9
lefticus
committed
6c41ac9
View commit details
Copy full SHA for 6c41ac9
View code at this point
Browse repository at this point
Commits on Jan 19, 2018
Proper fix for noexcept/msvc2017
Show description for 695fa0b
lefticus
committed
695fa0b
View commit details
Copy full SHA for 695fa0b
View code at this point
Browse repository at this point
Fix building on MSVC in C++17 mode
Show description for eb93760
lefticus
committed
eb93760
View commit details
Copy full SHA for eb93760
View code at this point
Browse repository at this point
Commits on Nov 25, 2017
Consolidate hand-rolled flat maps
lefticus
committed
db72ab6
View commit details
Copy full SHA for db72ab6
View code at this point
Browse repository at this point
Commits on Nov 24, 2017
Move to QuickFlatMap from manual vector map thing
lefticus
committed
48e5a46
View commit details
Copy full SHA for 48e5a46
View code at this point
Browse repository at this point
Commits on Nov 21, 2017
Revert "Merge branch 'typed_function_ordering' into c++17"
Show description for fe405a7
lefticus
committed
fe405a7
View commit details
Copy full SHA for fe405a7
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/develop' into best_practices
lefticus
committed
8b523c7
View commit details
Copy full SHA for 8b523c7
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/c++17' into best_practices
lefticus
committed
f37bb84
View commit details
Copy full SHA for f37bb84
View code at this point
Browse repository at this point
Merge pull request #369 from mlang/use-using
Show description for 9f2ed24
lefticus
authored
9f2ed24
View commit details
Copy full SHA for 9f2ed24
View code at this point
Browse repository at this point
Merge pull request #366 from mlang/future_type
Show description for e2aec59
lefticus
authored
e2aec59
View commit details
Copy full SHA for e2aec59
View code at this point
Browse repository at this point
Reduce cost of cloning common built in types
Show description for 50a2773
lefticus
committed
50a2773
View commit details
Copy full SHA for 50a2773
View code at this point
Browse repository at this point
Unused code removal
lefticus
committed
61bce30
View commit details
Copy full SHA for 61bce30
View code at this point
Browse repository at this point
Commits on Nov 19, 2017
Bug fix from Function_Params refactor
lefticus
committed
c6021f3
View commit details
Copy full SHA for c6021f3
View code at this point
Browse repository at this point
Various cleanups
lefticus
committed
d59350d
View commit details
Copy full SHA for d59350d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.