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 }}
abelianwang
/
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
compiled_tests.cpp
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 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 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
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
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 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 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
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
Commits on Jan 19, 2018
Update to catch2 for MSVC2017 compat
lefticus
committed
ad606c7
View commit details
Copy full SHA for ad606c7
View code at this point
Browse repository at this point
Commits on Jun 6, 2017
Fix defaults for dynload options
lefticus
committed
36e61de
View commit details
Copy full SHA for 36e61de
View code at this point
Browse repository at this point
Test custom exception handling #351
lefticus
committed
76c7712
View commit details
Copy full SHA for 76c7712
View code at this point
Browse repository at this point
Commits on May 30, 2017
Add failing test for const return type #340
lefticus
committed
252ea80
View commit details
Copy full SHA for 252ea80
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
Add PVS Studio and address some issues it found
lefticus
committed
283785f
View commit details
Copy full SHA for 283785f
View code at this point
Browse repository at this point
Commits on Feb 4, 2017
Fix/enhance unique_ptr support
lefticus
committed
077c93a
View commit details
Copy full SHA for 077c93a
View code at this point
Browse repository at this point
Add test to call base class methods through std::unique_ptr<derived>.
Dalzhim
committed
2549b4e
View commit details
Copy full SHA for 2549b4e
View code at this point
Browse repository at this point
Add test for unique_ptr returned from function
lefticus
committed
2ce1552
View commit details
Copy full SHA for 2ce1552
View code at this point
Browse repository at this point
Commits on Feb 2, 2017
Add test for calling method of unique_ptr var
lefticus
committed
ca7d4ab
View commit details
Copy full SHA for ca7d4ab
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.