source: rtems/testsuites/itrontests/ChangeLog @ 102f717d

4.104.114.84.95
Last change on this file since 102f717d was 102f717d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/09/05 at 09:25:49

2005-11-09 Ralf Corsepius <ralf.corsepius@…>

  • itrontests.am: Set project_bspdir=$(PROJECT_ROOT)
  • Property mode set to 100644
File size: 10.6 KB
Line 
12005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * itrontests.am: Set project_bspdir=$(PROJECT_ROOT)
4
52005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * itrontests.am: Remove LIB_VARIANT.
8
92005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * itronhello/Makefile.am, itronmbf01/Makefile.am,
12        itronmbox01/Makefile.am, itronsem01/Makefile.am,
13        itrontask01/Makefile.am, itrontask02/Makefile.am,
14        itrontask03/Makefile.am, itrontask04/Makefile.am,
15        itrontime01/Makefile.am: Remove SRC, PRINT_SRC.
16
172005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Cleanup.
20
212005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * itrontests.am: Add $(PGM): ${ARCH}/$(dirstamp).
24        * itronhello/Makefile.am, itronmbf01/Makefile.am,
25        itronmbox01/Makefile.am, itronsem01/Makefile.am,
26        itrontask01/Makefile.am, itrontask02/Makefile.am,
27        itrontask03/Makefile.am, itrontask04/Makefile.am,
28        itrontime01/Makefile.am:
29        Partial conversion to automake.
30
312004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        PR 721/tests
34        * itronsem01/init.c: Fix bogus assert.
35
362004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * configure.ac: Require automake > 1.9.
39
402004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * itronhello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
43        * itronmbf01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
44        * itronmbox01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
45        * itronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
46        * itrontask01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
47        * itrontask02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
48        * itrontask03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
49        * itrontask04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
50        * itrontime01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
51
522004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * itronhello/system.h: Include <rtems/itron.h> instead of <itron.h>.
55        * itronmbf01/system.h: Include <rtems/itron.h> instead of <itron.h>.
56        * itronmbox01/system.h: Include <rtems/itron.h> instead of <itron.h>.
57        * itronsem01/system.h: Include <rtems/itron.h> instead of <itron.h>.
58        * itrontask01/system.h: Include <rtems/itron.h> instead of <itron.h>.
59        * itrontask02/system.h: Include <rtems/itron.h> instead of <itron.h>.
60        * itrontask03/system.h: Include <rtems/itron.h> instead of <itron.h>.
61        * itrontask04/system.h: Include <rtems/itron.h> instead of <itron.h>.
62        * itrontime01/system.h: Include <rtems/itron.h> instead of <itron.h>.
63
642004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Add 2nd arg to RTEMS_TOP.
67
682004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * itronhello/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
71        Add PRE/TMPINSTALL_FILES to CLEANFILES.
72        * itronmbf01/Makefile.am: Ditto.
73        * itronmbox01/Makefile.am: Ditto.
74        * itronsem01/Makefile.am: Ditto.
75        * itrontask01/Makefile.am: Ditto.
76        * itrontask02/Makefile.am: Ditto.
77        * itrontask03/Makefile.am: Ditto.
78        * itrontask04/Makefile.am: Ditto.
79        * itrontime01/Makefile.am: Ditto.
80
812003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * itrontests.am: Add dirstamp support.
84
852003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * itrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
88
892003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
92
932003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * itronhello/Makefile.am: Remove all-local: $(ARCH).
96        * itronmbf01/Makefile.am: Remove all-local: $(ARCH).
97        * itronmbox01/Makefile.am: Remove all-local: $(ARCH).
98        * itronsem01/Makefile.am: Remove all-local: $(ARCH).
99        * itrontask01/Makefile.am: Remove all-local: $(ARCH).
100        * itrontask02/Makefile.am: Remove all-local: $(ARCH).
101        * itrontask03/Makefile.am: Remove all-local: $(ARCH).
102        * itrontask04/Makefile.am: Remove all-local: $(ARCH).
103        * itrontime01/Makefile.am: Remove all-local: $(ARCH).
104
1052003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Reflect having moved to testsuites/.
108
1092003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Remove RTEMS_CANONICAL_HOST.
112
1132003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac:Remove RTEMS_CHECK_CPU.
116
1172003-09-04      Joel Sherrill <joel@OARcorp.com>
118
119        * itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h,
120        itronmbf01/init.c, itronmbf01/itronmbf01.doc, itronmbf01/system.h,
121        itronmbox01/init.c, itronmbox01/system.h, itronsem01/init.c,
122        itronsem01/itronsem01.doc, itronsem01/system.h, itrontask01/init.c,
123        itrontask01/itrontask01.doc, itrontask01/system.h,
124        itrontask01/task1.c, itrontask02/dormant.c, itrontask02/init.c,
125        itrontask02/itrontask02.doc, itrontask02/system.h,
126        itrontask03/init.c, itrontask03/itrontask03.doc,
127        itrontask03/preempt.c, itrontask03/system.h, itrontask03/task1.c,
128        itrontask03/task2.c, itrontask03/task3.c, itrontask04/init.c,
129        itrontask04/itrontask04.doc, itrontask04/system.h,
130        itrontask04/task1.c, itrontask04/task2.c, itrontask04/task3.c,
131        itrontime01/init.c, itrontime01/system.h: URL for license changed.
132
1332003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Reflect having moved aclocal/.
136
1372003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Reflect having moved automake/.
140        * itronhello/Makefile.am: Reflect having moved automake/.
141        * itronmbf01/Makefile.am: Reflect having moved automake/.
142        * itronmbox01/Makefile.am: Reflect having moved automake/.
143        * itronsem01/Makefile.am: Reflect having moved automake/.
144        * itrontask01/Makefile.am: Reflect having moved automake/.
145        * itrontask02/Makefile.am: Reflect having moved automake/.
146        * itrontask03/Makefile.am: Reflect having moved automake/.
147        * itrontask04/Makefile.am: Reflect having moved automake/.
148        * itrontime01/Makefile.am: Reflect having moved automake/.
149
1502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
153
1542003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
157        CC_CFLAGS_DEFAULT (obsolete).
158
1592003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
162        Remove CC_LDFLAGS_PROFILE_V.
163
1642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Remove AC_CONFIG_AUX_DIR.
167
1682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
171
1722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: AC_PREREQ(2.57).
175
1762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * .cvsignore: Reformat.
179        Add autom4te*cache.
180        Remove autom4te.cache.
181
1822002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o.
185        * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o.
186        * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o.
187        * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
188        * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o.
189        * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o.
190        * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o.
191        * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o.
192        * itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o.
193
1942002-08-01      Joel Sherrill <joel@OARcorp.com>
195
196        * Per PR47 add support for buffered test output.  This involved
197        adding defines to redirect output to a buffer and dump it when
198        full, at "test pause", and at exit.  To avoid problems when redefining
199        exit(), all tests were modified to call rtems_test_exit().
200        Some tests, notable psxtests, had to be modified to include
201        the standard test macro .h file (pmacros.h or tmacros.h) to
202        enable this support.
203        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
204        itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
205        itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
206
2072002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Remove ENABLE_GCC28.
210
2112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac:
214        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
215        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
216        * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
226
2272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
230        * configure.in: Remove.
231        * configure.ac: New file, generated from configure.in by autoupdate.
232
2332001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
236
2372001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
240        * itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
241        * itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
242        * itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
243        * itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
244        * itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
245        * itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
246        * itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
247        * itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
248
2492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
250
251        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
252
2532001-04-20      Joel Sherrill <joel@OARcorp.com>
254
255        * itronmbf01/itronmbf01.scn, itronmbox01/init.c,
256        itronsem01/itronsem01.scn, itrontime01/init.c: Various
257        adjustments so test output matches screens more reliably.
258
2592000-11-20      Joel Sherrill <joel@OARcorp.com>
260
261        * itrontask01/system.h: Configure enough stack memory.
262
2632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
266
2672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
270
2712000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
274        Switch to GNU canonicalization.
275        * itrontests.am: Remove DEFS.
276
2772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * itronhello/Makefile.am, itronmbf01/Makefile.am,
280        itronmbox01/Makefile.am, itronsem01/Makefile.am,
281        itrontask01/Makefile.am, itrontask02/Makefile.am,
282        itrontask03/Makefile.am, itrontask04/Makefile.am,
283        itrontime01/Makefile.am: Include compile.am
284
2852000-08-10      Joel Sherrill <joel@OARcorp.com>
286
287        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.