1. 07c2259 ci: fix 32-bit linux compilation by reverting setup-fortran gh action to v1.6.1 (#215) by Evgeny Parshutin · 3 weeks ago master v3.26.7
  2. be7b3e5 build(deps): bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (#211) by dependabot[bot] · 3 weeks ago v3.26.6
  3. 4f06b1a python: add Python 3.13 and 3.14 wheel builds (#214) by Evgeny Parshutin · 3 weeks ago
  4. fd39072 build(deps): bump fortran-lang/setup-fortran from 1.6.1 to 1.8.1 (#213) by dependabot[bot] · 3 weeks ago
  5. 6a6d7d9 build(deps): bump cargo-bins/cargo-binstall from 1.16.7 to 1.17.4 (#212) by dependabot[bot] · 3 weeks ago
  6. 1a1d4ca build(deps): bump github/codeql-action from 3.28.9 to 4.32.0 (#210) by dependabot[bot] · 3 weeks ago
  7. 4d20dd7 build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#209) by dependabot[bot] · 3 weeks ago
  8. 78ba492 python: address Bandit code scan comments (#208) by Alexey Kireev · 4 weeks ago
  9. 818c1f7 fortran: fix windows fortran linking by removing dead 32-bit code (#206) by Evgeny Parshutin · 5 weeks ago v3.26.5
  10. 2bf04f7 build(deps): bump cargo-bins/cargo-binstall from 1.10.23 to 1.16.7 (#202) by dependabot[bot] · 5 weeks ago
  11. 145f931 build(deps): bump actions/attest-build-provenance from 1.4.3 to 3.1.0 (#204) by dependabot[bot] · 5 weeks ago
  12. ec24a51 build(deps): bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 (#203) by dependabot[bot] · 5 weeks ago
  13. edbc851 build(deps): bump actions/upload-artifact from 4.3.0 to 6.0.0 (#201) by dependabot[bot] · 5 weeks ago
  14. fd81bde build(deps): bump actions/checkout from 4.1.1 to 6.0.1 (#205) by dependabot[bot] · 5 weeks ago
  15. 40a8187 ci: enable monthly dependabot workflow run (#200) by Evgeny Parshutin · 5 weeks ago
  16. 9ba86aa ci: bump upload-artifact gh action version to 4.6.2 (#199) by Evgeny Parshutin · 6 weeks ago
  17. 8111354 ci: add Bandit security scanning for Python code with HTML reporting (#198) by Evgeny Parshutin · 6 weeks ago
  18. 52a098d Reference collector: add object spilling for multiple static ITT parts and more (#196) by Evgeny Parshutin · 9 weeks ago
  19. 2f1c29e Release crate v0.5.0 (#195) by Johnnie Birch · 3 months ago
  20. f1b5875 Fix clippy issue alerting of elided lifetime (#194) by Johnnie Birch · 3 months ago
  21. 347d0fb Exposes StartedEvent as public and removes lifetimes (#193) by Johnnie Birch · 3 months ago
  22. 4d27e3c Update file format of domain.rs and event.rs from crlf to lf (#192) by Johnnie Birch · 3 months ago
  23. e8a6e76 doc: add Formatted Metadata API documentation (#185) by Alexey Kireev · 5 months ago v3.26.4
  24. ca45fef doc: fix typo in code block minimize-itt-api-overhead.rst (#187) by Evgeny Parshutin · 5 months ago
  25. 3a93115 Improve reference collector performance (#186) by Evgeny Parshutin · 5 months ago
  26. 0c57540 src: resolve Coverity hits (#183) by Evgeny Parshutin · 7 months ago v3.26.3
  27. 1de6647 Add ITT API object creation and cleanup to reference collector (#182) by Evgeny Parshutin · 8 months ago
  28. 3d207d8 ci: restrict write permissions to job scope in deploy-docs workflow (#181) by Evgeny Parshutin · 8 months ago v3.26.2
  29. 2c21f72 ci: automate generation and upload of CodeQL security reports (#180) by Evgeny Parshutin · 8 months ago
  30. 5dca4ae cleanup: remove unnecessary files (#179) by Evgeny Parshutin · 9 months ago
  31. 7f9b67e Add ITT/JIT API documentation source files and gh-action to deploy docs to gh-pages (#175) by Evgeny Parshutin · 9 months ago
  32. e535d56 ci: upgrade gh-action-pypi-publish release action (#177) by Evgeny Parshutin · 10 months ago v3.26.1
  33. 93bc622 Add new formatted metadata ITT API (#174) by Alexey Kireev · 10 months ago v3.26.0
  34. d505e4b src: resolve Wundef hits (#176) by Dmitry Zarukin · 10 months ago
  35. 03f7260 Add non-exec stack annotation only for ELF (#171) by Mosè Giordano · 12 months ago
  36. dec1d23 Force non-executable stack for assembly object files on Linux (#170) by Evgeny Parshutin · 1 year ago v3.25.5
  37. 37d4b0f Minor changes to pin GitHub Action versions and align text with trademark rules (#169) by Evgeny Parshutin · 1 year ago
  38. 854e7c6 Remove unsecure library loading by removing marker file logic on Android (#168) by Evgeny Parshutin · 1 year, 1 month ago v3.25.4
  39. dd9593a rust: elide lifetimes for clippy analysis (#167) by Andrew Brown · 1 year, 2 months ago
  40. d3356e4 rust: fix clippy nit (#163) by Andrew Brown · 1 year, 5 months ago
  41. b889bab ci: fix clippy's CodeQL messages (#162) by Andrew Brown · 1 year, 5 months ago
  42. 2bbc704 ci: run `rust-clippy`, send results to CodeQL (#161) by Andrew Brown · 1 year, 5 months ago
  43. 48e75eb doc: add contributing guide and badges bar (#160) by Evgeny Parshutin · 1 year, 5 months ago
  44. 118fb7e ci: add signing step to release workflow (#159) by Evgeny Parshutin · 1 year, 5 months ago
  45. 08193a5 ci: add release workflow for automating the PyPI publishing process (#156) by Manish Srivastava · 1 year, 6 months ago v3.25.3
  46. 9db30bb python: renamed unit tests for ittapi.compat (#158) by Manish Srivastava · 1 year, 6 months ago
  47. 8e526a8 ci: add release workflow to include ittapi wheels in release package (#155) by Saurabh Katiyar · 1 year, 7 months ago v3.25.2
  48. fc432d1 python: add wrapper code for ITT-NERSC implementation to ensure compatibility (#153) by manish kumar srivastava · 1 year, 7 months ago
  49. 4febd9a ci: add CI workflow for python ittapi (#154) by Saurabh Katiyar · 1 year, 7 months ago
  50. 6ddf038 Remove fortran binary files and add logic to build them from source (#152) by Eugeny Parshutin · 1 year, 8 months ago v3.25.1
  51. 3346299 Add python support to ITT API (#145) by Eugeny Parshutin · 1 year, 8 months ago v3.25.0
  52. 1d92c61 Update header copyright info for advisor related files (#151) by Eugeny Parshutin · 1 year, 9 months ago v3.24.8
  53. e026c4c rust: use evergreen URL for doc links (#148) by Andrew Brown · 1 year, 9 months ago
  54. 09396fd rust: update links to VTune user guide (#147) by Andrew Brown · 1 year, 9 months ago
  55. e4995d9 Make the isValidAbsolutePath function more secure by using strnlen (#146) by eparshut · 1 year, 9 months ago
  56. 5aaa4b0 ci: fix creating releases job (#144) by eparshut · 1 year, 10 months ago
  57. e20cd60 Fix unsecure loading library pointed by ENV variable (#142) by manish kumar srivastava · 1 year, 10 months ago v3.24.7
  58. ec879c3 rust: add support for Intel PT regions (#140) by Andrew Brown · 1 year, 10 months ago
  59. 9fdc830 ci: reduce the steady stream of dependabot PRs (#138) by Andrew Brown · 2 years, 1 month ago
  60. a047ba3 build(deps): bump actions/download-artifact from 4.0.0 to 4.1.1 (#128) by dependabot[bot] · 2 years, 1 month ago
  61. 98bc707 build(deps): bump actions/upload-artifact from 4.0.0 to 4.3.0 (#133) by dependabot[bot] · 2 years, 1 month ago
  62. 3763067 build(deps): bump EmbarkStudios/cargo-deny-action from 1.5.5 to 1.5.13 (#136) by dependabot[bot] · 2 years, 1 month ago
  63. 47ad30d build(deps): bump github/codeql-action from 3.22.11 to 3.24.0 (#137) by dependabot[bot] · 2 years, 1 month ago
  64. 41806ca rust: improve `StringHandle` test (#125) by Andrew Brown · 2 years, 1 month ago
  65. c38897d rust: improve documentation, lint fixes (#124) by Andrew Brown · 2 years, 1 month ago
  66. 4055078 rust: improve the landing page documentation for crates.io (#127) by Andrew Brown · 2 years, 1 month ago
  67. ec07743 Update ittnotify_config.h by ekovanova · 2 years, 2 months ago v3.24.6
  68. 7c5dd95 Update README.md by ekovanova · 2 years, 2 months ago
  69. f27b8ff Merge pull request #122 from intel/fortran_re_gen_ifx by ekovanova · 2 years, 2 months ago
  70. a45bb5a regenerated fortran modules for windows by Nuzhnova, Elena · 2 years, 2 months ago
  71. 3f1fe22 regenerated fortran modules for linux by Nuzhnova, Elena · 2 years, 2 months ago
  72. a97a297 Merge pull request #119 from eparshut/master by ekovanova · 2 years, 2 months ago v3.24.5
  73. 00c43fe Fix memory leak by eparshut · 2 years, 2 months ago
  74. 397ab71 build(deps): bump github/codeql-action from 2.22.8 to 3.22.11 (#116) by dependabot[bot] · 2 years, 2 months ago
  75. c5d4a3e build(deps): bump actions/download-artifact from 3.0.2 to 4.0.0 (#117) by dependabot[bot] · 2 years, 2 months ago
  76. a4350ee build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 (#118) by dependabot[bot] · 2 years, 2 months ago
  77. e1ffe62 build(deps): bump github/codeql-action from 2.22.5 to 2.22.8 (#113) by dependabot[bot] · 2 years, 3 months ago
  78. d882c53 rust: regenerate bindings with recent VTune name changes (#114) by Andrew Brown · 2 years, 3 months ago
  79. 4ec67c7 Merge pull request #111 from intel/ekovanov_domain_check by ekovanova · 2 years, 3 months ago v3.24.4
  80. bcae948 correcting a typo when creating a domain by Nuzhnova, Elena · 2 years, 3 months ago
  81. abf1808 replace the old VTune name with a new one by Nuzhnova, Elena · 2 years, 4 months ago v3.24.3
  82. e2ae52c build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 (#110) by dependabot[bot] · 2 years, 4 months ago
  83. 77394fc build(deps): bump actions/checkout from 2.7.0 to 4.1.1 (#108) by dependabot[bot] · 2 years, 4 months ago
  84. 2a32bae [StepSecurity] ci: Harden GitHub Actions (#109) by StepSecurity Bot · 2 years, 4 months ago
  85. fb0f2f2 Add security best practices (#107) by Rahul · 2 years, 4 months ago
  86. a825eea rust: bump version to v0.4.0 (#106) by Andrew Brown · 2 years, 4 months ago
  87. f342766 rust: use a different `METHOD_LOAD` event (#105) by Andrew Brown · 2 years, 4 months ago
  88. 19cf9b7 Merge pull request #101 from abrown/rust-resolver by Johnnie Birch · 2 years, 5 months ago
  89. 181ee5d Merge pull request #104 from abrown/remove-deprecation by Johnnie Birch · 2 years, 5 months ago
  90. 1291953 rust: specify Cargo resolver by Andrew Brown · 2 years, 5 months ago
  91. 9196612 rust: use new `bindgen::Builder::formatter` method by Andrew Brown · 2 years, 5 months ago
  92. 3c92ca6 rust: update to v0.3.5 (#103) by Andrew Brown · 2 years, 5 months ago
  93. 6036434 Remove large and unnecessary fortran objects (#100) by Jake Shadle · 2 years, 5 months ago
  94. 976312d Merge pull request #102 from abrown/update-dependencies by Johnnie Birch · 2 years, 5 months ago
  95. e7ea2e6 ci: only build 64-bit version by Andrew Brown · 2 years, 5 months ago
  96. 8630186 rust: update MacOS bindings by Andrew Brown · 2 years, 5 months ago
  97. a01f214 rust: update Windows bindings by Andrew Brown · 2 years, 5 months ago
  98. a6ba633 rust: update Linux bindings by Andrew Brown · 2 years, 5 months ago
  99. 50327f1 rust: update Cargo dependencies by Andrew Brown · 2 years, 5 months ago
  100. 4746745 Merge pull request #97 from rahulchaphalkar/add-sec-policy by ekovanova · 2 years, 7 months ago