Skip to content

Fixing build issues.

Compare
Choose a tag to compare
@dale-wilson dale-wilson released this 22 Feb 21:51
· 97 commits to master since this release
  • Fixed the winenv.bat file to do a more comprehensive job of setting up the windows environment.
  • Added mpc.bat batch file to run mpc.
  • Add winenv_clear.bat batch file to undo the results of winenv.bat so it can be re-run with different environment settings.
  • Added a Windows-only replacements for the *nix functions clock_gettime() and sleep()
  • Added asio_safe_include.h to include ASIO on windows without nasty error messages.
  • Updated .gitignore to be windows/visual studio aware.
  • Disabled examples and QuickFAST dependancies in the .features file (by default).
  • Partial fixes for warnings on 64 bit builds.
  • Partial fixes for warnings about testing non-boolean values in if statements etc.