Releases: ECP-VeloC/AXL
Releases · ECP-VeloC/AXL
v0.9.0
What's Changed
- Improving logic for creating unique ids for BB APIs. by @hariharan-devarajan in #142
- Incremental release v0.9.0 by @CamStan in #146
New Contributors
- @hariharan-devarajan made their first contribution in #142
Full Changelog: v0.8.0...v0.9.0
v0.8.0
New Features:
- added cmake config support
- new minimum cmake version:
v2.8v3.14 - install cmake find modules for bbapi and datawarp
- new minimum cmake version:
- updated gitignore
- update GitHub Actions
- add static and shared build tests
- split build into configure/build/test steps
Bug Fixes:
- removed pthreads_cancel_test
v0.7.1
v0.7.0
New features:
- Disable copying to a temporary file by default. The temporary file can be enabled by setting
export AXL_USE_EXTENSION=1
in the environment before callingAXL_Init
or by settingUSE_EXTENSION=1
in a call toAXL_Config
. For details, see #127 - Increase buffer size for copying files from 1MB to 32MB.
v0.6.0
New features:
- Added
-DENABLE_PTHREADS=OFF
CMake option to disable building pthread support - switch build tests from travis to github actions
Bug fixes:
- cmake: drop false generated file property for
config.h.in
- free memory in
AXL_Finalize
for cleaner report in memory debugging tools
v0.5.0
Release Notes
Release to support SCR v3.0rc2
- Static build
- Optionally build tests
- Add config option to set rank
- Remove CPPR support
- Enable GitLab CI
- Update unit tests
- test: add check for
AXL_KEY_CONFIG_RANK
- test: add check for
Config Option Changes
- New
BUILD_SHARED_LIBS
cmake option to build shared libraries or use static linking - New
ENABLE_TESTS
cmake option - New
VELOC_RESOURCE_MANAGER
cmake option for testing - New individual vendor
ENABLE_IBM_BBAPI
(default) andENABLE_CRAY_DW
cmake options - Drop
AXL_ASYNC_API
cmake option
Bug Fixes
- fix: BBAPI tag generation
- fix: add field for pthread test to track items yet to be completed
v0.4.0
AXL version 0.3.0
Bump version to 0.3.0 Tag version 0.3.0 to mark API change for addition of AXL_XFER_DEFAULT and AXL_XFER_NAVIVE, and the removal of AXL_XFER_BEST. Signed-off-by: Tony Hutter <hutter2@llnl.gov>