summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ACE+TAO-6_5_1ACE+TAO-6_5_1Johnny Willemsen2018-08-0960-76/+518
|
* Merge pull request #660 from jwillemsen/masterJohnny Willemsen2018-08-061-7/+3
|\ | | | | Changed deprecated_declarations to no_deprecated so that we have the …
| * Changed deprecated_declarations to no_deprecated so that we have the same ↵Johnny Willemsen2018-08-061-7/+3
| | | | | | | | | | | | setting with clang and gcc * ACE/include/makeinclude/platform_linux_clang.GNU:
* | Merge pull request #659 from jwillemsen/masterJohnny Willemsen2018-08-062-0/+9
|\ \ | |/ | | List important changes for the upcoming release
| * Updated changesJohnny Willemsen2018-08-061-2/+2
| | | | | | | | * ACE/NEWS:
| * Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2018-08-0614-51/+747
| |\
| * | List important changes for the upcoming releaseJohnny Willemsen2018-08-062-0/+9
| | | | | | | | | | | | | | | * ACE/NEWS: * TAO/NEWS:
| * | Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2018-08-058-4/+20
| |\ \
* | \ \ Merge pull request #658 from mcorino/mco-feature-4310-string-cdr-optimizemcorino2018-08-061-0/+1
|\ \ \ \ | |_|_|/ |/| | | added explicit include of <string> to fix older MSVC compile errors
| * | | added explicit include of <string> to fix older MSVC compile errorsMartin Corino2018-08-061-0/+1
|/ / / | | | | | | | | | * ACE/ace/CDR_Stream.h:
* | | Merge pull request #656 from mcorino/mco-feature-4310-string-cdr-optimizemcorino2018-08-0514-51/+747
|\ \ \ | | | | | | | | add full support for streaming std::(w)string
| * | | add full support for streaming std::(w)stringMartin Corino2018-08-0414-51/+747
| | |/ | |/| | | | | | | | | | | | | (optimized for C++11 and onwards) added tests for optimized std::(w)string support extend character translators with std::(w)string support also
* | | Merge pull request #657 from jwillemsen/masterJohnny Willemsen2018-08-052-4/+5
|\ \ \ | |/ / |/| / | |/ When we log that there is a new ORB add the TAO version number and some unicode logging fixes
| * Unicode logging fixesJohnny Willemsen2018-08-051-2/+2
| | | | | | | | * TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp:
| * When logging that we are a new ORB add the TAO version number so that we can ↵Johnny Willemsen2018-08-051-2/+3
| | | | | | | | | | | | easily determine what TAO version is being used * TAO/tao/TAO_Internal.cpp:
* | Merge pull request #653 from jwillemsen/masterJohnny Willemsen2018-07-272-10/+10
|\ \ | |/ | | Documentation enhancements
| * Removed references to CIDLCJohnny Willemsen2018-07-271-10/+6
| |
| * Document -GX flagJohnny Willemsen2018-07-271-0/+4
| | | | | | | | * TAO/TAO_IDL/be/be_util.cpp:
* | Merge pull request #652 from mitza-oci/issue640Adam Mitz2018-07-098-4/+20
|\ \ | | | | | | Removed duplicated project files (MPC issue 50)
| * | Removed duplicated project files (MPC issue 50)Adam Mitz2018-07-098-4/+20
|/ /
* | Merge pull request #650 from jwillemsen/masterJohnny Willemsen2018-06-291-14/+0
|\ \ | |/ | | Removed not used variable
| * Removed not used memberJohnny Willemsen2018-06-291-14/+0
|/ | | | * ACE/ace/Timer_Wheel_T.cpp:
* Merge pull request #649 from jwillemsen/jwi-catchbyrefJohnny Willemsen2018-06-2711-15/+15
|\ | | | | Catch exceptions by reference, not by value
| * Catch exceptions by reference, not by valueJohnny Willemsen2018-06-2711-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/Bug_3215_Regression/client.cpp: * TAO/orbsvcs/tests/FT_Naming/stress_storable/client.cpp: * TAO/orbsvcs/tests/Notify/Bug_1884_Regression/consumer.cpp: * TAO/orbsvcs/tests/Notify/Bug_1884_Regression/filter.cpp: * TAO/orbsvcs/tests/Notify/Bug_1884_Regression/supplier.cpp: * TAO/orbsvcs/tests/Notify/Bug_3688_Regression/consumer.cpp: * TAO/orbsvcs/tests/Notify/Bug_3688_Regression/supplier.cpp: * TAO/tests/Bug_2241_Regression/Client_Task.cpp: * TAO/tests/Collocated_ThruP_Sp/Client_Task.cpp: * TAO/tests/Collocated_ThruP_Sp_Gd/Client_Task.cpp: * TAO/tests/UNKNOWN_Exception/client.cpp:
* | Merge pull request #648 from jwillemsen/jwi-atomicdefineJohnny Willemsen2018-06-271-0/+1
|\ \ | |/ |/| Set new define when we are using std atomic refcount in TAO object
| * Moved location of new defineJohnny Willemsen2018-06-271-1/+1
| | | | | | | | * TAO/tao/Object.h:
| * Set a new define when we use atomic refcount so that we can use that in OpenDDSJohnny Willemsen2018-06-271-0/+1
|/ | | | * TAO/tao/Object.h:
* Merge pull request #647 from DOCGroup/timer_wheel_coverity_fixesSteve Huston2018-06-262-43/+22
|\ | | | | Timer wheel coverity fixes
| * Fix memory leak in schedule; replace broken next-count logic in ↵Steve Huston2018-06-261-41/+22
| | | | | | | | generate_timer_id
| * Remove unused member variable max_per_spoke_Steve Huston2018-06-261-2/+0
| |
* | Merge pull request #645 from jwillemsen/masterJohnny Willemsen2018-06-262-8/+8
|\ \ | |/ |/| Revert rename of ref_count_ to refcount_
| * Revert rename of ref_count_ to refcount_Johnny Willemsen2018-06-262-8/+8
|/ | | | | * TAO/tao/PortableServer/Servant_Base.cpp: * TAO/tao/PortableServer/Servant_Base.h:
* Merge pull request #643 from jwillemsen/jwi-atomicservantrefcountJohnny Willemsen2018-06-2540-98/+249
|\ | | | | Make use of std::atomic for the refcount when we have C++11 enabled
| * Fixed another refcount issue where the ec event count was intendedJohnny Willemsen2018-06-251-1/+1
| | | | | | | | * TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.cpp:
| * Fixed compile errors due to rename in the base, make clear that ec has its ↵Johnny Willemsen2018-06-255-20/+12
| | | | | | | | | | | | | | | | | | | | own refcount * TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h: * TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching_Task.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxyConsumer.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.cpp:
| * Make use of std::atomic when C++11 has been enabledJohnny Willemsen2018-06-2434-72/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/AnyTypeCode/Any_Impl.cpp: * TAO/tao/AnyTypeCode/Any_Impl.h: * TAO/tao/AnyTypeCode/NVList.h: * TAO/tao/AnyTypeCode/True_RefCount_Policy.h: * TAO/tao/DynamicInterface/Context.cpp: * TAO/tao/DynamicInterface/Context.h: * TAO/tao/DynamicInterface/ExceptionList.cpp: * TAO/tao/DynamicInterface/ExceptionList.h: * TAO/tao/DynamicInterface/ExceptionList.inl: * TAO/tao/DynamicInterface/Request.h: * TAO/tao/DynamicInterface/Server_Request.h: * TAO/tao/Intrusive_Ref_Count_Base_T.h: * TAO/tao/Intrusive_Ref_Count_Base_T.inl: * TAO/tao/ORB.h: * TAO/tao/ORB.inl: * TAO/tao/ORB_Core.h: * TAO/tao/ORB_Core.inl: * TAO/tao/Object.cpp: * TAO/tao/Object.h: * TAO/tao/PortableServer/Servant_Base.cpp: * TAO/tao/PortableServer/Servant_Base.h: * TAO/tao/Principal.h: * TAO/tao/Profile.h: * TAO/tao/Refcounted_ObjectKey.cpp: * TAO/tao/Refcounted_ObjectKey.h: * TAO/tao/Refcounted_ObjectKey.inl: * TAO/tao/Reply_Dispatcher.cpp: * TAO/tao/Reply_Dispatcher.h: * TAO/tao/Stub.h: * TAO/tao/Valuetype/AbstractBase.h: * TAO/tao/Valuetype/ValueBase.cpp: * TAO/tao/Valuetype/ValueBase.h: * TAO/tao/Valuetype/ValueFactory.cpp: * TAO/tao/Valuetype/ValueFactory.h:
| * MacOSX doesn't have a std::atomic_uint32_tJohnny Willemsen2018-06-234-8/+1
| | | | | | | | | | | | | | * TAO/tao/Intrusive_Ref_Count_Base_T.h: * TAO/tao/PortableServer/Servant_Base.h: * TAO/tao/Profile.h: * TAO/tao/Stub.h:
| * Make use of std::atomic for the refcount when we have C++11 enabledJohnny Willemsen2018-06-232-0/+12
| | | | | | | | | | * TAO/tao/PortableServer/Servant_Base.cpp: * TAO/tao/PortableServer/Servant_Base.h:
* | Merge pull request #644 from jwillemsen/jwi-incorrectportablserverloggingJohnny Willemsen2018-06-255-6/+5
|\ \ | | | | | | Fixed incorrect ascii logging
| * | Layout changeJohnny Willemsen2018-06-251-2/+1
| | | | | | | | | | | | * TAO/tao/PortableServer/IdUniquenessStrategyUnique.h:
| * | Fixed incorrect logging of ascii strings in portableserverJohnny Willemsen2018-06-254-4/+4
| | | | | | | | | | | | | | | | | | | | | * TAO/tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp: * TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp: * TAO/tao/PortableServer/LifespanStrategyFactoryImpl.cpp: * TAO/tao/PortableServer/ServantRetentionStrategyFactoryImpl.cpp:
* | | Merge pull request #642 from jwillemsen/jwi-msvc141-cppcomplianceautoptrJohnny Willemsen2018-06-224-2/+19
|\ \ \ | | |/ | |/| When using Visual Studio 2017 we can enable C++14 and C++17 complianc…
| * | When we have C++11 we are using std::unique_ptr instead of std::auto_ptrJohnny Willemsen2018-06-222-2/+9
| | | | | | | | | | | | | | | * ACE/ace/Auto_Ptr.cpp: * ACE/ace/WFMO_Reactor.cpp:
| * | When using Visual Studio 2017 we can enable C++14 and C++17 compliance, with ↵Johnny Willemsen2018-06-222-0/+10
| |/ | | | | | | | | | | | | C++17 we don't have auto_ptr so shouldn't do a using * ACE/ace/Auto_Ptr.h: * ACE/ace/config-win32-msvc-141.h:
* | Merge pull request #641 from jwillemsen/jwi-dynamicany-vs2017Johnny Willemsen2018-06-221-0/+2
|\ \ | |/ |/| List empty PIDL_Files section to not generate DynamicAny.pidl twice
| * List empty PIDL_Files section to not generate DynamicANy.pidl twiceJohnny Willemsen2018-06-221-0/+2
|/ | | | * TAO/tao/DynamicAny/DynamicAny.mpc:
* Merge pull request #639 from jwillemsen/jwi-boundptrJohnny Willemsen2018-06-155-1/+20
|\ | | | | When we have C++11 ACE_Strong_Bound_Ptr doesn't provide std::auto_ptr…
| * Document API changeJohnny Willemsen2018-06-151-0/+4
| | | | | | | | * ACE/NEWS:
| * Add missing include of ace/Auto_Ptr.hJohnny Willemsen2018-06-151-0/+1
| | | | | | | | * TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.h:
| * When we have C++11 ACE_Strong_Bound_Ptr doesn't provide std::auto_ptr ↵Johnny Willemsen2018-06-143-1/+15
| | | | | | | | | | | | | | | | support, that is deprecated * ACE/ace/Bound_Ptr.h: * ACE/ace/Bound_Ptr.inl: * ACE/tests/Bound_Ptr_Test.cpp: