summaryrefslogtreecommitdiffstats
path: root/c/src/lib/librtems++/rtemsTask.cc (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-30Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to moveJoel Sherrill1-288/+0
c/src/lib/librtems++ and c/src/lib/include/rtems++ to their own package librtems++ at the top of the tree. To apply: mkdir c/src/librtems++ cp c/src/lib/librtems++/README c/src/librtems++ mkdir c/src/librtems++/src cp c/src/lib/librtems++/*.cc c/src/librtems++/src cp c/src/lib/librtems++/Makefile.in c/src/librtems++/src mkdir c/src/librtems++/include mkdir c/src/librtems++/include/rtems++ cp c/src/lib/include/rtems++/*.h c/src/librtems++/include/rtems++ patch -p1 <rtems-rc-19990802-5.diff rm -rf c/src/lib/librtems++ rm -rf c/src/lib/include/rtems++ ./autogen Attention: * The procedure above copies the files first, then patches them and finally removes the old files afterwards. This has been done to enable you to copy the files in CVS to preserve their history.
1998-01-23Solaris port updates from Chris JohnsJoel Sherrill1-0/+1
1997-07-31Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1-0/+287
<cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.