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

Win32 build #118

Closed
wants to merge 4 commits into from
Closed

Win32 build #118

wants to merge 4 commits into from

Commits on Jul 20, 2011

  1. BUG: Build failure on Win32 with mingw

    This uses the gcc versions of gmtime_s and localtime_s instead of the
    MS versions when __GNUC__ is defined.
    Mark Wiebe committed Jul 20, 2011
    Copy the full SHA
    10e58be View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    03122fa View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2011

  1. BUG: datetime: Use gmtime and localtime for mingw

    These functions allegedly use thread-local storage on mingw,
    so hopefully it's ok.
    Mark Wiebe committed Jul 21, 2011
    Copy the full SHA
    ea6ae36 View commit details
    Browse the repository at this point in the history
  2. BUG: mingw: Another attempt to make mingw NumPy work

    Mark Wiebe committed Jul 21, 2011
    Copy the full SHA
    0ed2d56 View commit details
    Browse the repository at this point in the history