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

Windows Compatibility #199

Merged
merged 1 commit into from
Aug 13, 2015
Merged

Windows Compatibility #199

merged 1 commit into from
Aug 13, 2015

Commits on Aug 13, 2015

  1. Fix of windows compatibility issues

    - binary files need to be opened with 'rb' or 'wb' flag
    - leveldb package is not available for windows - display warning instead of crashing
    - adapted find_executable with fallback for windows ".exe" extension and let the version check pass
    - normalization of path separators to linux style
    - turn off fcntl on windows
    - Making tests pass and support of file upload
    - portable cudart localization
    - Make tests pass + refactoring of existing modifications
    crohkohl committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    4574c13 View commit details
    Browse the repository at this point in the history