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

Rewrite from scratch #15

Merged
merged 4 commits into from
Aug 3, 2015
Merged

Rewrite from scratch #15

merged 4 commits into from
Aug 3, 2015

Commits on Aug 2, 2015

  1. Rewrite from scratch

    This adds magic number support, and tries to address real-world
    complications such as:
    - The same extension might mean two or more different formats
    - The extension might lie about the format
    - Some files don't have magic numbers
    - Some magic numbers are found in weird places in files
    timholy committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    c9b4d44 View commit details
    Browse the repository at this point in the history
  2. Get working on julia 0.3

    timholy committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    710aeea View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2015

  1. Register loaders and savers; flesh out API

    - register packages that should be loaded before attempting to work
    with a particular file format.
    - add utilities to retrieve or skip over the magic bytes
    - write a lot of help!
    timholy committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    2df4c5a View commit details
    Browse the repository at this point in the history
  2. Write the README

    timholy committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    c9ca6f9 View commit details
    Browse the repository at this point in the history