summaryrefslogtreecommitdiff
path: root/CIAO/tests
Commit message (Collapse)AuthorAgeFilesLines
* Tue Nov 17 11:53:55 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-11-171-1/+0
| | | | | | | | | | | | | | | | | * ciao/ComponentServer/CIAO_ComponentServer.cpp: * ciao/ComponentServer/CIAO_ComponentServer_Impl.cpp: * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp: * DAnCE/Deployment/Module_Main.h: * DAnCE/NodeApplication/NodeApplication_Impl.cpp: * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp: * DAnCE/NodeManager/Node_Manager_Module.cpp: * DAnCE/NodeManager/NodeManager_Impl.cpp: * DAnCE/tests/CIAO/NodeManager-Deployments/simple_nm_launcher.cpp: * DAnCE/tests/DeploymentPlanTestReferences/test.cpp: * DAnCE/tests/NameServiceTest/clt_main.cpp: * DAnCE/tests/NodeApplicationManager-NodeApplication/test.cpp: * tests/CIAO_ComponentServer/Activator/client.cpp: Small code improvements, changes to logging, cleanup of old stuff
* Tue Nov 17 10:39:35 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-11-172-1/+29
| | | | | | * tests/IDL_Test/Double_Inherited_Component/ComponentC_exec.h: * tests/IDL_Test/Double_Inherited_Component/Inherited_components.idl: Extended tests with some more interfaces.
* Tue Nov 17 10:11:20 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-11-174-31/+100
| | | | | | | | * tests/IDL_Test/Double_Inherited_Component/ComponentC.cdp: * tests/IDL_Test/Double_Inherited_Component/ComponentC_exec.h: * tests/IDL_Test/Double_Inherited_Component/ComponentC_exec.cpp: * tests/IDL_Test/Double_Inherited_Component/Inherited_components.idl: Extended test with setting attributes on each level.
* ChangeLogTag: Thu Nov 12 20:44:49 UTC 2009 Jeff Parsons ↵parsons2009-11-121-6/+4
| | | | <j.parsons@vanderbilt.edu>
* Thu Nov 12 15:23:43 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-11-126-0/+626
| | | | | | | | | | | | | | | | | | | * bin/ciao_tests.lst: Added Double_Inherited_Component test. * connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver.idl: * connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_exec.h: * connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp: Added ConnectorStatusListener. * tests/IDL_Test/Double_Inherited_Component: * tests/IDL_Test/Double_Inherited_Component/ComponentC.cdp: * tests/IDL_Test/Double_Inherited_Component/ComponentC_exec.h: * tests/IDL_Test/Double_Inherited_Component/ComponentC_exec.cpp: * tests/IDL_Test/Double_Inherited_Component/Inherited_components.idl: * tests/IDL_Test/Double_Inherited_Component/Inherited_components.mpc: * tests/IDL_Test/Double_Inherited_Component/run_test.pl: Test to test setting an attribute on a parent component.
* Wed Nov 11 09:41:17 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-11-111-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * connectors/dds4ccm/examples/Hello/Connector/Hello_Connector.idl: * connectors/dds4ccm/examples/Hello/Connector/Hello_Connector_exec.h: * connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver.idl: * connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp: * connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_exec.h: * connectors/dds4ccm/examples/Hello/Sender/Hello_Sender.idl: * connectors/dds4ccm/examples/Hello/Sender/Hello_Sender_exec.h: * connectors/dds4ccm/examples/Quoter/Broker/Broker.idl: * connectors/dds4ccm/examples/Quoter/Broker/Broker_exec.cpp: * connectors/dds4ccm/examples/Quoter/Broker/Broker_exec.h: * connectors/dds4ccm/examples/Quoter/Connector/Quoter_Connector.idl: * connectors/dds4ccm/examples/Quoter/Connector/Quoter_Connector_exec.h: * connectors/dds4ccm/examples/Quoter/Distributor/Distributor.idl: * connectors/dds4ccm/examples/Quoter/Distributor/Distributor_exec.h: * connectors/dds4ccm/examples/Shapes/Connector/Shapes_Connector.idl: * connectors/dds4ccm/examples/Shapes/Connector/Shapes_Connector_exec.h: * connectors/dds4ccm/examples/Shapes/Receiver/Shapes_Receiver.idl: * connectors/dds4ccm/examples/Shapes/Receiver/Shapes_Receiver_exec.cpp: * connectors/dds4ccm/examples/Shapes/Receiver/Shapes_Receiver_exec.h: * connectors/dds4ccm/examples/Shapes/Sender/Shapes_Sender.idl: * connectors/dds4ccm/examples/Shapes/Sender/Shapes_Sender_exec.h: * connectors/dds4ccm/idl/ccm_dds.idl: * connectors/dds4ccm/idl/ccm_ddsC.h: * connectors/dds4ccm/idl/ccm_ddsS.h: * connectors/dds4ccm/idl/dds4ccm.mpc: * connectors/dds4ccm/impl/ndds/DataReaderHandler_T.cpp: * connectors/dds4ccm/impl/ndds/Updater_T.h: Introduced the concept as templated modules, but implemented using a macro. If you want to have a templated module, include ccm_dds.idl and add the following line TYPED_MODULE( ::ShapeType, ::ShapeType_Seq, ShapeType) First argument is the IDL data type, second the IDL datatype of a sequence of the first, third is the name of the module that gets created inside the CCM_DDS module.
* ChangeLogTag: Mon Nov 9 19:34:21 UTC 2009 Jeff Parsons ↵parsons2009-11-091-0/+10
| | | | <j.parsons@vanderbilt.edu>
* Thu Nov 5 12:44:31 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-11-055-38/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ciao/CIAO_common.h: Deleted * ciao/Client_init.cpp * ciao/Client_init.h * ciao/ComponentServer/CIAO_ComponentServer.cpp * ciao/ComponentServer/CIAO_ComponentServer_Impl.cpp * ciao/ComponentServer/CIAO_Container_Impl.cpp * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp * ciao/Containers/Container_Base.cpp * ciao/Containers/Servant_Activator.cpp * ciao/Containers/Session/Session_Container.cpp * ciao/Logger/File_Logger_Backend.cpp * ciao/Servants/Home_Servant_Impl_T.cpp * ciao/Servants/Servant_Impl_Base.cpp * ciao/Servants/Servant_Impl_Utils_T.cpp * ciao/Server_init.cpp * connectors/ami4ccm/examples/Hello/AMI/AMI_exec.cpp * connectors/ami4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp * connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.cpp * connectors/dds4ccm/docs/DDS4CCM v1-0 batch5.odt * connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_Connector_exec.cpp * connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp * connectors/dds4ccm/examples/Hello/Sender/Hello_Sender_Connector_exec.cpp * connectors/dds4ccm/examples/Hello/Sender/Hello_Sender_exec.cpp * onnectors/dds4ccm/examples/Quoter/Broker/Broker_exec.cpp * connectors/dds4ccm/examples/Quoter/Connector/Quoter_Connector_exec.cpp * connectors/dds4ccm/examples/Quoter/Connector/Quoter_Connector_exec.h * connectors/dds4ccm/examples/Quoter/Distributor/Distributor_exec.cpp * DAnCE/ExecutionManager/ExecutionManager_Module.cpp * DAnCE/NodeManager/Node_Manager_Module.cpp * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.h * DAnCE/TargetManager/DomainDataManager.cpp * DAnCE/TargetManager/TargetManager_exec.cpp * DAnCE/tests/CIAO/Components/ProcessColocation_exec.cpp * DAnCE/tests/CIAO/Components/SimpleAttribute_exec.cpp * DAnCE/tests/CIAO/Components/SimpleConsumer_exec.cpp * DAnCE/tests/CIAO/Components/SimpleEmitter_exec.cpp * DAnCE/tests/CIAO/Components/SimpleMultipleUser_exec.cpp * DAnCE/tests/CIAO/Components/SimpleNilFacetProvider_exec.cpp * DAnCE/tests/CIAO/Components/SimpleNilFacetUser_exec.cpp * DAnCE/tests/CIAO/Components/SimpleNull_exec.cpp * DAnCE/tests/CIAO/Components/SimpleProvider_exec.cpp * DAnCE/tests/CIAO/Components/SimplePublisher_exec.cpp * DAnCE/tests/CIAO/Components/SimpleUser_exec.cpp * docs/tutorials/Quoter/Simple/Broker/StockBroker_exec.cpp * docs/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp * examples/BasicSP/BMClosedED/BMClosedED_exec.cpp * examples/BasicSP/BMDevice/BMDevice_exec.cpp * examples/BasicSP/BMDisplay/BMDisplay_exec.cpp * examples/BasicSP/EC/EC_exec.cpp * examples/DevGuideExamples/Messenger/Administrator_exec_i.cpp * examples/DevGuideExamples/Messenger/History_exec_i.cpp * examples/DevGuideExamples/Messenger/Messenger_exec_i.cpp * examples/DevGuideExamples/Messenger/Publication_exec_i.cpp * examples/DevGuideExamples/Messenger/Receiver_exec_i.cpp * examples/DevGuideExamples/Messenger/Runnable_exec_i.cpp * examples/Display/GPS/GPS_exec.cpp * examples/Display/GPS/GPS_exec.h * examples/Display/GPS/GPS_tracing_exec.cpp * examples/Display/NavDisplay/NavDisplay_exec.cpp * examples/Display/RateGen/RateGen_exec.cpp * examples/Hello/Receiver/Receiver_exec.cpp * examples/Hello/Sender/Sender_exec.cpp * examples/Null_Component/Null_Component_exec.cpp * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec.cpp * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent_exec.cpp * tests/IDL_Test/Lem_Specific_Export/Lem_Export_exec.cpp * tests/Minimum/Receiver/Receiver_exec.cpp * tests/Minimum/Sender/Sender_exec.cpp * tools/Config_Handlers/Any_Handler.cpp * tools/Config_Handlers/CCD_Handler.cpp * tools/Config_Handlers/CEPE_Handler.cpp * tools/Config_Handlers/ComponentPropertyDescription_Handler.cpp * tools/Config_Handlers/CPD_Handler.cpp * tools/Config_Handlers/CRDD_Handler.cpp * tools/Config_Handlers/DataType_Handler.cpp * tools/Config_Handlers/DD_Handler.cpp * tools/Config_Handlers/DP_PCD_Handler.cpp * tools/Config_Handlers/ERE_Handler.cpp * tools/Config_Handlers/ID_Handler.cpp * tools/Config_Handlers/IDREF_Base.cpp * tools/Config_Handlers/IRDD_Handler.cpp * tools/Config_Handlers/Package_Handlers/Comp_Intf_Descr_Handler.cpp * tools/Config_Handlers/Package_Handlers/IAD_Handler.cpp * tools/Config_Handlers/Package_Handlers/PC_Intf.cpp * tools/Config_Handlers/Package_Handlers/PCD_Handler.cpp * tools/Config_Handlers/PCD_Handler.cpp * tools/Config_Handlers/PL_Handler.cpp * tools/Config_Handlers/Property_Handler.cpp * tools/Config_Handlers/RDD_Handler.cpp * tools/Config_Handlers/Req_Handler.cpp * tools/Config_Handlers/SatisfierProperty_Handler.cpp * tools/Config_Handlers/STD_PC_Intf.cpp * tools/Config_Handlers/XML_File_Intf.cpp Removed CIAO_Common.h, the macro was just needed for one file, not for all users. If you need CIAO logging macros, include ciao/Logger/Log_Macros.h
* ChangeLogTag: Tue Nov 3 17:46:17 UTC 2009 Jeff Parsons ↵parsons2009-11-032-8/+45
| | | | <j.parsons@vanderbilt.edu>
* (no commit message)Johnny Willemsen2009-10-091-2/+2
|
* (no commit message)Johnny Willemsen2009-10-081-0/+6
|
* (no commit message)Johnny Willemsen2009-10-081-2/+2
|
* (no commit message)Johnny Willemsen2009-10-081-11/+6
|
* (no commit message)Johnny Willemsen2009-10-081-1/+1
|
* (no commit message)Johnny Willemsen2009-10-082-7/+6
|
* (no commit message)Johnny Willemsen2009-10-081-2/+2
|
* (no commit message)Johnny Willemsen2009-10-072-3/+3
|
* Wed Oct 7 14:41:09 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-10-071-0/+1
| | | | | * tests/IDL_Test/Inherited_Component/IhC_Bar.idl Added missing include
* Tue Oct 6 12:30:44 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-10-061-9/+1
| | | | | * tests/IDL_Test/PIDL_Include/PIDLInclude.mpc: Enabled these projects
* (no commit message)Johnny Willemsen2009-10-061-2/+2
|
* Tue Oct 6 07:48:47 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-10-061-18/+7
| | | | | | | | | | | | | | | | | * bin/ciao_tests.lst: Enabled some tests for ce/labview/fuzz * connectors/dds4ccm/examples/Quoter/Broker/Broker.idl3: * connectors/dds4ccm/examples/Quoter/Connector/Quoter_Connector.idl3: * connectors/dds4ccm/examples/Quoter/Distributor/Distributor.idl3: * connectors/dds4ccm/idl/dds4ccm_Base.idl3: * connectors/dds4ccm/idl/dds4ccm_ConnectorStatusListener.idl3: * connectors/dds4ccm/idl/dds4ccm_ListenerControl.idl3: * connectors/dds4ccm/idl/dds4ccm_PortStatusListener.idl3: Resolved some fuzz errors. * tests/CIAO_ComponentServer/SimpleComponent/run_test.pl: Converted to the new test framework
* Tue Oct 6 07:06:28 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-10-062-52/+56
| | | | | | | | | | | | * bin/ciao_tests.lst: Enabled some tests for ce/labview/fuzz * tests/CIAO_ComponentServer/Activator/run_test.pl: * tests/CIAO_ComponentServer/Basic/run_test.pl: Converted to the new test framework * examples/DevGuideExamples/Messenger/Messenger.mpc: Resolved compiler errors.
* ChangeLogTag: Mon Oct 5 16:36:33 UTC 2009 Jeff Parsons ↵parsons2009-10-051-2/+3
| | | | <j.parsons@vanderbilt.edu>
* (no commit message)Johnny Willemsen2009-10-051-2/+2
|
* (no commit message)Johnny Willemsen2009-10-051-1/+1
|
* ChangeLogTag: Fri Oct 2 18:32:21 UTC 2009 Jeff Parsons ↵parsons2009-10-022-5/+2
| | | | <j.parsons@vanderbilt.edu>
* (no commit message)Johnny Willemsen2009-10-021-1/+2
|
* (no commit message)Johnny Willemsen2009-10-021-9/+10
|
* (no commit message)Johnny Willemsen2009-10-021-1/+2
|
* Fri Oct 2 08:36:22 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-10-021-1/+1
| | | | | | | * connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_Base.idl: * performance-tests/Protocols/common/Protocols.idl: * tests/IDL_Test/Included_Component/IC_Foo.idl: Resolved some fuzz errors/warnings.
* Fri Oct 2 02:05:34 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2009-10-028-5/+41
|
* Thu Oct 1 11:38:42 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-10-012-2/+2
| | | | | | * tests/CIDL/CodeGen/CodeGen.mpc * tests/IDL_Test/Reused_Facet_Interface/Reused_Facet_Interface.mpc Fixed lem generation using -Glfa
* ChangeLogTag: Tue Sep 29 14:37:17 UTC 2009 Vladimir Zykov <vz@prismtech.com>vzykov2009-09-291-4/+9
|
* Tue Sep 29 11:49:42 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-09-291-1/+1
| | | | | | | | | | | | * DAnCE/tests/CIAO/Components/SimpleCommon.mpc: * examples/BasicSP/BMDevice/BMDevice.mpc: * examples/Display/Display_Base/Display_Base.mpc: * examples/Hello/Hello_Base/Hello_Base.mpc: * examples/Null_Component/Null_Interface.mpc: * examples/Swapping/Hello_Base/Hello_Base.mpc: * performance-tests/Protocols/common/Protocols.mpc: * tests/CIDL/CodeGen/Basic.mpc: Removed duplicated base projects
* ChangeLogTag: Mon Sep 28 11:25:43 UTC 2009 Vladimir Zykov <vz@prismtech.com>vzykov2009-09-282-0/+69
|
* (no commit message)Johnny Willemsen2009-09-281-2/+2
|
* (no commit message)Johnny Willemsen2009-09-281-0/+1
|
* (no commit message)Johnny Willemsen2009-09-2811-132/+24
|
* ChangeLogTag: Wed Sep 23 11:57:59 UTC 2009 Vladimir Zykov <vz@prismtech.com>vzykov2009-09-232-0/+117
|
* Mon Aug 10 17:46:12 UTC 2009 William R. Otte <Wotte@dre.vanderbilt.edu>William R. Otte2009-08-102-3/+3
|
* Sat Jul 25 13:05:03 UTC 2009 William R. Otte <Wotte@dre.vanderbilt.edu>William R. Otte2009-07-251-1/+1
|
* (no commit message)Johnny Willemsen2009-07-241-1/+1
|
* Fri Jul 24 11:26:23 UTC 2009 William R. Otte <Wotte@dre.vanderbilt.edu>William R. Otte2009-07-241-4/+6
|
* Fri Jul 24 10:59:12 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-07-242-0/+153
| | | | | | * tests/IDL_Test/PIDL_Include/PIDLInclude.idl: * tests/IDL_Test/PIDL_Include/PIDLInclude.mpc: New test to reproduce a problem when including pidl files
* Thu Jul 23 16:26:17 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2009-07-234-0/+287
|
* Tue Jul 21 01:43:50 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2009-07-211-0/+1
|
* Sun Jul 19 17:22:08 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2009-07-191-0/+3
|
* (no commit message)Johnny Willemsen2009-07-191-3/+3
|
* Sat Jul 18 09:20:47 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-07-181-2/+2
| | | | | | | | * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.cpp: * DAnCE/Starter/Starter.h: * DAnCE/Starter/Starter.cpp: * tests/CIAO_ComponentServer/Activator/client.cpp: Fixed UNICODE compiler errors.
* Fri Jul 17 21:18:11 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2009-07-171-5/+7
|