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

Major cleanup #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Major cleanup #15

wants to merge 1 commit into from

Conversation

dario-loi
Copy link

  • Saner CMake build system that works on linux
  • Stopped importing namespace::std everywhere
  • Removed some weird non-ISO C++ stuff like VLAs
  • Rewrote the testing script to work on linux

IDK if this works becuase the tests run but never finish, debug output shows that the search runs but doesn't find a solution. The script managed to allocate as much as 6GBs of RAM without finding any solution, judging by the amount of (unjustified) use of operator new, it wouldn't be a surprise if many leaks are hiding in the codebase.

Major work is required to port C-with-classes semantics to proper C++11 to ensure that the code is safe, but this requires domain knowledge that I lack, so if you want you can pick up the work from here.

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.

1 participant