Fri Nov 24 13:59:12 2006 Johnny Willemsen * DAnCE/StaticConfigurator/StaticDAnCEParser.cpp: Added check whether we got a valid NodeImplementationInfo back and not a nill pointer. Fixes bugzilla bug 2692 finally. Thanks to Abdul for pointing out the need for this check Fri Nov 24 09:41:12 2006 Johnny Willemsen * performance-tests/Benchmark/Multi_Threaded/Multi_Threaded.mpc: Don't build this project in ace_for_tao configuration Thu Nov 23 12:34:12 2006 Johnny Willemsen * ciao/CCM_Home.idl: * ciao/CCM_Object.idl: Moved CCMHome again to its own file now the idl compiler has been fixed to handle this correctly Wed Nov 22 20:39:12 2006 Johnny Willemsen * ciao/Dynamic_Component_Servant_Base.h: Removed the character c from the first line which drove the compilers really crazy Wed Nov 22 19:31:12 2006 Johnny Willemsen * ciao/CCM_Home.idl: * ciao/CCM_Object.idl: Moved CCMHome to CCMObject, when these are in seperate files the generated code for components is not correct. We want to have these interfaces in seperate files but we can sort out this later. Wed Nov 22 14:45:12 2006 Johnny Willemsen * ciao/Dynamic_Component_Servant_Base.h: Fixed pragme once warning Wed Nov 22 11:05:12 2006 Johnny Willemsen * ciao/CCM_Base.idl * ciao/CCM_CCM2Context.idl * ciao/CCM_CCMException.idl * ciao/CCM_Component.idl * ciao/CCM_Configurator.idl * ciao/CCM_Container.idl * ciao/CCM_Container_Ex.idl * ciao/CCM_Context.idl * ciao/CCM_Cookie.idl * ciao/CCM_Core.mpc * ciao/CCM_EnterpriseComponent.idl * ciao/CCM_EntityComponent.idl * ciao/CCM_EntityContext.idl * ciao/CCM_Enumeration.idl * ciao/CCM_Event.idl * ciao/CCM_Home.idl * ciao/CCM_HomeConfigurator.idl * ciao/CCM_HomeExecutorBase.idl * ciao/CCM_HomeFinder.idl * ciao/CCM_HomeRegistration.idl * ciao/CCM_KeylessCCMHome.idl * ciao/CCM_Navigation.idl * ciao/CCM_Object.idl * ciao/CCM_ProxyHomeRegistration.idl * ciao/CCM_Receptacle.idl * ciao/CCM_Session2Context.idl * ciao/CCM_SessionSynchronization.idl * ciao/CCM_StandardConfigurator.idl * ciao/Client_init.cpp * ciao/Components.idl * ciao/Cookies.h * ciao/CosPersistentState.idl * ciao/Deployment.idl * ciao/Deployment_Application.idl * ciao/Deployment_Base.idl * ciao/Deployment_Connection.idl * ciao/Deployment_Core.idl * ciao/Deployment_Data.idl * ciao/Deployment_TargetData.idl * ciao/DomainApplicationManager.idl * ciao/Home_Servant_Impl_Base.h * ciao/NodeApplicationManager.idl * ciao/NodeManager.idl * ciao/Servant_Impl_Base.h * ciao/Servant_Impl_T.cpp * ciao/Server_init.cpp * ciao/StandardConfigurator_Impl.h * ciao/SwapExec.idl * ciao/Swapping_Servant_Home_Impl_Base.h * ciao/Target_Data.idl * ciao/TargetManager.idl * ciao/UpgradeableContext.idl Splitted the huge idl files into smaller parts. The CCM files are almost done, the Deployment files do need some more iterations to get smaller files that contain an interface with the types they need. This way the linker can optimize objects out during a static compilation * ciao/CIAO_Value.idl: * ciao/Container_Base.pidl: Removed, not used at all * ciao/ComponentsC.h: * ciao/ComponentsS.h: Removed, will be generated by tao_idl * DAnCE/Interfaces/NodeManagerDaemon.idl * DAnCE/NodeApplicationManager/Containers_Info_Map.h * DAnCE/NodeManager/MonitorController.h * DAnCE/TargetManager/CmpClient.cpp * DAnCE/TargetManager/DomainDataManager.h * DAnCE/TargetManager/DomainEvents.idl * DAnCE/TargetManager/TargetManager.cidl * DAnCE/TargetManager/TargetManager.mpc * tools/Config_Handlers/DD_Handler.cpp * tools/Config_Handlers/DnC_Dump.h * examples/Hello/Sender/starter.cpp Updated because of rename above * DAnCE/TargetManager/TargetManager.idl: Renamed to TargetManagerImpl.idl, this is the interface it contains. * DAnCE/NodeApplication/Container_Impl.cpp * DAnCE/NodeApplication/Container_Impl.h Removed get_homes(), it is not in the base idl * examples/Display/Display_Base/Display_Base.mpc * examples/Display/GPS/GPS.mpc * examples/Display/NavDisplay/NavDisplay.mpc * examples/Display/RateGen/RateGen.mpc * RACE/common/RACE_common.mpc * RACE/Input_Adapters/Base/Input_Adapter.mpc * RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.mpc * RACE/Output_Adapters/Base/Output_Adapter.mpc * RACE/Output_Adapters/Interface/Output_Adapter_Interface.mpc * RACE/Plan_Analyzer/Component/Plan_Analyzer.mpc * RACE/Plan_Analyzer/Interface/Plan_Analyzer_Interface.mpc * RACE/Planner_Manager/Component/Planner_Manager.mpc * RACE/Planner_Manager/Interface/Planner_Manager_Interface.mpc * RACE/Planners/Base/Planner.mpc * RACE/Planners/Interface/Planner_Interface.mpc * RACE/Planners/SimpleBinPacker/SimpleBinPacker.mpc * tests/IDL3/ImpliedIDL/All/all.mpc * tests/IDL3/Lookup/lookup_test.mpc * tests/Minimum/Minimum_Base/Minimum.mpc * tests/Minimum/Receiver/Receiver.mpc * tests/Minimum/Sender/Sender.mpc Simplified these mpc files, the -GT option is not added by orbsvcslib anymore and -Sc is deprecated * tests/IDL3/Events/Any/main.cpp: * tests/IDL3/Events/Any/README: * tests/IDL3/Events/Any/run_test.pl: Updated this test to reproduce a problem with valuetype insertion into an any. This test will now fail until Jeff Parsons commits some idl compiler changes Mon Nov 20 08:16:34 2006 Simon McQueen * CIAO version 0.5.4 released. Local Variables: mode: change-log add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time)) indent-tabs-mode: nil End: