| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
What to install is chosen with components.
|
| |
|
| |
|
| |
|
|
|
|
| |
Move to target_compile_definitions.
|
| |
|
| |
|
|
|
|
| |
This is done by check_type_size.
|
| |
|
| |
|
|
|
|
| |
Use variables set by it.
|
| |
|
| |
|
|
|
|
| |
Adjust minimum required version for regex.
|
|
|
|
| |
Add option to also install zlib1.ddl for compatibility.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Though it does not matter for code correctness, clang's UBSan
injects code that complains about computing a pointer from an array
where the result is out-of-bounds for that array, even though the
pointer is never dereferenced. Go figure. This commit avoids that
possibility when computing distcode in inflateCopy().
|
| |
|
| |
|
| |
|
| |
|