Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
fix #3244
|
|
|
|
|
|
|
|
Use OBJECT libraries
Remove the louloulibs directory
Write FOUND variables in the cache
|
|
|
|
|
|
|
|
Should compile faster (and also take less space on disk)
|
|
|
|
We don’t need any UTF-8 support here, and it’s more portable
|
|
|
|
fix #3226
|
|
|
|
|
|
|
|
|
|
|
|
fix #3211
|
|
|
|
|
|
This coverage is probably more useful than the other one, because it’s not
really reasonable to try to cover everything with simple units test (e.g. on
network code etc).
However, we should strive to have 100% coverage with our e2e tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix #3177
|
|
|
|
|
|
|
|
|
|
Avoids:
- Relying on github’s services
- Fetching a new (malicious) version, automatically, without any “check”
|
|
|
|
|