source: rtems/c/src/librtems++/ChangeLog @ 518edef

4.104.114.84.95
Last change on this file since 518edef was 844609f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:57:39

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 5.2 KB
Line 
12005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
4
52005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove build-variant support.
8
92004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * configure.ac: Require automake > 1.9.
12
132004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Cosmetics.
16
172004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Preinstall dirs.
20
212004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Don't include lib.am.
24
252004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Add PREINSTALL_DIRS.
28
292004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS
32        * Makefile.am: Use automake-compilation rules.
33
342004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
37        Add PRE/TMPINSTALL_FILES to CLEANFILES.
38
392003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
42
432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
46
472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
50
512003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Add dirstamp support.
54
552003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Remove all-local: $(ARCH).
58
592003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Remove RTEMS_CANONICAL_HOST.
62
632003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Remove RTEMS_CHECK_CPU.
66
672003-09-04      Joel Sherrill <joel@OARcorp.com>
68
69        * include/rtems++/rtemsEvent.h, include/rtems++/rtemsInterrupt.h,
70        include/rtems++/rtemsMessageQueue.h,
71        include/rtems++/rtemsSemaphore.h, include/rtems++/rtemsStatusCode.h,
72        include/rtems++/rtemsTask.h, include/rtems++/rtemsTaskMode.h,
73        include/rtems++/rtemsTimer.h, src/rtemsEvent.cc,
74        src/rtemsInterrupt.cc, src/rtemsMessageQueue.cc,
75        src/rtemsSemaphore.cc, src/rtemsStatusCode.cc, src/rtemsTask.cc,
76        src/rtemsTimer.cc: URL for license changed.
77
782003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Reflect having moved aclocal/.
81
822003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Reflect having moved automake/.
85
862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
89
902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Remove AC_CONFIG_AUX_DIR.
93
942003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Build librtems++$(LIB_VARIANT).a
97
982002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Eliminate *_O_FILES.
101        Use install-data-local instead of bsplist_DATA.
102        * configure.ac: Require autoconf-2.57/automake-1.7.2.
103        Apply 4th arg to AC_INIT to prevent autoconf to corrupt package name.
104
1052002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * src/Makefile.am: Remove.
108        * include/Makefile.am: Remove.
109        * Makefile.am: Merge-in src/Makefile.am, include/Makefile.am.
110        * configure.ac: Reflect changes above.
111        Unconditionally check for CXX.
112
1132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * .cvsignore: Reformat.
116        Add autom4te*cache.
117        Remove autom4te.cache.
118
1192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
122
1232002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * src/Makefile.am: Add bsplib_DATA. Eliminate LIBNAME. Cosmetical
126        changes.
127
1282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac:
131        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
132        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
133        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
136
1372001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * include/rtems++/Makefile.am: Remove.
140        * include/Makefile.am: Handle subdirs, require automake-1.5.
141        * configure.ac: Reflect changes above.
142        * Makefile.am: Require automake-1.5.
143
1442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
147        * configure.in: Remove.
148        * configure.ac: New file, generated from configure.in by autoupdate.
149
1502001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * include/rtems++/Makefile.am: Use 'PREINSTALL_FILES ='.
153
1542001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * include/rtems++/Makefile.am: Apply include_*HEADERS instead of
157        H_FILES.
158
1592001-01-08      Joel Sherrill <joel@OARcorp.com>
160
161        * src/rtemsInterrupt.cc: Allocated interrupt_table since since
162        cannot be determined without CPU model information.
163
1642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
167
1682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
171
1722000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
175        Switch to GNU canonicalization.
176
1772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * src/Makefile.am: Include compile.am
180
1812000-08-10      Joel Sherrill <joel@OARcorp.com>
182
183        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.