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

4.104.115
Last change on this file since d374492 was e85d043, checked in by Joel Sherrill <joel.sherrill@…>, on 12/16/08 at 20:55:45

2008-12-16 Joel Sherrill <joel.sherrill@…>

  • 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.
  • Property mode set to 100644
File size: 6.7 KB
Line 
12008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/rtems++/rtemsEvent.h, include/rtems++/rtemsMessageQueue.h,
4        include/rtems++/rtemsSemaphore.h, include/rtems++/rtemsTimer.h,
5        src/rtemsTask.cc: Eliminate all public use of TOD conversion
6        routines.
7
82008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        * include/rtems++/rtemsTimer.h: Use public API not
11        _TOD_Microseconds_per_tick.
12
132008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * include/rtems++/rtemsEvent.h, include/rtems++/rtemsMessageQueue.h,
16        include/rtems++/rtemsSemaphore.h, src/rtemsTask.cc: Use public API
17        not _TOD_Microseconds_per_tick.
18
192008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * include/rtems++/rtemsTaskMode.h: Convert to "bool".
22
232008-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        PR 1282/misc
26        * src/rtemsInterrupt.cc: Correct vec/vector variable confusion.
27
282007-02-06      Joel Sherrill <joel@OARcorp.com>
29
30        * include/rtems++/rtemsMessageQueue.h, src/rtemsMessageQueue.cc: Make
31        compile by using size_t and uint32_t where appropriate.
32
332006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * configure.ac: New BUG-REPORT address.
36
372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * configure.ac: Require autoconf-2.60. Require automake-1.10.
40
412006-09-13      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * configure.ac: Use RTEMS_AMPOLISH3.
44
452006-02-08      Joel Sherrill <joel@OARcorp.com>
46
47        * src/rtemsStatusCode.cc: Fix warnings.
48
492005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Add preinstall.am.
52        * configure.ac: Add AMPOLISH3.
53        * preinstall.am: New.
54
552005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
58
592005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Remove build-variant support.
62
632004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * configure.ac: Require automake > 1.9.
66
672004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Cosmetics.
70
712004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Preinstall dirs.
74
752004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Don't include lib.am.
78
792004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Add PREINSTALL_DIRS.
82
832004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS
86        * Makefile.am: Use automake-compilation rules.
87
882004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
91        Add PRE/TMPINSTALL_FILES to CLEANFILES.
92
932003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
96
972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
100
1012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
104
1052003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Add dirstamp support.
108
1092003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Remove all-local: $(ARCH).
112
1132003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove RTEMS_CANONICAL_HOST.
116
1172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Remove RTEMS_CHECK_CPU.
120
1212003-09-04      Joel Sherrill <joel@OARcorp.com>
122
123        * include/rtems++/rtemsEvent.h, include/rtems++/rtemsInterrupt.h,
124        include/rtems++/rtemsMessageQueue.h,
125        include/rtems++/rtemsSemaphore.h, include/rtems++/rtemsStatusCode.h,
126        include/rtems++/rtemsTask.h, include/rtems++/rtemsTaskMode.h,
127        include/rtems++/rtemsTimer.h, src/rtemsEvent.cc,
128        src/rtemsInterrupt.cc, src/rtemsMessageQueue.cc,
129        src/rtemsSemaphore.cc, src/rtemsStatusCode.cc, src/rtemsTask.cc,
130        src/rtemsTimer.cc: URL for license changed.
131
1322003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Reflect having moved aclocal/.
135
1362003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Reflect having moved automake/.
139
1402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
143
1442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove AC_CONFIG_AUX_DIR.
147
1482003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Build librtems++$(LIB_VARIANT).a
151
1522002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Eliminate *_O_FILES.
155        Use install-data-local instead of bsplist_DATA.
156        * configure.ac: Require autoconf-2.57/automake-1.7.2.
157        Apply 4th arg to AC_INIT to prevent autoconf to corrupt package name.
158
1592002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * src/Makefile.am: Remove.
162        * include/Makefile.am: Remove.
163        * Makefile.am: Merge-in src/Makefile.am, include/Makefile.am.
164        * configure.ac: Reflect changes above.
165        Unconditionally check for CXX.
166
1672002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * .cvsignore: Reformat.
170        Add autom4te*cache.
171        Remove autom4te.cache.
172
1732002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
176
1772002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * src/Makefile.am: Add bsplib_DATA. Eliminate LIBNAME. Cosmetical
180        changes.
181
1822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac:
185        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
186        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
187        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
188        * Makefile.am: Remove AUTOMAKE_OPTIONS.
189        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
190
1912001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * include/rtems++/Makefile.am: Remove.
194        * include/Makefile.am: Handle subdirs, require automake-1.5.
195        * configure.ac: Reflect changes above.
196        * Makefile.am: Require automake-1.5.
197
1982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
201        * configure.in: Remove.
202        * configure.ac: New file, generated from configure.in by autoupdate.
203
2042001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * include/rtems++/Makefile.am: Use 'PREINSTALL_FILES ='.
207
2082001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * include/rtems++/Makefile.am: Apply include_*HEADERS instead of
211        H_FILES.
212
2132001-01-08      Joel Sherrill <joel@OARcorp.com>
214
215        * src/rtemsInterrupt.cc: Allocated interrupt_table since since
216        cannot be determined without CPU model information.
217
2182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
221
2222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
225
2262000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
229        Switch to GNU canonicalization.
230
2312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * src/Makefile.am: Include compile.am
234
2352000-08-10      Joel Sherrill <joel@OARcorp.com>
236
237        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.