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

Avoid pointer arithmetic with (void *) pointers #644

Merged
merged 3 commits into from
Oct 21, 2015

Commits on Oct 20, 2015

  1. Generic aligned malloc implementation.

    Used for platforms where none of posix_memalign(), memalign() and
    _aligned_malloc() is available.
    Stephan Mühlstrasser committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    0967d64 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2015

  1. Merge branch 'master' into opj_aligned_malloc

    Conflicts:
    	src/lib/openjp2/opj_malloc.c
    Stephan Mühlstrasser committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    540aa58 View commit details
    Browse the repository at this point in the history
  2. Avoid pointer arithmetic with (void *) pointers.

    Stephan Mühlstrasser committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    b7a1623 View commit details
    Browse the repository at this point in the history