summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Use constexprJohnny Willemsen2023-02-133-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/CSD_Framework/CSD_FW_Server_Request_Wrapper.cpp: * TAO/tao/Codeset/UTF16_BOM_Translator.cpp: * TAO/tao/GIOP_Message_Generator_Parser_12.cpp:
| * | | Revert defaultJohnny Willemsen2023-02-132-1/+5
| | | | | | | | | | | | | | | | | | | | * TAO/tao/Argument.cpp: * TAO/tao/Argument.h:
| * | | Use default destructorJohnny Willemsen2023-02-134-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/Argument.cpp: * TAO/tao/Argument.h: * TAO/tao/Base_Transport_Property.cpp: * TAO/tao/Base_Transport_Property.h:
| * | | Fixed warningsJohnny Willemsen2023-02-139-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/PortableServer/IdAssignmentPolicy.h: * TAO/tao/PortableServer/IdUniquenessPolicy.h: * TAO/tao/PortableServer/LifespanStrategyPersistent.h: * TAO/tao/PortableServer/LifespanStrategyTransient.h: * TAO/tao/PortableServer/Operation_Table_Linear_Search.h: * TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.h: * TAO/tao/PortableServer/ServantRetentionStrategyRetain.h: * TAO/tao/RTPortableServer/RT_POA.h: * TAO/tao/RTPortableServer/RT_Policy_Validator.h:
| * | | Replace enum with static constexprJohnny Willemsen2023-02-131-4/+1
| | | | | | | | | | | | | | | | * TAO/tao/PortableServer/Root_POA.h:
| * | | the_children is not available in all CORBA profilesJohnny Willemsen2023-02-134-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/PortableServer/Root_POA.cpp: * TAO/tao/PortableServer/Root_POA.h: * TAO/tao/RTPortableServer/RT_POA.cpp: * TAO/tao/RTPortableServer/RT_POA.h:
| * | | Use defaultJohnny Willemsen2023-02-133-19/+9
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/PortableServer/Acceptor_Filter_Factory.cpp: * TAO/tao/PortableServer/Default_Acceptor_Filter.cpp: * TAO/tao/PortableServer/Default_Acceptor_Filter.h:
| * | | Another default destructorJohnny Willemsen2023-02-132-5/+1
| | | | | | | | | | | | | | | | | | | | * TAO/tao/PortableServer/Acceptor_Filter_Factory.cpp: * TAO/tao/PortableServer/Acceptor_Filter_Factory.h:
| * | | Compile fixesJohnny Willemsen2023-02-132-9/+9
| | | | | | | | | | | | | | | | | | | | * TAO/tao/PortableServer/Active_Policy_Strategies.h: * TAO/tao/PortableServer/ThreadStrategy.h:
| * | | Check for nil pointers in cleanupJohnny Willemsen2023-02-131-8/+20
| | | | | | | | | | | | | | | | * TAO/tao/PortableServer/Active_Policy_Strategies.cpp:
| * | | Use override/default for RTPortableServerJohnny Willemsen2023-02-139-72/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/NEWS: * TAO/tao/RTPortableServer/RT_Acceptor_Filters.h: * TAO/tao/RTPortableServer/RT_Collocation_Resolver.h: * TAO/tao/RTPortableServer/RT_Object_Adapter_Factory.h: * TAO/tao/RTPortableServer/RT_POA.cpp: * TAO/tao/RTPortableServer/RT_POA.h: * TAO/tao/RTPortableServer/RT_Policy_Validator.h: * TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp: * TAO/tao/RTPortableServer/RT_Servant_Dispatcher.h:
| * | | Fixed unresolved exports, more overrideJohnny Willemsen2023-02-1319-107/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/protocols/ace/HTBP/HTBP_Addr.cpp: * ACE/protocols/ace/HTBP/HTBP_Addr.h: * TAO/tao/PortableServer/Active_Object_Map.cpp: * TAO/tao/PortableServer/Active_Object_Map.h: * TAO/tao/PortableServer/Active_Policy_Strategies.h: * TAO/tao/PortableServer/Active_Policy_Strategies.inl: * TAO/tao/PortableServer/IdUniquenessStrategy.h: * TAO/tao/PortableServer/Operation_Table_Binary_Search.cpp: * TAO/tao/PortableServer/Operation_Table_Binary_Search.h: * TAO/tao/PortableServer/Operation_Table_Dynamic_Hash.h: * TAO/tao/PortableServer/Operation_Table_Linear_Search.cpp: * TAO/tao/PortableServer/Operation_Table_Linear_Search.h: * TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp: * TAO/tao/PortableServer/Operation_Table_Perfect_Hash.h: * TAO/tao/PortableServer/POA_Current_Factory.cpp: * TAO/tao/PortableServer/POA_Current_Impl.cpp: * TAO/tao/PortableServer/POA_Current_Impl.h: * TAO/tao/PortableServer/POA_Policy_Set.h: * TAO/tao/PortableServer/ServantRetentionStrategy.h:
| * | | Major cleanup in PortableServer libraryJohnny Willemsen2023-02-13107-3589/+561
|/ / /
* | | Merge pull request #2046 from jwillemsen/jwinullptrexceJohnny Willemsen2023-02-064-7/+3
|\ \ \ | | | | | | | | Use nullptr and make destructor of TAO SystemException default
| * | | Use nullptrJohnny Willemsen2023-02-032-2/+2
| | | | | | | | | | | | | | | | | | | | * ACE/ace/Time_Policy.h: * ACE/ace/Time_Policy.inl:
| * | | Make destructor defaultJohnny Willemsen2023-02-032-5/+1
| | | | | | | | | | | | | | | | | | | | * TAO/tao/SystemException.cpp: * TAO/tao/SystemException.h:
* | | | Merge pull request #2042 from jwillemsen/jwi-cleanupmacrosJohnny Willemsen2023-02-0212-243/+14
|\ \ \ \ | | | | | | | | | | Cleanup unused macros
| * | | | Removed includeJohnny Willemsen2023-02-011-1/+0
| | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Utilization_Monitor.cpp:
| * | | | Removed left over sun fileJohnny Willemsen2023-02-011-42/+0
| | | | |
| * | | | Remove includesJohnny Willemsen2023-02-011-2/+0
| | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Load_Average_Monitor.cpp:
| * | | | Removed includeJohnny Willemsen2023-02-011-1/+0
| | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_unistd.cpp:
| * | | | Removed os_include headers which don't include any file anymoreJohnny Willemsen2023-02-012-50/+0
| | | | |
| * | | | Merge branch 'master' into jwi-cleanupmacrosJohnny Willemsen2023-02-010-0/+0
| |\ \ \ \ | | |/ / /
| * | | | Further cleanup not used macrosJohnny Willemsen2023-02-018-147/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/IOStream.h: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/OS_NS_Thread.inl: * ACE/ace/Profile_Timer.cpp: * ACE/ace/README: * ACE/ace/os_include/os_netdb.h: * ACE/ace/os_include/sys/os_loadavg.h: * ACE/ace/os_include/sys/os_pstat.h:
* | | | | Merge pull request #2044 from jmccabe/Indent-endif-by-an-extra-spaceJohnny Willemsen2023-02-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Align one endif with its associated if
| * | | | | Align one endif with its associated ifJohn McCabe2023-02-011-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #2043 from jwillemsen/jwi-pharlapcleanupJohnny Willemsen2023-02-0248-565/+78
|\ \ \ \ \ | | | | | | | | | | | | Removed pharlap support
| * | | | | Fixed cleanup mistakeJohnny Willemsen2023-02-011-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_unistd.inl:
| * | | | | Removed pharlap supportJohnny Willemsen2023-02-0148-555/+73
| |/ / / /
* | | | | Merge pull request #2041 from jwillemsen/jwi-goodbitJohnny Willemsen2023-02-0213-88/+80
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | good_bit is a bool and removed some uncessary c-style casts
| * | | FixJohnny Willemsen2023-02-011-1/+1
| | | | | | | | | | | | | | | | * ACE/ace/CDR_Stream.inl:
| * | | good_bit is a bool and removed some uncessary c-style castsJohnny Willemsen2023-02-0113-88/+80
|/ / /
| | * more review commentsErik Sohns2023-04-061-9/+10
| | |
| | * Merge branch 'message_queue_ex_get_queue' of ↵Erik Sohns2023-04-05926-16940/+2030
| | |\ | | | | | | | | | | | | https://github.com/esohns/ACE_TAO into message_queue_ex_get_queue
| | | * Merge branch 'master' into message_queue_ex_get_queueErik Sohns2023-01-22926-16940/+2030
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #2036 from jwillemsen/jwi-cleanupwarningJohnny Willemsen2023-01-181-1/+1
|\ \ \ \ | |/ / / | | | | Fixed warning
| * | | Fixed warningJohnny Willemsen2023-01-181-1/+1
|/ / / | | | | | | | | | * ACE/ace/OS_NS_Thread.inl:
* | | Merge pull request #2035 from jwillemsen/jwi-cleanupsolarisJohnny Willemsen2023-01-18259-5146/+327
|\ \ \ | | | | | | | | Cleanup Solaris support
| * | | Updated for releaseJohnny Willemsen2023-01-171-1/+2
| | | | | | | | | | | | | | | | * ACE/NEWS:
| * | | More cleanupJohnny Willemsen2023-01-175-28/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/OS_NS_Thread.inl: * ACE/ace/config-hurd.h: * ACE/ace/os_include/os_unistd.h: * ACE/ace/os_include/sys/os_mman.h:
| * | | More Sun OS/compiler cleanupJohnny Willemsen2023-01-171-12/+0
| | | |
| * | | More Sun OS/compiler cleanupJohnny Willemsen2023-01-171-1/+1
| | | |
| * | | Removed some unused definesJohnny Willemsen2023-01-174-10/+0
| | | |
| * | | More Sun OS/compiler cleanupJohnny Willemsen2023-01-179-952/+0
| | | |
| * | | More Sun OS/compiler cleanupJohnny Willemsen2023-01-1761-1028/+46
| | | |
| * | | Fixed cleanup issuesJohnny Willemsen2023-01-172-1/+5
| | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_Thread.h: * ACE/ace/POSIX_Proactor.cpp:
| * | | Cleanup Solaris supportJohnny Willemsen2023-01-17203-3114/+271
| | | |
* | | | Merge pull request #2030 from lockhart/rpm_extras_7_0_11Johnny Willemsen2023-01-171-6/+6
|\ \ \ \ | |/ / / |/| | | Add headers and other source files to the list of files to be installed.
| * | | Update ace-tao.speclockhart2023-01-161-2/+2
| | | | | | | | | | | | Need yet more .cpp files from ACE and TAO subsystems to enable a clean build of an external project.
| * | | Update ace-tao.speclockhart2023-01-161-12/+2
| | | | | | | | | | | | | | | | | | | | Tailor previous updates to the list of installed files to remove most duplicates and commented-out lines. This includes one explicit line for the ESF/ subdirectory since at least one .cpp is needed but does not match the other patterns. Updates are based on feedback from Johnny W.