source: rtems/c/src/librtems++/ChangeLog @ cdd0fc8a

Last change on this file since cdd0fc8a was 0c6c31b, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:46:06

2003-09-04 Joel Sherrill <joel@…>

  • include/rtems++/rtemsEvent.h, include/rtems++/rtemsInterrupt.h, include/rtems++/rtemsMessageQueue.h, include/rtems++/rtemsSemaphore.h, include/rtems++/rtemsStatusCode.h, include/rtems++/rtemsTask.h, include/rtems++/rtemsTaskMode.h, include/rtems++/rtemsTimer.h, src/rtemsEvent.cc, src/rtemsInterrupt.cc, src/rtemsMessageQueue.cc, src/rtemsSemaphore.cc, src/rtemsStatusCode.cc, src/rtemsTask.cc, src/rtemsTimer.cc: URL for license changed.
  • Property mode set to 100644
File size: 3.3 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * include/rtems++/rtemsEvent.h, include/rtems++/rtemsInterrupt.h,
4        include/rtems++/rtemsMessageQueue.h,
5        include/rtems++/rtemsSemaphore.h, include/rtems++/rtemsStatusCode.h,
6        include/rtems++/rtemsTask.h, include/rtems++/rtemsTaskMode.h,
7        include/rtems++/rtemsTimer.h, src/rtemsEvent.cc,
8        src/rtemsInterrupt.cc, src/rtemsMessageQueue.cc,
9        src/rtemsSemaphore.cc, src/rtemsStatusCode.cc, src/rtemsTask.cc,
10        src/rtemsTimer.cc: URL for license changed.
11
122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
15
162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Remove AC_CONFIG_AUX_DIR.
19
202003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Build librtems++$(LIB_VARIANT).a
23
242002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Eliminate *_O_FILES.
27        Use install-data-local instead of bsplist_DATA.
28        * configure.ac: Require autoconf-2.57/automake-1.7.2.
29        Apply 4th arg to AC_INIT to prevent autoconf to corrupt package name.
30
312002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * src/Makefile.am: Remove.
34        * include/Makefile.am: Remove.
35        * Makefile.am: Merge-in src/Makefile.am, include/Makefile.am.
36        * configure.ac: Reflect changes above.
37        Unconditionally check for CXX.
38
392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * .cvsignore: Reformat.
42        Add autom4te*cache.
43        Remove autom4te.cache.
44
452002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
48
492002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * src/Makefile.am: Add bsplib_DATA. Eliminate LIBNAME. Cosmetical
52        changes.
53
542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac:
57        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
58        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
59        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
62
632001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * include/rtems++/Makefile.am: Remove.
66        * include/Makefile.am: Handle subdirs, require automake-1.5.
67        * configure.ac: Reflect changes above.
68        * Makefile.am: Require automake-1.5.
69
702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
73        * configure.in: Remove.
74        * configure.ac: New file, generated from configure.in by autoupdate.
75
762001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * include/rtems++/Makefile.am: Use 'PREINSTALL_FILES ='.
79
802001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * include/rtems++/Makefile.am: Apply include_*HEADERS instead of
83        H_FILES.
84
852001-01-08      Joel Sherrill <joel@OARcorp.com>
86
87        * src/rtemsInterrupt.cc: Allocated interrupt_table since since
88        cannot be determined without CPU model information.
89
902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
93
942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
97
982000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
101        Switch to GNU canonicalization.
102
1032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * src/Makefile.am: Include compile.am
106
1072000-08-10      Joel Sherrill <joel@OARcorp.com>
108
109        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.