summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'message_queue_ex_get_queue' of ↵Erik Sohns2023-04-05524-14579/+880
|\ | | | | | | https://github.com/esohns/ACE_TAO into message_queue_ex_get_queue
| * Merge branch 'master' into message_queue_ex_get_queueErik Sohns2023-01-22524-14579/+880
| |\
| | * Fixed warningJohnny Willemsen2023-01-181-1/+1
| | | | | | | | | | | | * ACE/ace/OS_NS_Thread.inl:
| | * Merge pull request #2035 from jwillemsen/jwi-cleanupsolarisJohnny Willemsen2023-01-18159-4939/+212
| | |\ | | | | | | | | 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-1753-981/+35
| | | |
| | | * Fixed cleanup issuesJohnny Willemsen2023-01-172-1/+5
| | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_Thread.h: * ACE/ace/POSIX_Proactor.cpp:
| | | * Cleanup Solaris supportJohnny Willemsen2023-01-17110-2954/+167
| | | |
| | * | 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.
| | | * Add headers and other source files to the list of files to be installed.Thomas Lockhart2023-01-151-0/+10
| | | | | | | | | | | | | | | | | | | | This includes stubs and skeletons for IDL interfaces and files required to extend interfaces. This is a superset of files which are known to be required to build external packages.
| | * | Merge pull request #2034 from jwillemsen/jwi-macrocleanupJohnny Willemsen2023-01-1711-203/+8
| | |\ \ | | | | | | | | | | Cleanup several macros which are not set by any config file
| | | * | Cleanup several macros which are not set by any config fileJohnny Willemsen2023-01-1611-203/+8
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/OS_NS_dirent.inl: * ACE/ace/OS_NS_sys_stat.inl: * ACE/ace/OS_NS_time.cpp: * ACE/ace/OS_NS_time.h: * ACE/ace/OS_NS_time.inl: * ACE/ace/OS_NS_unistd.inl: * ACE/ace/README: * ACE/ace/TLI.cpp: * ACE/ace/os_include/os_stropts.h: * ACE/ace/os_include/sys/os_mman.h:
| | * | Removed checks for ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-16148-320/+14
| | | |
| | * | Removed AIX supportJohnny Willemsen2023-01-16200-1096/+90
| | | |
| | * | Removed AIX supportJohnny Willemsen2023-01-166-743/+0
| | |/
| | * Removed RTEMS supportJohnny Willemsen2023-01-151-155/+0
| | |
| | * Removed RTEMS supportJohnny Willemsen2023-01-1515-339/+18
| | |
| | * Merge pull request #2028 from jwillemsen/jwi-removehpuxJohnny Willemsen2023-01-1545-1304/+55
| | |\ | | | | | | | | Remove HPUX support
| | | * Update FIFO_Test.cppJohnny Willemsen2023-01-151-1/+1
| | | |
| | | * More cleanupJohnny Willemsen2023-01-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/config-linux-common.h: * ACE/ace/config-macros.h: * TAO/TAO_IDL/fe/idl.yy.cpp:
| | | * More cleanupJohnny Willemsen2023-01-152-5/+0
| | | | | | | | | | | | | | | | | | | | * ACE/ace/README: * ACE/ace/os_include/sys/os_socket.h:
| | | * Fixed cleanup mistakesJohnny Willemsen2023-01-152-4/+3
| | | | | | | | | | | | | | | | | | | | * ACE/ace/os_include/os_pthread.h: * ACE/ace/os_include/sys/os_socket.h:
| | | * Updated NEWS filesJohnny Willemsen2023-01-151-3/+3
| | | |
| | | * Removed HPUX supportJohnny Willemsen2023-01-1543-1293/+50
| | | |
| | * | Merge pull request #2027 from jwillemsen/jwi-openvmscleanupJohnny Willemsen2023-01-152-3/+3
| | |\ \ | | | |/ | | |/| Removed some OpenVMS code
| | | * Removed some OpenVMS codeJohnny Willemsen2023-01-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/SSL/SSL_Context.cpp: * ACE/ace/Sock_Connect.cpp: * TAO/TAO-INSTALL.html:
| | * | Merge pull request #2023 from esohns/issue_2016_move_make_qwordJohnny Willemsen2023-01-152-6/+13
| | |\ \ | | | |/ | | |/| move ACE_Make_QWORD to OS_NS_macros.h
| | | * move ACE_Make_QWORD to OS_NS_macros.hErik Sohns2023-01-132-6/+13
| | | |
| | * | Removed openvms config filesJohnny Willemsen2023-01-142-283/+0
| | | |
| | * | Update Process_Manager_Test.cppJohnny Willemsen2023-01-141-1/+1
| | | |
| | * | Update Process_Manager_Test.cppJohnny Willemsen2023-01-141-0/+1
| | | |
| | * | Update os_types.hJohnny Willemsen2023-01-141-1/+1
| | | |
| | * | Removed OpenVMS supportJohnny Willemsen2023-01-1438-557/+27
| | | |
| | * | Merge pull request #2014 from jwillemsen/jwi-doxygen196Johnny Willemsen2023-01-146-114/+180
| | |\ \ | | | | | | | | | | Upgrade doxygen configuration files to latest doxygen release
| | | * | Upgrade doxygen configuration files to latest doxygen releaseJohnny Willemsen2023-01-126-114/+180
| | | | |
| | * | | Cleanup another not used defineJohnny Willemsen2023-01-131-17/+0
| | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_unistd.inl:
| | * | | Cleanup workarounds which we don't need anymoreJohnny Willemsen2023-01-138-65/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_stdlib.cpp: * ACE/ace/OS_NS_sys_resource.inl: * ACE/ace/OS_NS_sys_time.inl: * ACE/ace/OS_NS_unistd.cpp: * ACE/ace/OS_NS_unistd.inl: * ACE/ace/os_include/os_errno.h: * ACE/ace/os_include/os_signal.h: * ACE/ace/os_include/sys/os_types.h:
| | * | | Fixed cleanup errorJohnny Willemsen2023-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | * ACE/tests/Proactor_Test_IPV6.cpp:
| | * | | Fixed cleanup errorJohnny Willemsen2023-01-132-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/config-win32-common.h: * ACE/ace/config-win32-msvc.h:
| | * | | Fixed cleanup errorJohnny Willemsen2023-01-131-4/+1
| | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_Thread.inl:
| | * | | Fixed cleanup errorJohnny Willemsen2023-01-131-2/+1
| | | | | | | | | | | | | | | | | | | | * ACE/ace/config-macros.h:
| | * | | Fixed cleanup mistakesJohnny Willemsen2023-01-133-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_Thread.inl: * ACE/ace/OS_NS_stdio.inl: * ACE/tests/Bug_3943_Regression_Test.cpp:
| | * | | More Windows CE cleanupJohnny Willemsen2023-01-1352-2341/+14
| | | | |