[orbitcpp-commits] orbitcpp philipd
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@us...> - 2001-04-05 09:57:49
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 01/04/05 02:57:49 Modified files: . : AUTHORS Makefile.buildvars configure.in compiler : Makefile.am language.cc pass_xlate.cc pass_xlate.hh types.cc types.hh orb : orbitcpp_exception.hh orbitcpp_poa.cc orbitcpp_sequence.hh orbitcpp_typecode.hh test : Makefile.am test/everything: Makefile.am client.cc everything-impl.cc everything.idl test/everything/generated: Makefile.am test/idl-torture: .gdbinit Added files: . : TODO compiler : README test/any : .cvsignore Makefile.am any.idl anytests.cc test/any/generated: .cvsignore Makefile.am Log message: - fixed insertion and extraction of exceptions. (orig code was attempting to use them as if they are binary compatible with C exceptions, which they are not.) - started 'any' tests, which tests insertion and extraction of types into any objects. - Moved documentation out of HACKING, and into READMEs in each src directory - squished a mem leak in orbitcpp_sequence() (_release not set to true in operator=()) - squished a couple of mem leaks in the union code - fixed the operator new warnings - fixed 'module used in #included idl file reopened by top level file causes idl compiler crash' (Thanks to Kuba for that bug and diagnosis) |