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

Better distribution - archives with libs and images #45

Merged
merged 15 commits into from
Jan 30, 2015
Merged

Better distribution - archives with libs and images #45

merged 15 commits into from
Jan 30, 2015

Commits on Dec 15, 2014

  1. Configuration menu
    Copy the full SHA
    a15bc58 View commit details
    Browse the repository at this point in the history
  2. Allow resources inside the package structure

    We keep a special directory for local resources.
    Then we can create wheels for distribution that have
    the FreeImage lib and a couple of images inside this
    directory.
    almarklein committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    407caac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03f3df0 View commit details
    Browse the repository at this point in the history
  4. add images to wheel dist

    almarklein committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    fa57151 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfb0ca3 View commit details
    Browse the repository at this point in the history
  6. Better dist

    almarklein committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    717fc2b View commit details
    Browse the repository at this point in the history
  7. fix travis

    almarklein committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    9d555c6 View commit details
    Browse the repository at this point in the history
  8. fix tests with no internet

    almarklein committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    0721da4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2014

  1. fix

    almarklein committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    ef7783b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. Configuration menu
    Copy the full SHA
    b76f6fb View commit details
    Browse the repository at this point in the history
  2. style

    almarklein committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    f0ff2bc View commit details
    Browse the repository at this point in the history
  3. add setup.py test command

    almarklein committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    162fb14 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2014

  1. Imageio tries to use system lib.

    imageio-provided lib has preference if it is already downloaded.
    If version <15, the lib will be downloaded.
    
    This means that on relatively modern Linuxes, that have freeimage
    installed, the freeimage lib wont be downloaded at all.
    almarklein committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    b162ae6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8777e29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3df1d7a View commit details
    Browse the repository at this point in the history