Adds gzstream stream, exposes to swig (#2314)

* 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
This commit is contained in:
Brian Kelley
2019-03-18 00:32:42 -04:00
committed by Greg Landrum
parent 48c9532c6f
commit d2f716a2e4
13 changed files with 202 additions and 50 deletions

View File

@@ -247,6 +247,8 @@ typedef unsigned long long int uintmax_t;
%include "../FilterCatalog.i"
%include "../Trajectory.i"
%include "../SubstructLibrary.i"
%include "../Streams.i"
// Create a class to throw various sorts of errors for testing. Required for unit tests in ErrorHandlingTests.java
#ifdef INCLUDE_ERROR_GENERATOR