source: rtems/c/src/librtems++/ChangeLog @ 38abd22

Last change on this file since 38abd22 was 38abd22, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/13/06 at 08:20:25

2006-09-13 Ralf Corsepius <ralf.corsepius@…>

  • configure.ac: Use RTEMS_AMPOLISH3.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12006-09-13      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Use RTEMS_AMPOLISH3.
4
52006-02-08      Joel Sherrill <joel@OARcorp.com>
6
7        * src/rtemsStatusCode.cc: Fix warnings.
8
92005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Add preinstall.am.
12        * configure.ac: Add AMPOLISH3.
13        * preinstall.am: New.
14
152005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
18
192005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Remove build-variant support.
22
232004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        * configure.ac: Require automake > 1.9.
26
272004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Cosmetics.
30
312004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Preinstall dirs.
34
352004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Don't include lib.am.
38
392004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Add PREINSTALL_DIRS.
42
432004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS
46        * Makefile.am: Use automake-compilation rules.
47
482004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
51        Add PRE/TMPINSTALL_FILES to CLEANFILES.
52
532003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
56
572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
60
612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
64
652003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Add dirstamp support.
68
692003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Remove all-local: $(ARCH).
72
732003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Remove RTEMS_CANONICAL_HOST.
76
772003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Remove RTEMS_CHECK_CPU.
80
812003-09-04      Joel Sherrill <joel@OARcorp.com>
82
83        * include/rtems++/rtemsEvent.h, include/rtems++/rtemsInterrupt.h,
84        include/rtems++/rtemsMessageQueue.h,
85        include/rtems++/rtemsSemaphore.h, include/rtems++/rtemsStatusCode.h,
86        include/rtems++/rtemsTask.h, include/rtems++/rtemsTaskMode.h,
87        include/rtems++/rtemsTimer.h, src/rtemsEvent.cc,
88        src/rtemsInterrupt.cc, src/rtemsMessageQueue.cc,
89        src/rtemsSemaphore.cc, src/rtemsStatusCode.cc, src/rtemsTask.cc,
90        src/rtemsTimer.cc: URL for license changed.
91
922003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Reflect having moved aclocal/.
95
962003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Reflect having moved automake/.
99
1002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
103
1042003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Remove AC_CONFIG_AUX_DIR.
107
1082003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Build librtems++$(LIB_VARIANT).a
111
1122002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Eliminate *_O_FILES.
115        Use install-data-local instead of bsplist_DATA.
116        * configure.ac: Require autoconf-2.57/automake-1.7.2.
117        Apply 4th arg to AC_INIT to prevent autoconf to corrupt package name.
118
1192002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * src/Makefile.am: Remove.
122        * include/Makefile.am: Remove.
123        * Makefile.am: Merge-in src/Makefile.am, include/Makefile.am.
124        * configure.ac: Reflect changes above.
125        Unconditionally check for CXX.
126
1272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * .cvsignore: Reformat.
130        Add autom4te*cache.
131        Remove autom4te.cache.
132
1332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
136
1372002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * src/Makefile.am: Add bsplib_DATA. Eliminate LIBNAME. Cosmetical
140        changes.
141
1422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac:
145        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
146        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
147        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
150
1512001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * include/rtems++/Makefile.am: Remove.
154        * include/Makefile.am: Handle subdirs, require automake-1.5.
155        * configure.ac: Reflect changes above.
156        * Makefile.am: Require automake-1.5.
157
1582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
161        * configure.in: Remove.
162        * configure.ac: New file, generated from configure.in by autoupdate.
163
1642001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * include/rtems++/Makefile.am: Use 'PREINSTALL_FILES ='.
167
1682001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * include/rtems++/Makefile.am: Apply include_*HEADERS instead of
171        H_FILES.
172
1732001-01-08      Joel Sherrill <joel@OARcorp.com>
174
175        * src/rtemsInterrupt.cc: Allocated interrupt_table since since
176        cannot be determined without CPU model information.
177
1782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
181
1822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
185
1862000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
189        Switch to GNU canonicalization.
190
1912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * src/Makefile.am: Include compile.am
194
1952000-08-10      Joel Sherrill <joel@OARcorp.com>
196
197        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.