Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/openbabel/openbabel

Open Babel is a chemical toolbox designed to speak the many languages of chemical data.
https://github.com/openbabel/openbabel

Merge pull request #2218 from jcbollinger/py3_unicode_escape

Fix test failure with Python 3

4920d5268ecaac35b5bef55b93dea079a767e817 authored over 4 years ago
Merge pull request #2224 from jcbollinger/uff_params_ub

Fix UB in UFF parameter parsing

213f83c7dcd75fa79557a631385a9dcd88490795 authored over 4 years ago
Merge pull request #2228 from jcbollinger/misc_ub

Fixes miscellaneous undefined behaviors

a6c8c77e33344e597ede556232339de1df6e8fd7 authored over 4 years ago
Merge pull request #2226 from afonari/patch-19

Fix memory leak in spectrophore.cpp

a87d6492134bceceb2cacf9b274113859e71ae69 authored over 4 years ago
Merge pull request #2229 from e-kwsm/fix-2066,2221

Do not release OpenBabel::OBConformerSearch::m_score

a6c69376105100497481d7c200e3a10af618e0c6 authored over 4 years ago
Merge pull request #2230 from baoilleach/msvc2015

Add extra include for MSVC2015 support of back_inserter

64d74b3b38d5927e42d69995cc00d5765e676021 authored over 4 years ago
Add extra include for MSVC2015 support of back_inserter

594d442c011b2e97b6f016d4081a79946b36df5c authored over 4 years ago
Do not release OpenBabel::OBConformerSearch::m_score

Instead callers must release objects.
Fix #2066, fix #2221.

0563f3b7fc05ae445df1be9d3ccbd8d2cf40a841 authored over 4 years ago
Fixes miscellaneous undefined behaviors

Fixes three miscellaneous undefined behaviors:

1. One instance of using memcpy() with overlapp...

4047362bc4084fdc46af5bb8f3afb9b08b59dc5d authored over 4 years ago
Fixes catching polymorphic exceptions by value

Fixes three instances of catching polymorphic exceptions by value
instead of by reference.

628d656b49edafbc05a83088dae2044f8f80a3fb authored over 4 years ago
Fix memory leak in spectrophore.cpp

See related https://github.com/openbabel/openbabel/pull/2220.

783542c5219b09981bc4263f493762c886159d5c authored over 4 years ago
Fix memory leaks in cifspacegrouptest.cpp

801c326d45586ef50dd12ffeefa0730ce8e03fb5 authored over 4 years ago
Fix memory leaks in spacegroup.cpp and cifspacegrouptest.cpp

04ceeea38552a0ce9caa99949ba6678b33288307 authored over 4 years ago
Fix UB in UFF parameter parsing

When evaluating atom coordination number, method
OBForceFieldUFF::ParseParamFile() assumed that ...

b75c392b75b3494d9dae15176f38facf7e61db17 authored over 4 years ago
Fix memory leak in mol.cpp

87b3e44075243606427c09fbc96b808816b363aa authored over 4 years ago
Fix test failure with Python 3

When run with Python 3.6, test/testdistgeom.py fails with a SyntaxError
about a malformed charac...

7de27f309db5f7ec026ef5c5235e5b33bf7d1a85 authored over 4 years ago
Revise for 3.1.1 release

650b1f829ac47cc84877a330366ec9485da3ec99 authored over 4 years ago
Merge pull request #2211 from baoilleach/FixCompileWarning

Fix the compiler warning about large object size

cbd4db43f8908b874864280fdc03bf92569eebc1 authored over 4 years ago
Merge pull request #2044 from e-kwsm/nullptr

Replace NULL with nullptr (C++11)

66042e0d98ff75556a1a52e3fc0ce1a2ec76d2fd authored over 4 years ago
Merge pull request #2212 from fredrikw/argfix

Fix #2159 - Argument parsing och short output file names

742f393e5920491bfbe1c5a1243e549ff18c2ae6 authored over 4 years ago
Changed variable name to please Codacy

0ab43864326948d91bcf09fb79fc5f78f789c677 authored over 4 years ago
More nullptr conversions

38af315687a15801756fae1dba10126c77bd1fce authored over 4 years ago
Fix https://github.com/openbabel/openbabel/issues/2159

2dc2bbcbf02b8b2863d18b3ea44879f7265177eb authored over 4 years ago
Fix the compiler warning about large object size

b14a33010808fb5524e6a6f0f8a6853cb1ffa689 authored over 4 years ago
Added test for https://github.com/openbabel/openbabel/issues/2159

6ab1c4a303df53e83835c747d33a8353bcc590b4 authored over 4 years ago
Merge pull request #2205 from dkoes/cmake_stuff

CMake: separate thread import from boost

0e14e6286edca938fa98468c87eac32393d54b70 authored over 4 years ago
Add S to INCLUDE_DIR

ffd9a738db55e35498884dc37c3d265abf4cc79e authored over 4 years ago
CMake: separate thread import from boost

Also, use (correct) camel case for variables in docs.

61e5fb42137e0ef20bee983ffe5e45f602fce2aa authored over 4 years ago
Merge pull request #2153 from e-kwsm/improve-obenergy

Improve tools/obenergy.cpp

3ed85e0cb3e372172ca1f128c44dc69e4b2237cb authored over 4 years ago
Merge pull request #2198 from ghutchis/fix-cmake-libraries

Populate OpenBabel3_LIBRARIES cmake variable - fix #2196

b16af1bb38841dc2f2281ba03b1640cfee2868f4 authored over 4 years ago
Merge pull request #2203 from e-kwsm/fix-2201

Fix thread library link issue

12c969049e0e6ae90684b82a112925a185e95dd0 authored over 4 years ago
Fix thread library link issue

Avoid `THREADS_HAVE_PTHREAD_ARG` since it is INTERNAL.
Fix #2201.

3bb108b591efa3aaca5508c3c28213f3099c9174 authored over 4 years ago
Replace `NULL` with `nullptr` (C++11)

`CMAKE_CXX_STANDARD` is set to 11

074e260c0fff3b0b2fc03eb997c937e7ca83d195 authored over 4 years ago
Populate OpenBabel3_LIBRARIES cmake variable - fix #2196

8646212d936f206948224ee2c65f41add4b1543c authored over 4 years ago
Bump version number for 3.1 release (#2190)

* Bump version number for 3.1 release

1e593abc1edf47352d5e8a0887654edf69a2f5f3 authored over 4 years ago
Re-enable Ruby bindings (#2193)

* Re-enable Ruby and C# bindings

* Upload the source tar as an artifact (i.e. for releases)

f6fd0a2d59c1df4ffb3e838676bbc792d46f3bb5 authored over 4 years ago
IsElement implemention, make OBElements::Element enum (#1754)

* IsElement implemention, make OBElements::Element enum

* Fix php include. Consistent renami...

4b5d4c426f7f78271844ce3fec07a98a5d48ee34 authored over 4 years ago
Fix tautomer code (#2171)

* Fix tautomer code.

* Fix last FIXME in in src/tautomer.cpp
* Fix Codacy quality issues in ...

a40bfa690393e9e59f0e3dde09dd4d9c01456635 authored over 4 years ago
Merge pull request #2189 from ghutchis/rename-extern-macro

Rename EXTERN to OB_EXTERN to prevent clashes in other headers

41a2e2184ccf302a6620f029c6e279e7fed218b6 authored over 4 years ago
Rename EXTERN to OB_EXTERN to prevent clashes in other headers

Discovered with Ruby 2.5 SWIG bindings

4cd5c8ddb1043482a331e847a8328b28c388aac7 authored over 4 years ago
Merge pull request #2188 from baoilleach/wln_docs

Update the WLN docs to have the correct syntax for .rst

410140d639d0a3c5b940627870af14caca23d941 authored over 4 years ago
Update the WLN docs to have the correct syntax for .rst

3232950987f296db8689e2b3393eb5bd3487e40d authored over 4 years ago
Merge pull request #2187 from wiedi/fix-illumos

Fix build on illumos

96b4cdd7e1c030ce9bd9c2116d48d15ac953b282 authored over 4 years ago
Add a build for bindings (eventually will generate source tar) (#2183)

* Add a build for bindings (eventually will generate source tar)

This will be a separate buil...

3eaa735cca56f2e3de731bf4c536609f20379fde authored over 4 years ago
Fix build on illumos

841803edf6ead11e7f18b7a4c726b3436ca96160 authored over 4 years ago
Merge pull request #2186 from baoilleach/workaroundswigjava

Workaround for SWIG 4.0.1 Java source code problem

15552f7f62ec9c7687f2e09607f13819ec603de3 authored over 4 years ago
Workaround a problem in SWIG 4.0.1 (at least) where the generated Java source relies on reserve being present

839415aa61f40fc326f6c8467425af1bb2e79e87 authored over 4 years ago
Fix the cif write test (i.e. modified format) (#2177)

* Fixed test error with cif - updated to new format

4b228ac2833429b0c336eab3acffd8cffe7c605b authored over 4 years ago
Merge pull request #2185 from ghutchis/pin-maeparser-version

Pin maeparser version to 1.2.3 - should fix #2180

9f161c8af6e097ad565c70ba6d937099d95425ea authored over 4 years ago
Merge pull request #2184 from ghutchis/allow-op-minimize-noh

Allow minimizing without adding hydrogens - not the default

cd5089c3c1533393e4ee0b1caadd0eeb50567ac5 authored over 4 years ago
Pin maeparser version to 1.2.3 - should fix #2180

728aa32fce16385d9da03566cb0ac10aee38030c authored over 4 years ago
Merge pull request #2182 from ghutchis/release-drafter-template

Add a template to use with the release drafter GH app

a9dc0d47f605338a9c5b8d58ed9a35cfc82231cc authored over 4 years ago
Allow minimizing without adding hydrogens - not the default

There are sometimes needs (e.g. in my research) to minimize
with unusual structures - allow mini...

d1c55fd78d8d78994d1645fa32c37e69e1350559 authored over 4 years ago
Add a template to use with the release drafter GH app

https://probot.github.io/apps/release-drafter/

002b6ec0bf694c4240711f4b2b8c0d3f96e54e45 authored over 4 years ago
Merge pull request #2170 from afonari/patch-16

Fix output format in the cifformat writer

7684a772e6b60e6b37aa70ad05764d526ab9b00c authored almost 5 years ago
Try the Windows build again (#2173)

* Make github action work on windows:

- Tests still fail (need env vars?)
- Added -DWITH_MAE...

6f48e4de87170392fadfce809d24fd8ae6b01655 authored almost 5 years ago
Merge pull request #2176 from baoilleach/adalke_writestring

Merge of "Improve OBConversion::WriteString() and WriteFile() initialization" (adalke) #1923

e71177c773351fffd465bc14f05c6430f18eefd9 authored almost 5 years ago
Apply patch from @fredrikw to fix test failure. Also minor changes as recommended by codacity code review.

f84e724bf9a792948381af72891e8d0aa9ca81f5 authored almost 5 years ago
Comment out pointcloud test. Uses a random-number generator. (Note to anyone reading this: please avoid random number generators at all costs.)

7d0e7a6ec07c845f5365202cb839cef8a3c31c85 authored almost 5 years ago
Update the SVG test. Also ensure that double-quotes are used in (recent changes to) the SVG writer to be consistent with the rest.

90d2d8d4077b50eea8fa881825c7b5cad6ee6a40 authored almost 5 years ago
Update test for changes to PDB default CONECT records multiple bonds

fdb3e909888ec4a4dfb67aab37f0934ed56b7356 authored almost 5 years ago
Update the Gaussian format tests

4fc4e5d1c0a3780a8b3df194aca3228c04225b61 authored almost 5 years ago
Fix at least some tests on Windows

03eefecf1e746a24fa75f5ceba7af76cbe440a21 authored almost 5 years ago
added test/testobconv_writers.py to the list of Python tests

29347a7f249acd8346a89385273d893a94b4acb0 authored almost 5 years ago
Improved patch for #1922 to support the Write() API for multiple records.

My first patch set Index=1 in WriteFile() and WriteString() so that
the output format plugin cou...

282d7f6bba276b784f1eec05a30c845e665c6eb7 authored almost 5 years ago
OBConversion::WriteString() and WriteFile() must reset the Index to 1 otherwise the formats won't initialize correctly. (Issue #1922)

This commit includes a new test program which checks WriteString() and WriteFile() for most of t...

e5bc6c0a048a0b61b6159966f90486b784488ca6 authored almost 5 years ago
Merge pull request #2172 from ghutchis/gh-checkout

Use latest checkout action - more efficient

0ec3776d1f386e797349f60fa893ef02f518b107 authored almost 5 years ago
Use latest checkout action - more efficient

2730bfe30856af9414d68b2f238c219952bb3c40 authored almost 5 years ago
Fix distance geometry stereo issues (#2158)

* MDLFormat: Set tetrahedral stereo to unspecified for atom stereo parity
3. This was already t...

9d67893e2c39a68826a8ad8b9825aca03e5e453d authored almost 5 years ago
Add unit test

10bb0ca3ed396ff6d0bfe5bded6afab891e18b20 authored almost 5 years ago
Fix space

6738c961aa41ca1286d1c41fdaa8abf37115df10 authored almost 5 years ago
Fix atom coordinates write in cifformat.cpp

80baddc71b6529e83d4e06d14f484a53cf604074 authored almost 5 years ago
Initial CMake GitHub Action (#2165)

* Initial CMake GitHub Action

Thanks to Cristian Adam for a template (and blog article)
http...

8d6a59bc4d46e005ba6737ad6b5dfcb7f8e8c31c authored almost 5 years ago
Merge pull request #2169 from ghutchis/fix-minor-tests

Fix minor tests

10809fda6e58b0affd0d0e90ff302f2908526501 authored almost 5 years ago
Only run the rountrip python test if python bindings are built.

294a160d312f85329f3d39e4fad878d42f43db4d authored almost 5 years ago
Skip checks for warnings, errors for now

40f76a7156124646b229124d590efcc6c951fe1c authored almost 5 years ago
Merge pull request #2154 from e-kwsm/improve-obconformer

Improve tools/obconformer.cpp

2a6b6089daccc34f949a361880aab36cd639a99f authored almost 5 years ago
Merge pull request #2168 from ghutchis/fabs-in-builder

Prefer std::fabs resolves build problem on mac-current

dcbbf55c6fdaabe1379a026e47acd5ddcebcf200 authored almost 5 years ago
Prefer std::fabs resolves build problem on mac-current

ef7e96e0f16da8d6d3a45f18c8ea3e3998b7bc58 authored almost 5 years ago
Merge pull request #2167 from openbabel/create-pull-request/patch

More spelling corrections

7d810dc32372e9a4ef31c0899553f32b303a49b7 authored almost 5 years ago
[create-pull-request] automated change

8728649aa079ac72d7fc86c5c71cbe0435c996c2 authored almost 5 years ago
Merge pull request #2166 from mrakitin/spelling

Follow-up with missing spelling fixes from #2163

fe96481da0af5aa503a44d94a912748636c936b9 authored almost 5 years ago
Follow-up with missing spelling fixes from #2163

accfdc957f1f8ea84aa0497a79d06e27e8c2342e authored almost 5 years ago
Merge pull request #2163 from ghutchis/misspell-fixer

Initial GitHub action - misspell-fixer

d0c4e44c6e03edf46ee138d2f7709043d79e1308 authored almost 5 years ago
Initial GitHub action - misspell-fixer

Cleaned up a variety of typos and should prevent problems in PR

f758495218f2a483528d724e7a23ded1d427ebf6 authored almost 5 years ago
Improve tools/obconformer.cpp

* Enable to accept forcefield
the default is MMFF94 if parameters are found, otherwise UFF
* r...

621b0bd42cbbb0a1b89df6bde9e059cd40bdd40f authored almost 5 years ago
Merge pull request #2162 from dkoes/segfaultfix

Fix for segault (with regression test)

05154ca4f5ff33d3c510c0526cbd95fae705f783 authored almost 5 years ago
removing trailing whitespace from a blank line

what is the emoticon for rolling your eyes?

c941dc046729f925c35a7a476a2e42f50f77842d authored almost 5 years ago
Resovle pylint concerns

Which results in uglier code imho.

f4c10daa174914b41a15bfc26603ec8cb9acc152 authored almost 5 years ago
Fix for segault (with regression test)

Generally speaking, it is better to check if a pointer is NULL _before_
dereferencing it rather ...

af0250556d0478efeb136602ffe94c853cfd3fe8 authored almost 5 years ago
Merge pull request #2157 from mrakitin/fix-tkinter-for-py3

Fix the import of Tkinter in Python 3+

88f7306dece87ca31bf8cd1fdd3c330376ea09b3 authored almost 5 years ago
Do not use six

fe72644433ab8cd91b229133cc890a4ee5749cf4 authored almost 5 years ago
Fix the import of Tkinter in Python 3+

08b7fc9b590b1afd063e293b414aa5a936fc757d authored almost 5 years ago
Merge pull request #2132 from baoilleach/smiles_charge

Be more strict when parsing charges in SMILES

d2fedbba582d9fc659052a9a8ef74f6387d25849 authored almost 5 years ago
Merge pull request #2105 from n-yoshikawa/fix-distance-geometry

Fix #2098

370335815c51f0dfa4d0fc9cac12e1888cd91c40 authored almost 5 years ago
Merge pull request #2073 from e-kwsm/fix-2071

Fix #2071

c7c47aec8b06bf0d8cd51ba28dec266243073ef7 authored almost 5 years ago
Merge pull request #2136 from orex/master

Fix issue #2125

e9885bbdbaa9bce88a2d3b7916e7e03b6a228bfc authored almost 5 years ago
R script updates (#2145)

* changes for building ChemmineOB
* removed some local changes

aac13e34cf9dd8afe013bbf04cadbbae713370a0 authored almost 5 years ago
Merge pull request #2149 from timvdm/issue2144

OBBuilder: Add error message for ring/rigid fragments with all zero coords.

e80944e40077417b279cbdbb3f7ee3038a28e51b authored almost 5 years ago
Merge pull request #2150 from ghutchis/fix-bad-fragments

Remove fragments with zero coordinates - fixes #2144.

ef5438da4a1dfb833a6ea172c440efb86ca03fda authored almost 5 years ago