Jérémie Dumas

Results 223 comments of Jérémie Dumas

Sure. As I said I was planning to provide a MWE _without_ Jolt. So here it is: ```c++ #include #include #include namespace MyLib { void* Allocate(size_t inSize) { return malloc(inSize);...

All good, thanks for looking into it!

I just ran into this issue today trying to enable file view in my doxygen documentation. I think it is quite common to have a different folder structure for development...

@bassoy any update on this PR? I am also running into this issue when trying to build Boost from source via CMake.

I think the CMakeLists looks good and I'd be happy to see it merged as well.

What is the status of patch [/D78038](https://reviews.llvm.org/D78038) above? Has it been moved to a GitHub PR on the LLVM project?

One also need to distinguish between Retina displays (on macOS), which are also hi-dpi screens, and regular hi-dpi external screens. On a Retina display on macOS there is a pixel...

Alright I gave a shot at fixing the nanobind-stubgen code. PR is in https://github.com/cansik/nanobind-stubgen/pull/9 if you guys want to take a look.

Thanks! Do you have a similar code for `GetRAMVirtualUsedByCurrentProcess()`? It seems that's what Celero is [currently measuring](https://github.com/DigitalInBlue/Celero/blob/6646a8f40c021b03df7d7b4465e44ba4c8638ecb/src/Executor.cpp#L112) during testing.

No worries, thanks. Good to know it's still on your radar :)