* hello world works
* more
* more
minimallib needs to be tested
* parse substructure parameters from JSON
* add substruct search and parameters
* add descriptors
* register more descriptors
* fingerprints, first pass
* stop outputting tiny coord vals
* support generating 2d coords
* coordgen testing
* return nulls
* initial 3d support; add/removeHs; cleanup
* Embedding parameters from JSON
* update
* pattern fp, fps as bytes
* use json to configure MFP
* use json to configure rdkit and pattern fps
* aligned 2d coords
* parsing options
* options for writers
* rename remove_hs
* get this working on windows (kind of)
* silence some msvc warnings
* cmake updates
* update python tests
* add the CFFI code to CI builds
* cleanup line ending mess?
* a couple small fixes
* make this work with URF
* support coordMap in the 3D coordinate generation
* updates in response to review
* Add initial fuzz target
* Polish
Integrated the existing targets from @Google-Autofuzz.
Added a dictionary for smiles and a little corpora too.
Cleanup cmake.
* Fix Typo
* Remove debugging oversight
* Fail, when not building fuzzers statically
* Don't build fuzzers by default
* Add azure pipeline for fuzzing
* Format files; catch all exceptions
* Debugging pipeline
* Fix format of corpora files
* Add corpora for mol strings
* Add dictionary for mol strings
* Add README.md
* Remove very similar fuzz target
* Add mol pickle/deserialization fuzzer
* Improve fuzz readme
Co-authored-by: intrigus <abc123zeus@live.de>
* not really working from cmake, but can be compiled by hand
* now a cmake build works
* add a bunch of new stuff
* lots of changes
* demo
* substructure highlighting (crude) and descriptors
* include amw
* update
* cleanup
* add first fingerprint
* add tests
* add fp
* make the new stuff optional
* add Dockerfile
* add a readme
* switch to using JSON for complex return values
* Move RDBoostStreams to RDStreams
* RDBoostStreams->RDStreams
* RDBoostStreams->RDStreams
* Wrap SWIG (with Java test)
* Fix missing declaration
* Use the file that already exists
* Revert to original version
* Revert to CXSMiles version
* Update boost version
* Remove redundant code
* Add zlib
* check for win32
* FileParsers now builds static on windows