donate-cpu.py: Use Boost library configuration if appropriate#1587
donate-cpu.py: Use Boost library configuration if appropriate#1587versat merged 2 commits intocppcheck-opensource:masterfrom
Conversation
|
There is one known issue: |
|
Or should we wait with this PR until the next version is released so it is unlikely that the options differ? |
Sounds like a good idea |
Instead of I would recommend a cleanup.
Now the branch should look much better. There should only be your 2 commits. To push that you will need to use |
|
Ok i will try to clean it up. |
in the end it does not matter. |
51c30c0 to
5ac2bf0
Compare
|
Hmm, was that too much "rebase"? Somehow amai is now author of the commit :) |
|
Thanks for the cleanup. I believe you can use |
|
Good idea. I'll try that. |
5ac2bf0 to
2da0dd0
Compare
Add check to only use boost library if boost.cfg exists since it is very new. If the boost.cfg does not exist Cppcheck would exit with an error and we would not get the desired results. Tested locally.
2da0dd0 to
d84c441
Compare
should be enabled after the release of Cppcheck 1.87.
|
I have commented out the boost include detection and library usage. So this PR can be committed now to avoid rebasing it again and again. |
|
sounds good. |
|
It would be interesting to get a graph about how quick latest Cppcheck is compared to some old Cppcheck versions. I would like to be able to run that sometime. I guess that will require that we leave out various libraries and maybe other flags also. |
The information output is of not much interest in this case too i guess. |
Add check to only use boost library if boost.cfg exists since it is very new.
If the boost.cfg does not exist Cppcheck would exit with an error and we
would not get the desired results.
Tested locally.