Commits
User selector
Commit History
Commits on May 18, 2023
Add support for iterating over struct fields
Show description for fc4e4c1authored andcommittedInternal change.
Show description for 68ba3afauthored andcommitted
Remove `internal/{launder,assume_aligned,unreachable}.h`
Show description for f84133bauthored andcommittedImplement `MapValueBuilder` and friends
Show description for a0f71afauthored andcommittedExport `DebugString` for well-known C++ types
Show description for fd5a7baauthored andcommitted
Commits on Jul 14, 2022
Internal change
Show description for ee2261fauthored andcommitted
Commits on Jun 7, 2022
OSS export.
Show description for ac2f3b2committedSplit internal library for encoding / decoding time from other proto-based utilities.
Show description for b20d23bauthored andcommitted
Internal change
Show description for 43cc3a1authored andcommitted
Commits on Jun 6, 2022
Internal change
Show description for 9e21e13authored andcommittedIgnore json_name on DescriptorProto comparison for pools
Show description for afc86aaauthored andcommittedAdd utility function to get file descriptor set of standard messages
Show description for 202148fauthored andcommittedInternal change
Show description for 9c3d2cfauthored andcommittedInternal change.
Show description for c5bbf19authored andcommitted
Commits on Feb 8, 2022
Internal change.
Show description for a515bf3authored andcommitted
Commits on Nov 30, 2021
OSS export.
Show description for 12a5312committedFix string and bytes literal parsing
Show description for 631a27dauthored andcommittedRefactor CEL parser to use `absl::string_view` and port improved `antlr4::CharStream` implementation to C++
Show description for c2d3dbdauthored andcommittedRefresh parser `Macro` API
Show description for a12cf46authored andcommittedRe-implement time utilities using absl::Time and absl::Duration instead of proto
Show description for 70c369eauthored andcommittedMove `common:overflow` to `internal:overflow` and namespace `cel::internal`
Show description for 1586a80authored andcommittedAdd license preamble to various source files
Show description for bbe4b1fauthored andcommittedRemove external UTF-8 handling dependency by implementing UTF-8 handling internally
Show description for d85a1b5authored andcommitted
Commits on Oct 7, 2021
More deadcode cleanup
Show description for 20aa55dauthored andcommitted
Commits on Oct 6, 2021
Internal change
Show description for f7209adauthored andcommittedRemove `explicit` from `cel::internal::StatusAdaptor`
Show description for a42430bauthored andcommittedIntroduce `CEL_RETURN_IF_ERROR` and `CEL_ASSIGN_OR_RETURN`
Show description for db5b814authored andcommittedIncorporate Macro Calls metadata into decompilation
Show description for 574cbe1authored andcommitted
Commits on Oct 5, 2021
Remove obsolete code in `common` and `internal`
Show description for 5801581authored andcommitted
Commits on Oct 2, 2021
Refactor the `eval/tools` and `eval/parser` and miscellaneous tests to incorporate the best practices for using `absl::Status` and `absl::optional`
Show description for db6f7f1authored andcommittedCelValue::DebugString() prints contents of List and Map types.
Show description for 0cac9fcauthored andcommitted
Commits on Mar 31, 2021
Well-known type wrapping support for field assignments
Show description for f433eb3committedReplace internal/port.h with absl/meta/type_traits.h
Show description for e88e8feauthored andcommitted
Apply clang-tidy fixes
Show description for 86db81cauthored andcommitted
Ensure that string->duration conversion validates that the duration is in the
Show description for c332be6authored andcommitted