mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
* Compile time and runtime deprecation warnings * Used [[deprecated]] attribute to mark deprecation on cpp side * Used RDLog to escalate deprecation warnings to python * deprecated non fingerprint generator fingerprint generation functions * Address build errors * suppress deprecation warnings in cpps and tests * experiment with new SWIG versions in the mac azure pipeline * More deprecation suppression * revert mac java experiment * Fix SWIG syntax errors * Attempt to fix windows unit test * Remove test because of logging behavior * Change linux java build to SWIG 4.1 - removes the need for preprocessor interaction * Change mac java build to SWIG 4.1 * try updating the CI buid * lock cmake version needed to find JNI correctly * update compiler versions needed for the boost * Fix typo and unavailable version * Fix version conflict * update mac build * get linux build working? --------- Co-authored-by: Patrick Penner <patrick@ppenner.com>