You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
removed remaining vestiges of std::auto_ptr, provide mem::AutoPtr for the tiny handful of
places (e.g., SWIG bindings) that still need copying.
xml::lite::Element overloads to make creting new XML documents easier; see unittests for examples.
try even harder to find unittest files in various scenarios.
build hdf5.lite with waf.
New --optz=fastest-possible (waf only) which adds -march=native
to fastest for waf builds. There is a new faster option (the default) which is currently
the same as fastest (i.e., no -march=native).