Skip to content

Releases: ECP-VeloC/spath

v0.4.0

28 Jun 15:17
3d861a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

04 Apr 21:39
f9ef6c1
Compare
Choose a tag to compare

New Features:

  • added cmake config support
    • new minimum cmake version: v2.8 v3.14
  • update GitHub Actions
    • add static and shared build tests
    • split build into configure/build/test steps

Bug Fixes:

  • drop unused EXTERNAL_LIBS

v0.2.0

20 Apr 19:58
cb2b47d
Compare
Choose a tag to compare

New features:

  • switch build tests from travis to github actions

Bug fixes:

  • cmake: remove generated false for config.h.in
  • require MPI when -DMPI=ON

v0.1.0

06 Oct 20:38
Compare
Choose a tag to compare

Release Notes

Release to support SCR v3.0rc2

  • Static build
  • Optionally build tests
  • Clean up compiler warnings
  • Drop zlib dependency

Config Options Changes

  • New TVDISPLAY cmake option to compile tv_data_display.c for debugging with TotalView C++View
  • New BUILD_SHARED_LIBS cmake option to build shared libraries or use static linking
  • New ENABLE_TESTS cmake option

v0.0.2

24 Mar 17:11
2941057
Compare
Choose a tag to compare

Release Notes

  • Set Linux rpath settings

v0.0.1

24 Mar 04:01
2da2a16
Compare
Choose a tag to compare

This is an initial 0.0.1 Alpha release of SPath.

SPath libary defines a data structure and a number of functions to manipulate paths, including combining, slicing, simplification, computing relative paths, and converting to/from character strings.