summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-20 01:50:38 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-20 01:50:38 +0000
commitfc6475034d0fc015105e314e47fac077d3052c66 (patch)
treedd40ee4af916d9276dfa0e4f6493466bc9eeef42
parent71421c609484a7959834c0125d4faaf8bbb1ed63 (diff)
downloadATCD-fc6475034d0fc015105e314e47fac077d3052c66.tar.gz
ChangeLogTag: Mon Feb 19 19:15:11 2001 Jeff Parsons <parsons@cs.wustl.edu>
-rw-r--r--TAO/docs/releasenotes/index.html22
1 files changed, 21 insertions, 1 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index 327feb10344..2f464391aef 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -949,7 +949,7 @@ encounter an object whose interface was not known when the program was
compiled, yet, be able to determine what operations are valid on the
object and make invocations on it using the DII.
-<p>Current Status (as of August 27, 2000):
+<p>Current Status (as of February 19, 2001):
<ul>
<LI><P>First pass implementing the new Dynamic Any interfaces.
@@ -971,6 +971,18 @@ resolve_initial_references ("InterfaceRespository") completed.</li><p>
<li> Persistent IFR tested.</li><p>
+<li> tao_ifr executable implemented, which will process IDL files, either
+adding or subtracting their contents from the IFR. Test for this capability
+also added.</li><p>
+
+<li> Build of IFR and associated tests disabled for GCC compilers before version
+2.8, SunCC compiler version 4.2 and for all builds on Lynx OS. We currently have
+two builds on Lynx OS. One uses the Intel 86386 chip, and the compiler is GCC 2.7.2,
+so the build is disabled for the reason given above for older versions of GCC. The
+other Lynx OS build is on a PowerPC chip, and uses GCC version 2.9-gnupro-98r2. There
+are currently configuration problems with this build, and ACE_HAS_USING_KEYWORD, which
+is necessary for namespace recognition by the preprocessor, is not defined.</li><p>
+
</ul>
<p>Known Issues:
@@ -1022,6 +1034,14 @@ chooses the thread-per-request threading model.</li><p>
<li> A test of the persistence option for the IFR added in the directory
ACE_wrappers/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test.</li><p>
+<li> Executable to add or subtract the contents of an IDL file to/from the
+IFR, has been added. This executable uses the TAO IDL compiler front end library,
+with a new back end library and top level executable. An application-style test has
+also been added wherein a server is started, the IFR started, the contents of the IDL
+file added to the IFR, a client started, which discovers information about a desired
+operation by searching the IFR, and a DII request constructed from this information.
+</li><p>
+
</ul>
<p>Future Work: