Skip to content

2022-12-14

Compare
Choose a tag to compare
@JDanielSmith JDanielSmith released this 14 Dec 17:37
· 675 commits to main since this release
59d2f67
  • 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).