Kari Argillander
Kari Argillander
I get strange issue that file-contents-sorter hook does not work same way everytime. I made little test case which trickers the issue. If i run this 10 times it will...
This has not huge benefits in Catch2 codebase, but it is still easy to take in use and it will benefit those which build catch2 with project default compiler options....
This PR is just showcase what kind of things clang-tidy could do. So I am not suggesting we take all of these checks in use. Currently not buildable as it...
It would be nice to get clang-tidy to use. It has lot of good rules which makes code base modern and more unified. Releated items: - #4348 - #4352 -...
Seperete zlib and expat so they are only expose internally. There should not be reason for user to use these. This makes https://github.com/pocoproject/poco/issues/4358 easier to implement as all external libraries...
**Describe the bug** RemoteSyslogChannel "LOG_" and "SYSLOG_" properties cannot work. (Not tested looking through code.) We have following code. ```c++ void RemoteSyslogChannel::setProperty(const std::string& name, const std::string& value) { ... std::string...
TODO: Karg can you enable external actions from Settings? I could write this without external action but I do not see why this would be harmfull as anyone can anyway...
WIP: Let's merge this after clang-format is runned in whole repo. Make most of the code const correct. Note that this probably is kind of breaking change as many functions...
It is lot easier to work with automatic formatters if we have external files in different folder. For some tools we can example just exclude external all together. This work...
Currently I feel that logging is little mess. We print sometimes to stderr and sometimes to stdout. Also problem is that is hard to define custom mechanism without changing source....