Skip to content

Fix build on windows #32

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

MiguelCompany
Copy link

This should be considered as a starting point towards fully supporting performance tests to be run on Windows.

  • Commits bea0040 and 141987e solve some issues with boost libraries.
  • Commit 17b7283 removes support for resource usage on Windows, as getrusage and sys/times.h are not present there
  • Commit 6410b80 changes a sleep() into a std::this_thread::sleep_for()
  • Commit 1e8b378 tells compiler to create big objects with /bigobj
  • Commit 81995bc avoids some stack overflows by using a class member data object instead of a local variable

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

Successfully merging this pull request may close these issues.

2 participants