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 }}
xiaming9880
/
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 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
Commits on May 10, 2018
Simplify BOM test.
AlekMosingiewicz
committed
1e8f7f9
View commit details
Copy full SHA for 1e8f7f9
View code at this point
Browse repository at this point
Cover skipping BOM with test.
AlekMosingiewicz
committed
1d78233
View commit details
Copy full SHA for 1d78233
View code at this point
Browse repository at this point
Commits on May 8, 2018
Merge pull request #418 from ChaiScript/apply_unicode_patches
Show description for 0619164
lefticus
authored
0619164
View commit details
Copy full SHA for 0619164
View code at this point
Browse repository at this point
Commits on Mar 10, 2018
Fix CHAISCRIPT_NO_THREADS macro redefinition warning
Show description for c2a3518
zemasoft
committed
c2a3518
View commit details
Copy full SHA for c2a3518
View code at this point
Browse repository at this point
Commits on Mar 4, 2018
Add support for chained dot calls.
Stan
committed
be5709a
View commit details
Copy full SHA for be5709a
View code at this point
Browse repository at this point
Commits on Mar 2, 2018
Further fixes for compiled tests for VS 2015
lefticus
committed
258cb23
View commit details
Copy full SHA for 258cb23
View code at this point
Browse repository at this point
Fix last merge
lefticus
committed
476a752
View commit details
Copy full SHA for 476a752
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/develop' into apply_unicode_patches
lefticus
committed
2818ec6
View commit details
Copy full SHA for 2818ec6
View code at this point
Browse repository at this point
Adjust unicode tests for MSVC
lefticus
committed
2e9512c
View commit details
Copy full SHA for 2e9512c
View code at this point
Browse repository at this point
Add C++ tests to verify strings match
Show description for 12797c0
lefticus
committed
12797c0
View commit details
Copy full SHA for 12797c0
View code at this point
Browse repository at this point
Normalize on C++'s standards for \u and \U
lefticus
committed
1a9165f
View commit details
Copy full SHA for 1a9165f
View code at this point
Browse repository at this point
Fix handling of 32 bit unicode character escapes
lefticus
committed
1b9027a
View commit details
Copy full SHA for 1b9027a
View code at this point
Browse repository at this point
Commits on Mar 1, 2018
Fix unit tests for unicode to be consistent with how it should work
Show description for 1311c97
lefticus
committed
1311c97
View commit details
Copy full SHA for 1311c97
View code at this point
Browse repository at this point
Add failing unicode test from #415
lefticus
committed
d5faaec
View commit details
Copy full SHA for d5faaec
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.