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

cmake: remove jpeg sources from our repo and use turbojpeg instead #316

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    c7eb928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1485866 View commit details
    Browse the repository at this point in the history
  3. jpeg: disables usage of heap inside the jpeg error struct

    we'll have to find another way of using the heap with the jpeg
    error handling
    flsobral committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    e974309 View commit details
    Browse the repository at this point in the history
  4. jpeg: removes the jpeg source code

    Adds jdatadst_tc and jdatasrc_tc, based on the original ones for the stdio,
    but for usage with totalcross.io.File. That way we can use our own input
    without messing with the library internals.
    flsobral committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    4f87947 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

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

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    a92a06c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56b8eaf View commit details
    Browse the repository at this point in the history
  3. cmake: maybe without quotes?

    flsobral committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    88adc08 View commit details
    Browse the repository at this point in the history
  4. cmake: using a variable?

    flsobral committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    8181388 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffd28a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    8b984cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5109f55 View commit details
    Browse the repository at this point in the history
  3. android: stupid jcenter

    flsobral committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    26b9315 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ceba9f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e2964b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16dbc91 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. cmake: specify git tag for jpeg-turbo instead of using the default

    since we're doing that, also make it shallow clone
    flsobral committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    0a7e702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fedb38 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

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