Comparing version 2.5.10 to 2.5.11
@@ -7,2 +7,7 @@ # Changelog | ||
#### Koffi 2.5.11 | ||
- Support casting function pointers with [koffi.as()](parameters.md#input-polymorphism) | ||
- Build in C++20 mode | ||
#### Koffi 2.5.10 | ||
@@ -9,0 +14,0 @@ |
{ | ||
"name": "koffi", | ||
"version": "2.5.10", | ||
"stable": "2.5.10", | ||
"version": "2.5.11", | ||
"stable": "2.5.11", | ||
"description": "Fast and simple C FFI (foreign function interface) for Node.js", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -31,3 +31,3 @@ # Copyright 2023 Niels Martignène <niels.martignene@protonmail.com> | ||
set(CMAKE_CXX_STANDARD 17) | ||
set(CMAKE_CXX_STANDARD 20) | ||
if(MSVC) | ||
@@ -34,0 +34,0 @@ set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreaded) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68002510