You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(43) |
Nov
(15) |
Dec
(15) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(23) |
Feb
|
Mar
(25) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Karel G. <kg...@us...> - 2001-10-26 20:00:29
|
Update of /cvsroot/micomt/mico/demo/bench In directory usw-pr-cvs1:/tmp/cvs-serv17698/demo/bench Modified Files: client.cc Log Message: - merged with MICO 2.3.6 Index: client.cc =================================================================== RCS file: /cvsroot/micomt/mico/demo/bench/client.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** client.cc 2001/01/08 16:51:52 1.3 --- client.cc 2001/10/26 19:59:55 1.4 *************** *** 40,48 **** #endif ! CORBA::Long t1, t2; bench->sync(); ! t1 = OSMisc::timestamp(); #ifdef NESTED bench->g (); --- 40,48 ---- #endif ! OSMisc::TimeVal t1, t2; bench->sync(); ! t1 = OSMisc::gettime(); #ifdef NESTED bench->g (); *************** *** 53,57 **** bench->sync (); #endif ! t2 = OSMisc::timestamp(); cout << (double)((t2.tv_sec-t1.tv_sec)*1000 + (t2.tv_usec-t1.tv_usec)/1000)/30000 << " ms per call" << endl; --- 53,57 ---- bench->sync (); #endif ! t2 = OSMisc::gettime(); cout << (double)((t2.tv_sec-t1.tv_sec)*1000 + (t2.tv_usec-t1.tv_usec)/1000)/30000 << " ms per call" << endl; |
Update of /cvsroot/micomt/mico/daemon In directory usw-pr-cvs1:/tmp/cvs-serv17698/daemon Modified Files: Makefile.win32 imr_client.cc imr_impl.cc imr_impl.h main.cc mediator.cc mediator.h poamediator.cc poamediator.h Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/daemon/Makefile.win32,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Makefile.win32 1999/11/03 23:20:52 1.1.1.1 --- Makefile.win32 2001/10/26 19:59:55 1.2 *************** *** 41,44 **** clean: ! del /f $(STATIC_OBJS) micod.exe *.pdb *.pch *~ 2> nul ! --- 41,52 ---- clean: ! -del *.obj ! -del *.exe ! -del *.def ! -del *.dmp ! -del *.dll ! -del *.lib ! -del *.exp ! -del *.pdb ! -del *.pch ! -del *~ Index: imr_client.cc =================================================================== RCS file: /cvsroot/micomt/mico/daemon/imr_client.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** imr_client.cc 2001/07/23 20:12:08 1.2 --- imr_client.cc 2001/10/26 19:59:55 1.3 *************** *** 1,5 **** /* ! * MICO --- a free CORBA implementation ! * Copyright (C) 1997-98 Kay Roemer & Arno Puder * * This program is free software; you can redistribute it and/or modify --- 1,5 ---- /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * * This program is free software; you can redistribute it and/or modify *************** *** 17,22 **** * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... */ --- 17,22 ---- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ */ Index: imr_impl.cc =================================================================== RCS file: /cvsroot/micomt/mico/daemon/imr_impl.cc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** imr_impl.cc 2001/02/08 15:06:28 1.1.1.1 --- imr_impl.cc 2001/10/26 19:59:55 1.2 *************** *** 1,5 **** /* ! * MICO --- a free CORBA implementation ! * Copyright (C) 1997-98 Kay Roemer & Arno Puder * * This library is free software; you can redistribute it and/or --- 1,5 ---- /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * * This library is free software; you can redistribute it and/or *************** *** 17,22 **** * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... */ --- 17,22 ---- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ */ Index: imr_impl.h =================================================================== RCS file: /cvsroot/micomt/mico/daemon/imr_impl.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** imr_impl.h 2001/02/08 15:06:28 1.1.1.1 --- imr_impl.h 2001/10/26 19:59:55 1.2 *************** *** 1,5 **** /* ! * MICO --- a free CORBA implementation ! * Copyright (C) 1997-98 Kay Roemer & Arno Puder * * This library is free software; you can redistribute it and/or --- 1,5 ---- /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * * This library is free software; you can redistribute it and/or *************** *** 17,22 **** * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... */ --- 17,22 ---- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ */ Index: main.cc =================================================================== RCS file: /cvsroot/micomt/mico/daemon/main.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** main.cc 2001/07/29 21:36:54 1.3 --- main.cc 2001/10/26 19:59:55 1.4 *************** *** 1,5 **** /* ! * MICO --- a free CORBA implementation ! * Copyright (C) 1997-98 Kay Roemer & Arno Puder * * This program is free software; you can redistribute it and/or modify --- 1,5 ---- /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * * This program is free software; you can redistribute it and/or modify *************** *** 17,22 **** * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... */ --- 17,22 ---- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ */ Index: mediator.cc =================================================================== RCS file: /cvsroot/micomt/mico/daemon/mediator.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** mediator.cc 2001/05/27 04:53:40 1.6 --- mediator.cc 2001/10/26 19:59:55 1.7 *************** *** 1,7 **** ! /* -*- mode: c++; c-basic-offset: 4; -*- * - * MICO --- a free CORBA implementation - * Copyright (C) 1997-98 Kay Roemer & Arno Puder - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by --- 1,6 ---- ! /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by *************** *** 18,23 **** * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... */ --- 17,22 ---- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ */ Index: mediator.h =================================================================== RCS file: /cvsroot/micomt/mico/daemon/mediator.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** mediator.h 2001/05/27 04:53:40 1.4 --- mediator.h 2001/10/26 19:59:55 1.5 *************** *** 1,7 **** ! /* -*- mode: c++; c-basic-offset: 4; -*- * - * MICO --- a free CORBA implementation - * Copyright (C) 1997-98 Kay Roemer & Arno Puder - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by --- 1,7 ---- ! // -*- c++ -*- ! /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by *************** *** 18,23 **** * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... */ --- 18,23 ---- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ */ Index: poamediator.cc =================================================================== RCS file: /cvsroot/micomt/mico/daemon/poamediator.cc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** poamediator.cc 2001/07/31 21:04:05 1.9 --- poamediator.cc 2001/10/26 19:59:55 1.10 *************** *** 1,4 **** /* ! * MICO --- a free CORBA implementation * Copyright (C) 1998 Frank Pilhofer * --- 1,4 ---- /* ! * MICO --- an Open Source CORBA implementation * Copyright (C) 1998 Frank Pilhofer * *************** *** 17,22 **** * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... */ --- 17,22 ---- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ */ *************** *** 771,776 **** waiting = FALSE; ! for (MapSvInf::iterator it = svmap.begin(); it != svmap.end(); it++) { ! if ((*it).second.proc != 0) { waiting = TRUE; } --- 771,776 ---- waiting = FALSE; ! for (MapSvInf::iterator it1 = svmap.begin(); it1 != svmap.end(); it1++) { ! if ((*it1).second.proc != 0) { waiting = TRUE; } *************** *** 784,790 **** while (waiting && (t2.tv_sec - t1.tv_sec < 60)); ! for (MapSvInf::iterator it = svmap.begin(); it != svmap.end(); it++) { ! if ((*it).second.proc != 0) { ! cerr << "*** server cannot be stopped: " << (*it).first << endl; } } --- 784,790 ---- while (waiting && (t2.tv_sec - t1.tv_sec < 60)); ! for (MapSvInf::iterator it2 = svmap.begin(); it2 != svmap.end(); it2++) { ! if ((*it2).second.proc != 0) { ! cerr << "*** server cannot be stopped: " << (*it2).first << endl; } } Index: poamediator.h =================================================================== RCS file: /cvsroot/micomt/mico/daemon/poamediator.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** poamediator.h 2001/07/31 21:04:05 1.5 --- poamediator.h 2001/10/26 19:59:55 1.6 *************** *** 1,5 **** // -*- c++ -*- /* ! * MICO --- a free CORBA implementation * Copyright (C) 1998 Frank Pilhofer * --- 1,5 ---- // -*- c++ -*- /* ! * MICO --- an Open Source CORBA implementation * Copyright (C) 1998 Frank Pilhofer * *************** *** 18,23 **** * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... */ --- 18,23 ---- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ */ |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:29
|
Update of /cvsroot/micomt/mico/coss/trader In directory usw-pr-cvs1:/tmp/cvs-serv17698/coss/trader Modified Files: Makefile.win32 Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/coss/trader/Makefile.win32,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -r1.1.1.2 -r1.2 *** Makefile.win32 2001/01/06 23:17:45 1.1.1.2 --- Makefile.win32 2001/10/26 19:59:55 1.2 *************** *** 66,73 **** clean: ! @-$(RM) *.o *.a *~ *.rpo *.objid traderd *.exe *.obj *.pdb 2> nul ! @-$(RM) CosTrading.h CosTrading.cc CosTradingRepos.h CosTradingRepos.cc 2> nul ! @-$(RM) ..\..\include\mico\CosTrading.h ..\..\include\mico\CosTradingRepos.h 2> nul ! @-$(RM) CosTrading_skel.cc CosTradingRepos_skel.cc 2> nul --- 66,87 ---- clean: ! -del *.obj ! -del *.exe ! -del *.def ! -del *.dmp ! -del *.dll ! -del *.lib ! -del *.exp ! -del *.pdb ! -del *.pch ! -del *~ ! -del CosTrading.h ! -del CosTrading.cc ! -del CosTradingRepos.h ! -del CosTradingRepos.cc ! -del ..\..\include\mico\CosTrading.h ! -del ..\..\include\mico\CosTradingRepos.h ! -del CosTrading_skel.cc ! -del CosTradingRepos_skel.cc |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:29
|
Update of /cvsroot/micomt/mico/cpp In directory usw-pr-cvs1:/tmp/cvs-serv17698/cpp Modified Files: Makefile.win32 Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/cpp/Makefile.win32,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Makefile.win32 1999/11/03 23:20:51 1.1.1.1 --- Makefile.win32 2001/10/26 19:59:55 1.2 *************** *** 39,42 **** clean: ! del /f $(STATIC_OBJS) mico-cpp.exe *.pdb 2> nul ! --- 39,50 ---- clean: ! -del *.obj ! -del *.exe ! -del *.def ! -del *.dmp ! -del *.dll ! -del *.lib ! -del *.exp ! -del *.pdb ! -del *.pch ! -del *~ |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:29
|
Update of /cvsroot/micomt/mico/coss/streams In directory usw-pr-cvs1:/tmp/cvs-serv17698/coss/streams Modified Files: Makefile.win32 Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/coss/streams/Makefile.win32,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -r1.1.1.2 -r1.2 *** Makefile.win32 2001/01/06 23:17:45 1.1.1.2 --- Makefile.win32 2001/10/26 19:59:55 1.2 *************** *** 40,46 **** clean: ! -$(RM) *.o *.a *~ *.rpo *.objid eventd *.exe *.obj *.pdb 2> nul ! -$(RM) stream.cc stream.h .depend 2> nul ! -$(RM) ..\..\include\mico\stream.h 2> nul install: --- 40,56 ---- clean: ! -del *.obj ! -del *.exe ! -del *.def ! -del *.dmp ! -del *.dll ! -del *.lib ! -del *.exp ! -del *.pdb ! -del *.pch ! -del *~ ! -del stream.cc ! -del stream.h ! -del ..\..\include\mico\stream.h install: |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:29
|
Update of /cvsroot/micomt/mico/coss/time In directory usw-pr-cvs1:/tmp/cvs-serv17698/coss/time Modified Files: TimeService_help.cc Log Message: - merged with MICO 2.3.6 Index: TimeService_help.cc =================================================================== RCS file: /cvsroot/micomt/mico/coss/time/TimeService_help.cc,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -r1.1.1.2 -r1.2 *** TimeService_help.cc 1999/11/03 23:23:21 1.1.1.2 --- TimeService_help.cc 2001/10/26 19:59:55 1.2 *************** *** 60,63 **** --- 60,64 ---- TimeBase::TimeT getTimezone() { + #if defined(HAVE_FTIME) //obtain timezone timeb timestruct; *************** *** 65,68 **** --- 66,79 ---- TimeBase::TdfT displacementV = timestruct.timezone; + #elif defined(HAVE_GETTIMEOFDAY_TWOARGS) + struct timeval tv; + struct timezone tz; + int r = gettimeofday (&tv, &tz); + assert (r == 0); + TimeBase::TdfT displacementV = timezone.tz_minuteswest; + #else + // where do we get the timezone from? + assert (0); + #endif return displacementV; |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:28
|
Update of /cvsroot/micomt/mico/coss/property In directory usw-pr-cvs1:/tmp/cvs-serv17698/coss/property Modified Files: Makefile.win32 Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/coss/property/Makefile.win32,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -C2 -r1.1.1.3 -r1.2 *** Makefile.win32 2001/01/06 23:17:44 1.1.1.3 --- Makefile.win32 2001/10/26 19:59:55 1.2 *************** *** 1,62 **** ! # ! # MICO --- a free CORBA implementation ! # Copyright (C) 1997 Kay Roemer & Arno Puder ! # ! # This program is free software; you can redistribute it and\or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2 of the License, or ! # (at your option) any later version. ! # ! # This program is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License ! # along with this program; if not, write to the Free Software ! # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ! # ! # Send comments and\or bug reports to: ! # mi...@in... ! # ! ! !include ..\..\MakeVars.win32 ! LDLIBS = micocoss$(VERSION).lib mico$(VERSION).lib $(CONFLIBS) ! LDFLAGS = /LIBPATH:.. /LIBPATH:..\..\orb $(LDFLAGS) ! CXXFLAGS = -I. -I..\..\include -I..\..\include\windows /DBUILD_MICO_DLL $(CXXFLAGS) $(EHFLAGS) ! ! # generated files ! ! STATIC_OBJS = PropertyService.obj PropertyService_impl.obj ! SHARED_OBJS = $(STATIC_OBJS) ! ! SRV_OBJS = main.obj ..\..\orb\util.obj ! ! # normal rules ! ! all: lib prg ! ! lib: $(SHARED_OBJS) ! ! prg: propertyd.exe ! copy propertyd.exe ..\..\win32-bin ! ! propertyd.exe: $(SRV_OBJS) ! $(LINK) $(LDFLAGS) $(SRV_OBJS) $(LDLIBS) /out:propertyd.exe ! ! ! PropertyService.h PropertyService.cc: ..\..\include\mico\PropertyService.idl ! $(IDL) --no-poa --boa ..\..\include\mico\PropertyService.idl ! copy PropertyService.h ..\..\include\mico ! ! # cleaning ! ! clean: ! -del /f /q *.o *.a *~ *.rpo *.objid *.exe *.obj *.pdb 2> nul ! -del /q PropertyService.h PropertyService.cc ..\..\include\mico\PropertyService.h propertyd.exe 2> nul ! ! install: ! $(IDIRCMD) $(INSTDIR)\bin ! $(IBINCMD) propertyd $(INSTDIR)\bin ! ! --- 1,73 ---- ! # ! # MICO --- a free CORBA implementation ! # Copyright (C) 1997 Kay Roemer & Arno Puder ! # ! # This program is free software; you can redistribute it and\or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2 of the License, or ! # (at your option) any later version. ! # ! # This program is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License ! # along with this program; if not, write to the Free Software ! # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ! # ! # Send comments and\or bug reports to: ! # mi...@in... ! # ! ! !include ..\..\MakeVars.win32 ! LDLIBS = micocoss$(VERSION).lib mico$(VERSION).lib $(CONFLIBS) ! LDFLAGS = /LIBPATH:.. /LIBPATH:..\..\orb $(LDFLAGS) ! CXXFLAGS = -I. -I..\..\include -I..\..\include\windows /DBUILD_MICO_DLL $(CXXFLAGS) $(EHFLAGS) ! ! # generated files ! ! STATIC_OBJS = PropertyService.obj PropertyService_impl.obj ! SHARED_OBJS = $(STATIC_OBJS) ! ! SRV_OBJS = main.obj ..\..\orb\util.obj ! ! # normal rules ! ! all: lib prg ! ! lib: $(SHARED_OBJS) ! ! prg: propertyd.exe ! copy propertyd.exe ..\..\win32-bin ! ! propertyd.exe: $(SRV_OBJS) ! $(LINK) $(LDFLAGS) $(SRV_OBJS) $(LDLIBS) /out:propertyd.exe ! ! ! PropertyService.h PropertyService.cc: ..\..\include\mico\PropertyService.idl ! $(IDL) --no-poa --boa ..\..\include\mico\PropertyService.idl ! copy PropertyService.h ..\..\include\mico ! ! # cleaning ! ! clean: ! -del *.obj ! -del *.exe ! -del *.def ! -del *.dmp ! -del *.dll ! -del *.lib ! -del *.exp ! -del *.pdb ! -del *.pch ! -del *~ ! -del PropertyService.h ! -del PropertyService.cc ! -del ..\..\include\mico\PropertyService.h ! ! install: ! $(IDIRCMD) $(INSTDIR)\bin ! $(IBINCMD) propertyd $(INSTDIR)\bin ! ! |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:28
|
Update of /cvsroot/micomt/mico/coss/naming In directory usw-pr-cvs1:/tmp/cvs-serv17698/coss/naming Modified Files: Makefile.win32 Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/coss/naming/Makefile.win32,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -r1.1.1.2 -r1.2 *** Makefile.win32 2001/01/06 23:17:44 1.1.1.2 --- Makefile.win32 2001/10/26 19:59:55 1.2 *************** *** 64,69 **** clean: ! -$(RM) *.o *.a *~ *.rpo *.objid nsd nsadmin *.exe *.obj *.pdb 2> nul ! -$(RM) .depend TAGS core nohup.out 2> nul ! -$(RM) CosNaming.h CosNaming.cc CosNaming_skel.cc ..\..\include\mico\CosNaming.h 2> nul ! --- 64,79 ---- clean: ! -del *.obj ! -del *.exe ! -del *.def ! -del *.dmp ! -del *.dll ! -del *.lib ! -del *.exp ! -del *.pdb ! -del *.pch ! -del *~ ! -del CosNaming.h ! -del CosNaming.cc ! -del CosNaming_skel.cc ! -del ..\..\include\mico\CosNaming.h |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:28
|
Update of /cvsroot/micomt/mico/coss/lifecycle In directory usw-pr-cvs1:/tmp/cvs-serv17698/coss/lifecycle Modified Files: Makefile.win32 Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/coss/lifecycle/Makefile.win32,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Makefile.win32 2001/01/06 23:17:43 1.1.1.1 --- Makefile.win32 2001/10/26 19:59:55 1.2 *************** *** 113,125 **** clean: ! -$(RM) *.a *.rpo *.objid nsd nsadmin *.exe *.obj *.pdb ! -$(RM) CosLifeCycle.h CosLifeCycle.cc ! -$(RM) ..\..\include\mico\CosLifeCycle.h ! -$(RM) CosCompoundLifeCycle.h CosCompoundLifeCycle.cc ! -$(RM) ..\..\include\mico\CosCompoundLifeCycle.h ! -$(RM) CosLifeCycleContainment.h CosLifeCycleContainment.cc ! -$(RM) ..\..\include\mico\CosLifeCycleContainment.h ! -$(RM) CosLifeCycleReference.h CosLifeCycleReference.cc ! -$(RM) ..\..\include\mico\CosLifeCycleReference.h install: --- 113,138 ---- clean: ! -del *.obj ! -del *.exe ! -del *.def ! -del *.dmp ! -del *.dll ! -del *.lib ! -del *.exp ! -del *.pdb ! -del *.pch ! -del *~ ! -del CosLifeCycle.h ! -del CosLifeCycle.cc ! -del ..\..\include\mico\CosLifeCycle.h ! -del CosCompoundLifeCycle.h ! -del CosCompoundLifeCycle.cc ! -del ..\..\include\mico\CosCompoundLifeCycle.h ! -del CosLifeCycleContainment.h ! -del CosLifeCycleContainment.cc ! -del ..\..\include\mico\CosLifeCycleContainment.h ! -del CosLifeCycleReference.h ! -del CosLifeCycleReference.cc ! -del ..\..\include\mico\CosLifeCycleReference.h install: |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:28
|
Update of /cvsroot/micomt/mico/coss/externalization In directory usw-pr-cvs1:/tmp/cvs-serv17698/coss/externalization Modified Files: Makefile.win32 Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/coss/externalization/Makefile.win32,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Makefile.win32 2001/01/06 23:17:42 1.1.1.1 --- Makefile.win32 2001/10/26 19:59:55 1.2 *************** *** 96,106 **** clean: ! -$(RM) *.a *.rpo *.objid nsd nsadmin *.exe *.obj *.pdb ! -$(RM) CosExternalization.h CosExternalization.cc ! -$(RM) ..\..\include\mico\CosExternalization.h ! -$(RM) CosExternalizationContainment.h CosExternalizationContainment.cc ! -$(RM) ..\..\include\mico\CosExternalizationContainment.h ! -$(RM) CosExternalizationReference.h CosExternalizationReference.cc ! -$(RM) ..\..\include\mico\CosExternalizationReference.h install: --- 96,118 ---- clean: ! -del *.obj ! -del *.exe ! -del *.def ! -del *.dmp ! -del *.dll ! -del *.lib ! -del *.exp ! -del *.pdb ! -del *.pch ! -del *~ ! -del CosExternalization.h ! -del CosExternalization.cc ! -del ..\..\include\mico\CosExternalization.h ! -del CosExternalizationContainment.h ! -del CosExternalizationContainment.cc ! -del ..\..\include\mico\CosExternalizationContainment.h ! -del CosExternalizationReference.h ! -del CosExternalizationReference.cc ! -del ..\..\include\mico\CosExternalizationReference.h install: |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:28
|
Update of /cvsroot/micomt/mico/coss/relship In directory usw-pr-cvs1:/tmp/cvs-serv17698/coss/relship Modified Files: Makefile.win32 Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/coss/relship/Makefile.win32,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -r1.1.1.2 -r1.2 *** Makefile.win32 2001/01/06 23:17:45 1.1.1.2 --- Makefile.win32 2001/10/26 19:59:55 1.2 *************** *** 132,152 **** clean: ! -$(RM) *.a *.rpo *.objid nsd nsadmin *.exe *.obj *.pdb ! -$(RM) CosObjectIdentity.h CosObjectIdentity.cc ! -$(RM) ..\..\include\mico\CosObjectIdentity.h ! -$(RM) CosRelationships.h CosRelationships.cc ! -$(RM) ..\..\include\mico\CosRelationships.h ! -$(RM) CosGraphs.h CosGraphs.cc ! -$(RM) ..\..\include\mico\CosGraphs.h ! -$(RM) CosContainment.h CosContainment.cc ! -$(RM) ..\..\include\mico\CosContainment.h ! -$(RM) CosReference.h CosReference.cc ! -$(RM) ..\..\include\mico\CosReference.h ! -$(RM) CosGraphsExtension.h CosGraphsExtension.cc ! -$(RM) ..\..\include\mico\CosGraphsExtension.h ! -$(RM) RandomGenerator.h RandomGenerator.cc ! -$(RM) ..\..\include\mico\RandomGenerator.h ! -$(RM) random.h random.cc ! -$(RM) ..\..\include\mico\random.h install: --- 132,169 ---- clean: ! -del *.obj ! -del *.exe ! -del *.def ! -del *.dmp ! -del *.dll ! -del *.lib ! -del *.exp ! -del *.pdb ! -del *.pch ! -del *~ ! -del CosObjectIdentity.h ! -del CosObjectIdentity.cc ! -del ..\..\include\mico\CosObjectIdentity.h ! -del CosRelationships.h ! -del CosRelationships.cc ! -del ..\..\include\mico\CosRelationships.h ! -del CosGraphs.h ! -del CosGraphs.cc ! -del ..\..\include\mico\CosGraphs.h ! -del CosContainment.h ! -del CosContainment.cc ! -del ..\..\include\mico\CosContainment.h ! -del CosReference.h ! -del CosReference.cc ! -del ..\..\include\mico\CosReference.h ! -del CosGraphsExtension.h ! -del CosGraphsExtension.cc ! -del ..\..\include\mico\CosGraphsExtension.h ! -del RandomGenerator.h ! -del RandomGenerator.cc ! -del ..\..\include\mico\RandomGenerator.h ! -del random.h ! -del random.cc ! -del ..\..\include\mico\random.h install: |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:28
|
Update of /cvsroot/micomt/mico/coss/events In directory usw-pr-cvs1:/tmp/cvs-serv17698/coss/events Modified Files: Makefile.win32 Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/coss/events/Makefile.win32,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -C2 -r1.1.1.3 -r1.2 *** Makefile.win32 2001/01/06 23:17:42 1.1.1.3 --- Makefile.win32 2001/10/26 19:59:55 1.2 *************** *** 58,67 **** clean: ! -$(RM) *.o *.a *~ *.rpo *.objid eventd *.exe *.obj *.pdb 2> nul ! -$(RM) .depend TAGS core nohup.out 2> nul ! -$(RM) CosEventChannelAdmin.h CosEventChannelAdmin.cc 2> nul ! -$(RM) ..\..\include\mico\CosEventChannelAdmin.h 2> nul ! -$(RM) CosEventComm.h CosEventComm.cc 2> nul ! -$(RM) ..\..\include\mico\CosEventComm.h 2> nul install: --- 58,77 ---- clean: ! -del *.obj ! -del *.exe ! -del *.def ! -del *.dmp ! -del *.dll ! -del *.lib ! -del *.exp ! -del *.pdb ! -del *.pch ! -del *~ ! -del CosEventChannelAdmin.h ! -del CosEventChannelAdmin.cc ! -del ..\..\include\mico\CosEventChannelAdmin.h ! -del CosEventComm.h ! -del CosEventComm.cc ! -del ..\..\include\mico\CosEventComm.h install: |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:27
|
Update of /cvsroot/micomt/mico/coss In directory usw-pr-cvs1:/tmp/cvs-serv17698/coss Modified Files: Makefile.win32 Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/coss/Makefile.win32,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -r1.1.1.2 -r1.2 *** Makefile.win32 2001/01/06 23:17:42 1.1.1.2 --- Makefile.win32 2001/10/26 19:59:54 1.2 *************** *** 67,94 **** all: lib prg - w95-all: w95-lib w95-prg - #lib: sublib micocoss$(VERSION).dll - # copy micocoss$(VERSION).dll ..\win32-bin - # copy micocoss$(VERSION).lib ..\win32-bin\lib - lib: sublib micocoss$(VERSION).lib copy micocoss$(VERSION).lib ..\win32-bin\lib - w95-lib: w95-sublib micocoss$(VERSION).lib - copy micocoss$(VERSION).lib ..\win32-bin\lib - - #prg: sublib micocoss$(VERSION).lib micocoss$(VERSION).dll subprg prg: sublib micocoss$(VERSION).lib subprg - w95-prg: w95-sublib micocoss$(VERSION).lib w95-subprg - sublib: set path=$(SRCDIR)\win32-bin;%path%; - for %i in ( $(SUBDIRS) ); do \ - cmd /c "cd %i & $(MAKE) /nologo /f Makefile.win32 lib" - - w95-sublib: - set path=$(SRCDIR)\win32-bin;%path%; cd naming $(MAKE) /nologo /f Makefile.win32 lib --- 67,78 ---- *************** *** 111,119 **** subprg: - set path=$(SRCDIR)\win32-bin;%path%; - for %i in ( $(SUBDIRS) ); do \ - cmd /c "cd %i & $(MAKE) /nologo /f Makefile.win32 prg" - - w95-subprg: cd naming $(MAKE) /nologo /f Makefile.win32 prg --- 95,98 ---- *************** *** 151,183 **** clean: ! for %i in ( $(SUBDIRS) ) ; do cmd /c "cd %i& $(MAKE) /nologo /f Makefile.win32 clean" ! del *~ *.obj *.def *.dmp micocoss.exp micocoss$(VERSION).dll micocoss$(VERSION).lib \ ! *.pdb 2> nul ! ! w95-clean: ! cd naming ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\events ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\streams ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\relship ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\property ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\trader ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\lifecycle ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\externalization ! $(MAKE) /nologo /f Makefile.win32 clean ! cd .. ! ! del *~ *.obj *.def *.dmp micocoss.exp micocoss$(VERSION).dll micocoss$(VERSION).lib \ ! *.pdb 2> nul ../orb/win32def.exe: ../orb/win32def.cc cl /TP ../orb/win32def.cc /o../orb/win32def.exe ! del /f win32def.exe --- 130,164 ---- clean: ! cd naming ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\events ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\streams ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\relship ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\property ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\trader ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\lifecycle ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\externalization ! $(MAKE) /nologo /f Makefile.win32 clean ! cd .. ! -del *.obj ! -del *.exe ! -del *.def ! -del *.dmp ! -del *.dll ! -del *.lib ! -del *.exp ! -del *.pdb ! -del *.pch ! -del *~ ../orb/win32def.exe: ../orb/win32def.cc cl /TP ../orb/win32def.cc /o../orb/win32def.exe ! -del win32def.exe |
Update of /cvsroot/micomt/mico In directory usw-pr-cvs1:/tmp/cvs-serv17698 Modified Files: CHANGES CHANGES.mt INSTALL MakeVars.in MakeVars.win32 Makefile.win32 README-WIN32 VERSION configure.in Log Message: - merged with MICO 2.3.6 Index: CHANGES =================================================================== RCS file: /cvsroot/micomt/mico/CHANGES,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** CHANGES 2001/07/23 20:12:08 1.5 --- CHANGES 2001/10/26 19:59:54 1.6 *************** *** 1,3 **** --- 1,18 ---- + version 2.3.6 + + - more checks (and less assertions) against ill-formed GIOP messages + - added -ORBGIOPMaxSize option to configure the maximum acceptable size + for GIOP messages + - catch invalid string and sequence length values to avoid allocation + errors + - catch invalid IP addresses (that do not resolve) without crashing + - rewrote demo/services/naming to use the POA + - bugfix in mico_url_decode for corbaloc: and corbaname: (Uwe Maurer) + - improve error messages for duplicate members in enums and structs + - Don't require forward declarations for interfaces and valuetypes to + be resolved in the same IDL file + - Fixed memory leak in stubs that occured for certain types of + variable length inout parameters - Fix bug in os-math.h (infinity check) (Xavier Montet) - Add policy check upon servant incarnation (hubl) Index: CHANGES.mt =================================================================== RCS file: /cvsroot/micomt/mico/CHANGES.mt,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** CHANGES.mt 2001/09/05 17:11:57 1.18 --- CHANGES.mt 2001/10/26 19:59:54 1.19 *************** *** 1,3 **** --- 1,4 ---- + - merged with MICO 2.3.6 - implemented thread-per-request thread model. Please use `-ORBThreadPerRequest' option to turn it on. Index: INSTALL =================================================================== RCS file: /cvsroot/micomt/mico/INSTALL,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** INSTALL 1999/11/03 23:20:51 1.1.1.1 --- INSTALL 2001/10/26 19:59:54 1.2 *************** *** 10,17 **** o gnu make version 3.7 or newer (required) ! o C++ compiler and library (required): ! - egcs 1.x, or ! - g++ 2.8.x and libg++ 2.8.x (where x > 0), or ! - g++ 2.7.2.x and libg++ 2.7.2 o flex 2.5.2 or newer (optional) o bison 1.22 or newer (optional) --- 10,14 ---- o gnu make version 3.7 or newer (required) ! o C++ compiler and library (required). We recommend gcc 2.95.x. o flex 2.5.2 or newer (optional) o bison 1.22 or newer (optional) *************** *** 25,79 **** Mico itself. So you can get along without installing the Java stuff. - It is important that you use one of the above listed C++ compilers and - a C++ library that matches the version of the compiler. Your best bet - is using either egcs or g++ 2.8. In contrast to gcc 2.7.2 both of them - have proper support for exceptions. egcs is a bit easier to install - than g++, because it includes a matching C++ library. - - Windows 95/NT - ------------- - - In order to run MICO on Windows 95 or NT you have to use the Cygnus - CDK beta 19, a port of the GNU tools to Win32 or Microsoft's - Visual-C++ compiler. For instructions on how to compile MICO using the - Visual-C++ compiler, refer to the file README-WIN32 in the main - directory of the MICO sources. - - Install the CDK by running its setup program. Note that you have to - install itin the directory the setup program suggests (c:\Cygnus\CDK\B19); - otherwise bison won't be able to find its skeleton files. Then create - c:\bin and put an sh.exe into it. Likewise create c:\lib and put a cpp.exe - into it: - - mkdir c:\bin - copy c:\Cygnus\CDK\B19\H-i386-cygwin32\bin\bash.exe c:\bin\sh.exe - mkdir c:\lib - copy c:\Cygnus\CDK\B19\H-i386-cygwin32\lib\gcc-lib\2.7-B19\cpp.exe c:\lib - - Now you are ready to unpack and compile Mico as described in section 2.3. - - There are some problems with the current release of the CDK: - - o On standalone machines which are not connected to a name server - resolving IP addresses other than 127.0.0.1 into host names - will hang forever. This is either a problem with the CDK or with - Windows in general. On standalone machines you therefore have to - make all servers bind to 127.0.0.1 by specifying - -ORBIIOPAddr inet:127.0.0.1:<port> on the command line. - - o The gcc 2.7 that comes with the CDK has broken exception handling. - Furthermore it seems to be unable to use virtual memory, at least I - get out of virtual memory errors although there is a lot of free swap - space. I know there are ports of egcs and gcc 2.8 (which might - do better), but didn't give them a try. - - o There seems to be a problem with automatic TCP port number selection. - Usually one binds to port number 0 and the system automatically picks - an unused port for you. This basically works with CDK, but sometimes - causes hanging connections. The solution is to always explicitely - specify port numbers, i.e. give all servers---even ones that - are started by micod---the option -ORBIIOPAddr inet:0.0.0.0:<port>, - where <port> is nonzero. Installation ============ --- 22,49 ---- Mico itself. So you can get along without installing the Java stuff. + Win32 (Windows 95/98/ME/NT/2000) + -------------------------------- + + On Win32, you have several options for compiling Mico. The most common + option is to use Microsoft's Visual C++ compiler. In this case, please + read no further but refer to the file README-WIN32 for instructions on + how to compile Mico using Visual C++. + + You can also compile Mico on Win32 using Cygwin, which is a port of + many Unix tools, including the gcc compiler, to Windows (for more + details, see http://sources.redhat.com/cygwin/). Just open Cygwin's + bash shell and refer to the Unix installation instructions below. + + The third alternative is to use MinGW, which is another port of gcc + to the Windows environment. Other than Cygwin, MinGW does not include + a Posix emulation library but is based on the standard Win32 API + (for more details, see http://www.mingw.org/). You will have to + install Cygwin to get access to its shell and its command-line tools + such as make, and then to set up your PATH so that the MinGW compiler + and its libraries are picked up instead of Cygwin's. Read the note + about MinGW in the CHANGES file. + + Installation ============ *************** *** 109,119 **** Use the -g option when compiling C/C++ files. - --enable-repo - Use the -frepo flag when compiling C++ files. This works only with a - patched g++ 2.7.2 and will greatly reduce the size of the binaries, at - the cost of much slower compilation (this option instructs g++ to do - some sort of template repository). You must use this option on HP-UX, - otherwise you will get lots of error during linking. - --disable-shared Build the Mico library as a static library instead as a shared one. --- 79,82 ---- *************** *** 145,148 **** --- 108,114 ---- were unpacked in. + --disable-static + Don't build static MICO libraries but only the shared libraries. + --disable-dynamic This option disables dynamic loading of CORBA objects into a running *************** *** 156,166 **** HP-UX. ! --disable-mini-stl As mentioned before, Mico makes use of the Standard Template Library (STL). For environments that do not provide an STL implementation, Mico comes with its own slim STL (called MiniSTL), which is simply a subset of the standard STL sufficient to compile Mico. By default Mico will ! use MiniSTL. If you want to use the system supplied STL for some reason ! you have to use the option --disable-mini-stl. MiniSTL works well with g++ and greatly reduces compilation time and size of the binaries. Using MiniSTL one could try to compile Mico using --- 122,133 ---- HP-UX. ! --enable-mini-stl As mentioned before, Mico makes use of the Standard Template Library (STL). For environments that do not provide an STL implementation, Mico comes with its own slim STL (called MiniSTL), which is simply a subset of the standard STL sufficient to compile Mico. By default Mico will ! use your compiler's default STL if available. If you do not want to ! use the system supplied STL for some reason, you will have to use the ! option --disable-mini-stl. MiniSTL works well with g++ and greatly reduces compilation time and size of the binaries. Using MiniSTL one could try to compile Mico using Index: MakeVars.in =================================================================== RCS file: /cvsroot/micomt/mico/MakeVars.in,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** MakeVars.in 2001/07/29 21:36:54 1.9 --- MakeVars.in 2001/10/26 19:59:54 1.10 *************** *** 129,133 **** else LIBMICO = libmico$(VERSION).a ! LIBMICOIR = libmicoir$(VERSION).$(SOEXT) endif --- 129,133 ---- else LIBMICO = libmico$(VERSION).a ! LIBMICOIR = libmicoir$(VERSION).a endif Index: MakeVars.win32 =================================================================== RCS file: /cvsroot/micomt/mico/MakeVars.win32,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -C2 -r1.1.1.4 -r1.2 *** MakeVars.win32 2001/02/08 15:05:48 1.1.1.4 --- MakeVars.win32 2001/10/26 19:59:54 1.2 *************** *** 1,101 **** ! # ! # MICO --- a free CORBA implementation ! # Copyright (C) 1997 Kay Roemer & Arno Puder ! # ! # This program is free software; you can redistribute it and/or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2 of the License, or ! # (at your option) any later version. ! # ! # This program is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License ! # along with this program; if not, write to the Free Software ! # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ! # ! # Send comments and/or bug reports to: ! # mi...@in... ! # ! # Configuration ! # Path of mico(without backslash at the end) ! SRCDIR = c:\cygwin\home\arno\src\win\mico ! # Current Version(clear if you want old behaviour) ! VERSION = 235 ! # define if you want a release build(not tested much) ! #RELEASE_BUILD = 1 ! # ! #End of configuration ! ! CXX = cl.exe ! CC = cl.exe ! LINK = link.exe ! LD = $(LINK) ! JAVAC = javac.exe ! JCUP = java.exe java_cup.Main ! ! # SSL stuff, provided by Alfonso Urdaneta <aur...@in...> ! # uncomment the following section and set SSL_PATH appropriately ! #SSL_PATH = u:\www\openssl\openssl-0.9.2b ! #SSL_FLAGS = /W3 /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo \ ! # -DMONOLITH -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN \ ! # /DHAVE_SSL -I$(SSL_PATH)\inc32 \ ! # -I$(SSL_PATH)\tmp32dll \ ! # /F$(SSL_PATH)\out32dll ! # ! #SSL_LIBS = /LIBPATH:$(SSL_PATH)\out32dll \ ! # ssleay32.lib libeay32.lib RSAglue.lib ! ! ! !ifdef RELEASE_BUILD ! CXXFLAGS = /nologo /DMICO_EH /D_WINDOWS /GX /TP /MD $(SSL_FLAGS) ! CCFLAGS = /nologo /D_WINDOWS /GX /TC /MD $(SSL_FLAGS) ! LINKFLAGS = /nologo /subsystem:console /incremental:no $(SSL_FLAGS) ! LINKDLLFLAGS = /nologo /dll /incremental:no $(SSL_FLAGS) ! !else ! CXXFLAGS = /nologo /DMICO_EH /D_DEBUG /D_WINDOWS /GX /TP /Zi /MD $(SSL_FLAGS) ! CCFLAGS = /nologo /D_DEBUG /D_WINDOWS /GX /TC /Zi /MD $(SSL_FLAGS) ! LINKFLAGS = /nologo /debug /subsystem:console /incremental:no $(SSL_LIBS) ! LINKDLLFLAGS = /nologo /debug /dll /incremental:no $(SSL_LIBS) ! !endif ! SYSLIBS = wsock32.lib ! AR = lib.exe ! ARFLAGS = /nologo ! RM = del ! LDFLAGS = $(LINKFLAGS) ! IDL = $(SRCDIR)\win32-bin\idl ! MKDEPEND = echo ! # uncomment if you have tcl installed and declare path ! # HAVE_TCL = 1 ! # TCL_PATH = d:\tcl ! # Tcl support is not usable yet ! ! .SUFFIXES: ! .SUFFIXES: .c .cc .cpp .obj .rc .RES .idl .class .java .cup ! ! .cc.obj: ! $(CXX) /c $(CXXFLAGS) $< /Fo$*.obj ! ! .cpp.obj: ! $(CXX) /c $(CXXFLAGS) $< /Fo$*.obj ! ! .cxx.obj: ! $(CXX) /c $(CXXFLAGS) $< /Fo$*.obj ! ! ! .rc.RES: ! $(RC) $< ! ! .idl.cpp: ! $(IDL) --c++-suffix=cpp $< ! ! .c.obj: ! $(CC) /c $(CCFLAGS) $< /Fo$*.obj ! ! .java.class: ! $(JAVAC) $< ! ! .cup.java: ! $(JCUP) < $< --- 1,101 ---- ! # ! # MICO --- a free CORBA implementation ! # Copyright (C) 1997 Kay Roemer & Arno Puder ! # ! # This program is free software; you can redistribute it and/or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2 of the License, or ! # (at your option) any later version. ! # ! # This program is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License ! # along with this program; if not, write to the Free Software ! # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ! # ! # Send comments and/or bug reports to: ! # mi...@in... ! # ! # Configuration ! # Path of mico(without backslash at the end) ! SRCDIR = c:\Frank\mico ! # Current Version(clear if you want old behaviour) ! VERSION = 236 ! # define if you want a release build(not tested much) ! #RELEASE_BUILD = 1 ! # ! #End of configuration ! ! CXX = cl.exe ! CC = cl.exe ! LINK = link.exe ! LD = $(LINK) ! JAVAC = javac.exe ! JCUP = java.exe java_cup.Main ! ! # SSL stuff, provided by Alfonso Urdaneta <aur...@in...> ! # uncomment the following section and set SSL_PATH appropriately ! #SSL_PATH = u:\www\openssl\openssl-0.9.2b ! #SSL_FLAGS = /W3 /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo \ ! # -DMONOLITH -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN \ ! # /DHAVE_SSL -I$(SSL_PATH)\inc32 \ ! # -I$(SSL_PATH)\tmp32dll \ ! # /F$(SSL_PATH)\out32dll ! # ! #SSL_LIBS = /LIBPATH:$(SSL_PATH)\out32dll \ ! # ssleay32.lib libeay32.lib RSAglue.lib ! ! ! !ifdef RELEASE_BUILD ! CXXFLAGS = /nologo /D_WINDOWS /GX /GR /TP /MD $(SSL_FLAGS) ! CCFLAGS = /nologo /D_WINDOWS /GX /TC /MD $(SSL_FLAGS) ! LINKFLAGS = /nologo /subsystem:console /incremental:no $(SSL_FLAGS) ! LINKDLLFLAGS = /nologo /dll /incremental:no $(SSL_FLAGS) ! !else ! CXXFLAGS = /nologo /D_DEBUG /D_WINDOWS /GX /GR /TP /Zi /MD $(SSL_FLAGS) ! CCFLAGS = /nologo /D_DEBUG /D_WINDOWS /GX /TC /Zi /MD $(SSL_FLAGS) ! LINKFLAGS = /nologo /debug /subsystem:console /incremental:no $(SSL_LIBS) ! LINKDLLFLAGS = /nologo /debug /dll /incremental:no $(SSL_LIBS) ! !endif ! SYSLIBS = wsock32.lib ! AR = lib.exe ! ARFLAGS = /nologo ! RM = del ! LDFLAGS = $(LINKFLAGS) ! IDL = $(SRCDIR)\win32-bin\idl ! MKDEPEND = echo ! # uncomment if you have tcl installed and declare path ! # HAVE_TCL = 1 ! # TCL_PATH = d:\tcl ! # Tcl support is not usable yet ! ! .SUFFIXES: ! .SUFFIXES: .c .cc .cpp .obj .rc .RES .idl .class .java .cup ! ! .cc.obj: ! $(CXX) /c $(CXXFLAGS) $< /Fo$*.obj ! ! .cpp.obj: ! $(CXX) /c $(CXXFLAGS) $< /Fo$*.obj ! ! .cxx.obj: ! $(CXX) /c $(CXXFLAGS) $< /Fo$*.obj ! ! ! .rc.RES: ! $(RC) $< ! ! .idl.cpp: ! $(IDL) --c++-suffix=cpp $< ! ! .c.obj: ! $(CC) /c $(CCFLAGS) $< /Fo$*.obj ! ! .java.class: ! $(JAVAC) $< ! ! .cup.java: ! $(JCUP) < $< Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/Makefile.win32,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -r1.1.1.2 -r1.2 *** Makefile.win32 2001/01/06 23:17:39 1.1.1.2 --- Makefile.win32 2001/10/26 19:59:54 1.2 *************** *** 24,115 **** LIBDIRS = orb idl ! PRGDIRS = cpp idl ir imr daemon tools ! ALLDIRS = cpp orb idl ir imr daemon coss tools ! all: nt-all ! nt-all: nt-system nt-inst ! ! nt-system: ! @if not exist win32-bin \ ! mkdir win32-bin ! @if not exist win32-bin\lib \ ! mkdir win32-bin\lib ! @for %i in ( $(LIBDIRS) ) do \ ! @if exist %i cmd /c "cd %i & $(MAKE) /nologo /f Makefile.win32 lib" ! ! set path=$(SRCDIR)\win32-bin;%path%; ! @for %i in ( $(PRGDIRS) ) do \ ! @if exist %i cmd /c "cd %i & $(MAKE) /nologo /f Makefile.win32 prg" ! cmd /c "cd coss & $(MAKE) /nologo /f Makefile.win32" ! ! ! ! nt-inst: ! @if not exist win32-bin\include \ ! mkdir win32-bin\include ! xcopy /q /s include\*.* win32-bin\include 2> nul ! copy orb\typecode.obj win32-bin\lib 2> nul ! copy orb\util.obj win32-bin\lib 2> nul ! ! clean: ! @for %i in ( $(ALLDIRS) ) do \ ! @if exist %i cmd /c "cd %i & $(MAKE) /nologo /f Makefile.win32 clean" ! del /s /f /q win32-bin 2> nul ! del *~ 2>nul ! rmdir /s /q win32-bin 2> nul ! ! #---------------------------------------------------------------------------- ! #---- Make targets for Win95/98 that avoid cmd.exe features ----------------- ! #---------------------------------------------------------------------------- ! ! w95-all: w95-system w95-inst ! ! w95-system: ! mkdir win32-bin ! mkdir win32-bin\lib cd orb ! nmake /nologo /f Makefile.win32 lib cd ..\idl ! nmake /nologo /f Makefile.win32 lib cd ..\cpp ! nmake /nologo /f Makefile.win32 prg cd ..\idl ! nmake /nologo /f Makefile.win32 prg cd ..\ir ! nmake /nologo /f Makefile.win32 prg ! cd ..\imr ! nmake /nologo /f Makefile.win32 prg cd ..\daemon ! nmake /nologo /f Makefile.win32 prg cd ..\coss ! nmake /nologo /f Makefile.win32 w95-all cd ..\tools ! nmake /nologo /f Makefile.win32 w95-all cd .. ! w95-inst: ! cd win32-bin ! mkdir include ! cd .. xcopy /q /s include\*.* win32-bin\include copy orb\typecode.obj win32-bin\lib copy orb\util.obj win32-bin\lib ! w95-clean: ! cd cpp ! del *.obj ! cd ..\orb ! del *.obj cd ..\idl ! del *.obj cd ..\ir ! del *.obj ! cd ..\imr ! del *.obj cd ..\daemon ! del *.obj cd ..\coss ! del *.obj --- 24,77 ---- LIBDIRS = orb idl ! PRGDIRS = cpp idl ir daemon tools ! ALLDIRS = cpp orb idl ir daemon coss tools ! all: system install ! system: ! -mkdir win32-bin ! -mkdir win32-bin\lib cd orb ! $(MAKE) /nologo /f Makefile.win32 lib cd ..\idl ! $(MAKE) /nologo /f Makefile.win32 lib cd ..\cpp ! $(MAKE) /nologo /f Makefile.win32 prg cd ..\idl ! $(MAKE) /nologo /f Makefile.win32 prg cd ..\ir ! $(MAKE) /nologo /f Makefile.win32 prg cd ..\daemon ! $(MAKE) /nologo /f Makefile.win32 prg cd ..\coss ! $(MAKE) /nologo /f Makefile.win32 all cd ..\tools ! $(MAKE) /nologo /f Makefile.win32 all cd .. ! install: ! -mkdir win32-bin ! -mkdir win32-bin\include xcopy /q /s include\*.* win32-bin\include copy orb\typecode.obj win32-bin\lib copy orb\util.obj win32-bin\lib ! clean: ! cd orb ! $(MAKE) /nologo /f Makefile.win32 clean cd ..\idl ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\cpp ! $(MAKE) /nologo /f Makefile.win32 clean cd ..\ir ! $(MAKE) /nologo /f Makefile.win32 clean cd ..\daemon ! $(MAKE) /nologo /f Makefile.win32 clean cd ..\coss ! $(MAKE) /nologo /f Makefile.win32 clean ! cd ..\tools ! $(MAKE) /nologo /f Makefile.win32 clean ! cd .. + distclean: clean Index: README-WIN32 =================================================================== RCS file: /cvsroot/micomt/mico/README-WIN32,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -r1.1.1.2 -r1.2 *** README-WIN32 2000/01/07 22:40:03 1.1.1.2 --- README-WIN32 2001/10/26 19:59:54 1.2 *************** *** 3,15 **** ------------- ! This README describes some specific details for running MICO under ! Windows using the Visual-C++ compiler from Microsoft. Beware that the ! port isn't finished yet(but hopefully very close to completion). Take a look at mico\demo\mfc\README to see an example that uses MICO in conjunction with the MFC class library. - PROBLEMS -------- --- 3,47 ---- ------------- ! This README describes compiling and using MICO in the Windows environment, ! using Microsoft Visual C++. Basically, this port works well; this file ! describes how to avoid some of the pitfalls that you might come across. + We have tested MICO with Visual C++ 6.0. Older versions may not work. + + + BUILDING + -------- + + To build MICO, please open a command shell window, change to the MICO + directory and type + + nmake /f Makefile.win32 + + This builds Mico's libraries and executables and places them in the + mico\win32-bin directory. + + You may then copy the contents of this directory to a location of your + choice, or simply use its contents in-place (by adding that directory + to your PATH etc.). + + + DEMOS + ----- + + Most of the demos now come with a Makefile.win32. If this is the case, you + can change to that directory and type, as before, + + nmake /f Makefile.win32 + + Look at the .bat files located in the demo's directory to run it. + + Some of these batch files launch new command shells in order to execute some + servers, but batch files provide no means of stopping them after the demo has + finished. In order to stop a server, activate its window and press CTRL-C. + Take a look at mico\demo\mfc\README to see an example that uses MICO in conjunction with the MFC class library. PROBLEMS -------- *************** *** 69,92 **** http://support.microsoft.com/support/kb/articles/Q181/5/06.asp - - Everybody not willing or able to use regedit feel free to - use the following registry file at your own risk. - Copy the lines between the dashed lines into a file "cc.reg" - and double click on it. - - - - - - - - cc.reg - - - - - - REGEDIT4 - - [HKEY_CLASSES_ROOT\.cc] - @="cppfile" - - [HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0\Build System\Components\Platforms\Win32 (x86)\Tools\32-Bit C/C++-Compiler für 80x86] - "Input_Spec"="*.c;*.cpp;*.cxx;*.cc" - - [HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0\Build System\Components\Tools\<Component 0x3>] - "Input_Spec"="*.c;*.cpp;*.cxx;*.cc" - - - - - - - - - - - - - - - - 2.) Creating the project --- 101,104 ---- Index: VERSION =================================================================== RCS file: /cvsroot/micomt/mico/VERSION,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -C2 -r1.1.1.3 -r1.2 *** VERSION 2001/01/06 23:17:39 1.1.1.3 --- VERSION 2001/10/26 19:59:54 1.2 *************** *** 1 **** ! 2.3.5 --- 1 ---- ! 2.3.6 Index: configure.in =================================================================== RCS file: /cvsroot/micomt/mico/configure.in,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** configure.in 2001/07/29 21:36:54 1.25 --- configure.in 2001/10/26 19:59:54 1.26 *************** *** 153,161 **** AC_ARG_ENABLE(threads, ! [ --enable-threads do compile MICO with threads], use_threads=$enableval, use_threads=no) AC_ARG_ENABLE(use-pthreads, ! [ --disable-pthreads use pthread library when compiling with threads], use_pthreads=$enableval, use_pthreads=yes) --- 153,161 ---- AC_ARG_ENABLE(threads, ! [ --enable-threads compile MICO with thread support], use_threads=$enableval, use_threads=no) AC_ARG_ENABLE(use-pthreads, ! [ --enable-pthreads use pthread library when compiling with threads], use_pthreads=$enableval, use_pthreads=yes) *************** *** 269,278 **** # ! if test X"$use_threads" = Xyes; then if test X"$use_pthreads" = Xno; then AC_CHECK_LIB(thread, open, use_solaris_threads=yes, use_solaris_threads=no) if test X"$use_solaris_threads" = Xyes; then AC_CHECK_HEADERS(thread.h semaphore.h synch.h,, ! AC_MSG_ERROR(solaris thread header files incomplete) ) AC_DEFINE(HAVE_SOLARIS_THREADS) --- 269,278 ---- # ! if test X"$use_threads" = Xyes -a ; then if test X"$use_pthreads" = Xno; then AC_CHECK_LIB(thread, open, use_solaris_threads=yes, use_solaris_threads=no) if test X"$use_solaris_threads" = Xyes; then AC_CHECK_HEADERS(thread.h semaphore.h synch.h,, ! AC_MSG_ERROR(solaris thread header files incomplete) ) AC_DEFINE(HAVE_SOLARIS_THREADS) *************** *** 806,810 **** AC_CHECK_FUNCS(strdup strerror gethostname infnan isnan isinf finite) AC_CHECK_FUNCS(infnanl isnanl isinfl asinl ldexpl frexpl fabsl floorl ceill) ! AC_CHECK_FUNCS(powl fmodl dlopen shl_load) # --- 806,810 ---- AC_CHECK_FUNCS(strdup strerror gethostname infnan isnan isinf finite) AC_CHECK_FUNCS(infnanl isnanl isinfl asinl ldexpl frexpl fabsl floorl ceill) ! AC_CHECK_FUNCS(powl fmodl dlopen shl_load ftime) # *************** *** 1049,1052 **** --- 1049,1100 ---- fi + # standard exception handling + + AC_SUBST(HAVE_STD_EH) + HAVE_STD_EH=no + + if test X"$HAVE_EXCEPTIONS" = Xyes && test X"$use_std_eh" = Xyes; then + SAVE_CXXFLAGS=$CXXFLAGS + CXXFLAGS="$CXXFLAGS $EHFLAGS" + + AC_MSG_CHECKING(for standard exception handling) + AC_TRY_RUN([ + class Bex { public: virtual ~Bex () {} }; + + class Dex: public Bex {}; + + static void f () { throw Dex(); } + + int main () + { + try { + f(); + return 1; + } catch (const Bex &) { + return 0; + } catch (...) { + return 1; + } + }], STDEH=ok, STDEH=broken, STDEH=cross) + + case $STDEH in + ok) + AC_MSG_RESULT(ok) + AC_DEFINE(HAVE_STD_EH) + HAVE_STD_EH=yes + ;; + cross) + AC_MSG_RESULT([cross-compiling, assuming working std EH]) + AC_DEFINE(HAVE_STD_EH) + HAVE_STD_EH=yes + ;; + *|broken) + AC_MSG_RESULT([broken, std EH disabled]) + ;; + esac + + CXXFLAGS=$SAVE_CXXFLAGS + fi + # # shared libraries *************** *** 1239,1242 **** --- 1287,1292 ---- fi + CXXFLAGS=$SAVE_CXXFLAGS + # dynamic loading *************** *** 1340,1402 **** rm -f shtest* libshtest* conftest* - CXXFLAGS=$SAVE_CXXFLAGS - - - # standard exception handling - - AC_SUBST(EHFLAGS) - AC_SUBST(EHNOFLAGS) - AC_SUBST(EHOPTFLAGS) - AC_SUBST(HAVE_STD_EH) - HAVE_STD_EH=no - - if test X"$HAVE_SHARED_EXCEPTS" = Xyes && test X"$use_std_eh" = Xyes; then - EHFLAGS=$CONF_EXCEPT_FLAGS - EHNOFLAGS=$CONF_NO_EXCEPT_FLAGS - EHOPTFLAGS=$CONF_EXCEPT_OPT_FLAGS - - SAVE_CXXFLAGS=$CXXFLAGS - CXXFLAGS="$CXXFLAGS $EHFLAGS" - - AC_MSG_CHECKING(for standard exception handling) - AC_TRY_RUN([ - class Bex { public: virtual ~Bex () {} }; - - class Dex: public Bex {}; - - static void f () { throw Dex(); } - - int main () - { - try { - f(); - return 1; - } catch (const Bex &) { - return 0; - } catch (...) { - return 1; - } - }], STDEH=ok, STDEH=broken, STDEH=cross) - - case $STDEH in - ok) - AC_MSG_RESULT(ok) - AC_DEFINE(HAVE_STD_EH) - HAVE_STD_EH=yes - ;; - cross) - AC_MSG_RESULT([cross-compiling, assuming working std EH]) - AC_DEFINE(HAVE_STD_EH) - HAVE_STD_EH=yes - ;; - *|broken) - AC_MSG_RESULT([broken, std EH disabled]) - ;; - esac - - CXXFLAGS=$SAVE_CXXFLAGS - fi - - AC_SUBST(USE_CCM) --- 1390,1393 ---- |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:27
|
Update of /cvsroot/micomt/mico/admin In directory usw-pr-cvs1:/tmp/cvs-serv17698/admin Modified Files: Makefile mkrelease Removed Files: mkbook.in Log Message: - merged with MICO 2.3.6 Index: Makefile =================================================================== RCS file: /cvsroot/micomt/mico/admin/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Makefile 1999/11/03 23:20:51 1.1.1.1 --- Makefile 2001/10/26 19:59:54 1.2 *************** *** 28,39 **** all: adm ! adm: mkdepend mkbook mkdepend: mkdepend.o $(CXX) $(CXXFLAGS) $(LDFLAGS) $< $(CONFLIBS) -o $@ - - mkbook: mkbook.in - sed -e s,@TCLSH@,$(TCLSH),g < $< > $@ - chmod +x $@ install: --- 28,35 ---- all: adm ! adm: mkdepend mkdepend: mkdepend.o $(CXX) $(CXXFLAGS) $(LDFLAGS) $< $(CONFLIBS) -o $@ install: Index: mkrelease =================================================================== RCS file: /cvsroot/micomt/mico/admin/mkrelease,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** mkrelease 2001/07/23 20:12:08 1.2 --- mkrelease 2001/10/26 19:59:54 1.3 *************** *** 7,11 **** MKDIRS=`pwd`/admin/mkinstalldirs MKBOOK=`pwd`/admin/mkbook ! DATE=`date +"%b %e"` TAR=tar --- 7,11 ---- MKDIRS=`pwd`/admin/mkinstalldirs MKBOOK=`pwd`/admin/mkbook ! DATE=`date +"%b %e, %Y"` TAR=tar --- mkbook.in DELETED --- |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:06
|
Update of /cvsroot/micomt/mico/tools/iordump In directory usw-pr-cvs1:/tmp/cvs-serv17698/tools/iordump Modified Files: Makefile.win32 Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/tools/iordump/Makefile.win32,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Makefile.win32 1999/11/03 23:20:54 1.1.1.1 --- Makefile.win32 2001/10/26 20:00:03 1.2 *************** *** 47,52 **** clean: ! -$(RM) *.o *.a *~ *.rpo *.class iordump *.exe *.obj *.pdb ! -$(RM) .depend TAGS core nohup.out $(GENERATED) ! ! --- 47,58 ---- clean: ! -del *.obj ! -del *.exe ! -del *.def ! -del *.dmp ! -del *.dll ! -del *.lib ! -del *.exp ! -del *.pdb ! -del *.pch ! -del *~ |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:06
|
Update of /cvsroot/micomt/mico/test/idl/error In directory usw-pr-cvs1:/tmp/cvs-serv17698/test/idl/error Modified Files: case19.idl expected-stderr-case11.idl expected-stderr-case16.idl expected-stderr-case19.idl expected-stderr-case5.idl expected-stderr-case9.idl Log Message: - merged with MICO 2.3.6 Index: case19.idl =================================================================== RCS file: /cvsroot/micomt/mico/test/idl/error/case19.idl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** case19.idl 1999/11/03 23:20:54 1.1.1.1 --- case19.idl 2001/10/26 20:00:03 1.2 *************** *** 1,5 **** /* ! * Bad #pragma directive */ --- 1,5 ---- /* ! * Bad #pragma directive // not an error any more */ Index: expected-stderr-case11.idl =================================================================== RCS file: /cvsroot/micomt/mico/test/idl/error/expected-stderr-case11.idl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** expected-stderr-case11.idl 1999/11/03 23:20:54 1.1.1.1 --- expected-stderr-case11.idl 2001/10/26 20:00:03 1.2 *************** *** 1 **** ! case11.idl:10: type 'E' has identical members --- 1 ---- ! case11.idl:9: identifier 'A' defined twice in this scope Index: expected-stderr-case16.idl =================================================================== RCS file: /cvsroot/micomt/mico/test/idl/error/expected-stderr-case16.idl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** expected-stderr-case16.idl 1999/11/03 23:20:54 1.1.1.1 --- expected-stderr-case16.idl 2001/10/26 20:00:03 1.2 *************** *** 1 **** ! case16.idl:7: scoped name 'c1' is not a typedef --- 1 ---- ! case16.idl:7: scoped name 'c1' is not an IDLType Index: expected-stderr-case19.idl =================================================================== RCS file: /cvsroot/micomt/mico/test/idl/error/expected-stderr-case19.idl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** expected-stderr-case19.idl 1999/11/03 23:20:54 1.1.1.1 --- expected-stderr-case19.idl 2001/10/26 20:00:03 1.2 *************** *** 1 **** - case19.idl:7: bad #pragma directive --- 0 ---- Index: expected-stderr-case5.idl =================================================================== RCS file: /cvsroot/micomt/mico/test/idl/error/expected-stderr-case5.idl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** expected-stderr-case5.idl 1999/11/03 23:20:54 1.1.1.1 --- expected-stderr-case5.idl 2001/10/26 20:00:03 1.2 *************** *** 1 **** ! case5.idl:11: bad kind of recursion in constructed type 'U' --- 1 ---- ! case5.idl:11: bad kind of recursion in constructed type 'u' Index: expected-stderr-case9.idl =================================================================== RCS file: /cvsroot/micomt/mico/test/idl/error/expected-stderr-case9.idl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** expected-stderr-case9.idl 1999/11/03 23:20:54 1.1.1.1 --- expected-stderr-case9.idl 2001/10/26 20:00:03 1.2 *************** *** 1 **** ! case9.idl:9: type 'S' has identical members --- 1 ---- ! case9.idl:8: identifier 'a' defined twice in this scope |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:06
|
Update of /cvsroot/micomt/mico/orb/transport In directory usw-pr-cvs1:/tmp/cvs-serv17698/orb/transport Modified Files: tcp.cc udp.cc unix.cc Log Message: - merged with MICO 2.3.6 Index: tcp.cc =================================================================== RCS file: /cvsroot/micomt/mico/orb/transport/tcp.cc,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** tcp.cc 2001/08/18 20:29:25 1.16 --- tcp.cc 2001/10/26 20:00:03 1.17 *************** *** 1,7 **** ! /* -*- mode: c++; c-basic-offset: 4; -*- * - * MICO --- a free CORBA implementation - * Copyright (C) 1997-98 Kay Roemer & Arno Puder - * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public --- 1,6 ---- ! /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public *************** *** 18,23 **** * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... */ --- 17,22 ---- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ */ *************** *** 67,70 **** --- 66,74 ---- assert (!strcmp (a->proto(), "inet")); InetAddress *ia = (InetAddress *)a; + + if (!ia->valid()) { + err = "invalid address"; + return FALSE; + } struct sockaddr_in sin = ia->sockaddr(); Index: udp.cc =================================================================== RCS file: /cvsroot/micomt/mico/orb/transport/udp.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** udp.cc 2000/01/07 23:26:54 1.6 --- udp.cc 2001/10/26 20:00:03 1.7 *************** *** 1,7 **** ! /* -*- mode: c++; c-basic-offset: 4; -*- * - * MICO --- a free CORBA implementation - * Copyright (C) 1997-98 Kay Roemer & Arno Puder - * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public --- 1,6 ---- ! /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public *************** *** 18,23 **** * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... */ --- 17,22 ---- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ */ Index: unix.cc =================================================================== RCS file: /cvsroot/micomt/mico/orb/transport/unix.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** unix.cc 2000/01/07 23:26:54 1.6 --- unix.cc 2001/10/26 20:00:03 1.7 *************** *** 1,5 **** /* ! * MICO --- a free CORBA implementation ! * Copyright (C) 1997-98 Kay Roemer & Arno Puder * * This library is free software; you can redistribute it and/or --- 1,5 ---- /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * * This library is free software; you can redistribute it and/or *************** *** 17,22 **** * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... */ --- 17,22 ---- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ */ |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:05
|
Update of /cvsroot/micomt/mico/tools In directory usw-pr-cvs1:/tmp/cvs-serv17698/tools Modified Files: Makefile.win32 Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/tools/Makefile.win32,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -r1.1.1.2 -r1.2 *** Makefile.win32 2001/01/06 23:18:25 1.1.1.2 --- Makefile.win32 2001/10/26 20:00:03 1.2 *************** *** 27,41 **** prg: ! for %i in ($(DIRS)); do cmd /c "cd %i & $(MAKE) /nologo /f makefile.win32" ! ! w95-all: cd iordump ! nmake /nologo /f Makefile.win32 install: clean: ! for %i in ($(DIRS)); do cmd /c "cd %i & $(MAKE) /nologo /f makefile.win32 clean" ! ! --- 27,40 ---- prg: ! set path=$(SRCDIR)\win32-bin;%path%; cd iordump ! $(MAKE) /nologo /f Makefile.win32 ! cd .. install: clean: ! cd iordump ! $(MAKE) /nologo /f Makefile.win32 clean ! cd .. |
From: Karel G. <kg...@us...> - 2001-10-26 20:00:05
|
Update of /cvsroot/micomt/mico/orb/os-thread In directory usw-pr-cvs1:/tmp/cvs-serv17698/orb/os-thread Modified Files: dcethreads.cc pthreads.cc pththreads.cc solaris-threads.cc Log Message: - merged with MICO 2.3.6 Index: dcethreads.cc =================================================================== RCS file: /cvsroot/micomt/mico/orb/os-thread/dcethreads.cc,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** dcethreads.cc 2001/08/18 20:29:25 1.12 --- dcethreads.cc 2001/10/26 20:00:02 1.13 *************** *** 1,30 **** ! /* -*- mode: c++; c-basic-offset: 4; -*- ! * ! * MICO --- a CORBA implementation ! * Copyright (C) 1997-98 Kay Roemer & Arno Puder * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... * ! * $Id$ * ! * support for Draft 4 (DCE) threads * */ --- 1,29 ---- ! /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ * ! * $Id$ * ! * support for Draft 4 (DCE) threads * */ Index: pthreads.cc =================================================================== RCS file: /cvsroot/micomt/mico/orb/os-thread/pthreads.cc,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** pthreads.cc 2001/08/18 20:29:25 1.26 --- pthreads.cc 2001/10/26 20:00:03 1.27 *************** *** 1,31 **** ! /* -*- mode: c++; c-basic-offset: 4; -*- ! * ! * MICO --- a CORBA implementation ! * Copyright (C) 1997-98 Kay Roemer & Arno Puder * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. ! * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. ! * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... * ! * $Id$ * ! * support for POSIX Draft 10ish Pthreads for Linux as developed by ! * Xavier Le...@in... * */ --- 1,30 ---- ! /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. ! * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. ! * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ * ! * $Id$ * ! * support for POSIX Draft 10ish Pthreads for Linux as developed by ! * Xavier Le...@in... * */ Index: pththreads.cc =================================================================== RCS file: /cvsroot/micomt/mico/orb/os-thread/pththreads.cc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** pththreads.cc 2001/08/18 20:29:25 1.7 --- pththreads.cc 2001/10/26 20:00:03 1.8 *************** *** 1,31 **** ! /* -*- mode: c++; c-basic-offset: 4; -*- ! * ! * MICO --- a CORBA implementation ! * Copyright (C) 1997-98 Kay Roemer & Arno Puder * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. ! * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. ! * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... * ! * $Id$ * ! * support for POSIX Draft 10ish Pthreads for Linux as developed by ! * Xavier Le...@in... * */ --- 1,30 ---- ! /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. ! * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. ! * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ * ! * $Id$ * ! * support for POSIX Draft 10ish Pthreads for Linux as developed by ! * Xavier Le...@in... * */ Index: solaris-threads.cc =================================================================== RCS file: /cvsroot/micomt/mico/orb/os-thread/solaris-threads.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** solaris-threads.cc 2001/08/18 20:29:25 1.6 --- solaris-threads.cc 2001/10/26 20:00:03 1.7 *************** *** 1,30 **** ! /* -*- mode: c++; c-basic-offset: 4; -*- ! * ! * MICO --- a CORBA implementation ! * Copyright (C) 1997-98 Kay Roemer & Arno Puder * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... * ! * $Id$ * ! * support for Solaris-Threads * */ --- 1,29 ---- ! /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ * ! * $Id$ * ! * support for Solaris-Threads * */ |
From: Karel G. <kg...@us...> - 2001-10-26 19:59:59
|
Update of /cvsroot/micomt/mico/demo/interop/jacorb In directory usw-pr-cvs1:/tmp/cvs-serv17698/demo/interop/jacorb Removed Files: account.idl Log Message: - merged with MICO 2.3.6 --- account.idl DELETED --- |
From: Karel G. <kg...@us...> - 2001-10-26 19:59:57
|
Update of /cvsroot/micomt/mico/auxdir In directory usw-pr-cvs1:/tmp/cvs-serv17698/auxdir Removed Files: dynany.diffs Log Message: - merged with MICO 2.3.6 --- dynany.diffs DELETED --- |