damageboy

Results 39 issues of damageboy

When inserting the module after compilation I see this in `dmesg`: ``` [87716.252729] asus-fan (init) - dmi sys info: 'ASUSTeK COMPUTER INC.' [87716.252731] asus-fan (init) - dmi product: 'ASUS EXPERTBOOK...

Currently, on modern HW, where multiple PMU counters can be recorded for single run (example: Icaleake with 16 concurrent PMU counters, the code `perf_counters.cc` hard codes a limit of 3...

Dynamically detect PMU capabilities through libpfm - Instead of allowing for up to 3 counters, libpfm's internal capabilities of reporting PMU info are used to manage a per-PMU "registry" and...

incomplete

## Description As other issues (such as #267) have pointed out here, doctest misbehaves when used in a project that uses `clang-tidy`. Any use of the `CHECK` basically makes clang-tidy...

category/static-analysis

## Description As of this time, when using doctest with fixture classes, there is no way to write common fixture teardown code outside of the fixture destructor. When doing so...

I'd like to somehow "store" the aptly configuration (repos, packages etc.) into source control. This obviously doesn't exist right now, are there any thoughts about this sort of feature?

wishlist

Hi, this minor change allows using eternal with cmake's `Fetch_Conent` or alternatively [CPM](https://github.com/cpm-cmake/CPM.cmake). The current way that the include folder are specified means that an including cmake project will be...

I was wondering if anyone is aware of a sample or reference to a staticman setup that also includes inline commenting a-la this: http://tsi.github.io/inlineDisqussions/ Any help would be appreciated

It would be nice to be able to highlight different lines on different code blocks simulatenously, as I'm going over two variations of the same code in one slide. I...

enhancement
help wanted

Hi, I'm looking for a cookbook like recipe for how is the "right" way, as far as markdig is concerned for doing markdown transformations. Namely, I'm trying to concert a...

question