1.4 KiB
1.4 KiB
Changelog
All notable changes to this project will be documented in this file.
[0.4.0] - 2023-10-23
Fixed
- Fixed a bug where JIT-generated code was not visible to VTune (#105)
[0.3.5] - 2023-10-05
Changed
[0.3.4] - 2023-07-28
Added
- OpenBSD support added
Changed
- Fixed double shutdown in JIT API (#82)
[0.3.3] - 2023-01-18
Added
- FreeBSD support; the crate now contains bindings for Windows, Linux, macOS, and FreeBSD
[0.3.2] - 2022-11-14
Added
- Add
pause,resume, anddetachfunctions
[0.3.1] - 2022-04-12
Changed
- Make high-level
DomainstructureSync
[0.3.0] - 2022-04-06
Changed
- Split the functionality into two crates:
ittapi-sysfor the low-level C bindings andittapifor new high-level APIs (e.g., Domain, Task, etc.)
[0.2.0] - 2022-02-16
Added
- Windows support; the crate now contains bindings for Windows, Linux, and macOS
Removed
- The
force32feature; 32-bit binaries are unsupported until someone requests to re-add this
[0.1.6] - 2021-12-17
Changed
- Fixed the license string in
Cargo.toml - Improved documentation