Skip to content

Commit

Permalink
Added v0.8.2 to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuehlig committed Nov 9, 2024
1 parent 329bce7 commit bc66586
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# *perf-cpp*: Changelog

## v0.8.2
* Fixed compatibility for older Linux versions that don't provide `PERF_MEM_BLK`, `PERF_MEM_LVLNUM`, and `PERF_MEM_REMOTE`.

## v0.8.1
* Fixed error using decltype instead of typeof (by [@toge](https://github.com/toge) )

## v0.8.0
* Restructured the build-system – thanks to [@foolnotion](https://github.com/jmuehlig/perf-cpp/commits?author=foolnotion):
* Restructured the build-system – thanks to [@foolnotion](https://github.com/foolnotion):
* Examples are no longer included into default build and must be activated with `-DBUILD_EXAMPLES=1` (see [documentation](docs/build.md#build-examples)).
* New feature: Added option to install the library using `-DCMAKE_INSTALL_PREFIX=/path/to/libperf-cpp` (see [documentation](docs/build.md#install-the-library)).
* New feature: Define period or frequency along with trigger events when sampling (see [documentation](docs/sampling.md#period--frequency)).
Expand Down

0 comments on commit bc66586

Please sign in to comment.