haiku/headers
czeidler 32951c4e63 Make BReference and BWeakReference behave more like a normal pointer.
* Casts like BReference<Derived> to BReference<Base> are now possible.
* This cast for BWeakReference is, because of the underlying structure, not automatically type safe. I used a simple hack to make the compiler complain if the cast
is not type safe. Please take a look if that can be done better.
* Smaller style and bug fixes.
2012-01-05 13:42:45 +13:00
..
build FreeBSD host sys/stat.h: Add missing extern "C" 2011-11-28 05:11:35 +01:00
compatibility * Added definitions for n_short, n_long, and n_time as expected on FreeBSD when 2011-07-23 15:41:47 +00:00
config Filtered flat import of Oliver's svn package management branch 2011-11-25 06:17:07 +01:00
cpp Fix #7948: add correct prototype for String::compare alongside the wrong one 2011-10-31 09:56:00 +00:00
glibc * merged 32bit-wchar_t branches of buildtools and haiku back into 2009-07-07 10:30:09 +00:00
libs Merge branch 'master' of git://github.com/haiku/haiku 2011-12-15 20:50:28 -07:00
os Moved documentation for the BEntry class into a dox file to include it into the Haiku book. 2011-12-18 21:28:55 -05:00
posix added memrchr to string.h, guarded by __USE_GNU. Also guards strchrnul. 2012-01-05 00:17:41 +01:00
private Make BReference and BWeakReference behave more like a normal pointer. 2012-01-05 13:42:45 +13:00
tools * Moved everything into the SymbolPatcher namespace. 2009-11-05 17:16:17 +00:00