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

Fix headers #2888

Merged
merged 7 commits into from Jan 6, 2013
Merged

Fix headers #2888

merged 7 commits into from Jan 6, 2013

Commits on Jan 5, 2013

  1. Copy the full SHA
    699c697 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cba2994 View commit details
    Browse the repository at this point in the history
  3. MAINT: Add some macros to noprefix.h

    Some of these are probably new unprefixed macros, but adding them
    makes for a bit more safety. The unprefixed macros will be deprecated
    at some point, so this probably has no side effects.
    charris committed Jan 5, 2013
    Copy the full SHA
    229979b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d0a54c4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e6d6042 View commit details
    Browse the repository at this point in the history
  6. BUG: Fixup use of undefined macros and remove redundant code.

    The npy_config.h file used SIZEOF_DOUBLE and SIZEOF_LONG_DOUBLE, neither
    of which was defined in the included config.h file. That was fixed by
    including numpyconfig.h. Doing so made the code dealing with Apple type
    sizes redundant as it is already present in numpyconfig.h, so it was
    removed.
    charris committed Jan 5, 2013
    Copy the full SHA
    d2122ea View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2013

  1. MAINT: Remove newly defined non-prefixed macros from noprefix.h.

    There was a chance that they could conflict with user defined macros.
    charris committed Jan 6, 2013
    Copy the full SHA
    fbda719 View commit details
    Browse the repository at this point in the history