I will do some compiling & testing to double-check that everything works.
For now, I noticed in the commits that you have some TODO comments still left - are these things still to do, or are they solved? While I'm working on the branch, I always use the keyword NOCOM for things that need to be solved before it gets merged, so I can grep for it separately from the TODO keyword.
I see that you have already noticed our Codecheck stuff :) If you want to run it separately from compile.sh, you can use
I will do some compiling & testing to double-check that everything works.
For now, I noticed in the commits that you have some TODO comments still left - are these things still to do, or are they solved? While I'm working on the branch, I always use the keyword NOCOM for things that need to be solved before it gets merged, so I can grep for it separately from the TODO keyword.
I see that you have already noticed our Codecheck stuff :) If you want to run it separately from compile.sh, you can use
cmake/codecheck /CodeCheck. py src/* | grep -v "src/third_party"