6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Export reference to module's own reference counter, so that the module can grab it to prevent self-destruction while request is in flight. This is to possibly fix some crashes we've seen in the glitching run in the lto branch. More... almost 6 years ago
Re-gen. More... almost 6 years ago
Enable LTO here. More... almost 6 years ago
Also set AR=llvm-ar-9 RANLIB=llvm-ranlib-9 in case of Clang9. Those are neede for the LTO to work properly with a static lib. More... almost 6 years ago
Re-gen. More... almost 6 years ago
o Enable LTO for all modules; More... almost 6 years ago
Add test binaries. More... almost 6 years ago
Give wi_malloc_data() API a spin, look like we are not hitting it anywhere else in the code. More... almost 6 years ago
Re-gen. More... almost 6 years ago
Use m4/coverage.ami. More... almost 6 years ago
Get rid of results of the coverage report; More... almost 6 years ago
Centralize code coverage-specific definitions. More... almost 6 years ago
Re-gen. More... almost 6 years ago
Revert aa239c01 & 969f3895, looks like the issue has been caused by the "-I." in the compiler options. More... almost 6 years ago
Re-gen. More... almost 6 years ago
o Move MAINSRCDIR definition into a central location; More... almost 6 years ago
Link all .h files in src here to see if we can fix clang coverage. More... almost 6 years ago
For some reason llvm-gcov is looking in a wrong place for the rtpp_coverage.h file. More... almost 6 years ago
Only use CONFIGURE_ARGS where it belongs. More... almost 6 years ago
Collect/submit coverage from Clang builds too. More... almost 6 years ago
Allow coverage collection command to be overriden (i.e. Clang case). More... almost 6 years ago
Re-gen. More... almost 6 years ago
Remove subdir-objects, it does not work with automake 1.15 that is the only version provided with the Ubuntu 18. :( More... almost 6 years ago
Inquiry for the autoconf / automake version. More... almost 6 years ago
Re-gen. More... almost 6 years ago
Fix cleanfiles. More... almost 6 years ago
Set subdir-objects to reduce amount of warning we get from automake and serial-tests to provide more debug information for the make check run. More... almost 6 years ago
Re-gen. More... almost 6 years ago
Centralize LTO detection and enable it for all binaries in src. More... almost 6 years ago
See if installing llvm-9-dev fixes inability to use LTO. More... almost 6 years ago