summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag: Thu Dec 27 10:00:49 CET 2012 Johnny Willemsen ↵ACE+TAO+CIAO-6_1_7Johnny Willemsen2012-12-270-0/+0
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag:Thu Dec 27 10:00:49 CET 2012 Johnny Willemsen ↵Johnny Willemsen2012-12-2747-74/+91
| | | | <jwillemsen@remedy.nl>
* Sun Dec 23 11:44:31 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-232-2/+7
| | | | | | * tools/IDL3_to_XMI/IDL3_TO_XMI.mpc: Fixed post install
* Sat Dec 22 15:22:31 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-222-1/+6
| | | | | | * ciao/Base/CIAO_Base.mpc: Fixed location of ciao tools
* Fri Dec 21 09:22:41 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-215-4/+33
| | | | | | | | | | * protocols/tests/HTBP/Reactor_Tests/run_test.pl: * protocols/tests/HTBP/Send_Large_Msg/run_test.pl: * protocols/tests/HTBP/Send_Recv_Tests/run_test.pl: * protocols/tests/HTBP/ping/run_test.pl: Check return value of spawn, if it fails directly exit the test run
* Thu Dec 20 13:55:46 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-202-2/+7
| | | | | | * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc: Fixed post install
* Thu Dec 20 07:39:24 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-202-3/+9
| | | | | | | * tools/Logger_Backend/ndds/Log_Backend.h: Reordered includes to fix compile errors with msvc release compilation
* Thu Dec 20 07:13:50 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-202-2/+7
| | | | | | * MPC/config/taoidl3toxmidefaults.mpb: Updated location of tao_idl3_to_xmi
* Wed Dec 19 14:46:24 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-196-6/+17
| | | | | | | | | | | | * include/makeinclude/platform_cegcc.GNU: * include/makeinclude/platform_g++_common.GNU: * include/makeinclude/platform_rtems.x_g++.GNU: * include/makeinclude/platform_vxworks6.2.GNU: * include/makeinclude/platform_vxworks6.3.GNU: Install tao_idl3_to_idl2 and tao_idl3_to_xmi into ACE_ROOT/bin to handle cross compilation in a flat layout more easily, this way we can use the same approach as tao_idl does
* Wed Dec 19 14:44:43 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-1912-13/+30
| | | | | | | | | | | | | | | | | | * MPC/config/taobaseidl3toidl2defaults.mpb: * docs/fm/CIAO.htm: * tests/IDL3_to_XMI/Bug_3607_Regression/run_test.pl: * tests/IDL3_to_XMI/IDL2XMI_Test/run_test.pl: * tests/IDL3_to_XMI/XMI_For_Array/run_test.pl: * tests/IDL3_to_XMI/XMI_For_Included_File/run_test.pl: * tests/IDL3_to_XMI/XMI_For_Module_Reopen/run_test.pl: * tests/IDL3_to_XMI/XMI_For_Native/run_test.pl: * tests/IDL3_to_XMI/XMI_For_Sequence/run_test.pl: * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc: * tools/IDL3_to_XMI/IDL3_TO_XMI.mpc: Install tao_idl3_to_idl2 and tao_idl3_to_xmi into ACE_ROOT/bin to handle cross compilation in a flat layout more easily, this way we can use the same approach as tao_idl does
* Wed Dec 19 08:30:15 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-193-2/+17
| | | | | | | | | * connectors/dds4ccm/idl/ndds/ndds_dcps.idl: * connectors/dds4ccm/impl/Utils.h: Extended PresentationQosPolicyAccessScopeKind and SampleRejectedStatusKind. Both enums are extended by RTI DDS 5.0.0 with some new enum values.
* ChangeLogTag: Tue Dec 18 16:23:19 UTC 2012 Jeff Parsons ↵parsons2012-12-182-0/+9
| | | | <j.parsons@vanderbilt.edu>
* Zapped empty linesJohnny Willemsen2012-12-181-4/+0
|
* Tue Dec 18 10:17:27 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-183-3/+10
| | | | | | | | | * dance/Deployment/Deployment_Core.mpc: Removed commandline option we don't use anymore * dance/NodeApplication/NodeApplication_Impl.cpp: Layout change
* ChangeLogTag: Mon Dec 17 20:53:22 UTC 2012 Adam Mitz <mitza@ociweb.com>Adam Mitz2012-12-172-1/+17
|
* Mon Dec 17 18:49:30 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-177-10/+18
| | | | | | | | | | | | * connectors/dds4ccm/impl/ndds/Condition.cpp: * connectors/dds4ccm/impl/ndds/ContentFilteredTopic.cpp: * connectors/dds4ccm/impl/ndds/DataWriter.cpp: * connectors/dds4ccm/impl/ndds/DomainParticipantListener.h: * connectors/dds4ccm/impl/ndds/QueryCondition.cpp: * connectors/dds4ccm/impl/ndds/WaitSet.cpp: Don't include ndds_cpp.h as first include, fixes problems with msvc release mode compilation
* Mon Dec 17 18:26:27 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-172-1/+6
| | | | | | * ace/Acceptor.cpp: Fixed warning
* Mon Dec 17 13:40:00 UTC 2012 Simon Massey <simon dot massey at prismtech ↵sma2012-12-172-9/+33
| | | | | | dot com> ace/SOCK_Dgram.cpp, TAO/orbsvcs/tests/Miop/McastHello/svc.conf: -ORBListenOnAll bug in older linuxes. CE_SOCK_Dgram_Mcast::
* Mon Dec 17 13:40:00 UTC 2012 Simon Massey <simon dot massey at prismtech ↵sma2012-12-172-2/+7
| | | | | dot com> ace/SOCK_Dgram.cpp, TAO/orbsvcs/tests/Miop/McastHello/svc.conf: -ORBListenOnAll bug in older linuxes.
* Updated for next releaseJohnny Willemsen2012-12-171-0/+2
|
* Updated for next releaseJohnny Willemsen2012-12-171-0/+3
|
* Updated for next releaseJohnny Willemsen2012-12-171-0/+3
|
* Mon Dec 17 10:14:59 UTC 2012 Marcel Smit <msmit@remedy.nl>msmit2012-12-172-12/+22
| | | | | | * tests/Bug_3769_Regression/Foo_exec.cpp: Using ACE::is_inequal to compare floating point and double values.
* Mon Dec 17 09:59:45 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-176-9/+12
| | | | | | | | | | * ace/OS_NS_Thread.inl: * ace/OS_NS_sys_shm.cpp: * ace/OS_NS_sys_socket.cpp: * ace/OS_NS_sys_stat.cpp: * ace/OS_NS_sys_uio.cpp: Zapped empty lines
* Mon Dec 17 09:31:49 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-174-11/+28
| | | | | | | | | | | | * ace/Acceptor.cpp: Fixed one-shot acceptor, could call null ptr * ace/Throughput_Stats.cpp: Simplified code * protocols/tests/RMCast/Receiver.cpp: Fixed incorrect argument to memcpy
* FuzzJohnny Willemsen2012-12-161-1/+1
|
* Sun Dec 16 09:49:50 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-164-4/+17
| | | | | | | | * connectors/dds4ccm/tests/Policies/dr_qos_test.cpp: * connectors/dds4ccm/tests/Policies/typeconsistencyenforcement_qos_test.h: * connectors/dds4ccm/tests/Policies/typeconsistencyenforcement_qos_test.cpp: Fixed compile error with RTI DDS < 5
* Fri Dec 14 19:36:20 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-142-1/+6
| | | | | | * docs/bczar/bczar.html: Added patch
* Dec 14 18:38:56 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-142-0/+9
| | | | | | * connectors/dds4ccm/impl/ndds/convertors/DataReaderQos.h: Fixed compile error with RTI DDS < 5
* Thu Dec 13 08:40:18 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-139-30/+119
| | | | | | | | | | | | | | | | | | | * connectors/dds4ccm/idl/ndds/ndds_dcps.idl: * connectors/dds4ccm/impl/ndds/convertors/DataReaderQos.h: * connectors/dds4ccm/impl/ndds/convertors/TypeConsistencyEnforcementQosPolicy.h: * connectors/dds4ccm/tests/Policies/dr_qos_test.cpp: * connectors/dds4ccm/tests/Policies/policies.mpc: * connectors/dds4ccm/tests/Policies/typeconsistencyenforcement_qos_test.h: * connectors/dds4ccm/tests/Policies/typeconsistencyenforcement_qos_test.cpp: Added support for the new DDS TypeConsistencyEnforcementQosPolicy which is coming from the DDS X-Types specification. * connectors/dds4ccm/tests/On_Inconsistent_Topic/Base/OIT_Test_Base.idl: Made both topics completely inconsistent, the topics we had where seen as concistent by the DDS X-Types specification
* Sun Dec 9 19:36:14 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-092-1/+9
| | | | | | * connectors/dds4ccm/impl/ndds/DomainParticipantFactory.cpp: Fixed coverity error
* Sun Dec 9 14:38:27 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-095-3/+17
| | | | | | | | | * ace/POSIX_Proactor.cpp: * ace/Parse_Node.cpp: * ace/SV_Message_Queue.inl: * ace/SV_Message_Queue.cpp: Fixed coverity errors
* Fri Dec 7 20:14:27 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-072-1/+7
| | | | | | * include/makeinclude/platform_g++_common.GNU: Improved support for gcov=1
* Fri Dec 7 13:06:07 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-072-1/+9
| | | | | | | * ace/Strategies_T.cpp: Check return value of enable (ACE_NONBLOCK), fixes Coverity reported errors
* Wed Dec 05 09:41:00 UTC 2012 Simon Massey <simon dot massey at prismtech ↵sma2012-12-054-37/+47
| | | | | | dot com> orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp: Re-fixed the memory leak in MIOP listener tao/GIOP_Message_Base.cpp & tao/ZIOP/ZIOP.cpp: Corrected mix-up between Message block self_flags() and data block flags()
* Mon Dec 3 15:28:17 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-12-036-42/+30
| | | | | | | | | | * tao/AnyTypeCode/Sequence_TypeCode_Static.h: * tao/AnyTypeCode/String_TypeCode.h: * tao/AnyTypeCode/String_TypeCode_Static.h: * tao/AnyTypeCode/Struct_TypeCode_Static.h: * tao/AnyTypeCode/Union_TypeCode.h: Layout changes
* Mon Dec 03 09:253:00 UTC 2012 Simon Massey <simon dot massey at prismtech ↵sma2012-12-032-1/+8
| | | | | | dot com> orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp: Re-introduced memory leak in MIOP server listerner. Something more complex and unknown is interacting with the memory data block requiring it's extended life.
* Fri Nov 30 15:23:00 UTC 2012 Simon Massey <simon dot massey at prismtech ↵sma2012-11-302-2/+7
| | | | | dot com> orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp: Fixed memory leak and alignment in MIOP server listerner.
* Fri Nov 30 12:29:48 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-11-302-1/+6
| | | | | | | * utils/nslist/nsadd.cpp: No need to call orb destroy in catch, we do that already a few lines further
* Fri Nov 30 10:11:11 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-11-303-2/+17
| | | | | | | | | * connectors/dds4ccm/idl/ndds/ndds_dcps.idl: * connectors/dds4ccm/impl/Utils.h: Extended SampleRejectedStatusKind with the RTI defined extensions, detected by Coverity
* Fix typo - missing ;Steve Huston2012-11-291-1/+1
|
* ChangeLogTag:Thu Nov 29 15:08:26 UTC 2012 Steve Huston <shuston@riverace.com>Steve Huston2012-11-292-1/+13
|
* ChangeLogTag: Thu Nov 29 14:33:56 UTC 2012 Jeff Parsons ↵parsons2012-11-292-3/+9
| | | | <j.parsons@vanderbilt.edu>
* Thu Nov 29 10:31:05 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-11-292-29/+6
| | | | | | | * ace/CDR_Stream.cpp: Removed another occurance of arm handling here, gets handled at a lower layer already
* Thu Nov 29 10:13:16 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-11-293-4/+9
| | | | | | | * tests/DLL_ORB/client.cpp: * tests/DLL_ORB/server.cpp: Fixed compile problems
* Thu Nov 29 10:12:20 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-11-293-4/+8
| | | | | | | * tests/Bug_2677_Regression/server.cpp: * tests/Bug_3542_Regression/server.cpp: Fixed compile problems
* Thu Nov 29 10:10:56 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-11-292-0/+34
| | | | | | * ace/Service_Config.h: Fixed compile errors in xml builds
* Thu Nov 29 08:49:39 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-11-292-16/+9
| | | | | | | * ace/CDR_Stream.cpp: Removed arm handling here, gets handled at a lower layer already
* ChangeLog Tag: Wed Nov 28 14:14:51 UTC 2012 Jeff Parsons ↵parsons2012-11-282-1/+14
| | | | <j.parsons@vanderbilt.edu>
* No rleJohnny Willemsen2012-11-283-5/+0
|