D4N

Results 24 comments of D4N

@clanmills Do you know if there are any further branches on svn that are not on git/github? I think we should migrate them, otherwise we are going to forget /...

I think uploading the branches won't hurt, provided it's not too much work. In the long term we should migrate the team repository from svn, but if it contains many...

> Hi D4N, > > > tl;dr; I have noticed that jtc has a pretty impressive documentation, but no tests. > > * yes, `jtc` has extensive test suit using...

> and the Linux one through APT. Linux distributions usually package software themselves and upstreams tend to not being involved with that (albeit no one objects if they do!). So...

Gitlab now supports running CI pipelines for github projects: https://about.gitlab.com/features/github/. It does come with a catch though: the pipeline won't run for pull requests from forks due to issues with...

Sure, I can prepare something. The question would be however: what do you want to test on gitlab? Probably not the same stuff as on Travis, I guess? A few...

> How should we differentiate between the distros [/etc/os-release](https://www.freedesktop.org/software/systemd/man/os-release.html) is probably the best choice for that. > Do all apt-based distros have mostly the same names for the same packages,...

I have tried your PR hoping to fix https://github.com/breathe-doc/breathe/issues/935 as well, but instead building the documentation with `make html` fails differently with doxygen 1.9.7 on Fedora Rawhide: ``` > /builddir/build/BUILD/breathe-4.35.0/breathe/renderer/filter.py(351)__call__()...

We essentially want to add this: ``` shell $ rpm --eval %{optflags} -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection ```...

Peter Kovář writes: > Also, for better performance LTO use would be nice to have. Shared libraries don't support LTO. You can build the library with LTO, but I wouldn't...