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: 9cf76f82a3ea
Choose a base ref
...
head repository: cdk/cdk
compare: 5e3469f1ae1f
Choose a head ref
  • 9 commits
  • 96 files changed
  • 1 contributor

Commits on Jul 31, 2013

  1. Define qsar descriptor implementations for service provider interface…

    … (SPI).
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jul 31, 2013
    Copy the full SHA
    97fb6ad View commit details
    Browse the repository at this point in the history
  2. Ensuring all bond descriptor extend the abstract superclass.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jul 31, 2013
    Copy the full SHA
    839f87f View commit details
    Browse the repository at this point in the history
  3. Ensuring all atom descriptor extend the abstract superclass.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jul 31, 2013
    Copy the full SHA
    d138673 View commit details
    Browse the repository at this point in the history
  4. Introducing new abstract super class to allow default implementations…

    … - mirrors the preexisting abstract classes for atom/bond descriptors.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jul 31, 2013
    Copy the full SHA
    6bd8a83 View commit details
    Browse the repository at this point in the history
  5. Ensure atom pair descriptors extend the abstract super class.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jul 31, 2013
    Copy the full SHA
    76d9f48 View commit details
    Browse the repository at this point in the history
  6. Adding abstract super class to all molecular descriptors.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jul 31, 2013
    Copy the full SHA
    a097d37 View commit details
    Browse the repository at this point in the history
  7. Adding descriptor initialisation for those which require it.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jul 31, 2013
    Copy the full SHA
    284f1ef View commit details
    Browse the repository at this point in the history
  8. Using service provider interface (SPI) to load tsar descriptors. This…

    … simplifies the loading process, doesn't depend on jar locations and removes the magic constants (int parameters) being used to decide which descriptors to load.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jul 31, 2013
    Copy the full SHA
    e14e80e View commit details
    Browse the repository at this point in the history
  9. Removing descriptors which can not be run by DesriptorEngineTest. The…

    …se descriptors are in qsarionpot and qsarprotein, as the DesriptorEngineTest is in qsarmolecular they can not be loaded. Additional SPI files can be added to those modules (not in the current build system), or perhaps their classes should be merged into the other qsar modules.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jul 31, 2013
    Copy the full SHA
    5e3469f View commit details
    Browse the repository at this point in the history