Thread: [orbitcpp-commits] orbitcpp philipd
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@cv...> - 2000-02-27 15:36:43
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/02/27 07:33:17 Modified files: orb : orbitcpp_poa.hh Added files: . : NEWS Log message: Added a NEWS file, and updated a misc header file to check that the mailing list scripts work |
From: Phil D. <ph...@cv...> - 2000-02-27 15:53:06
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/02/27 07:49:40 Modified files: test/string : README Log message: fixed the readme file. |
From: Phil D. <ph...@cv...> - 2000-02-27 17:21:36
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/02/27 09:18:11 Modified files: . : NEWS orb : Makefile.am orbitcpp_corba.cc orbitcpp_corba.hh orbitcpp_exception.hh orbitcpp_object.cc orbitcpp_object.hh orbitcpp_orb.cc orbitcpp_orb.hh orbitcpp_orbit.cc orbitcpp_orbit.hh orbitcpp_poa.cc orbitcpp_poa.hh orbitcpp_sequence.hh orbitcpp_string.cc orbitcpp_string.hh orbitcpp_templates.hh orbitcpp_types.hh test/string : client.cc stringtest-impl.hh test/string/generated: stringtest-cpp-skels.cc stringtest-cpp-skels.hh stringtest-cpp-stubs.cc stringtest-cpp-stubs.hh Removed files: orb : orbitcpp_var.hh Log message: removed the _var class changed the ORBITCPP namespace to _orbitcpp and ORBIT_C to _orbitcpp::c (nicked the idea from Andreas' o2cpp ;-) |
From: Phil D. <ph...@cv...> - 2000-02-28 09:25:47
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/02/28 01:22:16 Modified files: test : Makefile.am test/string/generated: .cvsignore stringtest-cpp-skels.cc stringtest-cpp-skels.hh Log message: - Removed the basic and idl-torture tests from the global 'make check' target - Added the .a libs to .cvsignore - misc cosmetic changes |
From: Phil D. <ph...@cv...> - 2000-02-28 10:40:43
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/02/28 02:37:12 Modified files: test : Makefile.am Log message: for some reason I forgot to comment out the idl-torture and basic subdirs, and merely rearranged them. This fixes that. |
From: Phil D. <ph...@cv...> - 2000-02-29 19:32:11
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/02/29 11:28:37 Modified files: compiler : base.cc base.hh error.hh language.cc language.hh main.cc pass_gather.cc pass_gather.hh pass_idl_it.cc pass_idl_it.hh pass_skels.cc pass_skels.hh pass_stubs.cc pass_stubs.hh pass_xlate.cc pass_xlate.hh state.hh types.cc types.hh orb : orbitcpp_corba.cc orbitcpp_corba.hh orbitcpp_exception.cc orbitcpp_exception.hh orbitcpp_object.cc orbitcpp_object.hh orbitcpp_orb.cc orbitcpp_orb.hh orbitcpp_orbit.cc orbitcpp_orbit.hh orbitcpp_poa.cc orbitcpp_poa.hh orbitcpp_sequence.hh orbitcpp_string.cc orbitcpp_string.hh orbitcpp_templates.hh orbitcpp_types.hh Log message: Indented all the code to k&r style with tabs. Hope this is alright! |
From: Phil D. <ph...@cv...> - 2000-03-06 08:32:40
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/06 00:28:37 orbitcpp/test/string-template Update of /cvsroot/orbitcpp/orbitcpp/test/string-template In directory cvs1.i.sourceforge.net:/tmp/cvs-serv392/string-template Log Message: Directory /cvsroot/orbitcpp/orbitcpp/test/string-template added to the repository |
From: Phil D. <ph...@cv...> - 2000-03-06 08:39:58
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/06 00:35:55 orbitcpp/test/string-template/generated Update of /cvsroot/orbitcpp/orbitcpp/test/string-template/generated In directory cvs1.i.sourceforge.net:/tmp/cvs-serv589/generated Log Message: Directory /cvsroot/orbitcpp/orbitcpp/test/string-template/generated added to the repository |
From: Phil D. <ph...@cv...> - 2000-03-06 08:47:21
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/06 00:43:18 Modified files: . : configure.in Added files: test/string-template: .cvsignore Makefile.am README client.cc server.cc stringtest-impl.cc stringtest-impl.hh stringtest.idl test/string-template/generated: .cvsignore Makefile.am stringtest-common.c stringtest-cpp-common.cc stringtest-cpp-skels.cc stringtest-cpp-skels.hh stringtest-cpp-stubs.cc stringtest-cpp-stubs.hh stringtest-skels.c stringtest-stubs.c stringtest.h Log message: Added a string-template directory to contain the 'template' source which we will aim the idl compiler at producing. The string directory will be converted into a proper test which uses the idl compiler to build itself. |
From: Phil D. <ph...@cv...> - 2000-03-06 09:21:27
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/06 01:17:23 Modified files: . : configure.in test : Makefile.am test/string/generated: Makefile.am Added files: test : Makefile.idlbuildvars Removed files: test/string/generated: stringtest-common.c stringtest-cpp-common.cc stringtest-cpp-skels.cc stringtest-cpp-skels.hh stringtest-cpp-stubs.cc stringtest-cpp-stubs.hh stringtest-skels.c stringtest-stubs.c stringtest.h Log message: - Fixed up the string directory to use the idl compiler to build itself - Modified the Makefile.am structure to centralise the build rules for stubs/skels in a single file (Makefile.idlbuildvars) - Took the string test out of the global build (since it breaks at the moment) - Re-tabulated configure.in |
From: Phil D. <ph...@cv...> - 2000-03-06 09:49:20
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/06 01:45:16 Modified files: test : Makefile.idlbuildvars Log message: Fixed the makefile |
From: Phil D. <ph...@cv...> - 2000-03-07 22:22:12
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/07 14:18:04 Modified files: compiler : pass_stubs.cc pass_stubs.hh types.hh orb : orbitcpp_exception.hh test : Makefile.am test/string : .cvsignore Makefile.am test/string/generated: Makefile.am Log message: Compiler now builds stubs that work with the string test. |
From: Phil D. <ph...@cv...> - 2000-03-08 08:47:14
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/08 00:43:01 Modified files: orb : .cvsignore test/string : .cvsignore test/string/generated: .cvsignore test/string-template: .cvsignore Log message: Ammended the .cvsignore files to make cvs updating more quiet. |
From: Phil D. <ph...@cv...> - 2000-03-08 09:01:14
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/08 00:57:02 Modified files: test : Makefile.am Log message: Oops! shouldn't have left 'string' in the global 'make' and 'make check' |
From: Phil D. <ph...@cv...> - 2000-03-08 13:16:55
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/08 05:12:42 Modified files: compiler : pass_stubs.cc Log message: Fixed the indenting in the stubs |
From: Phil D. <ph...@cv...> - 2000-03-09 19:29:45
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/09 11:25:27 Modified files: . : Makefile.am acinclude.m4 configure.in test : Makefile.am Makefile.idlbuildvars Log message: Added the autoconf stuff to handle the new orbit-idl --backenddir command line parameter if it exists. |
From: Phil D. <ph...@cv...> - 2000-03-13 14:22:27
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/13 06:17:51 orbitcpp/test/boolean Update of /cvsroot/orbitcpp/orbitcpp/test/boolean In directory cvs1.i.sourceforge.net:/tmp/cvs-serv31002/boolean Log Message: Directory /cvsroot/orbitcpp/orbitcpp/test/boolean added to the repository |
From: Phil D. <ph...@cv...> - 2000-03-13 14:24:00
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/13 06:19:24 orbitcpp/test/boolean/generated Update of /cvsroot/orbitcpp/orbitcpp/test/boolean/generated In directory cvs1.i.sourceforge.net:/tmp/cvs-serv31076/generated Log Message: Directory /cvsroot/orbitcpp/orbitcpp/test/boolean/generated added to the repository |
From: Phil D. <ph...@cv...> - 2000-03-13 14:28:13
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/13 06:23:37 Modified files: . : configure.in compiler : pass_skels.cc orb : orbitcpp_corba.cc orbitcpp_object.hh orbitcpp_poa.cc orbitcpp_poa.hh test : Makefile.am Makefile.idlbuildvars Makefile.testbuildvars test/string : Makefile.am Added files: test/boolean : .cvsignore Makefile.am README boolean-impl.cc boolean-impl.hh boolean.idl client.cc server.cc test/boolean/generated: .cvsignore Makefile.am Log message: - Added support for Servant::_this() (via an inherited ServantBase template class) - Fixed a memory bug (corba::object delete was calling CORBA_free(), not CORBA_O bject_release() - Added the Boolean test |
From: Phil D. <ph...@cv...> - 2000-03-13 21:01:28
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/13 12:56:52 orbitcpp/test/everything Update of /cvsroot/orbitcpp/orbitcpp/test/everything In directory cvs1.i.sourceforge.net:/tmp/cvs-serv6346/everything Log Message: Directory /cvsroot/orbitcpp/orbitcpp/test/everything added to the repository |
From: Phil D. <ph...@cv...> - 2000-03-13 21:02:37
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/13 12:58:01 orbitcpp/test/everything/generated Update of /cvsroot/orbitcpp/orbitcpp/test/everything/generated In directory cvs1.i.sourceforge.net:/tmp/cvs-serv6577/generated Log Message: Directory /cvsroot/orbitcpp/orbitcpp/test/everything/generated added to the repository |
From: Phil D. <ph...@cv...> - 2000-03-13 21:06:57
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/13 13:02:21 Modified files: . : configure.in compiler : types.hh Added files: test/everything: .cvsignore Makefile.am README client.cc constants.hh everything-impl.cc everything-impl.hh everything.idl server.cc test/everything/generated: .cvsignore Makefile.am Log message: - Made a start on a 'test everything' test harness - Fixed an objref compiler bug |
From: Phil D. <ph...@cv...> - 2000-03-15 09:11:57
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/15 01:07:11 Modified files: compiler : base.cc base.hh language.hh pass_gather.cc pass_idl_it.cc pass_idl_it.hh pass_xlate.cc types.hh test : Makefile.am test/everything: client.cc everything-impl.cc everything-impl.hh everything.idl Log message: - Added compiler helper function to detect whether type is variable length (and added the function to IDLElement (I ripped these off of the orbit-idl code - hope this is okay) - Added struct declaration support for fixed and variable length structs - Added everything test to global make target |
From: Phil D. <ph...@cv...> - 2000-03-16 09:03:23
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/16 00:58:13 Modified files: compiler : language.hh pass_xlate.cc types.cc types.hh test/everything: client.cc constants.hh everything-impl.cc everything-impl.hh everything.idl Log message: Finished implementing Fixed lenght structs and added a test to everything. |
From: Phil D. <ph...@cv...> - 2000-03-17 08:57:05
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/03/17 00:52:10 Modified files: . : README compiler : pass_xlate.cc types.cc orb : orbitcpp_smartptr.hh test/everything: client.cc constants.hh everything-impl.cc everything-impl.hh everything.idl Log message: - Finished variable length and compound struct support - Ammended String_mgr to be CORBA 2.3 compliant - Err.. still havent fixed that isVariableLength() hack (sorry Andreas) - Added a more appropriate README |