haiku/src/kits/support
Rene Gollent 860c710c4b Add some additional BReferenceable debugging.
- When libbe is built in debug mode, BReferenceable now issues a
  debugger call if it's destroyed without all references having been
  released.
2012-12-04 21:17:30 -05:00
..
Archivable.cpp Fix add-on image unloading for shelf replicants (ticket #8708). 2012-07-10 18:41:49 -04:00
ArchivingManagers.cpp Make ownership-taking idempotent during unarchiving. 2012-05-03 08:45:29 +12:00
ArchivingManagers.h
Beep.cpp
BlockCache.cpp Partial fix for DEBUG=1 build on a 64bit host 2011-12-21 17:21:38 +00:00
BufferedDataIO.cpp BufferedDataIO::Flush(), use ssize_t rather than size_t 2011-12-29 13:43:15 -05:00
BufferIO.cpp Compilation and 64-bit fixes to libbe.so sources. 2012-07-30 21:27:21 +01:00
ByteOrder.cpp Handle 64-bit types correctly. 2012-08-04 18:58:26 +01:00
DataIO.cpp Use casts that are more portable. 2011-06-14 11:27:24 +00:00
DateTime.cpp Fix clamping in BDate::AddMonths(): 2011-09-07 21:31:06 +00:00
Flattenable.cpp
Jamfile Add a BStringList class 2011-11-25 06:19:45 +01:00
List.cpp
Locker.cpp
PointerList.cpp Add MoveItem method to easily move a item within a list. Fix line limit. 2011-07-24 23:49:30 +00:00
Referenceable.cpp Add some additional BReferenceable debugging. 2012-12-04 21:17:30 -05:00
StopWatch.cpp
String.cpp Use strnlen instead of own impl, as it probably will have platform specific optimisation. 2012-04-27 22:15:48 +02:00
StringList.cpp Small style changes. Thanks Axel. 2011-12-21 17:21:51 +13:00
Url.cpp