History log of /haiku/src/kits/shared/MessageBuilder.cpp
Revision Date Author Comments
# 79c1d45c 24-Aug-2014 Jérôme Duval <jerome.duval@gmail.com>

libshared: fix x86_64 build


# e7babe14 24-Aug-2014 Stephan Aßmus <superstippi@gmx.de>

MessageBuilder: Whoops, stringDeleter must be detached when adding succeeded.


# edc46535 24-Aug-2014 Stephan Aßmus <superstippi@gmx.de>

MessageBuilder: Fix potential leaks in PushObject().


# 8f16f634 24-Aug-2014 Stephan Aßmus <superstippi@gmx.de>

MessageBuilder: Fix leaking BMessages.

The initial message is not deleted, since the current message is not
on the stack.


# 2f23e09d 24-Aug-2014 Stephan Aßmus <superstippi@gmx.de>

MessageBuilder: Fix init order to match header.


# e4d2963e 04-Aug-2014 Augustin Cavalier <waddlesplash@gmail.com>

libshared: Introduce JSON parser and MessageBuilder.

Based on an earlier piece of source code of mine that parsed JSON into
QObjects, this JSON parser creates a BMessage tree.

Will be used by Stephan in HaikuDepot for communication with the web app.


# 79c1d45cee995683a7cfbbf8b49ef2024a2eefd7 24-Aug-2014 Jérôme Duval <jerome.duval@gmail.com>

libshared: fix x86_64 build


# e7babe14ba87cfb4bd0794d5081c725b54d1ab04 24-Aug-2014 Stephan Aßmus <superstippi@gmx.de>

MessageBuilder: Whoops, stringDeleter must be detached when adding succeeded.


# edc46535ed1f9db8917ded2a922aef599e339130 24-Aug-2014 Stephan Aßmus <superstippi@gmx.de>

MessageBuilder: Fix potential leaks in PushObject().


# 8f16f634d7f48fba2f801158e6fe6708dba97fbc 24-Aug-2014 Stephan Aßmus <superstippi@gmx.de>

MessageBuilder: Fix leaking BMessages.

The initial message is not deleted, since the current message is not
on the stack.


# 2f23e09d9d9c7edb8971abc9a4e96df3cc152dcf 24-Aug-2014 Stephan Aßmus <superstippi@gmx.de>

MessageBuilder: Fix init order to match header.


# e4d2963e01eaa559c4cdc7165cd8ea0925e165dd 04-Aug-2014 Augustin Cavalier <waddlesplash@gmail.com>

libshared: Introduce JSON parser and MessageBuilder.

Based on an earlier piece of source code of mine that parsed JSON into
QObjects, this JSON parser creates a BMessage tree.

Will be used by Stephan in HaikuDepot for communication with the web app.