source: rtems/c/src/librtems++/ChangeLog @ 6db34918

4.104.114.84.95
Last change on this file since 6db34918 was 2dbcee8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/04 at 03:31:26

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

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