3
I Use This!
Inactive

Commits : Listings

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