optimad / bitpit

Open source library for scientific HPC
http://optimad.github.io/bitpit/
GNU Lesser General Public License v3.0
117 stars 34 forks source link

general: MSVC static/global data symbols exporting #277

Open roccoarpa opened 2 years ago

roccoarpa commented 2 years ago

Check symbols exporting (__declspec dllexport/dllimport) of all global/static data inside the bitpit library. Provide exporting/importing only on the meaningful ones for the bitpit interface, that is all static data that an executable or another library can access. Stash exporting on what is meant for internal usage only.