Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

cmake based compilation is now supported on Windows #71

Closed Fluxie closed 6 years ago

Fluxie commented 6 years ago

Example

cd c:\git\intercom
mkdir build
cd build
cmake .. -DCMAKE_GENERATOR_PLATFORM=x64
msbuild intercom.sln
codecov-io commented 6 years ago

Codecov Report

Merging #71 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #71   +/-   ##
=======================================
  Coverage   74.53%   74.53%           
=======================================
  Files          56       56           
  Lines        3436     3436           
=======================================
  Hits         2561     2561           
  Misses        875      875
Impacted Files Coverage Δ
intercom-cpp/src/functions.hpp 88.88% <100%> (ø) :arrow_up:
intercom-cpp/src/detail/bstr_buffer.hpp
intercom-cpp/src/posix/converter.hpp
intercom-cpp/src/runtime_error.hpp
intercom-cpp/src/detail/utility.hpp
intercom-cpp/src/guiddef.hpp
intercom-cpp/src/posix/conversions.hpp
intercom-cpp/src/raw_interface.hpp
intercom-cpp/src/error_codes.hpp
intercom-cpp/src/posix/dlwrapper.hpp
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 79779f9...e8c89cf. Read the comment docs.