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

Generic functor holder and constant image from functor. #1332

Merged
merged 35 commits into from
Jan 26, 2019

Commits on Jul 4, 2018

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

Commits on Jul 9, 2018

  1. Configuration menu
    Copy the full SHA
    b0ae20a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3889f7e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Configuration menu
    Copy the full SHA
    89c3d9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    405bcde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3100f7 View commit details
    Browse the repository at this point in the history
  4. Fixing build errors.

    rolanddenis committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    49db3b1 View commit details
    Browse the repository at this point in the history
  5. Fixing strange warning with clang/5.0

    The warning (transformed to an error because of the -Werror flag) was
    "function ... has internal linkage but is not defined" when checking
    CConstImage concept in tests/images/testFunctorConstImage.cpp
    rolanddenis committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    4cccae1 View commit details
    Browse the repository at this point in the history
  6. Fixing more warnings

    rolanddenis committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    790814b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    108cafc View commit details
    Browse the repository at this point in the history
  8. Fixing more warnings

    The last one ?
    rolanddenis committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    1252247 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

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

Commits on Jul 16, 2018

  1. Documenting FunctorHolder

    rolanddenis committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    23b3120 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Adding PointFunctorHolder

    rolanddenis committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    1c1b57e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36a6953 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    825c497 View commit details
    Browse the repository at this point in the history
  4. Continuing documentation

    rolanddenis committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    4cc0fff View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Configuration menu
    Copy the full SHA
    777be2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5f1d12 View commit details
    Browse the repository at this point in the history
  3. Updating ChangeLog.md

    rolanddenis committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    728131a View commit details
    Browse the repository at this point in the history
  4. Fixing MSVC compilation

    rolanddenis committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    dc36598 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    8e697cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8c3bc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2018

  1. Configuration menu
    Copy the full SHA
    c079722 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fc6ab8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

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

Commits on Nov 9, 2018

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

Commits on Nov 14, 2018

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

Commits on Nov 23, 2018

  1. Configuration menu
    Copy the full SHA
    45237e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c97b3bb View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

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

Commits on Jan 7, 2019

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

Commits on Jan 20, 2019

  1. Better naming scheme for FunctorHolder based classes.

    Class name = concept name + (Functor) Holder
    Construction helper = hold + class name without Holder
    rolanddenis committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    33cf6bf View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Updating ChangeLog.md

    rolanddenis committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    8ef15a3 View commit details
    Browse the repository at this point in the history