qsopt-ex icon indicating copy to clipboard operation
qsopt-ex copied to clipboard

WIP: Expose less symbols/macros in headers/library

Open jonls opened this issue 8 years ago • 0 comments

  • Reduce the number of headers included by QSopt_ex.h (those private headers that were previously included by QSopt_ex.h should 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).

jonls avatar Mar 01 '17 04:03 jonls