mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #859] [CLOSED] Compilation for Python on OpenVMS #1458
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/859
Author: @vorfol
Created: 10/20/2020
Status: ❌ Closed
Base:
master← Head:openvms📝 Commits (4)
da1118bcompilation passedcf96dd1erroneous replacement4a62b32stdint for diff crtl versions22b73c0fix inttypes📊 Changes
63 files changed (+1020 additions, -0 deletions)
View changed files
📝
.gitignore(+2 -0)📝
c/common/constants.c(+4 -0)📝
c/common/constants.h(+4 -0)📝
c/common/context.c(+4 -0)📝
c/common/dictionary.c(+8 -0)📝
c/common/platform.c(+4 -0)📝
c/common/transform.c(+4 -0)📝
c/dec/bit_reader.c(+4 -0)📝
c/dec/decode.c(+16 -0)📝
c/dec/huffman.c(+4 -0)📝
c/dec/state.c(+8 -0)📝
c/dec/state.h(+8 -0)📝
c/enc/backward_references.c(+68 -0)📝
c/enc/backward_references.h(+12 -0)📝
c/enc/backward_references_hq.c(+36 -0)📝
c/enc/backward_references_hq.h(+16 -0)📝
c/enc/bit_cost.c(+24 -0)📝
c/enc/bit_cost.h(+8 -0)📝
c/enc/block_splitter.c(+44 -0)📝
c/enc/block_splitter.h(+12 -0)...and 43 more files
📄 Description
The project is compiled on OpenVMS. At the moment the OpenVMS compiler does not allow "./" in the include path.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.