Commits
Branch selector
User selector
Datepicker
Commit History
Commits on May 21, 2025
Add option for using protobuf WKTs as context decl in type checking.
Show description for 8868650
Commits on May 15, 2025
Check that jump steps were included into the program plan before trying to
Show description for de85fb1
Commits on May 12, 2025
internal
Show description for 149cd32
Commits on May 8, 2025
Merge pull request #1485 from jchadwick-buf:internal-time-windows
Show description for 82af152committed
Commits on May 7, 2025
Add utility for formatting type names for display in error messages.
Show description for be36103Merge pull request #1446 from jchadwick-buf:byte-string-msvc
Show description for fbef2c1committed
Commits on May 6, 2025
Avoid including time_util in time.h
Show description for 9ec5176committed
Commits on May 5, 2025
Automated Code Change
Show description for b9648d4Update exercise2 to use the type checker and demonstrate configuring variables.
Show description for 6741857
Commits on May 2, 2025
Merge pull request #1448 from jchadwick-buf:prefer-ptrdiff-over-ssize
Show description for 939905ecommittedMerge pull request #1450 from jchadwick-buf:avoid-nested-status-macros
Show description for 97068d5committedDependency fixes for exporting. no functional changes.
Show description for e30f556Merge pull request #1443 from jchadwick-buf:fix-cel-cc-embed-windows
Show description for 1ce1685committed
Commits on May 1, 2025
Function for conversion of string to bool
Show description for 87dedebinternal
Show description for 9662d7f
Commits on Apr 30, 2025
IWYU fixes for internal proto.
Show description for f0f3618copybara script updates to better support import. no functional changes.
Show description for e47dc31No public description
Show description for 6fa0781Introduce math.sqrt to CEL C++ math extension
Show description for 05ad40c
Commits on Apr 29, 2025
Automated Code Change
Show description for 3c7689d
Commits on Apr 28, 2025
No public description
Show description for f3ef4aaMigrate the regex_functions extension to the new cel::Value type.
Show description for 3f425c1
Commits on Apr 26, 2025
Implement C++ utility for CEL field extraction.
Show description for 60e468b
Commits on Apr 25, 2025
Update to setup instructions for codelab. Add a Dockerfile as a reference for setup.
Show description for 6fcf3e8Add debug checks for containers unexpectedly returning unknown values
Show description for 66bf5fa
Commits on Apr 24, 2025
Misc codelab cleanup:
Show description for f1dcf76Export exercise4 for codelab.
Show description for a8d5b1bremove default move constructor declaration for type_registry to fix compiler warning. Intended to be managed as part of a runtime environment managed by a smart pointer.
Show description for dbf9eff
Commits on Apr 22, 2025
Avoid nesting status macros
Show description for 33e6be0committed
Commits on Apr 21, 2025
Fix handling for repeated enum fields
Show description for 558d040Remove declarations for 'timestamp' and 'duration' as type identifiers.
Show description for 628e94c
Commits on Apr 18, 2025
Prefer ptrdiff_t over ssize_t
Show description for 6b305e6committed
Commits on Apr 17, 2025
ByteString: Adjust bitfields for MSVC
Show description for f877215committed- committed
Add AddUnknownPattern() and AddMissingPattern().
Show description for 050b21e