Markus Elfring
Markus Elfring
>please enable these event log flags, … [I can construct the file “cc_config.xml” as requested](https://boinc.berkeley.edu/wiki/Client_configuration#Logging_flags "Logging flags"). >wait for the next hang, ``` Markus_Elfring@Sonne:/var/lib/boinc> boincmgr ``` * I can take...
>I don't need to see the standard output data. Your suggestion could be interpreted in other ways according to published information. :eyes: https://boinc.berkeley.edu/wiki/Client_configuration >I need the logs from the file...
I would appreciate if I could offer more information also according to the following file content. ``` Sonne:/var/lib/boinc # ls -l cc_config.xml && cat cc_config.xml -rw-r--r-- 1 boinc boinc 213...
How do you think about to make [your include guards](http://en.wikipedia.org/wiki/Include_guard#Difficulties) not only [standard-compliant](http://stackoverflow.com/questions/228783/what-are-the-rules-about-using-an-underscore-in-a-c-identifier#answer-228797) but also unique by appending [a kind of UUID](http://en.wikipedia.org/wiki/Universally_unique_identifier)?
How do you think about to [use a development tool like “clang-tidy” for corresponding source code adjustments](https://clang.llvm.org/extra/clang-tidy/checks/readability-delete-null-pointer.html "Deletion of unnecessary null pointer checks")?
>…, so I prefer not to do so, [Double underscores may be used at some places](https://stackoverflow.com/questions/228783/what-are-the-rules-about-using-an-underscore-in-a-c-identifier#answer-228797 "What are the rules about using an underscore in a C++ identifier?") also for...
:thought_balloon: I propose to [reduce the probability for undesirable naming conflicts](https://en.wikipedia.org/wiki/Include_guard#Difficulties "Using a coherent naming scheme?") another bit. :crystal_ball: Will [the collaboration with C++ modules](https://en.cppreference.com/w/cpp/language/modules "Documentation") become more attractive accordingly?
:crystal_ball: Would you prefer an other name pattern than appending [a kind of UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier "Description for the usage of universally unique identifiers")?
Thanks for your source code improvement. This update seems to be incomplete so far. - I find a name like "[VIEWER_H](https://github.com/OpenNI/OpenNI2/commit/69dff6ef5913767e9f4f5c5dbaecc0c5cf6aa113#diff-4bd9c1a8d6b43f0b4cb1b02d8422ff2eR21)" too short here. How do you think about to...
:thought_balloon: Would you like to apply a source code transformation result which can be generated also by a command like the following? (:point_right: Update candidates in 12 lines) ``` [Markus_Elfring@fedora...