[orbitcpp-commits] orbitcpp inducer
Status: Beta
Brought to you by:
philipd
From: Andreas K. <in...@cv...> - 2000-03-03 21:39:48
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: inducer 00/03/03 13:35:59 Modified files: . : Makefile.buildvars orb : Makefile.am orbitcpp_exception.cc orbitcpp_exception.hh orbitcpp_object.hh orbitcpp_orb.hh orbitcpp_poa.hh orbitcpp_tools.hh orbitcpp_types.hh test/string : Makefile.am client.cc test/string/generated: stringtest-cpp-skels.hh stringtest-cpp-stubs.hh Added files: . : HACKING orb : orbitcpp.hh orbitcpp_smartptr.hh orbitcpp_types.cc Log message: * added HACKING file to represent decisions on coding standards * integrated an adapted o2cpp smart pointer implementation (orbitcpp_string.hh and orbitcpp_templates.hh are now stale) * removed "-ansi -pedantic -[all]-static" from CFLAGS (is this ok, phil?) * fixed some exception issues * moved string_alloc and friends to orbitcpp_types * added orbitcpp_tools file with *_guarded functions and NARROW_OR_NULL macro * created orbitcpp.hh as a primary include file for the entire project uh. i think this is it. |