Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opencv/ade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2c
Choose a base ref
...
head repository: opencv/ade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 4 files changed
  • 4 contributors

Commits on Sep 15, 2023

  1. init

    alexgiving committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8b2e594 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from alexgiving/atrutnev/ade_windows_ci

    Added Windows configuration to CI
    dmatveev authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    639d3cd View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    10242ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b106b3c View commit details
    Browse the repository at this point in the history
  3. CI: Finally, use ctest

    dmatveev committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d295d8f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #41 from dmatveev/dm/fix-win-ci

    CI: Remove Ninja as it is not listed in Windows image
    dmatveev authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0cad24f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9458f25 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #42 from dmatveev/dm/fix-win-ci

    CI: Hotfix - make CTest actually work
    dmatveev authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ff027f8 View commit details
    Browse the repository at this point in the history
  7. Don't override CMAKE_CXX_STANDARD set by parent projects

    When ADE used as a submodule, it overrides CMAKE_CXX_STANDARD set by parent project. E.g. parent projects defines CMAKE_CXX_STANDARD as 14 and during first cmake run it's applied, but during second cmake run ADE's value is used from cache.
    No needs to keep CMAKE_CXX_STANDARD in cache, because it may vary from project to project.
    ilya-lavrenov committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2589414 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #40 from ilya-lavrenov/patch-1

    Don't override CMAKE_CXX_STANDARD set by parent projects
    dmatveev authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0e8a2cc View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    9659e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2002372 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Merge pull request #47 from mshabunin/cpp-17

    build: remove deprecated std::iterator usage
    dmatveev authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a40f6d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from mshabunin/ci-update

    CI: add ubuntu 24, upgrade checkout action, limit make threads
    dmatveev authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6482886 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #46 from mshabunin/fix-cpp-standard

    build: do not force CXX standard
    dmatveev authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ffc83ad View commit details
    Browse the repository at this point in the history
Loading