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: mobangjack/java-ocr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: create_assembly
Choose a base ref
...
head repository: mobangjack/java-ocr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 17 files changed
  • 4 contributors

Commits on Oct 27, 2012

  1. raise development version

    ko5tik committed Oct 27, 2012
    Configuration menu
    Copy the full SHA
    6a2b022 View commit details
    Browse the repository at this point in the history
  2. adjusted plugins

    ko5tik committed Oct 27, 2012
    Configuration menu
    Copy the full SHA
    5cb9b41 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2015

  1. added initial .travis.yml

    Karl-Philipp Richter committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    9f08468 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2015

  1. Configuration menu
    Copy the full SHA
    a47f03a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d75bba View commit details
    Browse the repository at this point in the history
  3. replaced legacy pom.version with project.version and pom.groupId with…

    … project.groupId; specified compiler plugin version (latest stable == 3.3); enforcing maven < 3.2 because it causes trouble
    Karl-Philipp Richter committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    1ee4d04 View commit details
    Browse the repository at this point in the history
  4. throw IllegalArgumentException in TrainingImageLoader.load if an imag…

    …e file doesn't exist or is a directory; removed file name argument from deeper load method because it's only used for the error message (the error state should be handled by the caller)
    Karl-Philipp Richter committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    b1ed3c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2015

  1. Configuration menu
    Copy the full SHA
    9458aab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c91804 View commit details
    Browse the repository at this point in the history
Loading