G-Node / nix

Neuroscience information exchange format
https://readthedocs.org/projects/nixio/
Other
67 stars 36 forks source link

Cleaner separation of backend code and the h5 wrapper #583

Closed gicmo closed 8 years ago

gicmo commented 8 years ago

Don't install hdf5 specific backend header. Also separate the internal hdf5 C++ wrapper by moving all the wrapper specific files into h5x directory and rename all wrapper files that ended with the HDF5 suffix to H5xxx, so only backend code has the HDF5 suffix.