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: cdk/cdk
base: 84edd5d4b366
Choose a base ref
...
head repository: cdk/cdk
compare: 16e96a3938ef
Choose a head ref
  • 12 commits
  • 60 files changed
  • 1 contributor

Commits on Sep 16, 2013

  1. New API for match ChemFormats - instead of checking line-by-line the …

    …entire header is passed. The matcher then indicates whether it matched, where it matched and what format it is.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    f37ff6e View commit details
    Browse the repository at this point in the history
  2. Required dependencies.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    2773154 View commit details
    Browse the repository at this point in the history
  3. Updating abstract test to use new API.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    1c8cdb9 View commit details
    Browse the repository at this point in the history
  4. Replacing mock method with new implementation.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    883face View commit details
    Browse the repository at this point in the history
  5. Using new API to guess format

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    f1762d7 View commit details
    Browse the repository at this point in the history
  6. Default implementation to easily adapt existing matchers.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    fba55eb View commit details
    Browse the repository at this point in the history
  7. Moving old API method from interface to abstract super-class.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    95050f7 View commit details
    Browse the repository at this point in the history
  8. Adapting existing formats to new API.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    e55f373 View commit details
    Browse the repository at this point in the history
  9. Updating PubChem Compound XML format to not match PubChem Compounds (…

    …plural).
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    073aeb4 View commit details
    Browse the repository at this point in the history
  10. Allow PubChem Substance to not match PubChem Substances (plural).

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    5800444 View commit details
    Browse the repository at this point in the history
  11. Removing matching state from MDLRXN3000 format.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    f07a707 View commit details
    Browse the repository at this point in the history
  12. Dependencies not inherited from ioformats.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    16e96a3 View commit details
    Browse the repository at this point in the history