- 22 Jul, 2022 1 commit
-
-
ZIMMERMANN Paul authored
-
- 20 Jul, 2022 1 commit
-
-
Emmanuel Thomé authored
The libstdc++ debug mode includes some overzealous runtime checks (O(n) checks for O(log(n)) operation), which basically ruin our debug_renumber test. We have to resort to something very ugly to fix that.
-
- 19 Jul, 2022 7 commits
-
-
Emmanuel Thomé authored
Add explicit noexec stack markers in asm files See merge request !88
-
Emmanuel Thomé authored
The cache mechanism outsmarts us, and recycles and outdated cache...
-
Emmanuel Thomé authored
-
Emmanuel Thomé authored
-
Emmanuel Thomé authored
-
Emmanuel Thomé authored
This gets rid of a linker warning.
-
Emmanuel Thomé authored
-
- 18 Jul, 2022 1 commit
-
-
ZIMMERMANN Paul authored
-
- 13 Jul, 2022 1 commit
-
-
ZIMMERMANN Paul authored
-
- 06 Jul, 2022 5 commits
-
-
Emmanuel Thomé authored
-
Emmanuel Thomé authored
Resolve "factor base cache not available with your libstdc++ library, sorry." Closes #30044 See merge request !87
-
Emmanuel Thomé authored
-
Emmanuel Thomé authored
-
Emmanuel Thomé authored
The fbc file is architecture-specific anyway. Presently, we've encountered 4k and 16k page sizes. Alphas and itaniums are no longer to be seen, but did use 8k page sizes IIRC.
-
- 05 Jul, 2022 2 commits
-
-
Emmanuel Thomé authored
-
Emmanuel Thomé authored
-
- 04 Jul, 2022 1 commit
-
-
ZIMMERMANN Paul authored
-
- 12 Jun, 2022 2 commits
-
-
Emmanuel Thomé authored
cmake config tweaks, mostly for x-compiling See merge request !85
-
Emmanuel Thomé authored
-
- 10 Jun, 2022 5 commits
-
-
Emmanuel Thomé authored
-
Emmanuel Thomé authored
-
Emmanuel Thomé authored
This is somewhat hacky, because we have to provide for the situation where the docker passes its docker socket to the container, *and* fix the permissions ofthe user in the container as well.
-
Emmanuel Thomé authored
CMAKE_BINARY_DIR does not always in a slash, and anyway the cmake-generated files should be below CMAKE_FILES_DIRECTORY. The pattern added by this commit is the one that is encountered elsewhere in cmake prose.
-
GAUDRY Pierrick authored
-
- 09 Jun, 2022 1 commit
-
-
Emmanuel Thomé authored
Prepare container images at each commit. See merge request !84
-
- 07 Jun, 2022 1 commit
-
-
Emmanuel Thomé authored
Container images are not super large. Actually most of the size comes from python. This is still WIP, in the sense that more functionality would be desired (dlog, automatic selection based on hardware, etc)
-
- 04 Jun, 2022 2 commits
-
-
Emmanuel Thomé authored
Resolve "gcovr-5.1 failure [Job Failed #2065565]" Closes #30043 See merge request !83
-
Emmanuel Thomé authored
I tend to agree that the data that gets produced is borked anyway. It's not really gcovr's fault. Well, at least 5.0 seems to be content with this data as it is. Let's use it for the time being.
-
- 03 Jun, 2022 1 commit
-
-
Emmanuel Thomé authored
This will certainly resolve over time, but in the meantime, we do either that, or stick to an old version (which will anyway break someday if our base image no longer has it)
-
- 02 Jun, 2022 2 commits
-
-
Emmanuel Thomé authored
-
Emmanuel Thomé authored
-
- 01 Jun, 2022 1 commit
-
-
GAUDRY Pierrick authored
-
- 17 May, 2022 1 commit
-
-
Emmanuel Thomé authored
-
- 16 May, 2022 3 commits
-
-
Emmanuel Thomé authored
-
Emmanuel Thomé authored
FreeBSD 13.1 released today. Do our tests work? See merge request !82
-
Emmanuel Thomé authored
-
- 13 May, 2022 2 commits
-
-
Emmanuel Thomé authored
-
Emmanuel Thomé authored
-