qsopt-ex
qsopt-ex copied to clipboard
WIP: Expose less symbols/macros in headers/library
- Reduce the number of headers included by
QSopt_ex.h(those private headers that were previously included byQSopt_ex.hshould also not be installed). - Reduce the public symbols in the final library. This is currently done by telling libtool to only include symbols matching a specific set of prefixes that are needed for now:
(QS|dbl_QS|mpq_QS|mpf_QS|EGio|mpq_ILL_MAXDOUBLE|mpq_ILL_MINDOUBLE).