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

Wrapper for LibRaw #1211

Merged
merged 15 commits into from
Nov 5, 2022
Merged

Wrapper for LibRaw #1211

merged 15 commits into from
Nov 5, 2022

Commits on Aug 16, 2022

  1. Wrapper for LibRaw

    jpsacha committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    410355c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Build LibRaw from sources

    jpsacha committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    6a67eb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f599a24 View commit details
    Browse the repository at this point in the history
  3. LibRaw: Add support for macOS

    Building on macosx-arm64 is flaky. In maven build the platform is incorrectly detected as macosx-x86_6. Passing flag '-Djavacpp.platform=macosx-arm64' to mvn is not sufficient (results in link errors). To build you need top use two separate commands:
    
    ./cppbuild.sh install libraw
    mvn -Djavacpp.platform=macosx-arm64 -Djavacpp.cppbuild.skip=true install -projects .,libraw
    jpsacha committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    21ebfc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    a847544 View commit details
    Browse the repository at this point in the history
  2. Create libraw.yml

    jpsacha authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    c314c5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7feea4b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

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

Commits on Aug 30, 2022

  1. LibRaw: Tweak building Linux build

    Works correctly in runtime tests using javacv-examples project LibRaw-Demo
    jpsacha committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    5347f56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b80e17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28347cb View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Merge branch 'master' into libraw_pr

    # Conflicts:
    #	pom.xml
    jpsacha committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    965bd87 View commit details
    Browse the repository at this point in the history
  2. LibRaw: synchronize versions

    jpsacha committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    4a8177a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    d2bed43 View commit details
    Browse the repository at this point in the history
  2. Fix formating some more

    saudet committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    aa7b17d View commit details
    Browse the repository at this point in the history