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

[release] v1.0.0 #79

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

[release] v1.0.0 #79

wants to merge 334 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 18, 2019

  1. [apps] reducing var scope

    simogasp committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    4e79852 View commit details
    Browse the repository at this point in the history
  2. [apps] better code

    simogasp committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    f9f5b91 View commit details
    Browse the repository at this point in the history
  3. [apps] better init

    simogasp committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    38b88e6 View commit details
    Browse the repository at this point in the history
  4. [apps] const

    simogasp committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    fdd187c View commit details
    Browse the repository at this point in the history
  5. [apps] auto

    simogasp committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    325a5b1 View commit details
    Browse the repository at this point in the history
  6. [apps] range loop

    simogasp committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    3b5f80d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. [cuda] simplify fix in loop

    Carsten Griwodz committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    5218f79 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. [doc] fixing the readme

    simogasp committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    d81799e View commit details
    Browse the repository at this point in the history
  2. [doc] LICENSE -> COPYING

    simogasp committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    2cb056f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2cacc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a9a777 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fed7a9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89cd83e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5886b4f View commit details
    Browse the repository at this point in the history
  8. [cmake] just formatting

    simogasp committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    02fa995 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    b568a8e View commit details
    Browse the repository at this point in the history
  2. [cmake] just lowercase

    simogasp committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    36762cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    318036f View commit details
    Browse the repository at this point in the history
  4. [cmake] using GNUInstallDirs

    simogasp committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    9d99e22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47c87f1 View commit details
    Browse the repository at this point in the history
  6. added clangformat

    simogasp committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    4682c05 View commit details
    Browse the repository at this point in the history
  7. [ci] using cmake 3.13.5

    simogasp committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    4269560 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d327f6c View commit details
    Browse the repository at this point in the history
  9. [doc] ack and fixes

    simogasp committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    f1d57d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a45751 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ddb1950 View commit details
    Browse the repository at this point in the history
  12. [cmake] maquillage

    simogasp committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    474c027 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1212888 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    f98c68e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23143e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35daced View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff5ea23 View commit details
    Browse the repository at this point in the history
  5. using c std library c++ way

    simogasp committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    3a2a7da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a134a90 View commit details
    Browse the repository at this point in the history
  7. [cmake] using gnudir

    simogasp committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    1d540fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46e5557 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    79e92a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Configuration menu
    Copy the full SHA
    eb3d9b3 View commit details
    Browse the repository at this point in the history
  2. [popsift] using nullptr

    simogasp committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    df44615 View commit details
    Browse the repository at this point in the history
  3. [popsift] adding state attribute _isInit

    and moving uninit in Pipe
    fix #70
    simogasp committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    1f138d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Merge pull request #67 from alicevision/fix/cc7support

    Fix crashes appearing on CUDA CC 7 cards.
    fabiencastan committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    d143285 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from alicevision/cmake/fixBoost1.70

    [cmake] fix for Boost 1.70
    fabiencastan committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    1416604 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2f56ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82296d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c4e98a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ec970e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

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

Commits on Feb 13, 2020

  1. [cmake] minimum version 3.12

    simogasp committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    10ea9a0 View commit details
    Browse the repository at this point in the history
  2. [doc] add changelog

    simogasp committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    845cba4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. [doc] describe float* input option to readme

    Carsten Griwodz committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    1f218a9 View commit details
    Browse the repository at this point in the history
  2. [doc] added CII badge

    simogasp committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    63cc139 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2d7618 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72796c8 View commit details
    Browse the repository at this point in the history
  5. [popsift] fix uninit members

    simogasp committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    d6204cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb033e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. [popsift] remove redundant 0-initialization

    Carsten Griwodz committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    da4aeda View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    956bf22 View commit details
    Browse the repository at this point in the history
  2. [cmake] first attempt at CMake script for choosing CCs

    Carsten Griwodz committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    9a7c9ec View commit details
    Browse the repository at this point in the history
  3. [cmake] fix parameter list for ChooseCudaCC

    Carsten Griwodz committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    a12d236 View commit details
    Browse the repository at this point in the history
  4. [cmake] use cmake helper function ChooseCudaCC

    Carsten Griwodz committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    6856846 View commit details
    Browse the repository at this point in the history
  5. [cmake] correct CUDA version error output

    Carsten Griwodz committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    21baa3e View commit details
    Browse the repository at this point in the history
  6. [cuda] remove partially incompatible launch bound

    Carsten Griwodz committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    717f108 View commit details
    Browse the repository at this point in the history
  7. [cmake] fix camelCase

    Carsten Griwodz committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    ec84e9c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #71 from alicevision/dev/autoUninit

    Improved resource releasing
    simogasp committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    3e624d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. [cmake] add vocal parameters, handle cached CCs

    Carsten Griwodz committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    dd3949b View commit details
    Browse the repository at this point in the history
  2. [doc] added codacy badge

    simogasp committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    85946b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f49263d View commit details
    Browse the repository at this point in the history
  4. [ci] add debug build

    simogasp committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    9ccbec3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1705930 View commit details
    Browse the repository at this point in the history
  6. [cmake] reinstate cc 35

    simogasp committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    aa29216 View commit details
    Browse the repository at this point in the history
  7. [ci] use cache only once

    simogasp committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    8c2f60e View commit details
    Browse the repository at this point in the history
  8. [ci] sudo not required

    simogasp committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    99b7419 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    40965e3 View commit details
    Browse the repository at this point in the history
  10. [ci] --allow-unauthenticated

    simogasp committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    2bb8325 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2629151 View commit details
    Browse the repository at this point in the history
  12. [ci] missing the key?

    simogasp committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    a70d6b7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ce9fa95 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. [cmake] fix usage for ChooseCudaCC

    Carsten Griwodz committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    af77e93 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    0aa91c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e979663 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fc334e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2052529 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6586b54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a58df9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b469ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1793247 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f88f56d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f73fd9f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7a40eb3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54a68ec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3c420e5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f763f12 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2f3b142 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Configuration menu
    Copy the full SHA
    d7ff256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c238a92 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #72 from alicevision/dev/cleaning

    [cmake] cleaning and preparing release
    fabiencastan committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    bf1c559 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    deab76b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e4428b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    249bbca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0edb05 View commit details
    Browse the repository at this point in the history
  5. use the Cordis URL for Popart

    Carsten Griwodz committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    3ebbaee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f603edf View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    d730360 View commit details
    Browse the repository at this point in the history
  2. [doc] readme: add link to cordis

    Co-Authored-By: Simone Gasparini <simone.gasparini@gmail.com>
    fabiencastan and simogasp committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    9566c37 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #84 from alicevision/fix/poparturl

    [doc] Update Popart link
    fabiencastan committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    77665dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a993efc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae3ee38 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #85 from alicevision/readme-sift-patent

    [doc] readme: update SIFT patent description
    fabiencastan committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    ad2fc88 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Merge pull request #75 from alicevision/dev/chooseCudaCC

    [cmake] CMake script for choosing CCs
    fabiencastan committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    fadb397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df7c387 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Merge pull request #78 from alicevision/ci/xenial

    [ci] switch to xenial
    fabiencastan committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    376979c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    7d63bf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcc9264 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #86 from alicevision/fix/apps_win

    Examples on windows
    simogasp committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    42bda27 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #82 from andrew-hardin/fix/two-races

    Resolve race conditions identified by racecheck.
    fabiencastan committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    bf3556f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #81 from andrew-hardin/feature/remove-boost-from-core

    Remove boost from core popsift library
    simogasp committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    149de05 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Update Dockerfile

    simogasp committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    b584a12 View commit details
    Browse the repository at this point in the history
  2. [doc] changelog

    simogasp committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    d37302c View commit details
    Browse the repository at this point in the history
  3. [docker] do not use cd

    simogasp committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    b8df673 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. [ci] debug on appveyor

    simogasp committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    cea0cbd View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    5d09d4a View commit details
    Browse the repository at this point in the history
  2. [popsift] test whether image fits into CUDA textures

    Carsten Griwodz committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    18a9032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8f0cc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    318ae82 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

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

Commits on May 2, 2020

  1. Merge pull request #90 from andrew-hardin/remove/stale-code

    Remove stale function that's not defined.
    fabiencastan committed May 2, 2020
    Configuration menu
    Copy the full SHA
    b4aee06 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. [common] preincrement

    simogasp committed May 3, 2020
    Configuration menu
    Copy the full SHA
    386a073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d11841 View commit details
    Browse the repository at this point in the history
  3. [popsift] simplify return

    simogasp committed May 3, 2020
    Configuration menu
    Copy the full SHA
    b3a6537 View commit details
    Browse the repository at this point in the history
  4. [popsift] nullptr

    simogasp committed May 3, 2020
    Configuration menu
    Copy the full SHA
    6175918 View commit details
    Browse the repository at this point in the history
  5. [popsift] just formatting

    simogasp committed May 3, 2020
    Configuration menu
    Copy the full SHA
    f60ef34 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Merge pull request #89 from alicevision/dev/sizecheck

    test whether image fits into CUDA textures
    Carsten Griwodz committed May 7, 2020
    Configuration menu
    Copy the full SHA
    7fc809b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Configuration menu
    Copy the full SHA
    bdc4e72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7a779a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2db2ae2 View commit details
    Browse the repository at this point in the history
  4. [cmake] force /MT and /MD into nvcc for windows

    this is for vcpkg, the intermediate link step is not propagating
    correctly these flags.
    Possible side effect is that the flags are repeated in normal building
    with VS
    simogasp committed May 9, 2020
    Configuration menu
    Copy the full SHA
    a67f9cf View commit details
    Browse the repository at this point in the history
  5. [cmake] remove BOOST_ALL_DYN_LINK BOOST_ALL_NO_LIB

    the first should be only used for dynamic building
    simogasp committed May 9, 2020
    Configuration menu
    Copy the full SHA
    73e5e08 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. [popsift] use nullptr

    simogasp committed May 11, 2020
    Configuration menu
    Copy the full SHA
    bff7c92 View commit details
    Browse the repository at this point in the history
  2. [popsift] unneeded ;

    simogasp committed May 11, 2020
    Configuration menu
    Copy the full SHA
    0010d87 View commit details
    Browse the repository at this point in the history
  3. [cmake] fix typo

    simogasp committed May 11, 2020
    Configuration menu
    Copy the full SHA
    c5583da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e4aef7 View commit details
    Browse the repository at this point in the history
  5. [cmake] linker flags

    simogasp committed May 11, 2020
    Configuration menu
    Copy the full SHA
    9e23dd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d2b8b0 View commit details
    Browse the repository at this point in the history
  7. [cmake] doc

    simogasp committed May 11, 2020
    Configuration menu
    Copy the full SHA
    1640d9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8769ca View commit details
    Browse the repository at this point in the history
  9. [cmake] fix message for pic

    simogasp committed May 11, 2020
    Configuration menu
    Copy the full SHA
    1f6a337 View commit details
    Browse the repository at this point in the history
  10. [cmake] no pic for MSVC

    simogasp committed May 11, 2020
    Configuration menu
    Copy the full SHA
    15004ce View commit details
    Browse the repository at this point in the history
  11. [cmake] lowercase

    simogasp committed May 11, 2020
    Configuration menu
    Copy the full SHA
    50bf0f9 View commit details
    Browse the repository at this point in the history
  12. [apps] use EXIT_SUCCESS

    simogasp committed May 11, 2020
    Configuration menu
    Copy the full SHA
    ca544d4 View commit details
    Browse the repository at this point in the history
  13. [cmake] add -fPIE for exe

    fix #49
    simogasp committed May 11, 2020
    Configuration menu
    Copy the full SHA
    066f07f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. [cmake] cleaning

    fix #49
    simogasp committed May 15, 2020
    Configuration menu
    Copy the full SHA
    a62e684 View commit details
    Browse the repository at this point in the history
  2. [ci] win only shared

    simogasp committed May 15, 2020
    Configuration menu
    Copy the full SHA
    30d5818 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdc6baa View commit details
    Browse the repository at this point in the history
  4. [docker] fix nproc

    simogasp committed May 15, 2020
    Configuration menu
    Copy the full SHA
    44b3d43 View commit details
    Browse the repository at this point in the history
  5. [clangformat] add header order policy

    it goes
    "local"
    <popsift*>
    <anything else.h>
    <clib>
    simogasp committed May 15, 2020
    Configuration menu
    Copy the full SHA
    144e747 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. [popsfit] reorder include headers

    * order the headers
    * remove <iso646.h>
    * use <clib> rather than <lib.c>
    fix #93
    simogasp committed May 16, 2020
    Configuration menu
    Copy the full SHA
    329d9ad View commit details
    Browse the repository at this point in the history
  2. [popsfit] explicit

    simogasp committed May 16, 2020
    Configuration menu
    Copy the full SHA
    7c9bf57 View commit details
    Browse the repository at this point in the history
  3. [popsfit] nullptr

    simogasp committed May 16, 2020
    Configuration menu
    Copy the full SHA
    da9f6a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbec0aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    720b25d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df7b9c4 View commit details
    Browse the repository at this point in the history
  7. [popsift] missing init

    simogasp committed May 16, 2020
    Configuration menu
    Copy the full SHA
    42db7fe View commit details
    Browse the repository at this point in the history
  8. [popsfit] nullptr

    simogasp committed May 16, 2020
    Configuration menu
    Copy the full SHA
    7dce142 View commit details
    Browse the repository at this point in the history
  9. [popsfit] const methods

    simogasp committed May 16, 2020
    Configuration menu
    Copy the full SHA
    7b3298a View commit details
    Browse the repository at this point in the history
  10. [popsfit] improvements

    simogasp committed May 16, 2020
    Configuration menu
    Copy the full SHA
    32037e9 View commit details
    Browse the repository at this point in the history
  11. [popsfit] unused

    simogasp committed May 16, 2020
    Configuration menu
    Copy the full SHA
    9a9b5a8 View commit details
    Browse the repository at this point in the history
  12. [popsift] unused variables

    simogasp committed May 16, 2020
    Configuration menu
    Copy the full SHA
    0b0c2e0 View commit details
    Browse the repository at this point in the history
  13. [popsift] wrong return type

    simogasp committed May 16, 2020
    Configuration menu
    Copy the full SHA
    e3279a3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. [docker] switch popsift-deps

    simogasp committed May 17, 2020
    Configuration menu
    Copy the full SHA
    806fd95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #92 from alicevision/ci/win/addDebug

    [cmake] windows fixes
    fabiencastan committed May 17, 2020
    Configuration menu
    Copy the full SHA
    9838498 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #87 from alicevision/docker/updateCmake

    [docker] update cmake and split docker in 2 parts
    fabiencastan committed May 17, 2020
    Configuration menu
    Copy the full SHA
    e8947bf View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. Configuration menu
    Copy the full SHA
    ca2aedb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96d3732 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6b1be5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afd0685 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a565915 View commit details
    Browse the repository at this point in the history
  6. [doc] updates changes

    simogasp committed May 30, 2020
    Configuration menu
    Copy the full SHA
    f432e6a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #97 from alicevision/doc/changesPreV1

    [doc] updated changelog
    fabiencastan committed May 30, 2020
    Configuration menu
    Copy the full SHA
    227624d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    703f70a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Merge pull request #95 from alicevision/code/cleanupV1

    Clean up code
    fabiencastan committed May 31, 2020
    Configuration menu
    Copy the full SHA
    f63d305 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. [doc] add doxygen and sphinx

    simogasp committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    638bf75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    564cfec View commit details
    Browse the repository at this point in the history
  3. [doc] add .readthedocs.yml

    simogasp committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    e24d12a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    2ce9960 View commit details
    Browse the repository at this point in the history
  2. [ci] do not build the doc

    simogasp committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    387face View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. [cmake] add support CC for cuda 11

    fix #102
    simogasp committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    568a4c9 View commit details
    Browse the repository at this point in the history
  2. [ci] add cuda 11

    simogasp committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    5cebd39 View commit details
    Browse the repository at this point in the history
  3. [ci] test cuda 11

    simogasp committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    2d9ad34 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. [cmake] CUDA SDK 11 requires C++14

    Carsten Griwodz committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    d5c63cb View commit details
    Browse the repository at this point in the history
  2. [cmake] Add explicit nvcc flags -std=c++14 for SDK 11+

    Carsten Griwodz committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    f763b0f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. [cmake] shorter C++ Std 11/14 distinction

    Carsten Griwodz committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    3524202 View commit details
    Browse the repository at this point in the history
  2. [cuda] C++14 is now required

    Carsten Griwodz committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    29ea652 View commit details
    Browse the repository at this point in the history
  3. [cuda] SDK 8 does not support C++14

    Carsten Griwodz committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    29363b2 View commit details
    Browse the repository at this point in the history
  4. [cmake] testfile location in CMake cache

    Carsten Griwodz committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    998db9d View commit details
    Browse the repository at this point in the history
  5. [doc] clarify that SKD 11 does not support CC 3.0 any more

    Carsten Griwodz committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    e7e3141 View commit details
    Browse the repository at this point in the history
  6. [test] slightly better feature comparison file

    Carsten Griwodz committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    b84581d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Update README.md

    Carsten Griwodz committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4de4db6 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. [doc] updated changelog

    simogasp committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    4f50f4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #103 from alicevision/cuda/support11

    Add support for cuda 11
    simogasp committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    63f11cd View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Merge branch 'develop' into dev/fixTestingPaths

    Carsten Griwodz committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    27144e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. [bug] pair malloc with free, not delete

    Carsten Griwodz committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    8f818c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. [bugfix] fumbling in the dark

    Carsten Griwodz committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    800b7b1 View commit details
    Browse the repository at this point in the history
  2. [bugfix] use helper function for histogram smoothing

    Carsten Griwodz committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    b28eaf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    913b358 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Merge pull request #108 from alicevision/bug/mallocDelete

    [bug] pair malloc with free, not delete
    fabiencastan committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    069570d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from alicevision/fix/misalignBugOri

    Pass correct shared memory size to orientation kernel
    fabiencastan committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    b23338e View commit details
    Browse the repository at this point in the history
  3. Update testScripts/testOxfordDataset.sh.in

    Co-authored-by: Simone Gasparini <simone.gasparini@gmail.com>
    Carsten Griwodz and simogasp committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    614b942 View commit details
    Browse the repository at this point in the history
  4. Update testScripts/TEST.sh.in

    Co-authored-by: Simone Gasparini <simone.gasparini@gmail.com>
    Carsten Griwodz and simogasp committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    f04e17a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. [testing] remove too long path prefix

    Co-authored-by: Fabien Castan <fabcastan@gmail.com>
    Carsten Griwodz and fabiencastan committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    309e1a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from alicevision/dev/fixTestingPaths

    Dev/fix testing paths
    fabiencastan committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    d14aa17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de86c1c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #100 from alicevision/doc/first

    [doc] add readthedocs documentation
    fabiencastan committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    3cd0836 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

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

Commits on Oct 7, 2020

  1. Merge pull request #113 from alicevision/cuda/sm86support

    [cmake] added support for SM86
    griwodz committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    c8a669b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

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

Commits on Oct 29, 2020

  1. Merge pull request #116 from alicevision/fix/cuda11

    [cmake] sm 86 is only for cuda >= 11.1
    griwodz committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    fafcad9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

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

Commits on Jan 4, 2021

  1. minor improvements

    mitjap committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    e9cd9ad View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Merge pull request #121 from mitjap/multi_gpu

    add support for device selection and multiple GPUs
    griwodz committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    5bbd332 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

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

Commits on Feb 10, 2021

  1. Merge pull request #124 from alicevision/cuda/no_deprecated_warnings

    [cmake] suppress deprecated cuda sm warnings
    fabiencastan committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    9dd7ae4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    c37087a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    108564e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    026a41f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Merge pull request #129 from alicevision/doc/updateVcpkg

    [doc] update with vcpkg package
    simogasp committed May 15, 2021
    Configuration menu
    Copy the full SHA
    305078f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. [doc] fix biblio build

    simogasp committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    a5f6d60 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. Merge pull request #132 from alicevision/doc/fixbiblio

    [doc] fix biblio build
    fabiencastan committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    2889ba3 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

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

Commits on Aug 30, 2021

  1. Merge pull request #135 from puzzlepaint/fix_missing_thrust_include

    Add missing thrust include
    simogasp committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    4c22d41 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Replace exit() call with thrown exceptions

    Address #139
    
    Previously, exit() function was called when popsift encountered errors
    (e.g. out of memory). This error handling made graceful error handling
    within the application using popsift difficult.
    This commit replaces all the exit() call with throwing a runtime error
    instead.
    Azhng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f872278 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    7b664e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #144 from Azhng/fix-thrust-include-in-cuda-12

    add required thrust include for s_filtergrid.cu
    simogasp committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    c0dc3d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    fb3c107 View commit details
    Browse the repository at this point in the history
  2. [popsift] plane_2d: Use size_t type for memory size in bytes

    Use size_t type to avoid short type overflow with large size images.
    gregoire-dl committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    dc7302e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

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

Commits on Mar 21, 2023

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

Commits on Mar 24, 2023

  1. Merge pull request #146 from BillyONeal/develop

    Add support for CUDA versions through 12.1.
    simogasp committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    fd21d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d49f2ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    819f70d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfe0c6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ebc70d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. [doc]codacy fix

    simogasp committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    0e99e69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7469b40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7801d02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84280d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Merge pull request #145 from alicevision/fix/largeImages

    Fix errors with large images
    fabiencastan committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    3552da5 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Merge pull request #149 from alicevision/dev/ci/add_actions

    [ci] added github actions for CI
    fabiencastan committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    e1b030a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eec4c11 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. missing include

    simogasp committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    e8bb205 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #141 from Azhng/exception

    Replace exit() call with thrown exceptions
    simogasp committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    4b4b247 View commit details
    Browse the repository at this point in the history