Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] MSVC (unit.api.exe) for sse2 #1737

Open
DenisYaroshevskiy opened this issue Feb 2, 2024 · 0 comments
Open

[FEATURE] MSVC (unit.api.exe) for sse2 #1737

DenisYaroshevskiy opened this issue Feb 2, 2024 · 0 comments

Comments

@DenisYaroshevskiy
Copy link
Collaborator

Struggle through MSVC beeing special.

Here is how I managed to build localy on Windows.

  • Intall visual studio community 2022
  • Install git
  • Install cmake
  • Clone https://github.com/jfalcou/eve
  • mk build && cd build
  • cmake -G "Visual Studio 17 2022" -A x64 -DEVE_NO_FORCEINLINE ..
  • cmake --build . --target unit.arch.exe --config Debug
  • ctest -C Debug --output-on-failure -R ^unit.arch.*.exe

This worked - except for warning. arch.exe
The goal is to make unit.api.exe work.

Previous struggles can be seen here:
#1467
#1460

On building things

Building entire unit.api.exe at once is not needed. Do it in parts.
Every folder and every test file have their own targets.

For example:

unit.api.regular.exe
unit.api.udt.comparison.exe

On committing

When some notable chunk is done, create a pr and put it to run on cli, like https://github.com/jfalcou/eve/pull/1736/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant