summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-02-25 20:23:55 +0000
committerSteve Huston <shuston@riverace.com>2000-02-25 20:23:55 +0000
commitaae55da1653bd41f24e658c13dc8c9ed50a7066b (patch)
tree7a5e1b341c323c8728c8db7435f79a73a75eea06
parent41e4a212538b251377c4fc87065349d22e70dfd5 (diff)
downloadATCD-aae55da1653bd41f24e658c13dc8c9ed50a7066b.tar.gz
.
-rw-r--r--ChangeLog29
-rw-r--r--ChangeLogs/ChangeLog-02a29
-rw-r--r--ChangeLogs/ChangeLog-03a29
3 files changed, 87 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ce4dc18f42..2e28a8d1b63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+Fri Feb 25 14:56:41 2000 Steve Huston <shuston@riverace.com>
+
+ * include/makeinclude/platform_aix_vacpp.GNU: New file for use
+ with Visual Age C++ on AIX. It isn't really needed for much at this
+ point except building the tests via Makefile. If you like doing
+ everything directly with vacbld without the aid of ACE's make
+ scheme, you don't need to use this.
+
+Fri Feb 25 14:48:31 2000 Steve Huston <shuston@riverace.com>
+
+ * include/makeinclude/rules.bin.GNU: Add a rule to build a binary
+ based on a Visual Age C++ configuration (.icc file) and sources.
+ This allows building using Makefile, but defers all the real work
+ to Visual Age C++ builder (vacbld). Useful for building the ACE
+ tests especially.
+
+Fri Feb 25 14:44:37 2000 Steve Huston <shuston@riverace.com>
+
+ * include/makeinclude/rules.local.GNU: Add *.ics to files deleted
+ in cleanup. This cleans up Visual Age C++ codestores.
+
Fri Feb 25 13:06:14 2000 David L. Levine <levine@cs.wustl.edu>
* include/makeinclude/platform_vxworks5.x_{ghs,g++}.GNU:
@@ -16,6 +37,14 @@ Fri Feb 25 10:47:33 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
for both platforms. Thanks to Christopher
Kohlhoff <chris@kohlhoff.com> for providing the fix.
+Thu Feb 24 15:55:16 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/Timer_Heap_T.cpp: Added "&& defined (_WINDOWS)" to all the places
+ where memory alloc sizes had been faked out on conditionals selecting
+ Visual Age C++. The reported issues that originated the conditions
+ are not problems for AIX; with the conditional code in, tests
+ failed due to memory corruptions.
+
Thu Feb 24 15:44:42 2000 Steve Huston <shuston@riverace.com>
* ace/ace-dll.icc: Added Capabilities.h and Capabilities.cpp.
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 2ce4dc18f42..2e28a8d1b63 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,24 @@
+Fri Feb 25 14:56:41 2000 Steve Huston <shuston@riverace.com>
+
+ * include/makeinclude/platform_aix_vacpp.GNU: New file for use
+ with Visual Age C++ on AIX. It isn't really needed for much at this
+ point except building the tests via Makefile. If you like doing
+ everything directly with vacbld without the aid of ACE's make
+ scheme, you don't need to use this.
+
+Fri Feb 25 14:48:31 2000 Steve Huston <shuston@riverace.com>
+
+ * include/makeinclude/rules.bin.GNU: Add a rule to build a binary
+ based on a Visual Age C++ configuration (.icc file) and sources.
+ This allows building using Makefile, but defers all the real work
+ to Visual Age C++ builder (vacbld). Useful for building the ACE
+ tests especially.
+
+Fri Feb 25 14:44:37 2000 Steve Huston <shuston@riverace.com>
+
+ * include/makeinclude/rules.local.GNU: Add *.ics to files deleted
+ in cleanup. This cleans up Visual Age C++ codestores.
+
Fri Feb 25 13:06:14 2000 David L. Levine <levine@cs.wustl.edu>
* include/makeinclude/platform_vxworks5.x_{ghs,g++}.GNU:
@@ -16,6 +37,14 @@ Fri Feb 25 10:47:33 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
for both platforms. Thanks to Christopher
Kohlhoff <chris@kohlhoff.com> for providing the fix.
+Thu Feb 24 15:55:16 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/Timer_Heap_T.cpp: Added "&& defined (_WINDOWS)" to all the places
+ where memory alloc sizes had been faked out on conditionals selecting
+ Visual Age C++. The reported issues that originated the conditions
+ are not problems for AIX; with the conditional code in, tests
+ failed due to memory corruptions.
+
Thu Feb 24 15:44:42 2000 Steve Huston <shuston@riverace.com>
* ace/ace-dll.icc: Added Capabilities.h and Capabilities.cpp.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 2ce4dc18f42..2e28a8d1b63 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,24 @@
+Fri Feb 25 14:56:41 2000 Steve Huston <shuston@riverace.com>
+
+ * include/makeinclude/platform_aix_vacpp.GNU: New file for use
+ with Visual Age C++ on AIX. It isn't really needed for much at this
+ point except building the tests via Makefile. If you like doing
+ everything directly with vacbld without the aid of ACE's make
+ scheme, you don't need to use this.
+
+Fri Feb 25 14:48:31 2000 Steve Huston <shuston@riverace.com>
+
+ * include/makeinclude/rules.bin.GNU: Add a rule to build a binary
+ based on a Visual Age C++ configuration (.icc file) and sources.
+ This allows building using Makefile, but defers all the real work
+ to Visual Age C++ builder (vacbld). Useful for building the ACE
+ tests especially.
+
+Fri Feb 25 14:44:37 2000 Steve Huston <shuston@riverace.com>
+
+ * include/makeinclude/rules.local.GNU: Add *.ics to files deleted
+ in cleanup. This cleans up Visual Age C++ codestores.
+
Fri Feb 25 13:06:14 2000 David L. Levine <levine@cs.wustl.edu>
* include/makeinclude/platform_vxworks5.x_{ghs,g++}.GNU:
@@ -16,6 +37,14 @@ Fri Feb 25 10:47:33 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
for both platforms. Thanks to Christopher
Kohlhoff <chris@kohlhoff.com> for providing the fix.
+Thu Feb 24 15:55:16 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/Timer_Heap_T.cpp: Added "&& defined (_WINDOWS)" to all the places
+ where memory alloc sizes had been faked out on conditionals selecting
+ Visual Age C++. The reported issues that originated the conditions
+ are not problems for AIX; with the conditional code in, tests
+ failed due to memory corruptions.
+
Thu Feb 24 15:44:42 2000 Steve Huston <shuston@riverace.com>
* ace/ace-dll.icc: Added Capabilities.h and Capabilities.cpp.