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 architecture matching and fileformat #177

Merged
merged 59 commits into from
Mar 1, 2018
Merged

fix architecture matching and fileformat #177

merged 59 commits into from
Mar 1, 2018

Commits on Feb 16, 2018

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

Commits on Feb 17, 2018

  1. Configuration menu
    Copy the full SHA
    36d083a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9afffdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    822d6a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16ea3af View commit details
    Browse the repository at this point in the history
  5. Added dependency on "pefile"

    umlaeute committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    071f5a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40c8d8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0f4d00 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. Configuration menu
    Copy the full SHA
    7ddbfc5 View commit details
    Browse the repository at this point in the history
  2. [ci] dropped the python-version stanzas

    (they are included in the build matrix anyhow)
    umlaeute committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    79d5d69 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. Configuration menu
    Copy the full SHA
    e74b852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ecd21b View commit details
    Browse the repository at this point in the history
  3. introducing: floatsize

    umlaeute committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    50ab448 View commit details
    Browse the repository at this point in the history
  4. human-readable mode for platform2string

    which adds decorations to make it easier readable for humans.
    e.g. "32bit" resp "float32" instead of just "32"
    umlaeute committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    db78a18 View commit details
    Browse the repository at this point in the history
  5. use platform2string when printing out the platform to the user

    but enable human-readable mode
    umlaeute committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    1849c55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63f061a View commit details
    Browse the repository at this point in the history
  7. note on deken-filename v1

    umlaeute committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    8830946 View commit details
    Browse the repository at this point in the history
  8. draft to parse v1 filenames

    currently fails if version is missing, e.g. "library(arch).dek"
    umlaeute committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    f4d1f38 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Configuration menu
    Copy the full SHA
    b7a35e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbf944d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca54eb6 View commit details
    Browse the repository at this point in the history
  4. parse deken::userplatform into FLOATSIZE

    rather than BITS
    umlaeute committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    d92a099 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    053abe0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. Configuration menu
    Copy the full SHA
    81eb040 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87545bc View commit details
    Browse the repository at this point in the history
  3. "dek-dir" function to create .dek archives

    thin wrapper around "zip-dir"
    umlaeute committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    b61a4c3 View commit details
    Browse the repository at this point in the history
  4. removed debug-printout

    umlaeute committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    ac093e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89dc7ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f15caf View commit details
    Browse the repository at this point in the history
  7. new function that calculates the complete archive-name (including ext…

    …ension)
    
    default filename-version is v1, but this can be changed
    umlaeute committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    0c913e0 View commit details
    Browse the repository at this point in the history
  8. build archiives based on the new filename calculator

    - build archives without implicit extension (it's given explicitely in the archive name)
    - pick archiver based on the explicit extension
    umlaeute committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    f94ee08 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    83844e7 View commit details
    Browse the repository at this point in the history
  10. also parse filename.v1

    umlaeute committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    bd0423c View commit details
    Browse the repository at this point in the history
  11. strip brackets from version

    as we don't want libraries to end up in "/[1.23]/" dirctories...
    umlaeute committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    4737266 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. space before fun

    umlaeute committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    7394397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88fc2b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82c1516 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ea0303 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d15f711 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c86fca6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4df321 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5ddbd3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63ccf58 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba645ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b04b3b1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1be90d8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a7e06af View commit details
    Browse the repository at this point in the history
  14. Add exception-handler to all (try) clauses

    Closes: #178
    umlaeute committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    9076e00 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. prefix versions with 'v'

    so in the filename they show up as e.g. "[v3.14]"
    this allows us to add more specifiers later...
    umlaeute committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    240281f View commit details
    Browse the repository at this point in the history
  2. require the version-specifier to be prefixed with "v"

    e.g. "[v3.14]"
    
    other options are simply ignored.
    if multiple versions are given, we just take the last one
    umlaeute committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    2e00991 View commit details
    Browse the repository at this point in the history
  3. indentation

    umlaeute committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    c594532 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    175f8a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    248d91c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfef416 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a96c156 View commit details
    Browse the repository at this point in the history
  8. [ci] added missing slash in DEKEN_BASE_URL

    and print the value.
    
    sigh...
    umlaeute committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    10a69cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f6bb85 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Dropped the "Platform" section from the readme

    it no longer works
    
    Closes: #179
    umlaeute committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    339ef28 View commit details
    Browse the repository at this point in the history
  2. Updated README to new .dek

    umlaeute committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    3b7202d View commit details
    Browse the repository at this point in the history