Dmytro Ovdiienko

Results 28 issues of Dmytro Ovdiienko

### Feature Request Could you change the "Compile Active File" task (the button at the top-right of the opened C++ file) to report the g++ output to the OUTPUT tab...

enhancement

Could you modify the plugin to adjust the TabSize and InsertSpaces VS Code global settings based on detected .clang-format? I use VS Code for two different projects that have different...

Source: https://stackoverflow.com/questions/15133259/boost-check-no-throw-how-to-get-exception-message-printed When I test a method using ```cpp BOOST_CHECK_NO_THROW( method_to_test() ); ``` and an exception is thrown, it displays that an exception was thrown, but never the exception's message...

In the book there is following sentence: > Page 33 > Every CPU has its own TSC Based on my experience actually every CPU core has its own TSC. In...

In the book on the page 33 you mention TSC as a tool to measure the time. The problem is, there is no easy way to convert TSC ticks into...

I the beginning on of the book you have a guidance of how to read the book for the different kind of readers. Do you have the guidance how to...

In the book page 34 there is a sentence: > Making a `clock_gettime` system call can be much slower than executing RDTSC > The latter takes about 5ns while the...

Could you add the format string caused the issue to the `boost::too_many_args` exception text? I've got the following error message in the log file and cannot find where does it...