openbabel:flags

Last commit made on 2019-03-19
Get this branch:
git clone -b flags https://git.launchpad.net/openbabel

Branch merges

Branch information

Name:
flags
Repository:
lp:openbabel

Recent commits

d1958e5... by baoilleach

Update one of the Python tests for the API changes

cf0f7ac... by baoilleach

1. Remove "Unset" methods for mol flag perception flags. [API break]
2. Ensure that all mol flag perception settings methods take a boolean for setting/unsetting. [API extension]
3. Move HasFlag and SetFlag to the public API. Consider the case where the user wants to set a custom flag. [API addition]

8cd1e97... by baoilleach

Merge pull request #1949 from baoilleach/FixStaticInit

Fix clang warning about in-class init of a non-static data member

150a9a0... by baoilleach

Fix clang warning about in-class init of a non-static data member

6771e10... by Geoff Hutchison <email address hidden>

Merge pull request #1931 from n-yoshikawa/fragment-based-builder-update

Update fragment based builder

aa48173... by Yoshikawa Naruki

Revert "Update ring fragment template"

This reverts commit d515ebee4c7dd1ee3336a8a3d1c1044e7afaeee6.

13f02bd... by Geoff Hutchison <email address hidden>

Merge pull request #1831 from JasonYCHuang/fix-cdxml-upside-down-format

Fix cdxml upside down format

1a73185... by Geoff Hutchison <email address hidden>

Merge pull request #1945 from n-yoshikawa/fix-obsmartspattern-leak

Fix memory leak in OBSmartsPattern::Init()

073e455... by Geoff Hutchison <email address hidden>

Merge pull request #1902 from fredrikw/fix1900

Updated the coordinate generation from templates.

9d427c9... by Geoff Hutchison <email address hidden>

Merge pull request #1944 from pbecherer/cofformat

Add support for COF format plus tests