[orbitcpp-commits] orbitcpp philipd
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@sl...> - 2000-04-26 13:01:48
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/04/26 05:53:46 Modified files: . : acinclude.m4 configure.in compiler : pass_xlate.cc orb : Makefile.am orbitcpp_sequence.hh orbitcpp_tools.cc orbitcpp_tools.hh test : Makefile.am test.sh test/name : Makefile.am README client.cc test/name/generated: Makefile.am Added files: orb : orbitcpp_constants.hh.in test/name : test.sh Removed files: orb : orbitcpp_constants.hh test/name : test.py Log message: Fixes to make the sequence operator new[] stuff portable (hopefully) - wrote a test in acinclude.m4 to detect length of new[] mem info block - Added orbitcpp_constants.hh.in which contains this information - sequence alloc function now re-creates the ORBit mem info block, (using the replace_mem_info function in orbitcpp_tools.hh) since it is currupted by a call to new[] - Made the 'name' test automatic |