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

Add premake-based build scripts #2

Merged
merged 16 commits into from Nov 28, 2016
Merged

Add premake-based build scripts #2

merged 16 commits into from Nov 28, 2016

Commits on Feb 4, 2016

  1. initial commit

    Jyrki Alakuijala committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    54a9fd5 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Add a png comparison tool.

    The tool compares two PNG images and outputs the butteraugli score. It requires libpng.
    robryk committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    fd35595 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from robryk/compare-pngs

    Add a png comparison tool.
    jyrkialakuijala committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    93e3668 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c557fed View commit details
    Browse the repository at this point in the history
  4. Add a Makefile.

    robryk committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    52bdbaf View commit details
    Browse the repository at this point in the history
  5. Merge pull request google#2 from robryk/random-stuff

    Makefile & small changes
    jyrkialakuijala committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    9c9744a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Tuning. Fix handling of transparency in compare_pngs.

    This commit is a squashed version of multiple changes made by multiple
    authors.
    robryk committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    c2bee26 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2016

  1. Configuration menu
    Copy the full SHA
    b94867e View commit details
    Browse the repository at this point in the history
  2. Merge pull request google#4 from sbussard/patch-1

    Specify libpng dependency and build instructions
    robryk committed May 12, 2016
    Configuration menu
    Copy the full SHA
    26d3d9b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. Tuning. Update Butteraugli

    lvandeve committed May 13, 2016
    Configuration menu
    Copy the full SHA
    88897ab View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. Multiple changes impacting accuracy.

    This commit contains squashes changes by many authors.
    robryk committed May 18, 2016
    Configuration menu
    Copy the full SHA
    1a3580d View commit details
    Browse the repository at this point in the history
  2. capitalize readme titles

    lvandeve committed May 18, 2016
    Configuration menu
    Copy the full SHA
    029f5b7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request google#6 from google/readme

    capitalize readme titles
    jyrkialakuijala committed May 18, 2016
    Configuration menu
    Copy the full SHA
    2f8d6a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. color model refinements

    improvements to visual masking
    jyrkialakuijala committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    037eff7 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

  1. Add 'third_party/butteraugli/' from commit '037eff792f5b1cc7c21cc2cdd…

    …325de712c387e11'
    
    git-subtree-dir: third_party/butteraugli
    git-subtree-mainline: 9ae5ac3
    git-subtree-split: 037eff7
    robryk committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    f093b4b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Change default build system to make.

    Add premake configuration and generate Makefile using premake.
    Make both builds use the imported copy of Butteraugli, for consistency.
    Make code compatible with pre-2.1 and post-2.1 gflags.
    robryk committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    6f99b17 View commit details
    Browse the repository at this point in the history