You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src: resolve Coverity hits (#183)
* coverity: wrap the access to global.state with mutex
* coverity: add return to prevent double work and double mutex unlocking
* update api version
* address code review comments: move the variable declaration
ci: restrict write permissions to job scope in deploy-docs workflow (#……181)
* disable write permissions on global scope for deploy documentation workflow
* doc: fix readme broken link
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 <[email protected]>
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
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
ci: add release workflow for automating the PyPI publishing process (#……156)
* added workflow for automating the pypi publishing process
---------
Co-authored-by: Eugeny Parshutin <[email protected]>
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