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

Implement checking of directory size #496

Merged
merged 10 commits into from Feb 24, 2015
Merged

Implement checking of directory size #496

merged 10 commits into from Feb 24, 2015

Commits on Feb 24, 2015

  1. Added directory size functions

    Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
    ibell committed Feb 24, 2015
    Copy the full SHA
    b93a8e0 View commit details
    Browse the repository at this point in the history
  2. Fixed function pointer

    string and wstring versions
    
    Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
    ibell committed Feb 24, 2015
    Copy the full SHA
    280e9af View commit details
    Browse the repository at this point in the history
  3. Fixed string conversions

    ibell committed Feb 24, 2015
    Copy the full SHA
    5185021 View commit details
    Browse the repository at this point in the history
  4. Windows uses wstring, *nix uses string

    Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
    ibell committed Feb 24, 2015
    Copy the full SHA
    fe396aa View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a7116fd View commit details
    Browse the repository at this point in the history
  6. Fixed uint64_t on visual studio

    Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
    ibell committed Feb 24, 2015
    Copy the full SHA
    b1f2871 View commit details
    Browse the repository at this point in the history
  7. Undef min and max macros for windows

    Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
    ibell committed Feb 24, 2015
    Copy the full SHA
    01f4b87 View commit details
    Browse the repository at this point in the history
  8. Undef min and max aggressively

    Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
    ibell committed Feb 24, 2015
    Copy the full SHA
    2c61b99 View commit details
    Browse the repository at this point in the history
  9. Once more to get rid of min and max macros

    Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
    ibell committed Feb 24, 2015
    Copy the full SHA
    e742119 View commit details
    Browse the repository at this point in the history
  10. Fix python build script

    Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
    ibell committed Feb 24, 2015
    Copy the full SHA
    d12a488 View commit details
    Browse the repository at this point in the history