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: dlime/Faster_OpenCV_4_Raspberry_Pi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dlime/Faster_OpenCV_4_Raspberry_Pi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: travis_ci
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 12 files changed
  • 1 contributor

Commits on Mar 18, 2020

  1. Create examples folder

    Create a different folder on which run draw contours so that
    tests can be extracted from it.
    
    Tests will then be run on CI
    Dario Limongi committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    361373f View commit details
    Browse the repository at this point in the history
  2. Update cpp example and test

    Dario Limongi committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    5783a85 View commit details
    Browse the repository at this point in the history
  3. Add travis configuration file

    First draft for python CI
    Dario Limongi committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    041cc0c View commit details
    Browse the repository at this point in the history
  4. Rename travis configuration file

    Dario Limongi committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    208a97c View commit details
    Browse the repository at this point in the history
  5. Remove apt update since broken

    E: Encountered a section with no Package: header
    E: Problem with MergeList /var/lib/apt/lists/repo.mongodb.org_apt_ubuntu_dists_xenial_mongodb-org_4.0_multiverse_binary-amd64_Packages
    E: The package lists or status file could not be parsed or opened.
    Dario Limongi authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    5bfc28e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Update .travis.yml

    Dario Limongi authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    9fd04e3 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Fix missing \ for proper copy paste of the command
    Dario Limongi authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    bd63942 View commit details
    Browse the repository at this point in the history
  3. Update test.py from leftover code

    Removes assertion negation for amd64 host
    Dario Limongi authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    56aa234 View commit details
    Browse the repository at this point in the history
Loading