Deniz Bahadir

Results 8 comments of Deniz Bahadir

I would have used `CMAKE_CURRENT_SOURCE_DIR` instead of `PROJECT_SOURCE_DIR` but other than that I also recommend to merge this simple PR, because it fixes long standing build problems with the `add_subdirectory`...

You are probably right. As the template `process_event(...)` is currently implemented it has two distinct specializations: * One is called with an **event** which is **used in the transition-table (in...

That's sad to hear. But thanks for the fast answer. And thanks for the current version, which helps me a lot (even though I have problems nl-tracing my multi-threaded applications).

The following both commands seem to work: ``` $LD_PRELOAD=/preload.so ipset list /nltrace ipset list ``` They print some netlink-messages. However, I do neither know if this are all netlink messages...

Some additional observations: * In Chrome the notes are displayed in the speaker's windows, however, the timer is not running... * In Firefox everything seems to work, when enabling the...

Ultimately they should probably somehow be installed together with Boost.Test. But for now they would be in the Boost-source package and need to be copied by hand.

I rewrote the original implementation and made it compatible with older CMake versions. This `boosttest_discover_tests` implementation was inspired by the `gtest_discover_tests` implementation for *GoogleTest* that comes with CMake. I reached...