Markus Pfeiffer

Results 20 comments of Markus Pfeiffer

I shall contact a couple of people to see whether I can find someone to lead such a project. I'll first have to read the particulars of COST grants though....

> We want warn when compiler not same as in CI So == instead of >=, also only warning, not fatal error Who is "we" referring to? One of the...

I do not understand your question. I was trying to find out whether removing this blanket link *on all targets* breaks something. Using `link_libraries` is strongly discouraged. (https://cmake.org/cmake/help/latest/command/link_libraries.html). For my...

Might be better placed in the velocypack library.

After a short discussion with @goedderz we decided to not add this to velcoypack proper just yet to test-drive the API first inside arangodb.

There is also an option to, while CMake builds to project, to just run cppcheck on every file and error out if there's an issue. That approach would have the...

The target now has the problem that one has to run a full build to run cppcheck, because some generated files do not exist yet, and cppcheck insists on loading...

Note that @ThomasBreuer seems to think differently about `ViewObj` vs `ViewString`; Also note that `PrintTo` does *not* do the same thing as `ViewObj`. A potenially usefuel (yet again) hack would...

So, with the instructions above one still has to have ward installed and the source is processed through ward; is this intentional/needed?

Small nitpick about the "source-destination" solution: At the moment (as documented) this calls the single-source solution and extracts the information from that; this is in many cases way less efficient...