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: 2f0338f79aad
Choose a base ref
...
head repository: cdk/cdk
compare: 53fd2de7aa31
Choose a head ref
  • 7 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 23, 2014

  1. ElementRule needs a builder to create it's parameters. The parameter …

    …are null to start with and then created once a builder was available (i.e. when validated).
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 23, 2014
    Copy the full SHA
    acb13ec View commit details
    Browse the repository at this point in the history
  2. Ensure atom types are set before saturate is invoked.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 23, 2014
    Copy the full SHA
    73ecc10 View commit details
    Browse the repository at this point in the history
  3. Clone the atom and container before processing - a test indicates the…

    …re should be no modifications.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 23, 2014
    Copy the full SHA
    459d2a7 View commit details
    Browse the repository at this point in the history
  4. Pseudo atoms are set as atom type 'x'

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 23, 2014
    Copy the full SHA
    4a63447 View commit details
    Browse the repository at this point in the history
  5. Finer granularity in atom types - carbon Sp2 cation is now 'c.plus.pl…

    …anar'.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 23, 2014
    Copy the full SHA
    27e7c6f View commit details
    Browse the repository at this point in the history
  6. Using just the Atom.toString() doesn't really tell us what we want to…

    … know.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 23, 2014
    Copy the full SHA
    33f5c3e View commit details
    Browse the repository at this point in the history
  7. F.plus.sp2 seems to be correct type for this fluorine.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 23, 2014
    Copy the full SHA
    53fd2de View commit details
    Browse the repository at this point in the history