Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #248105

Category doxygen
Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
Changed at Sun 09 Nov 2025 15:06:58
Repository https://github.com/doxygen/doxygen.git
Project doxygen
Branch master
Revision 9a0a0a656cb2513d8dfbce74ff6f24669dd0ac8e

Comments

Refactoring: replace GrowBuf with normal QCString.
Rationale:
- not really beneficial to use a custom type anymore.
- Using same type as return type gives the compiler more options for return value optimization (RVO).

Changed files