source: rtems/c/src/librtems++/ChangeLog @ beabcaf9

4.104.114.84.95
Last change on this file since beabcaf9 was f3f9b55, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/04 at 15:39:38

2004-01-21 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add PREINSTALL_DIRS.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add PREINSTALL_DIRS.
4
52004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS
8        * Makefile.am: Use automake-compilation rules.
9
102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
13        Add PRE/TMPINSTALL_FILES to CLEANFILES.
14
152003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
18
192003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
22
232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
26
272003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Add dirstamp support.
30
312003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Remove all-local: $(ARCH).
34
352003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Remove RTEMS_CANONICAL_HOST.
38
392003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Remove RTEMS_CHECK_CPU.
42
432003-09-04      Joel Sherrill <joel@OARcorp.com>
44
45        * include/rtems++/rtemsEvent.h, include/rtems++/rtemsInterrupt.h,
46        include/rtems++/rtemsMessageQueue.h,
47        include/rtems++/rtemsSemaphore.h, include/rtems++/rtemsStatusCode.h,
48        include/rtems++/rtemsTask.h, include/rtems++/rtemsTaskMode.h,
49        include/rtems++/rtemsTimer.h, src/rtemsEvent.cc,
50        src/rtemsInterrupt.cc, src/rtemsMessageQueue.cc,
51        src/rtemsSemaphore.cc, src/rtemsStatusCode.cc, src/rtemsTask.cc,
52        src/rtemsTimer.cc: URL for license changed.
53
542003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Reflect having moved aclocal/.
57
582003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Reflect having moved automake/.
61
622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
65
662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Remove AC_CONFIG_AUX_DIR.
69
702003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Build librtems++$(LIB_VARIANT).a
73
742002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Eliminate *_O_FILES.
77        Use install-data-local instead of bsplist_DATA.
78        * configure.ac: Require autoconf-2.57/automake-1.7.2.
79        Apply 4th arg to AC_INIT to prevent autoconf to corrupt package name.
80
812002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * src/Makefile.am: Remove.
84        * include/Makefile.am: Remove.
85        * Makefile.am: Merge-in src/Makefile.am, include/Makefile.am.
86        * configure.ac: Reflect changes above.
87        Unconditionally check for CXX.
88
892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * .cvsignore: Reformat.
92        Add autom4te*cache.
93        Remove autom4te.cache.
94
952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
98
992002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * src/Makefile.am: Add bsplib_DATA. Eliminate LIBNAME. Cosmetical
102        changes.
103
1042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac:
107        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
108        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
109        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
112
1132001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * include/rtems++/Makefile.am: Remove.
116        * include/Makefile.am: Handle subdirs, require automake-1.5.
117        * configure.ac: Reflect changes above.
118        * Makefile.am: Require automake-1.5.
119
1202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
123        * configure.in: Remove.
124        * configure.ac: New file, generated from configure.in by autoupdate.
125
1262001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * include/rtems++/Makefile.am: Use 'PREINSTALL_FILES ='.
129
1302001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * include/rtems++/Makefile.am: Apply include_*HEADERS instead of
133        H_FILES.
134
1352001-01-08      Joel Sherrill <joel@OARcorp.com>
136
137        * src/rtemsInterrupt.cc: Allocated interrupt_table since since
138        cannot be determined without CPU model information.
139
1402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
143
1442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
147
1482000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
151        Switch to GNU canonicalization.
152
1532000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * src/Makefile.am: Include compile.am
156
1572000-08-10      Joel Sherrill <joel@OARcorp.com>
158
159        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.