summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++ (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove all .cvsignore files.Joel Sherrill2012-02-011-14/+0
|
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-022-2/+6
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2009-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-12-223-2/+7
| | | | | * include/rtems++/rtemsEvent.h, include/rtems++/rtemsMessageQueue.h: Fixed timeout calculation.
* Whitespace removal.Ralf Corsepius2009-11-281-1/+1
|
* White space removal.Ralf Corsepius2009-11-286-11/+11
|
* 2009-11-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-231-0/+6
| | | | | | * src/rtemsInterrupt.cc: #include <cstdlib>. * src/rtemsMessageQueue.cc, src/rtemsSemaphore.cc, src/rtemsTask.cc, src/rtemsTimer.cc: #include <cstring>.
* #include <cstring>.Ralf Corsepius2009-11-234-4/+4
|
* #include <cstdlib>.Ralf Corsepius2009-11-231-1/+1
|
* 2009-11-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-232-1/+10
| | | | * configure.ac: Check for cstdlib, cstring.
* 2009-08-06 Chris Johns <chrisj@rtems.org>Chris Johns2009-08-062-2/+13
| | | | | * src/rtemsInterrupt.cc: Fixed the code to compile on targets with CPU_SIMPLE_VECTORED_INTERRUPTS defined to true.
* 2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-166-6/+13
| | | | | | | * include/rtems++/rtemsEvent.h, include/rtems++/rtemsMessageQueue.h, include/rtems++/rtemsSemaphore.h, include/rtems++/rtemsTimer.h, src/rtemsTask.cc: Eliminate all public use of TOD conversion routines.
* 2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-162-6/+11
| | | | | * include/rtems++/rtemsTimer.h: Use public API not _TOD_Microseconds_per_tick.
* 2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-165-9/+16
| | | | | | * include/rtems++/rtemsEvent.h, include/rtems++/rtemsMessageQueue.h, include/rtems++/rtemsSemaphore.h, src/rtemsTask.cc: Use public API not _TOD_Microseconds_per_tick.
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-051-0/+4
| | | | * include/rtems++/rtemsTaskMode.h: Convert to "bool".
* Convert to "bool".Ralf Corsepius2008-09-051-6/+6
|
* 2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-042-3/+8
| | | | | PR 1282/misc * src/rtemsInterrupt.cc: Correct vec/vector variable confusion.
* 2007-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-02-063-12/+17
| | | | | * include/rtems++/rtemsMessageQueue.h, src/rtemsMessageQueue.cc: Make compile by using size_t and uint32_t where appropriate.
* Regenerate.Ralf Corsepius2007-01-081-2/+2
|
* 2006-12-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-12-138-54/+54
| | | | | | | | | | * librtems++/include/rtems++/rtemsEvent.h, librtems++/include/rtems++/rtemsMessageQueue.h, librtems++/include/rtems++/rtemsSemaphore.h, librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc, librtems++/src/rtemsMessageQueue.cc, librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change rtems_unsigned32 to uint32_t.
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-022-1/+5
| | | | * configure.ac: New BUG-REPORT address.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-2/+6
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2006-09-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-09-132-4/+5
| | | | * configure.ac: Use RTEMS_AMPOLISH3.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-082-1/+5
| | | | * src/rtemsStatusCode.cc: Fix warnings.
* Regenerate.Ralf Corsepius2006-01-141-1/+1
|
* Regenerate.Ralf Corsepius2006-01-121-0/+4
|
* Remove all-local:.Ralf Corsepius2006-01-121-2/+0
|
* Regenerate.Ralf Corsepius2006-01-121-7/+7
|
* Cleanup.Ralf Corsepius2006-01-121-4/+0
|
* New.Ralf Corsepius2005-08-151-0/+63
|
* 2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-151-0/+6
| | | | | | * Makefile.am: Add preinstall.am. * configure.ac: Add AMPOLISH3. * preinstall.am: New.
* Add AMPOLISH3.Ralf Corsepius2005-08-151-0/+4
|
* Add preinstall.am.Ralf Corsepius2005-08-151-54/+3
|
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-072-1/+5
| | | | * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-062-16/+10
| | | | * Makefile.am: Remove build-variant support.
* Fix typo in previous change.Ralf Corsepius2004-09-241-1/+1
|
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-242-1/+5
| | | | * configure.ac: Require automake > 1.9.
* Remove stray white spaces.Ralf Corsepius2004-04-168-72/+72
|
* Remove stray white spaces.Ralf Corsepius2004-04-156-27/+0
|
* Unused.Ralf Corsepius2004-03-083-6/+0
|
* 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-202-1/+5
| | | | * Makefile.am: Cosmetics.
* 2004-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-192-1/+5
| | | | * Makefile.am: Preinstall dirs.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-1/+4
| | | | * Makefile.am: Don't include lib.am.
* 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-212-1/+7
| | | | * Makefile.am: Add PREINSTALL_DIRS.
* 2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-153-12/+21
| | | | | * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS * Makefile.am: Use automake-compilation rules.
* 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-142-0/+11
| | | | | * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
* 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-132-6/+10
| | | | * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-122-2/+9
| | | | * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-122-2/+6
| | | | * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
* 2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-112-30/+61
| | | | * Makefile.am: Add dirstamp support.
* 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-022-1/+5
| | | | * Makefile.am: Remove all-local: $(ARCH).