summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Use std::unique_ptr when using C++11Johnny Willemsen2018-05-1510-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp: * TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp: * TAO/tao/AnyTypeCode/Any_Impl_T.cpp: * TAO/tao/Connector_Registry.cpp: * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: * TAO/tao/Load_Protocol_Factory_T.h: * TAO/tao/ORB_Core.cpp: * TAO/tao/RTCORBA/Thread_Pool.cpp: * TAO/tao/Stub.cpp: * TAO/tao/Synch_Invocation.cpp:
| * | Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-152-7/+14
| | | | | | | | | | | | | | | * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: * TAO/tao/Load_Protocol_Factory_T.h:
| * | Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-151-0/+4
| | | | | | | | | | | | * TAO/tao/RTCORBA/Thread_Pool.cpp:
| * | Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-151-0/+4
| | | | | | | | | | | | * TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp:
| * | When we have C++11 make use of std::unique_ptrJohnny Willemsen2018-05-155-7/+27
| |/ | | | | | | | | | | | | | | * TAO/tao/AnyTypeCode/Any_Impl_T.cpp: * TAO/tao/Connector_Registry.cpp: * TAO/tao/ORB_Core.cpp: * TAO/tao/Stub.cpp: * TAO/tao/Synch_Invocation.cpp:
* | Merge pull request #624 from jwillemsen/masterJohnny Willemsen2018-05-146-34/+41
|\ \ | |/ | | ACE+TAO x.4.8 release
| * ACE+TAO x.4.8 releaseJohnny Willemsen2018-05-146-34/+41
|/ | | | | | | | | * ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* ACE+TAO-6_4_8ACE+TAO-6_4_8Johnny Willemsen2018-05-1460-76/+739
|
* Merge pull request #623 from jwillemsen/masterJohnny Willemsen2018-05-141-0/+6
|\ | | | | List some more changes to ACE
| * List some more changes to ACEJohnny Willemsen2018-05-141-0/+6
|/
* Merge pull request #622 from jwillemsen/masterJohnny Willemsen2018-05-141-0/+6
|\ | | | | Document change to TAO
| * Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2018-05-140-0/+0
| |\ | |/ |/|
* | Merge pull request #621 from jwillemsen/masterJohnny Willemsen2018-05-121-0/+6
|\ \ | | | | | | List enhancements
| | * Document changesJohnny Willemsen2018-05-141-0/+6
| |/
| * Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2018-05-121-1/+1
| |\ | |/ |/|
* | Merge pull request #620 from jwillemsen/jwi-catchexcepbyrefJohnny Willemsen2018-05-021-1/+1
|\ \ | | | | | | Catch exception by reference
| * | Catch exception by referenceJohnny Willemsen2018-05-021-1/+1
| | | | | | | | | | | | * TAO/tao/Storable_File_Guard.cpp:
* | | Merge pull request #619 from jwillemsen/masterJohnny Willemsen2018-04-232-8/+0
|\ \ \ | |/ / | | | Get rid of ACE_HAS_NONCONST_FD_ISSET, not used anymore, related to is…
| | * List changesJohnny Willemsen2018-05-121-0/+6
| |/ | | | | | | * ACE/NEWS:
| * Get rid of ACE_HAS_NONCONST_FD_ISSET, not used anymore, related to issue #609Johnny Willemsen2018-04-232-8/+0
|/ | | | | * ACE/ace/config-android.h: * ACE/ace/config-macosx-leopard.h:
* Merge pull request #609 from dskyle/masterJohnny Willemsen2018-04-232-11/+12
|\ | | | | * Fix ACE_Handle_Set::is_set to support platforms with both …
| * Always const_cast for FD_ISSET. Remove intra-statement #ifDavid Kyle2018-04-131-9/+7
| |
| * Merge branch 'master' of github.com:dskyle/ACE_TAODavid Kyle2018-04-131-4/+3
| |\
| | * * Fix Handle_Set.inl for Visual StudioDavid Kyle2018-04-091-4/+3
| | |
| * | Merge branch 'master' of https://github.com/DOCGroup/ACE_TAODavid Kyle2018-04-13114-504/+362
| |\ \ | | |/ | |/|
| * | * Fix ACE_Handle_Set::is_set to support platforms with both ACE_HAS_BIG_FD_SETDavid Kyle2018-04-082-10/+14
| | | | | | | | | | | | | | | and ACE_HAS_NONCONST_FD_ISSET. * Add ACE_HAS_NONCONST_FD_ISSET to compile for recent android NDKs.
* | | Merge pull request #618 from mitza-oci/masterAdam Mitz2018-04-185-6/+18
|\ \ \ | |_|/ |/| | Minor MPC-related fixes and add an #include to a TAO header
| * | A few more MPC "duplicated files" issuesAdam Mitz2018-04-182-0/+10
| | |
| * | Invocation_Retry_Params.h: add required #includeAdam Mitz2018-04-171-0/+2
| | |
| * | gnuace MPC type: Environment variables must be "exported" to impact child ↵Adam Mitz2018-04-171-5/+5
| | | | | | | | | | | | processes
| * | GNUAutobuild MPC type:Adam Mitz2018-04-171-1/+1
|/ / | | | | | | Use POSIX-compliant redirection to work with all shells
* | Merge pull request #617 from jwillemsen/masterJohnny Willemsen2018-04-1396-440/+278
|\ \ | | | | | | Documentation changes, fixed some typos
| * | Documentation and whitespace changesJohnny Willemsen2018-04-1334-75/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.h: * TAO/orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.h: * TAO/orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.h: * TAO/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.h: * TAO/orbsvcs/orbsvcs/Event/ECG_UDP_EH.h: * TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h: * TAO/orbsvcs/orbsvcs/Event/EC_And_Filter.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Bitmask_Filter.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_ConsumerControl.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Disjunction_Filter.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Factory.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Filter_Builder.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Group_Scheduling.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Filter.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Scheduling.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h: * TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.h: * TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.h: * TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.h: * TAO/orbsvcs/orbsvcs/Event/EC_Timeout_Generator.h: * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor_Impl.h: * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Completion_Handler.h: * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connection_Handler.h: * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.cpp: * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector_Impl.h:
| * | Whitespace changesJohnny Willemsen2018-04-1313-31/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_MT_Dispatching.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Pulling_Strategy.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_Pulling_Strategy.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierControl.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedSupplierAdmin.cpp:
| * | Doxygen fixJohnny Willemsen2018-04-131-1/+1
| | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.h:
| * | Use true/false instead of 1/0 for connected checksJohnny Willemsen2018-04-1310-47/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Factory.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.inl: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullSupplier.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullSupplier.inl: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.inl: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.inl: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.cpp:
| * | Fixed linksJohnny Willemsen2018-04-132-18/+10
| | |
| * | Removed trailing whitespaces and corrected links to bugzillaJohnny Willemsen2018-04-1310-106/+99
| | |
| * | Fixed typoJohnny Willemsen2018-04-131-10/+6
| | |
| * | Remove obsolete optionsJohnny Willemsen2018-04-132-49/+0
| | | | | | | | | | | | | | | * TAO/docs/ec_options.html: * TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
| * | Fixed typosJohnny Willemsen2018-04-138-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Factory.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierControl.h:
| * | gerge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2018-04-1313-45/+28
| |\ \ | |/ / |/| |
* | | Merge pull request #608 from mitza-oci/ace-mpcJohnny Willemsen2018-04-131-1/+0
|\ \ \ | | | | | | | | No need to list ace_wchar.inl twice in the MPC file.
| * | | No need to list ace_wchar.inl twice in the MPC file.Adam Mitz2018-04-051-1/+0
| | |/ | |/|
* | | Merge pull request #616 from jwillemsen/jwi-acevs2017_2Johnny Willemsen2018-04-131-1/+0
|\ \ \ | | | | | | | | Only list VERSION once
| * | | Only list VERSION onceJohnny Willemsen2018-04-121-1/+0
| | | |
* | | | Merge pull request #614 from DOCGroup/Riverace-case2088Steve Huston2018-04-121-14/+14
|\ \ \ \ | | | | | | | | | | Riverace case2088, additional fix.
| * \ \ \ Merge out from masterRiverace-case2088Steve Huston2018-04-10140-665/+1477
| |\ \ \ \ | | |/ / /
| * | | | Pull changes from master; remove addr_any restriction from ipv6_only UDPSteve Huston2018-04-102-24/+23
| | | | |
* | | | | Merge pull request #615 from jwillemsen/jwi-autoptrfragmentstrategyJohnny Willemsen2018-04-1211-29/+14
|\ \ \ \ \ | |_|/ / / |/| | | | Don't use auto_ptr for the fragmentation strategy, that was the only …