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: fb48d9fbb675
Choose a base ref
...
head repository: cdk/cdk
compare: e78d3050c3f4
Choose a head ref
  • 7 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 2, 2016

  1. Make generators thread-safe.

    Signed-off-by: Egon Willighagen <egon.willighagen@gmail.com>
    johnmay authored and egonw committed Jun 2, 2016
    Copy the full SHA
    2d9a2b0 View commit details
    Browse the repository at this point in the history
  2. Improved multiple attachment point rendering by displaying number.

    Signed-off-by: Egon Willighagen <egon.willighagen@gmail.com>
    johnmay authored and egonw committed Jun 2, 2016
    Copy the full SHA
    ae62d4d View commit details
    Browse the repository at this point in the history
  3. Avoid repeated work when bending/stretching bonds to improve layout. …

    …Here we simply store a visit map and only bend/stretch a bond if it's the first pair it's seen in.
    
    Signed-off-by: Egon Willighagen <egon.willighagen@gmail.com>
    johnmay authored and egonw committed Jun 2, 2016
    Copy the full SHA
    1577d14 View commit details
    Browse the repository at this point in the history
  4. Need to access the correct scale value from the model.

    Signed-off-by: Egon Willighagen <egon.willighagen@gmail.com>
    johnmay authored and egonw committed Jun 2, 2016
    Copy the full SHA
    3f9fdab View commit details
    Browse the repository at this point in the history
  5. More robust bond order output for Molfile V2000.

    Signed-off-by: Egon Willighagen <egon.willighagen@gmail.com>
    johnmay authored and egonw committed Jun 2, 2016
    Copy the full SHA
    6b1442b View commit details
    Browse the repository at this point in the history
  6. Provide symbols when writing multiple group brackets - more concise r…

    …epresentation, for example (H2O)8.
    
    Signed-off-by: Egon Willighagen <egon.willighagen@gmail.com>
    johnmay authored and egonw committed Jun 2, 2016
    Copy the full SHA
    4e969aa View commit details
    Browse the repository at this point in the history
  7. Small fixup - didn't write the number of CTFileQueryBond and cleaner …

    …error handling.
    
    Signed-off-by: Egon Willighagen <egon.willighagen@gmail.com>
    johnmay authored and egonw committed Jun 2, 2016
    Copy the full SHA
    e78d305 View commit details
    Browse the repository at this point in the history