Skip to content

Tags: intel/ittapi

Tags

v3.26.1

Toggle v3.26.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: upgrade gh-action-pypi-publish release action (#177)

upgrade pypi release action

v3.26.0

Toggle v3.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add new formatted metadata ITT API (#174)

* add support of formatted metadata

* add Rust bindings

* change versions and add wchar_t string support

* add comment that the format string for formatted metadata is in printf-style

* add new formatted metadata call into reference collector

* address review comments for formatted metadata changes

* address review questions and prevent potential performance issues

---------

Signed-off-by: Kireev, Alexey <alexey.kireev@intel.com>

v3.25.5

Toggle v3.25.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Force non-executable stack for assembly object files on Linux (#170)

* force non-executable stack for assembly object files

* update header copyright in assembler sources

* revert comment format

v3.25.4

Toggle v3.25.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove unsecure library loading by removing marker file logic on Andr…

…oid (#168)

* Remove marker file logic to find dynamic itt library on Android

* API version update

v3.25.3

Toggle v3.25.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: add release workflow for automating the PyPI publishing process (#…

…156)

* added workflow for automating the pypi publishing process

---------

Co-authored-by: Eugeny Parshutin <eugeny.parshutin@intel.com>

v3.25.2

Toggle v3.25.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: add release workflow to include ittapi wheels in release package (#…

…155)

* added release workflow to add ittapi python wheels in to ittapi release package

* addressed review comments

---------

Co-authored-by: Eugeny Parshutin <eugeny.parshutin@intel.com>

v3.25.1

Toggle v3.25.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove fortran binary files and add logic to build them from source (#…

…152)

* Add building of the fortran binaries when -ft build option is selected

* delete fortran binary files

* add --cmake_gen build option to specify cmake build generator

* code cleanup

v3.25.0

Toggle v3.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add python support to ITT API (#145)

* Add pyitt 1.1.0

* changing repo urls and licenses. fix build error

* changing top-level directory name to python from pyitt and corresponding changes

* update to ignore egg-info

* remove recurse-submodules as it is not required

* changing pyitt to ittapi

* changing project name from intel-ittapi to ittapi

* removing author email

* removing author email field

* changing name from intel-ittapi to ittapi

* changing pyitt references to ittapi

* change error message when ittapi source dir is emply

---------

Co-authored-by: Egor Suldin <egor.suldin@intel.com>
Co-authored-by: Bandaru, Lalith Sharan <lalith.sharan.bandaru@intel.com>

v3.24.8

Toggle v3.24.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update header copyright info for advisor related files (#151)

update header copyright info for advisor related files

v3.24.7

Toggle v3.24.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix unsecure loading library pointed by ENV variable (#142)

* Adding function to check absolute path to avoid undefined behavior