OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [samples/] [ChangeLog] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-08-01      Joel Sherrill 
2
 
3
        * Per PR47 add support for buffered test output.  This involved
4
        adding defines to redirect output to a buffer and dump it when
5
        full, at "test pause", and at exit.  To avoid problems when redefining
6
        exit(), all tests were modified to call rtems_test_exit().
7
        Some tests, notable psxtests, had to be modified to include
8
        the standard test macro .h file (pmacros.h or tmacros.h) to
9
        enable this support.
10
        * cdtest/init.c: Modified.
11
 
12
2002-07-01      Joel Sherrill 
13
 
14
        * unlimited/test1.c: Corrected use of _Objects_Information_table
15
        now that it is a two dimensional array based upon API and class.
16
 
17
2002-04-17      Ralf Corsepius 
18
 
19
        * base_sp/apptask.c: Include .
20
        * hello/init.c: Ditto.
21
        * paranoia/init.c: Ditto.
22
        * ticker/tasks.c: Ditto.
23
        * unlimited/init.c: Ditto.
24
        * unlimited/test1.c: Ditto.
25
        * unlimited/test2.c: Ditto.
26
        * unlimited/test3.c: Ditto.
27
 
28
2002-04-14      Ralf Corsepius 
29
 
30
        * configure.ac: Remove ENABLE_GCC28.
31
 
32
2002-03-27      Ralf Corsepius 
33
 
34
        * configure.ac:
35
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
36
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
37
        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
38
        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
39
        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
40
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
41
        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
42
        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
43
        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
44
        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
45
        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
46
        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
47
        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
48
 
49
2001-11-26      Ralf Corsepius
50
 
51
        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
52
 
53
2001-10-25      Eric Norum 
54
 
55
        * cdtest/system.h: Configure 1 semaphore.  This probably covers
56
        up not defining one for the GCC C++ Run-Time Libraries.
57
 
58
2001-10-17      Ralf Corsepius 
59
 
60
        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
61
 
62
2001-10-12      Joel Sherrill 
63
 
64
        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
65
        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
66
        Fixed typo.
67
 
68
2001-10-11      Ralf Corsepius 
69
 
70
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
71
        * configure.in: Remove.
72
        * configure.ac: New file, generated from configure.in by autoupdate.
73
 
74
2001-09-22      Ralf Corsepius 
75
 
76
        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
77
        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
78
        * cdtest/Makefile.am: Remove LD_LIBS.
79
 
80
2001-09-19      Ralf Corsepius 
81
 
82
        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
83
        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
84
        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
85
        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
86
        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
87
        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
88
        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
89
        make-cxx-exe.
90
        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
91
        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
92
 
93
2001-06-14      Joel Sherrill 
94
 
95
        * cdtest/system.h: Removed configure of POSIX mutexes since
96
        there do not appear to be any used in this test.
97
 
98
2001-05-10      Ralf Corsepius  
99
 
100
        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
101
 
102
2000-11-09      Ralf Corsepius 
103
 
104
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
105
 
106
2000-11-02      Ralf Corsepius 
107
 
108
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
109
 
110
2000-10-30      Joel Sherrill 
111
 
112
        * POSIX include files merged into newlib.  This resulted in
113
        some definitions moving to other files and thus some secondary
114
        effects in RTEMS source code.
115
        * paranoia/paranoia.c: Commented out incorrect and conflicting
116
        prototype of read().
117
 
118
2000-10-27      Ralf Corsepius 
119
 
120
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
121
        Switch to GNU canonicalization.
122
        * sample.am: Remove DEFS.
123
 
124
2000-09-04      Ralf Corsepius 
125
 
126
        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
127
        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
128
        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
129
        unlimited/Makefile.am: Include compile.am
130
 
131
2000-08-10      Joel Sherrill 
132
 
133
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.