Commits
Branch selector
User selector
Commit History
Commits on May 18, 2023
Fix the remaining usages of LOG macro.
Show description for c1a562acommittedAdd missing aliases to the wrapper types
Show description for 4c35665authored andcommittedRefactor `ListValueBuilder` and `MapValueBuilder` ahead of introducing `NewValueBuilder` to `ListType` and `MapType`
Show description for 1032d84authored andcommittedUse ABSL_LOG macros over LOG macros
Show description for b35780ecommittedMerge pull request #167 from google/cpp-sync
Show description for 51bbf36authoredWorkaround GCC friendship bugs
Show description for 831f5feauthored andcommittedMerge `:type` and `:value` into `:data`
Show description for 142b3b5authored andcommittedRemove `noexcept` unless required to avoid bugs in older compilers
Show description for 1838dd0authored andcommittedSimplify `ListValueBuilder` and `MapValueBuilder`
Show description for fd5f75dauthored andcommittedMiscellaneous cleanup
Show description for 680f6d8authored andcommittedOSS export
Show description for 3ff5836committedImprove coverage a little bit
Show description for 006ad0dauthored andcommittedMigrate regex precompilation to program optimizer interface.
Show description for cc7daecauthored andcommittedUpdate cel::TypeProvider references to be const.
Show description for 79e4a22authored andcommittedAdd more tests to `ProtoStructValue`
Show description for 9dfb9feauthored andcommittedFix ASan issue due to odd lifetimes regarding `absl::string_view` and `absl::Span`
Show description for 6f2619fauthored andcommittedFix bug related to the function registry and dangling references to descriptors
Show description for e0a4586authored andcommittedRemove stored protobuf enum descriptors from CelTypeRegistry.
Show description for 2cddf41authored andcommittedSeparate container operators from the core builtin function registrar.
Show description for 10be43bauthored andcommitted
Add new method to inspect registered enum set for client tests.
Show description for 1d4e35eauthored andcommittedRefactor cel-type registry to support using new style enums for identifying constants at plan time.
Show description for cd56747authored andcommittedRemove usage of `Reflection::GetStringView`
Show description for 7f758e3authored andcommittedRemove unused planning arena.
Show description for dc69778authored andcommittedImplement initial support for `google.protobuf.Any`
Show description for 74dea69authored andcommittedUse `struct` consistently with `cel::base_internal::AnyData` to silence warnings
Show description for b44791eauthored andcommittedRemove `final` from `cel::Allocator`
Show description for 8751ac3authored andcommittedCache builtin types in `TypeManager`
Show description for 52604a1authored andcommittedInternal tool update
Show description for cec0463authored andcommittedAdjust stack limits for evaluating sub expressions in the constant folding optimization.
Show description for c0518acauthored andcommittedInternal tool change
Show description for e11d971authored andcommittedUpdate flat expr builder program optimizer API to accept a factory instead of an instance.
Show description for 4639203authored andcommittedRun field presence and access tests for both name and number
Show description for 203c057authored andcommittedYet more test simplification
Show description for 1c1cfd0authored andcommittedForbid direct creation of `ConstantId` and `FieldId`
Show description for 0b15d05authored andcommittedYet more test simplifications
Show description for 91c808fauthored andcommitted