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

Rdfile reader #942

Open
wants to merge 48 commits into
base: main
Choose a base branch
from
Open

Rdfile reader #942

wants to merge 48 commits into from

Commits on Nov 9, 2022

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

Commits on Nov 10, 2022

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

Commits on Nov 14, 2022

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

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    c35e013 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ab32d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    57654e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28f175f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. implemented skip logic for broken records (pun intended) together wit…

    …h test cases; extended tests to also test the resultant IChemObject; simplified RdfRecord
    uli-f committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    4e5882e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. added test cases to BasicMoleculeHashGeneratorTest; added javadoc to …

    …MoleculeHashGenerator
    uli-f committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    10c5907 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    733bef1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request cdk#940 from uli-f/hashgenerator_tests

    added test cases to BasicMoleculeHashGeneratorTest; added javadoc to …
    johnmay committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    bbec01e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    3c5f8e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31b874 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c5658d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99320a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7eb2b31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6095454 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    643dd72 View commit details
    Browse the repository at this point in the history
  8. implemented skip logic for broken records (pun intended) together wit…

    …h test cases; extended tests to also test the resultant IChemObject; simplified RdfRecord
    uli-f committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    baabff2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8e071a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc9d3f1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    feeb1cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7c8d39e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. added copyright/license header

    uli-f committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    bfdecb4 View commit details
    Browse the repository at this point in the history
  2. added some basic class level documentation to RdfileReader; now checking

    in the constructor of RdfileReader the provided Reader is a BufferedReader prior to wrapping it up in a BufferedReader
    uli-f committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    17cbaf1 View commit details
    Browse the repository at this point in the history
  3. Newer XOM version

    egonw committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    80a594d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b42e3d8 View commit details
    Browse the repository at this point in the history
  5. CMLXOM 4.4

    egonw committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    639cf83 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Merge pull request cdk#945 from egonw/minus/xerces

    Removes the Xerces and Xalan dependencies
    johnmay committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    3bafacf View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    57ca227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfbc3fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    707a62a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caf5195 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d0f9c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40c2d89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b365a35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3adf55c View commit details
    Browse the repository at this point in the history
  9. implemented skip logic for broken records (pun intended) together wit…

    …h test cases; extended tests to also test the resultant IChemObject; simplified RdfRecord
    uli-f committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    ddc6105 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ad573a View commit details
    Browse the repository at this point in the history
  11. re-based on main

    uli-f committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    b1855a2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    718d8af View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9d276ca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    56470e8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e47630a View commit details
    Browse the repository at this point in the history
  16. added copyright/license header

    uli-f committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    2a82ea8 View commit details
    Browse the repository at this point in the history
  17. added some basic class level documentation to RdfileReader; now checking

    in the constructor of RdfileReader the provided Reader is a BufferedReader prior to wrapping it up in a BufferedReader
    uli-f committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    b09b4c8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f130642 View commit details
    Browse the repository at this point in the history
  19. Merge remote-tracking branch 'origin/rdfile_reader' into rdfile_reader

    # Conflicts:
    #	storage/ctab/src/main/java/org/openscience/cdk/io/RdfileReader.java
    uli-f committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    10eefd7 View commit details
    Browse the repository at this point in the history