openbabel:reducelinking

Last commit made on 2018-02-18
Get this branch:
git clone -b reducelinking https://git.launchpad.net/openbabel

Branch merges

Branch information

Name:
reducelinking
Repository:
lp:openbabel

Recent commits

357dbd0... by baoilleach

WIP - Initial changes

e06b869... by Geoff Hutchison <email address hidden>

Merge pull request #1772 from boryszef/master

A small improvement of a bugfix solving segfault when reading GAMESS output with vibrations

d6ca061... by Geoff Hutchison <email address hidden>

Merge pull request #1770 from baoilleach/FuzzTest

Fix SMILES parsing fuzz test failures from AFL

df111a7... by Geoff Hutchison <email address hidden>

Merge pull request #1759 from baoilleach/asterisk

Fix regression. Ensure that asterisk is unbracketed when writing a SMILES string

a4b5301... by Geoff Hutchison <email address hidden>

Merge pull request #1771 from baoilleach/FixWarningGenericH

Fix warning about size_t versus int cast

615e5f5... by Geoff Hutchison <email address hidden>

Merge pull request #1775 from baoilleach/DLOpenFlags

In the Python bindings, reset the DL open flags after importing _openbabel

3b86b03... by baoilleach

Move the setting and resetting of the DL open flags to where 'import _openbabel' occurs in openbabel.py

e287255... by baoilleach

Reset the DL open flags after loading the plugins.

ff0c41f... by Geoff Hutchison <email address hidden>

Merge pull request #1773 from baoilleach/Fix1763

Change the behavior of OBMol.Separate so that it preserves atom order

106dfe5... by baoilleach

Change the behavior of OBMol.Separate so that it preserves atom order within each component. Previously it preserved the DFS order (which might be different).