haiku/headers/cpp/std
Ingo Weinhold 2222d0559d * Introduced new header directory "config", which ATM contains HaikuConfig.h
and types.h. The idea is to provide a basic architecture/compiler
  abstraction by defining types and macros that allow the posix/ and os/
  headers to be mostly architecture/compiler agnostic. 
* Adjusted the posix/ and os/ headers accordingly.
* <SupportDefs.h>: Introduced B_PRI* and B_SCN* macros similar to the PRI*
  and SCN* macros defined in <inttypes.h>, just for the BeOS/Haiku [u]int*
  types and some POSIX types (e.g. off_t, dev_t, ino_t) that don't have POSIX
  macros. Also the B_PRI* and B_SCN* macros are available unconditionally,
  unlike the <inttypes.h> macros, which require __STDC_FORMAT_MACROS to be
  defined in C++ mode.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34214 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-24 19:44:07 +00:00
..
bastring.cc - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
bastring.h * Introduced new header directory "config", which ATM contains HaikuConfig.h 2009-11-24 19:44:07 +00:00
complext.cc - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
complext.h commented out hypot prototype : it conflicts with glibc signature when building libstdc++ which uses glibc headers 2005-03-10 19:56:11 +00:00
dcomplex.h - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
fcomplex.h - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
gslice.h - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
gslice_array.h - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
indirect_array.h - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
ldcomplex.h - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
mask_array.h - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
slice.h - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
slice_array.h - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
std_valarray.h - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
straits.h - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
valarray_array.h - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
valarray_array.tcc - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
valarray_meta.h - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00