occa icon indicating copy to clipboard operation
occa copied to clipboard

enable occa on Windows

Open nnnunnn opened this issue 3 years ago • 1 comments

Description

Enable the building of occa for 64-bit Windows using Visual Studio 2022 (v17.4.4)

Note: to build libocca.lib using the project in /occa/scripts/buildvc/, please edit paths in file libocca.vcxproj to suit local system (see "AdditionalIncludeDirectories", both release and debug sections).

nnnunnn avatar Jan 27 '23 15:01 nnnunnn

Codecov Report

Merging #646 (4635714) into development (afa4e89) will increase coverage by 0.14%. Report is 61 commits behind head on development. The diff coverage is 64.01%.

:exclamation: Current head 4635714 differs from pull request most recent head a996105. Consider uploading reports for the commit a996105 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #646      +/-   ##
===============================================
+ Coverage        76.14%   76.29%   +0.14%     
===============================================
  Files              269      291      +22     
  Lines            19920    18778    -1142     
===============================================
- Hits             15169    14327     -842     
+ Misses            4751     4451     -300     
Files Changed Coverage Δ
include/occa/core/memory.hpp 100.00% <ø> (ø)
include/occa/types/primitive.hpp 75.00% <ø> (-18.43%) :arrow_down:
src/c/device.cpp 89.23% <0.00%> (+0.16%) :arrow_up:
src/occa/internal/core/buffer.cpp 100.00% <ø> (ø)
src/occa/internal/core/buffer.hpp 0.00% <0.00%> (ø)
src/occa/internal/core/device.hpp 100.00% <ø> (ø)
src/occa/internal/core/launchedDevice.hpp 0.00% <ø> (ø)
src/occa/internal/lang/modes/dpcpp.cpp 82.66% <ø> (+2.28%) :arrow_up:
src/occa/internal/lang/modes/serial.cpp 29.00% <0.00%> (-0.39%) :arrow_down:
src/occa/internal/lang/modes/serial.hpp 100.00% <ø> (ø)
... and 36 more

... and 170 files with indirect coverage changes

codecov[bot] avatar Jan 27 '23 16:01 codecov[bot]