openbabel:AvoidStringCopy

Last commit made on 2017-12-14
Get this branch:
git clone -b AvoidStringCopy https://git.launchpad.net/openbabel

Branch merges

Branch information

Name:
AvoidStringCopy
Repository:
lp:openbabel

Recent commits

8e4c883... by baoilleach

In the SMILES reader, avoid the allocation of the BUFSIZE buffer, and the associated string copy.

960303b... by baoilleach

Merge pull request #1721 from baoilleach/fix_uninitialized_read

Fix uninitialized read in kekulize.cpp found by Dr Memory.

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

Merge pull request #1712 from baoilleach/SmilesAtomOrder2

Make generation of the SMILES atom order vector optional (Take 2)

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

Merge pull request #1719 from baoilleach/FixImplicitRef

Fix bug when copying stereo during obmol += obmolB

fe6c148... by baoilleach

Add test case

8a79ebe... by Geoff Hutchison <email address hidden>

Merge pull request #1716 from baoilleach/SmilesReader

When reading, don't pre-scan the SMILES string for illegal characters

b44045f... by baoilleach

Changes to avoid scanning over the string in the SMILES reader

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

Merge pull request #1714 from baoilleach/LogMessages

Avoid logging messages that are taking time

d0e8c1c... by baoilleach

Avoid logging messages that are taking time

1c0ba79... by baoilleach

When adding one molecule to another, and copying the stereo refs, make sure that implicitrefs are copied (and not just set to 0).