Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmake #3

Open
wants to merge 215 commits into
base: cmake
Choose a base branch
from
Open

Cmake #3

wants to merge 215 commits into from

Conversation

wdobbe
Copy link

@wdobbe wdobbe commented Feb 22, 2018

Added some of the cmake install targets, not complete yet.
In addition a fix in finding libcap-ng.

HenryMiller1 and others added 5 commits October 10, 2018 15:49
Add LGTM code quality badges
Clarify that the usual usage pattern for icecc (adding its symlinks to $PATH) should not be followed when using ccache's own symlinks.
llunak and others added 29 commits February 4, 2020 21:44
Recent versions of valgrind abort with error if they cannot write
to --log-file, and this seems to cause problems with chroot-ed processes.
So redirect to a socket and valgrind-listener.
- The tilde doesn't need to be escaped in markdown.
- placing some strings into "code" format by means of backticks.
According
https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html
--coverage option is a synonym for -fprofile-arcs -ftest-coverage.
Or rather force it, because all(?) compilers in use support it, or even
newer.
Remember the total size of an unpacked environment tarball instead
of computing it on removal, because if something external removes
something from it (e.g. an automatic system cleanup or /var/cache),
then the reported sum will be smaller, so the daemon will think
the cache takes up more than it does.
It seems that -W (which IIRC is the old name for -Wextra) either doesn't
work anymore or it doesn't work with Clang.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.