summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed usage of ACE specific auto_ptrSTLify_phase0bala2010-07-091-2/+2
|
* Removed usage of ACE_Array from Get_Optbala2010-07-092-32/+18
|
* Removed includion of ACE_Auto_Ptr headerbala2010-07-061-1/+0
|
* Replaced all uses of ACE_Array_Auto_Ptr. Not even sur ewhy they were bala2010-07-062-23/+37
| | | | | required in the first place. Secondly, there are no tests to test this out. Thirdly, we don't even know whether anyone is using this.
* Removed inclusions of Auto_Ptr.h. They were not required in the first bala2010-07-052-2/+0
| | | | place -- seems like it.
* (no commit message)bala2010-07-020-0/+0
|
* Fri Jul 2 08:58:19 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-07-022-1/+6
| | | | | * connectors/dds4ccm/tests/Policies/policies.mpc: Resolved static link erros on Linux
* Fri Jul 2 08:40:01 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-07-022-1/+6
| | | | | * MPC/config/dds4ccm.mpb: Reverted last changes; too heavy.
* Fri Jul 2 08:29:09 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-07-022-1/+7
| | | | | | * MPC/config/dds4ccm.mpb: Added missing base project. This resolves static linker errors on Linux.
* Fri Jul 2 06:51:58 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-07-022-0/+6
| | | | | * DAnCE/Config_Handlers/Config_Handlers.mpc: Add missing Common.h
* Fri Jul 2 03:41:14 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2010-07-023-1/+8
| | | | | | * DAnCE/docs/OMG-DnC-Tutorial.ppt: * DAnCE/docs/sources/dance-deployment.odg: Updates for LocalityManager.
* Fri Jul 2 03:38:45 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2010-07-022-3718/+6157
| | | | | * DAnCE/docs/sources/LocalityManager.graffle: Diagram updates.
* Thu Jul 1 21:22:31 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2010-07-012-0/+12755
| | | | | * DAnCE/docs/sources/LocalityManager.graffle: LocalityManager graphics.
* Thu Jul 1 10:50:47 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-07-013-4/+10
| | | | | | * connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Receiver/ReadGet_Test_Receiver_exec.cpp: * connectors/dds4ccm/tests/QueryCondition/ReadGet/Receiver/ReadGet_Test_Receiver_exec.cpp: Warnings.
* Thu Jul 1 10:44:58 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-07-013-14/+23
| | | | | | * connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Receiver/ReadGet_Test_Receiver_exec.cpp: * connectors/dds4ccm/tests/QueryCondition/ReadGet/Receiver/ReadGet_Test_Receiver_exec.cpp: Replaced incorrect error messages.
* Thu Jul 1 10:32:42 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-07-013-3/+31
| | | | | | | | | | * DAnCE/tests/Parsing/run_test.pl: Print a message when a test succeeded * DAnCE/tests/Parsing/test.cpp: Explicitly catch Config_Error, that exception is now passed through to this test. Also initialize the DAnCE Logger so that we can get more output during manual testing
* Thu Jul 1 09:02:28 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-07-012-2/+9
| | | | | * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Sender_comp/src/Shapes_Sender_comp.mpc: Resolved linker errors on windows when full_ccm is on
* Thu Jul 1 08:57:21 UTC 2010 Marijke Hengstmengel <mhengstmengel@remedy.nl>Marijke Hengstmengel2010-07-012-0/+6
| | | | *bin/ciao_tests.lst Add AMI4CCM tutorial to list.
* Thu Jul 01 08:55:30 UTC 2010 Martin Corino <mcorino@remedy.nl>mcorino2010-07-012-2/+7
| | | | | | | * protocols/tests/INet/MT_Get/Main.cpp: Fixed truncation warnings.
* Thu Jul 1 08:37:21 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-07-012-1/+7
| | | | | * CIAO_TAO.mwc: Added tutorials directory
* Thu Jul 1 07:01:54 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-07-012-1/+6
| | | | | * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Deployment/descriptors/Plan.cdp: Slower rate.
* Wed Jun 30 21:38:41 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2010-06-3012-51/+92
| | | | | | | | | | | | | | | | | | | * DAnCE/LocalityManager/Interceptors/Best_Effort.cpp: * DAnCE/LocalityManager/Interceptors/Standard_Error.cpp: * ciao/Deployment/Interceptors/Deployment_Interceptors.cpp: Better detection of bad any values passed in. * DAnCE/LocalityManager/Scheduler/Events/Action_Base.cpp: * DAnCE/LocalityManager/Scheduler/Events/Endpoint.cpp: * DAnCE/LocalityManager/Scheduler/Events/Install.cpp: * DAnCE/LocalityManager/Handler/Locality_Manager_Handler_Impl.cpp: * ciao/Deployment/Handlers/Component_Handler.cpp: * ciao/Deployment/Handlers/Container_Handler.cpp: * ciao/Deployment/Handlers/Home_Handler.cpp: * ciao/Deployment/Handlers/Homed_Component_Handler.cpp: Earlier allocation of anys to ensure their state is valid in the event of early exit due to exceptional conditions.
* Wed Jun 30 20:34:42 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2010-06-302-1/+8
| | | | | * DAnCE/LocalityManager/Handler/LocalityActivator_Impl.cpp: Fix for crash on shutdown for windows.
* Wed Jun 30 16:05:10 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2010-06-302-9/+27
| | | | | * DAnCE/NodeApplication/NodeApplication_Impl.cpp: Fixed a bug where connections weren't properly collated.
* ChangeLogTag: Wed Jun 30 15:02:07 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-06-301-4/+0
|
* ChangeLogTag: Wed Jun 30 15:02:07 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-06-302-0/+23
|
* ChangeLogTag: Wed Jun 30 14:59:28 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-06-302-1/+7
|
* Wed Jun 30 14:57:30 UTC 2010 Martin Corino <mcorino@remedy.nl>mcorino2010-06-302-1/+7
| | | | | | * protocols/tests/INet/MT_Get/Main.cpp: Fixed truncation warnings.
* Wed Jun 30 14:47:44 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-06-309-56/+69
| | | | | | | | | | | | | * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Control_comp/src/Shapes_Control_comp.mpc: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Receiver_comp/src/Shapes_Receiver_comp.mpc: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Sender_comp/src/Shapes_Sender_comp.mpc: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/ports/Shapes_ShapeType_conn.idl: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/ports/Shapes_ShapeType_conn.mpc: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/ports/Shapes_ShapeType_msg.idl: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/ports/Shapes_ShapeType_msg.mpc: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/ports/Shapes_msg.idl: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/ports/Shapes_msg.mpc: Renamed Shapes_msg.idl to Shapes_ShapeType_msg.idl
* Wed Jun 30 14:38:33 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2010-06-302-0/+17
| | | | | | * ciao/Deployment/Interceptors/Deployment_Interceptors.cpp: Fixed potential crash when a nonexistant instance reference is provided.
* Wed Jun 30 13:33:21 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-06-303-20/+42
| | | | | | | | * DAnCE/LocalityManager/Daemon/Locality_Manager_Impl.cpp: Fixed crash when no properties are passed * tests/Bug_3832_Regression/run_test.pl: Fixed this test script
* Wed Jun 30 13:01:44 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-06-305-9/+16
| | | | | | | * connectors/ami4ccm/tests/IDL_Test/Hello_Component.mpc: * connectors/ami4ccm/tests/SimplexMulti/Sender/UsesSM_Sender.mpc: * connectors/ami4ccm/tests/UsesMulti/Sender/UsesMulti_Sender.mpc: Fixed msvc71 link errors
* (no commit message)Johnny Willemsen2010-06-301-1/+4
|
* Wed Jun 30 12:08:56 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-06-302-0/+6
| | | | | | * docs/OMG-CCM-Tutorial.pptx: Updates regarding the DDS4CCM connector. Since the Hello example was old, I've re-constructed these sheets using the current status.
* Wed Jun 30 11:35:20 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-06-302-3/+8
| | | | | * tutorials/Quoter/Simple/Broker/StockBrokerDriver.cpp: Warning.
* ed Jun 30 10:35:10 UTC 2010 Marijke Hengstmengel <mhengstmengel@remedy.nl>Marijke Hengstmengel2010-06-306-495/+382
| | | | | | | | * connectors/ami4ccm/tutorials/Hello/Tutorial/01_general.html * connectors/ami4ccm/tutorials/Hello/Tutorial/02_idl.html * connectors/ami4ccm/tutorials/Hello/Tutorial/03_executors.html * connectors/ami4ccm/tutorials/Hello/Tutorial/04_ami4ccm.html * connectors/ami4ccm/tutorials/Hello/Tutorial/05_compilation.html Changes after review.
* Wed Jun 30 09:20:10 UTC 2010 Martin Corino <mcorino@remedy.nl>mcorino2010-06-303-4/+12
| | | | | | | | | * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp: Cosmetic logging change. * DAnCE/LocalityManager/Handler/LocalityActivator_Impl.h: Fixed incorrect Compare functor for server registry set.
* Wed Jun 30 06:04:09 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-06-304-17/+33
| | | | | | | * connectors/dds4ccm/tutorials/Shapes/Tutorial/01_general.html: * connectors/dds4ccm/tutorials/Shapes/Tutorial/02_idl.html: * connectors/dds4ccm/tutorials/Shapes/Tutorial/04_dds4ccm.html: Changes after review.
* (no commit message)Johnny Willemsen2010-06-291-5/+5
|
* Tue Jun 29 17:54:23 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2010-06-295-15/+44
| | | | | | | | | | | | | * DAnCE/LocalityManager/Handler/LocalityActivator_Impl.h: * DAnCE/LocalityManager/Handler/LocalityActivator_Impl.cpp: * DAnCE/LocalityManager/Handler/Locality_Manager_Handler_Impl.cpp: Fix for a segmentation fault that would occur when plans with similar UUIDs were deployed/torn down in sequence. * DAnCE/NodeApplication/NodeApplication_Impl.cpp: Temperorarily disable thread pool in the NodeApplication. This is expected to be re-enabled in the next release.
* Tue Jun 29 14:49:04 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2010-06-292-1/+2
| | | | | | * DAnCE/NodeApplication/NodeApplication_Impl.cpp: * DAnCE/NodeManager/NodeManager_Impl.cpp: Moved the plugin manager cleanup to the node manager.
* Tue Jun 29 14:37:39 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-06-292-0/+5
| | | | | * docs/OMG-CCM-Tutorial.pptx: Changes regarding DDS4CCM connector.
* Tue Jun 29 14:35:04 UTC 2010 Marijke Hengstmengel <mhengstmengel@remedy.nl>Marijke Hengstmengel2010-06-292-0/+5
| | | | * connectors/ami4ccm/docs/TestCoverage.odt New doc, describing AMI4CCM tests.
* ChangeLogTag: Tue Jun 29 14:29:36 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-06-292-1/+7
|
* ChangeLogTag: Tue Jun 29 14:13:45 UTC 2010 Adam Mitz <mitza@ociweb.com>Adam Mitz2010-06-292-1/+7
|
* (no commit message)Johnny Willemsen2010-06-291-5/+4
|
* Tue Jun 29 13:19:13 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-06-293-7/+16
| | | | | | | | | | * orbsvcs/orbsvcs/Notify/MonitorControlExt/MonitorProxySupplier_T.cpp: Fixed crash in notification service with MC enabled, this fixes bugzilla 3869, thanks to Bogdan Jeram <bjeram at eso dot org> for reporting this and making a patch * orbsvcs/orbsvcs/Notify/ProxySupplier.cpp: Layout changes
* Tue Jun 29 13:12:42 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-06-292-0/+5
| | | | | * connectors/dds4ccm/docs/TestCoverage.ods: Updated
* Tue Jun 29 13:09:53 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-06-294-136/+10
| | | | | | | | | * DAnCE/tests/NodeManager-NodeApplicationManager/NodeManager-NodeApplicationManager.mpc: Fixed nmake warning * connectors/dds4ccm/impl/Publisher_T.cpp: * connectors/dds4ccm/impl/Subscriber_T.cpp: Cleanup code
* Tue Jun 29 12:42:04 UTC 2010 Marijke Hengstmengel <mhengstmengel@remedy.nl>Marijke Hengstmengel2010-06-295-153/+120
| | | | | | | * connectors/ami4ccm/tutorials/Hello/Tutorial/01_general.html * connectors/ami4ccm/tutorials/Hello/Tutorial/02_idl.html * connectors/ami4ccm/tutorials/Hello/Tutorial/03_executors.html * connectors/ami4ccm/tutorials/Hello/Tutorial/04_ami4ccm.html Changes text and layout