mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
* start refactor query pickling * further query pickling refactoring * bit of modernization * partial implementation of query writing * serialize recursive queries * new tests * support QueryAtom and QueryBond with null queries * more query cleanup * tests pass * switch from std::variant to boost::variant * update clang version for CI * explicit instantiation of templates * get dll builds working on windows * optionally skip h counts on parsing; more query tests * change in response to review * changes in response to review