source: rtems/c/src/librtems++/ChangeLog @ 7be6ad9

4.104.114.84.95
Last change on this file since 7be6ad9 was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Require automake > 1.9.
4
52004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Cosmetics.
8
92004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Preinstall dirs.
12
132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Don't include lib.am.
16
172004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Add PREINSTALL_DIRS.
20
212004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS
24        * Makefile.am: Use automake-compilation rules.
25
262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
29        Add PRE/TMPINSTALL_FILES to CLEANFILES.
30
312003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
34
352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
38
392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
42
432003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Add dirstamp support.
46
472003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Remove all-local: $(ARCH).
50
512003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove RTEMS_CANONICAL_HOST.
54
552003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove RTEMS_CHECK_CPU.
58
592003-09-04      Joel Sherrill <joel@OARcorp.com>
60
61        * include/rtems++/rtemsEvent.h, include/rtems++/rtemsInterrupt.h,
62        include/rtems++/rtemsMessageQueue.h,
63        include/rtems++/rtemsSemaphore.h, include/rtems++/rtemsStatusCode.h,
64        include/rtems++/rtemsTask.h, include/rtems++/rtemsTaskMode.h,
65        include/rtems++/rtemsTimer.h, src/rtemsEvent.cc,
66        src/rtemsInterrupt.cc, src/rtemsMessageQueue.cc,
67        src/rtemsSemaphore.cc, src/rtemsStatusCode.cc, src/rtemsTask.cc,
68        src/rtemsTimer.cc: URL for license changed.
69
702003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Reflect having moved aclocal/.
73
742003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Reflect having moved automake/.
77
782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
81
822003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Remove AC_CONFIG_AUX_DIR.
85
862003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Build librtems++$(LIB_VARIANT).a
89
902002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Eliminate *_O_FILES.
93        Use install-data-local instead of bsplist_DATA.
94        * configure.ac: Require autoconf-2.57/automake-1.7.2.
95        Apply 4th arg to AC_INIT to prevent autoconf to corrupt package name.
96
972002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * src/Makefile.am: Remove.
100        * include/Makefile.am: Remove.
101        * Makefile.am: Merge-in src/Makefile.am, include/Makefile.am.
102        * configure.ac: Reflect changes above.
103        Unconditionally check for CXX.
104
1052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * .cvsignore: Reformat.
108        Add autom4te*cache.
109        Remove autom4te.cache.
110
1112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
114
1152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * src/Makefile.am: Add bsplib_DATA. Eliminate LIBNAME. Cosmetical
118        changes.
119
1202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac:
123        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
124        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
125        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
128
1292001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * include/rtems++/Makefile.am: Remove.
132        * include/Makefile.am: Handle subdirs, require automake-1.5.
133        * configure.ac: Reflect changes above.
134        * Makefile.am: Require automake-1.5.
135
1362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
139        * configure.in: Remove.
140        * configure.ac: New file, generated from configure.in by autoupdate.
141
1422001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * include/rtems++/Makefile.am: Use 'PREINSTALL_FILES ='.
145
1462001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * include/rtems++/Makefile.am: Apply include_*HEADERS instead of
149        H_FILES.
150
1512001-01-08      Joel Sherrill <joel@OARcorp.com>
152
153        * src/rtemsInterrupt.cc: Allocated interrupt_table since since
154        cannot be determined without CPU model information.
155
1562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
159
1602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
163
1642000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
167        Switch to GNU canonicalization.
168
1692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * src/Makefile.am: Include compile.am
172
1732000-08-10      Joel Sherrill <joel@OARcorp.com>
174
175        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.