summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/iostream (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-021-4/+0
| | | | * iostream/init.cc: Remove the hack.
* 2010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-022-0/+5
| | | | | | * fileio/init.c: Update to new mount API. * iostream/init.cc: Hack to work around confdefs.h in C++. * iostream/system.h: Add comment about base miniIMFS.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-6/+0
| | | | | * iostream/system.h: Remove the Init prototype. Provide in confdefs.h.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-0/+10
| | | | | | | * fileio/init.c, fileio/system.h, iostream/init.cc, loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if BSP_SMALL_MEMORY is defined. Remove this code once a better way is supported by the build system.
* Eliminate _exe_/.exe.Ralf Corsepius2009-04-031-7/+7
|
* 2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-171-0/+3
| | | | | * iostream/system.h: Init task was close to blowing stack on PowerPC. * minimum/init.c: Disable Classic API Notepads.
* 2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-04-231-0/+2
| | | | | * iostream/system.h: Update to include definition of CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
* 2008-02-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-281-1/+2
| | | | | * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc 4.3.x.
* 2007-11-29 Chris Johns <chrisj@rtems.org>Chris Johns2007-11-292-7/+9
| | | | | | | * iostream/Makefile.am: Change the executable name so it does not create a file which is the same name as the standard header file. * iostream/system.h: Need to increase the number of semaphores for the libstdc++ runtime.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-111-1/+1
| | | | | | | | | | | | * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, nsecs/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, ticker/system.h, unlimited/Makefile.am: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis. * nsecs/init.c: Commit hack so test will compile when POSIX is disabled. Remove hack when clock_gettime() is present even when --disable-posix.
* Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius2006-07-111-4/+2
|
* Remove offending make-exe.Eric Norum2005-11-151-1/+0
|
* Convert to using *_PROGRAMS.Ralf Corsepius2005-11-131-12/+10
|
* Rework.Ralf Corsepius2005-11-111-27/+7
|
* Cosmetics.Ralf Corsepius2005-11-111-3/+0
|
* Eliminate TEST.Ralf Corsepius2005-11-111-7/+6
|
* Expand sample.am.Ralf Corsepius2005-11-111-1/+20
|
* Eliminate DOCTYPES.Ralf Corsepius2005-11-101-2/+1
|
* s/SAMPLE/TEST/ for improved consistency with other tests.Ralf Corsepius2005-11-101-3/+3
|
* Remove SRCS, PRINT_SRCS.Ralf Corsepius2005-11-071-2/+0
|
* Switch back to include compile.am instead of amcompile.amRalf Corsepius2005-11-071-1/+1
|
* Partial conversion to automake.Ralf Corsepius2005-11-071-9/+6
|
* 2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-05-106-0/+133
* iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc, iostream/iostream.scn, iostream/system.h: New (C++ variant of hello).