summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
|/ /
* | 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.
| * 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:
* | Merge pull request #2033 from jwillemsen/jwi-ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-17288-648/+32
|\ \ | | | | | | Removed checks for ACE_TEMPLATES_REQUIRE_SOURCE
| * \ Merge branch 'master' into jwi-ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-170-0/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #2031 from jwillemsen/jwi-cleanupaixsupportJohnny Willemsen2023-01-17349-2415/+98
|\ \ \ | |_|/ |/| | Removed AIX support
| * | trigger GitHub actionsJohnny Willemsen2023-01-160-0/+0
| | |
| | * Removed checks for ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-16288-648/+32
| |/
| * Removed AIX supportJohnny Willemsen2023-01-16343-1672/+98
| |
| * Removed AIX supportJohnny Willemsen2023-01-166-743/+0
|/
* Merge pull request #2029 from jwillemsen/jwi-rtemscleanupJohnny Willemsen2023-01-1516-494/+18
|\ | | | | Removed RTEMS support
| * 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-15125-1614/+74
|\ | | | | Remove HPUX support
| * Update FIFO_Test.cppJohnny Willemsen2023-01-151-1/+1
| |
| * More cleanupJohnny Willemsen2023-01-153-4/+4
| | | | | | | | | | | | * ACE/ace/config-linux-common.h: * ACE/ace/config-macros.h: * TAO/TAO_IDL/fe/idl.yy.cpp:
| * Removed HPUX supportJohnny Willemsen2023-01-154-18/+6
| |
| * 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-152-5/+5
| |
| * Removed HPUX supportJohnny Willemsen2023-01-15119-1583/+61
| |
* | Merge pull request #2027 from jwillemsen/jwi-openvmscleanupJohnny Willemsen2023-01-153-4/+4
|\ \ | |/ |/| Removed some OpenVMS code
| * Removed some OpenVMS codeJohnny Willemsen2023-01-153-4/+4
| | | | | | | | | | | | * 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
| | |
* | | Merge pull request #2026 from okellogg/masterJohnny Willemsen2023-01-156-0/+73
|\ \ \ | | | | | | | | Address issue #2015 : tao_idl shall reject misuse of exception as type
| * | | Address issue #2015 : In TAO/TAO_IDL/ast/ast_field.cpp constructor handle ↵Oliver Kellogg2023-01-146-0/+73
|/ / / | | | | | | | | | AST_Decl::NT_except.