summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtems++/System.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-11librtems++: Remove from RTEMS.Chris Johns1-135/+0
This is old and there are better design patterns for threading and C++. We recommend you use the new C++ standards based support. Closes #2777.
2015-12-24api: Remove deprecated NotepadsAun-Ali Zaidi1-1/+0
Notepads where a feature of RTEMS' tasks that simply functioned in the same way as POSIX keys or threaded local storage (TLS). They were introduced well before per task variables, which are also deprecated, and were barely used in favor of their POSIX alternatives. In addition to their scarce usage, Notepads took up unnecessary memory. For each task: - 16 32-bit integers were allocated. - A total of 64 bytes per task per thread. This is especially critical in low memory and safety-critical applications. They are also defined as uint32_t, and therefore are not guaranteed to hold a pointer. Lastly, they are not portable solutions for SMP and uniprocessor systems, like POSIX keys and TLS. updates #2493.
2015-03-10cpukit: deprecate notepadsGedare Bloom1-0/+1
Deprecate Classic API Notepads. Mark task_set/get_note() with the deprecated attribute, and also mark the notepads field. Replace disable with enable option for notepads in confdefs.h, and make notepads disabled by default. The previous option CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS is now unused and will emit a compile-time warning. A new option CONFIGURE_ENABLE_CLASSIC_API_NOTEPADS is available to turn on notepads, but it also will emit a compile-time warning to indicate that notepads are deprecated. Closes #2265
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-20tests/libtests: Use <rtems/test.h>Sebastian Huber1-0/+2
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2008-06-172008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+2
* rtems++/System.h: Account for extra task stacks properly.
2004-04-20Remove stray white spaces.Ralf Corsepius1-6/+6
2004-04-01 * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.Ralf Corsepius1-1/+1
* malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2004-03-302004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-3/+3
* cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c, monitor/system.h, rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to using c99 fixed size types.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c, cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c, malloctest/system.h, malloctest/task1.c, monitor/init.c, monitor/system.h, putenvtest/init.c, rtems++/Init.cc, rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc, rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c, rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c, stackchk/init.c, stackchk/system.h, stackchk/task1.c: URL for license changed.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-4/+3
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1998-04-27Added CONFIGURE_EXTRA_TASK_STACKS definition to make memory requirementsJoel Sherrill1-1/+3
more accurate.
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-09Fixed some spacing.Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-10-06Fixed some weird line duplications. Thanks to Chris Johns.Joel Sherrill1-18/+9
1997-08-26Patches from Chris Johns to clean up test.Joel Sherrill1-0/+18
1997-07-31Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1-0/+126
<cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.