sol2/tests
ThePhD 48eea7b573
New Unsafe Feature: Function Pointers!
- Not at all type safe: there should be some investigation into making it less unsafe to work with these things (albeit it looks like it would cost +1 pointer to serialize a string name for each callable in Lua, at LEAST)
- Must be opted into - see the documentation
- Fixes #1015
- A few drive-by fixes here and there
- New configuration test harness with CMake
2020-09-26 09:46:11 -04:00
..
compile_tests Even better Regression Testing™ 2020-08-13 10:42:37 -04:00
config_tests New Unsafe Feature: Function Pointers! 2020-09-26 09:46:11 -04:00
regression_tests Heavily improve usage of Preprocessor checks 2020-09-26 06:47:32 -04:00
runtime_tests Heavily improve usage of Preprocessor checks 2020-09-26 06:47:32 -04:00
CMakeLists.txt New Unsafe Feature: Function Pointers! 2020-09-26 09:46:11 -04:00