Skip to content

Tags: cel-expr/cel-cpp

Tags

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2213 from jnthntatum/v0.16.1

rollback: Opt-in to eager field lookup by default.

v0.16.0

Toggle v0.16.0's commit message
Incrementally check code point limit in NewSource

Avoids copying the full source if it is outside of the configured limit.

cross ref: cel-expr/cel-go#1302

PiperOrigin-RevId: 957218893

v0.15.0

Toggle v0.15.0's commit message
Remove invalid 'size' arg, use alignment as size.

PiperOrigin-RevId: 905243616

v0.14.0

Toggle v0.14.0's commit message
Add cel::Value::WrapMessageUnsafe.

Adds an unsafe version of wrap message that avoids copies but risks less obvious lifetime dependencies.

PiperOrigin-RevId: 833378293

v0.13.0

Toggle v0.13.0's commit message
Bump abseil and protobuf versions.

Use the `absl_nullable` style of nullability annotations.

PiperOrigin-RevId: 788564038

v0.12.0

Toggle v0.12.0's commit message
Suppress clang warning for direct memory write in value_variant.h.

PiperOrigin-RevId: 781114095

v0.11.0

Toggle v0.11.0's commit message
Update to cel-spec 0.23.0

PiperOrigin-RevId: 743693479

v0.10.0

Toggle v0.10.0's commit message
Move `CheckerOptions` to the `cel` namespace

PiperOrigin-RevId: 689503156

v0.9.0

Toggle v0.9.0's commit message
Update the default type provider (protobuf reflection impl) to return…

… a specific

type info instance instead of the generic one.

PiperOrigin-RevId: 534552333

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #155 from google/cpp-sync

Internal change