Tags · google/cel-cpp

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.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.6.1

Toggle v0.6.1's commit message

Merge pull request #124 from google/oss_fixes

strings: fix invalid access with UTF8 verification, ensure absl::string_view compatibility