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

Update to the new Images #92

Merged
merged 7 commits into from Feb 22, 2017
Merged

Update to the new Images #92

merged 7 commits into from Feb 22, 2017

Commits on Feb 2, 2017

  1. Turn off precompilation explicitly

    There's logic here that is incompatible with precompilation. Better to prevent attempts to use it.
    timholy committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    a9b1bac View commit details
    Browse the repository at this point in the history
  2. Update link for Annie Oakley

    timholy committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    54dcb06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7667984 View commit details
    Browse the repository at this point in the history
  4. gitignore videos/

    timholy committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    079fafc View commit details
    Browse the repository at this point in the history
  5. Travis-test on julia 0.5

    timholy committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    576122d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2017

  1. Don't check bounds on travis

    * Needs to be examined further, but it was responsible for a
      timeout on Julia v0.5
    kmsquire committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    55217c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Prevent inlining in notblank and turn off coverage

    For reasons I don't understand, turning on coverage causes the tests to take much longer, specifically in notblank. Since we're not doing anything with the coverage data anyway, let's just turn it off.
    timholy committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    1531d08 View commit details
    Browse the repository at this point in the history