Skip to content

Add AbslStringify function to CString and CallStack - #10264

Open
bejado wants to merge 3 commits into
mainfrom
bjd/abseil-fixes
Open

Add AbslStringify function to CString and CallStack#10264
bejado wants to merge 3 commits into
mainfrom
bjd/abseil-fixes

Conversation

@bejado

@bejado bejado commented Aug 4, 2026

Copy link
Copy Markdown
Member

This reverts the change made in #10218 in favor of defining AbslStringify friend functions for utils::CString and utils::CallStack. This has the advantage that it doesn't incur a dependency on std::ostream.

BUGS=[537502416]

@bejado bejado added the internal Issue/PR does not affect clients label Aug 4, 2026
Comment thread libs/utils/CMakeLists.txt
endif()

if (FILAMENT_USE_ABSEIL_LOGGING)
target_link_libraries(${TARGET} PUBLIC absl::log)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this increases size as well. But I guess we can just commit and see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Issue/PR does not affect clients

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants