3
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
license: Restore Jonathan Turner copyright More... about 5 years ago
Merge branch 'develop' into master More... about 5 years ago
Merge pull request #557 from BerndAmend/develop More... about 5 years ago
Merge pull request #558 from ChaiScript/revert-482-pair_conversion More... about 5 years ago
Revert "Add pair_conversion registration helper with unit test" More... about 5 years ago
Merge pull request #482 from totalgee/pair_conversion More... about 5 years ago
change .clang-format and reformat code with clang-format 11 More... about 5 years ago
Merge pull request #556 from BerndAmend/develop More... about 5 years ago
fix handling of $ in strings ChaiScript#553 More... about 5 years ago
fix testcase "Test unicode matches C++" More... about 5 years ago
fix vs2019 build More... about 5 years ago
drop /std:c++latest and /std:c++17 More... about 5 years ago
make is_nothrow_forward_constructible_v static (warning from gcc 7) More... about 5 years ago
remove not required () More... about 5 years ago
remove trailing spaces More... about 5 years ago
fix clangs -Wshadow warning More... about 5 years ago
fix implicit conversion warnings by making them explicit More... about 5 years ago
remove trailing ; More... about 5 years ago
cmake suppress some clang compiler warnings More... about 5 years ago
drop CPP17_FLAG since cmake is already taking care of it More... about 5 years ago
Change the default value of USE_LIBCXX to FALSE More... about 5 years ago
unify formatting if ( -> if( More... about 5 years ago
set min required cmake version to 3.12 More... about 5 years ago
don't mark a function virtual that is overriden. More... about 5 years ago
replace the deprecated is_pod_v with is_trivial_v More... about 5 years ago
fix ChaiScript#537 More... about 5 years ago
fix u8"" compilation error in g++11 with -std=c++20 More... about 5 years ago
fix a couple of g++s -Wnoexcept warnings More... about 5 years ago
don't default implicitly deleted operator=/ctor ChaiScript#527 More... about 5 years ago
remove not required ";" More... about 5 years ago