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 }}
LiangYue1981816
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ChaiScript
unittests
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 18, 2023
Add C++20 support
Show description for 0870cb5
FellowTraveler
committed
0870cb5
View commit details
Copy full SHA for 0870cb5
View code at this point
Browse repository at this point
Commits on Jul 8, 2021
Fix crash with out of bounds index (issue #572)
totalgee
committed
5722a51
View commit details
Copy full SHA for 5722a51
View code at this point
Browse repository at this point
Commits on May 24, 2021
change .clang-format and reformat code with clang-format 11
Show description for cff6a0a
BerndAmend
committed
cff6a0a
View commit details
Copy full SHA for cff6a0a
View code at this point
Browse repository at this point
Commits on May 23, 2021
fix handling of $ in strings ChaiScript#553
BerndAmend
committed
a4fd537
View commit details
Copy full SHA for a4fd537
View code at this point
Browse repository at this point
Commits on May 22, 2021
fix testcase "Test unicode matches C++"
BerndAmend
committed
55ec76f
View commit details
Copy full SHA for 55ec76f
View code at this point
Browse repository at this point
fix ChaiScript#537
BerndAmend
committed
cf7821c
View commit details
Copy full SHA for cf7821c
View code at this point
Browse repository at this point
fix u8"" compilation error in g++11 with -std=c++20
BerndAmend
committed
5ff3679
View commit details
Copy full SHA for 5ff3679
View code at this point
Browse repository at this point
fix a couple of g++s -Wnoexcept warnings
BerndAmend
committed
e8e4717
View commit details
Copy full SHA for e8e4717
View code at this point
Browse repository at this point
remove not required ";"
BerndAmend
committed
c4e1e19
View commit details
Copy full SHA for c4e1e19
View code at this point
Browse repository at this point
replace typedef with using
BerndAmend
committed
2b3bddb
View commit details
Copy full SHA for 2b3bddb
View code at this point
Browse repository at this point
remove else after return
BerndAmend
committed
c26fd14
View commit details
Copy full SHA for c26fd14
View code at this point
Browse repository at this point
update catch to version 2.13.6
BerndAmend
committed
180a6d4
View commit details
Copy full SHA for 180a6d4
View code at this point
Browse repository at this point
replace std::vector::push_back with emplace_back
BerndAmend
committed
52a9fa4
View commit details
Copy full SHA for 52a9fa4
View code at this point
Browse repository at this point
Commits on Mar 27, 2021
Add unit test covering issue #481
Show description for 0a3bc48
draghan
committed
0a3bc48
View commit details
Copy full SHA for 0a3bc48
View code at this point
Browse repository at this point
Commits on Sep 4, 2020
Remove MSVC special case in 'Object copy counts' unit test
totalgee
committed
cb9a858
View commit details
Copy full SHA for cb9a858
View code at this point
Browse repository at this point
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
Add failing test for returning of & to *
lefticus
committed
4be5e87
View commit details
Copy full SHA for 4be5e87
View code at this point
Browse repository at this point
Commits on Aug 13, 2018
Make information on source and target types in Type Conversion
Show description for a254e11
AlekMosingiewicz
committed
a254e11
View commit details
Copy full SHA for a254e11
View code at this point
Browse repository at this point
Commits on Aug 10, 2018
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 Jun 3, 2018
Remove backward compatibility tests
lefticus
committed
07fdb3b
View commit details
Copy full SHA for 07fdb3b
View code at this point
Browse repository at this point
Merge branch 'best_practices' into develop
lefticus
committed
d0d08d2
View commit details
Copy full SHA for d0d08d2
View code at this point
Browse repository at this point
Merge pull request #420 from StanEpp/c++17
Show description for aa61df9
lefticus
authored
aa61df9
View commit details
Copy full SHA for aa61df9
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
Add failing test for lifetime with ranged-for loop
Show description for d5d5561
lefticus
committed
d5d5561
View commit details
Copy full SHA for d5d5561
View code at this point
Browse repository at this point
Properly report which file failed to be loaded
Show description for 98c362d
lefticus
committed
98c362d
View commit details
Copy full SHA for 98c362d
View code at this point
Browse repository at this point
Commits on May 26, 2018
Merge pull request #439 from AlekMosingiewicz/handle-bom-in-script
Show description for 61dfb22
lefticus
authored
61dfb22
View commit details
Copy full SHA for 61dfb22
View code at this point
Browse repository at this point
Move to official catch cmake support, update catch
Show description for 73f177c
lefticus
committed
73f177c
View commit details
Copy full SHA for 73f177c
View code at this point
Browse repository at this point
Commits on May 25, 2018
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 22, 2018
Test case for BOM in user-provided string.
AlekMosingiewicz
committed
67dcd3e
View commit details
Copy full SHA for 67dcd3e
View code at this point
Browse repository at this point
Add missing test cases.
AlekMosingiewicz
committed
df6bc8f
View commit details
Copy full SHA for df6bc8f
View code at this point
Browse repository at this point
Merge branch 'develop' into handle-bom-in-script
AlekMosingiewicz
committed
be29b0a
View commit details
Copy full SHA for be29b0a
View code at this point
Browse repository at this point
Commits on May 21, 2018
Non-ASCII characters now in random positions in test; test renamed.
AlekMosingiewicz
committed
b70a9e7
View commit details
Copy full SHA for b70a9e7
View code at this point
Browse repository at this point
Commits on May 13, 2018
Throw exception when user-provided input contains BOM.
AlekMosingiewicz
committed
efbebee
View commit details
Copy full SHA for efbebee
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.