Skip to content

Tags: PragmaTwice/protopuf

Tags

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: fix doxygen build in doc CI (#49)

* ci: fix doxygen build in doc CI

Signed-off-by: PragmaTwice <twice@apache.org>

* install libclang-15-dev

Signed-off-by: PragmaTwice <twice@apache.org>

---------

Signed-off-by: PragmaTwice <twice@apache.org>

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: switch the default mode to safe_mode (#44)

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix field iterating in skipper::encode_skip for message_coder (#40)

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix field: add ctor for base type (#33)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
message: add merge(message...) (#28)

* message: add merge(message...)

* message: add doc for merge(message...)

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
message: fold through all fields in a message (#22)

* message: add message::fold

* message: add non-const fold

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CI: add windows build for MSVC (#18)

* CI: add macos build

* CI: fix macos label

* CI: fix LLVM version

* CI: force clang to use libstdc++

* CI: add windows build

* CI: fix env vars in pwsh

* CI: fix env vars in pwsh

* CI: fix env vars in pwsh

* test: fix missing header

* CI: try to fix benchmark

* CI: try to fix benchmark

* CI: fix github_env

* test: add missing header

* CI: fix benchmark

* README: support MSVC

v1.0.1

Toggle v1.0.1's commit message
CI: temporarily remove Windows & Mac OS build

v1.0.0

Toggle v1.0.0's commit message
CI: add Debug into build matrix