Kiwi/docs
copilot-swe-agent[bot] 47bd1f7ddc Refactor C API to use value semantics for stream objects
- Changed kiwi_builder_init_stream() to return kiwi_stream_object_t by value instead of pointer
- Eliminates memory management ambiguity and potential leaks
- Simpler and safer API following standard C callback patterns
- Updated CStreamAdapter to work with value semantics
- Added stddef.h include for C compatibility
- Updated documentation with corrected examples
- Backward incompatible but safer API design

Co-authored-by: bab2min <19266222+bab2min@users.noreply.github.com>
2025-09-13 01:51:16 +09:00
..
api doc for doxygen+sphinx+breathe 2021-09-15 01:52:31 +09:00
conf.py chore: format conf.py 2021-10-29 00:07:40 -07:00
Doxyfile.in doc for doxygen+sphinx+breathe 2021-09-15 01:52:31 +09:00
index.rst doc for doxygen+sphinx+breathe 2021-09-15 01:52:31 +09:00
make.bat doc for doxygen+sphinx+breathe 2021-09-15 01:52:31 +09:00
Makefile doc for doxygen+sphinx+breathe 2021-09-15 01:52:31 +09:00
StreamProvider.md Refactor C API to use value semantics for stream objects 2025-09-13 01:51:16 +09:00