incubator-nuttx/include/cxx
Gregory Nutt 4adda9d428 Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis 2015-05-23 17:08:35 -06:00
..
cassert Header file clean-up 2012-07-17 03:58:11 +00:00
cctype There were some changes which broke my NuttX-Build. With these two patches it builds again. From Manuel Stühn 2015-01-01 15:56:25 -06:00
cerrno Header file clean-up 2012-07-17 03:58:11 +00:00
cfcntl Fix a couple of C++ related problems in include/cxx 2014-10-11 08:40:19 -06:00
climits Header file clean-up 2012-07-17 03:58:11 +00:00
cmath Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopin 2012-12-07 16:00:56 +00:00
csched NxWM: Add IApplicationFactory so that we can create multiple instances of applications; And, as a result of that, re-vamp entire threading model. this is now buggier than it was before 2012-05-16 22:43:40 +00:00
csignal Header file clean-up 2012-07-17 03:58:11 +00:00
cstdarg Add a generic GCC stdarg.h header file 2012-07-08 14:50:43 +00:00
cstdbool cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=y 2014-02-28 10:03:03 -06:00
cstddef Fixing bad idempotence definition in C++ header files 2014-02-27 10:49:27 -06:00
cstdint Add a generic GCC stdarg.h header file 2012-07-08 14:50:43 +00:00
cstdio Remove duplicate prototype of statfs from stdio.h. Belongs in sys/statfs.h only. Note by Michael Hope 2015-05-12 07:00:11 -06:00
cstdlib Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis 2015-05-23 17:08:35 -06:00
cstring Review and update some board configurations 2012-07-29 18:30:48 +00:00
ctime C++: Remove 'using ::timeval' from ctime. struct timeval was recently move to sys/time.h where it belongs. Now there are problems when it is referenced in ctime. Fixed by just removing it from ctime. Is that correct? or should ctime include sys/time.h? Noted by David Sidrane 2015-02-18 20:51:11 -06:00
cunistd Fix a couple of C++ related problems in include/cxx 2014-10-11 08:40:19 -06:00
cwchar Back out definition of mbstate_t. That is a mistake 2015-02-19 09:56:53 -06:00