Releases: Hywan/inline-c-rs
Releases · Hywan/inline-c-rs
0.1.8
08 Oct 07:35
Compare
Sorry, something went wrong.
No results found
What's Changed
Fix bug where MSVC linker flags were not handled properly, by @camio in #24
Update README.md to alert about possible flakiness when multiple tests are using the same envvar, by @Vibha-Malhotra in #23
Fix nightly and #define support, by @Hywan in #26
New Contributors
Full Changelog : 0.1.7...0.1.8
0.1.7
16 Aug 06:13
Compare
Sorry, something went wrong.
No results found
0.1.4
30 Nov 10:11
Compare
Sorry, something went wrong.
No results found
Added
Support single-line C macro with #define, #12 .
Fixed
Correctly clean the object files, #11 .
0.1.3
30 Nov 10:12
Compare
Sorry, something went wrong.
No results found
Added
Rewrite the entire documentation.
0.1.2
30 Nov 10:13
Compare
Sorry, something went wrong.
No results found
Fixed
Fix the order of argument passed to cc on Linux, #4 .
Fix a typo in the documentation, #3 .