Releases: intel/ittapi
Releases · intel/ittapi
release v3.26.3
What's New:
- Fixed Coverity static analysis tool hits
release v3.26.2
What's New:
- Added ITT/JIT APIs documentation source files and deployed docs to gh-pages: https://intel.github.io/ittapi
release v3.26.1
What's New:
- Fixed creation and deployment of the Python wheels packages
release v3.26.0
What's New:
- Added new formatted metadata ITT APIs:
void __itt_formatted_metadata_add(const __itt_domain *domain, __itt_string_handle *format, ...);
void __itt_formatted_metadata_add_overlapped(const __itt_domain *domain, __itt_id taskid, __itt_string_handle *format, ...)
These new APIs provide users with the ability to add metadata for ITT Task API instances in printf-style format. - Fixed
-Wundef
compilation flag hits - Fixed assembly files compilation on non-ELF systems
release v3.25.5
What's New:
- Forced non-executable stack for assembly object files on Linux to fix warnings from binutils 2.39+
- Updated comments and documentation to use the full name "Instrumentation and Tracing Technology API (ITT API)" on the first mention, in accordance with Intel trademark rules
release v3.25.4
What's New:
- Support for the Android platform is deprecated
- The marker file mechanism for finding the dynamic ITT library on Android has been removed. The library will now only load from the environment variable for all platforms
release v3.25.3
What's New:
- Added release workflow for automating the PyPI publishing
- Fixed running unit tests for
ittapi.compat
by renaming the unit tests
release v3.25.2
What's New:
- Added wrapper code for an earlier version of the Python bindings (ITT-NERSC implementation) to ensure compatibility
- Included ittapi Python wheels in release package
release v3.25.1
What's New:
- Removed Fortran binary files from the repository
- Added logic to the CMake file to build Fortran binaries from sources using the -ft build option
- Enabled building of the ittapi library with a complete feature list in CI workflow (including fortran)
- Added new build option --cmake_gen to specify the CMake build generator on Windows (fixed Ninja flow)
- Minor refactoring of the code style in the CMake file to make it consistent and up to date
release v3.25.0
What's New:
- Added Python support to ITT API