summaryrefslogtreecommitdiff
path: root/ACE/ace
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into message_queue_ex_get_queueErik Sohns2023-04-0653-942/+282
|\
| * Add space to resolve compiler warnings on condaforgeJohnny Willemsen2023-03-032-2/+2
| | | | | | | | | | * ACE/ace/OS_NS_Thread.inl: * ACE/ace/OS_NS_unistd.inl:
| * ACE+TAO-7_1_0ACE+TAO-7_1_0Latest_ACE7TAO3_MinorLatest_ACE7TAO3_MicroJohnny Willemsen2023-03-031-4/+4
| |
| * Merge pull request #2056 from jwillemsen/jwi-osmmanredefJohnny Willemsen2023-02-271-15/+18
| |\ | | | | | | Fix redefinition warnings when using mingw64 with ucrt
| | * Fix redefinition warnings when using mingw64 with ucrtJohnny Willemsen2023-02-271-15/+18
| | | | | | | | | | | | * ACE/ace/os_include/sys/os_mman.h:
| * | Merge pull request #2055 from jwillemsen/jwi-curtfixJohnny Willemsen2023-02-271-0/+5
| |\ \ | | |/ | |/| Ruby 3.1 ships ucrt which has a 3 param wcstok
| | * Ruby 3.1 ships ucrt which has a 3 param wcstokJohnny Willemsen2023-02-271-0/+5
| | | | | | | | | | | | * ACE/ace/config-win32-mingw64.h:
| * | Merge pull request #2053 from ffontaine/masterJohnny Willemsen2023-02-231-3/+3
| |\ \ | | | | | | | | ACE/ace/SSL/SSL_Asynch_BIO.cpp: fix build with libressl >= 3.5.0
| | * \ Merge branch 'master' into masterJohnny Willemsen2023-02-224-137/+109
| | |\ \ | | | |/
| | * | ACE/ace/SSL/SSL_Asynch_BIO.cpp: fix build with libressl >= 3.5.0Fabrice Fontaine2023-02-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the following build failure with libressl >= 3.5.0: /tmp/instance-17/output-1/build/ace-7.0.6/ace/SSL/SSL_Asynch_BIO.cpp:45:19: error: variable 'BIO_METHOD methods_ACE' has initializer but incomplete type 45 | static BIO_METHOD methods_ACE = | ^~~~~~~~~~~ Fixes: - http://autobuild.buildroot.org/results/7f40d6dde03134238151c248fbbd66e4713546cb Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
| * | | Set ACE_HAS_CPP20 when C++20 is supportedJohnny Willemsen2023-02-221-0/+4
| | |/ | |/| | | | | | | * ACE/ace/config-win32-msvc-141.h:
| * | Add define of ACE_WIN32_VC14, before dropping Visual Studio 2015 this was ↵Johnny Willemsen2023-02-221-0/+3
| | | | | | | | | | | | | | | | | | also set for newer Visual Studio versions * ACE/ace/config-win32-msvc-141.h:
| * | Update ACE/ace/Global_Macros.hJohnny Willemsen2023-02-211-1/+1
| | | | | | | | | Co-authored-by: Fred Hornsey <fred@hornsey.us>
| * | Removed Visual Studio 2015 support, lacks C++14Johnny Willemsen2023-02-203-136/+102
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/config-win32-msvc-14.h: Deleted. * ACE/ace/config-win32-msvc-141.h: * ACE/ace/config-win32-msvc.h:
| * | ACE/TAO now require C++14 or newerJohnny Willemsen2023-02-202-2/+5
| |/ | | | | | | | | | | | | | | | | * ACE/NEWS: * ACE/ace/Global_Macros.h: * ACE/ace/config-win32-msvc-141.h: * ACE/examples/Logger/Acceptor-server/server_loggerd.cpp: * ACE/include/makeinclude/platform_linux_clang.GNU: * ACE/include/makeinclude/platform_macosx_common.GNU:
| * Merge pull request #2046 from jwillemsen/jwinullptrexceJohnny Willemsen2023-02-062-2/+2
| |\ | | | | | | 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:
| * | Merge pull request #2042 from jwillemsen/jwi-cleanupmacrosJohnny Willemsen2023-02-0210-240/+14
| |\ \ | | | | | | | | Cleanup unused macros
| | * | Removed left over sun fileJohnny Willemsen2023-02-011-42/+0
| | | |
| | * | 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
| | | |
| | * | 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-0234-478/+68
| |\ \ | | | | | | | | Removed pharlap support
| | * | Fixed cleanup mistakeJohnny Willemsen2023-02-011-10/+5
| | | | | | | | | | | | | | | | * ACE/ace/OS_NS_unistd.inl:
| | * | Removed pharlap supportJohnny Willemsen2023-02-0134-468/+63
| | |/
| * | 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-012-60/+52
| |/
* | Merge branch 'master' into message_queue_ex_get_queueErik Sohns2023-01-22318-9894/+531
|\ \ | |/
| * Fixed warningJohnny Willemsen2023-01-181-1/+1
| | | | | | | | * ACE/ace/OS_NS_Thread.inl:
| * 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-1735-659/+27
| |
| * Fixed cleanup issuesJohnny Willemsen2023-01-172-1/+5
| | | | | | | | | | * ACE/ace/OS_NS_Thread.h: * ACE/ace/POSIX_Proactor.cpp:
| * Cleanup Solaris supportJohnny Willemsen2023-01-1774-2383/+133
| |
| * 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-16105-221/+14
| | |
| * | Removed AIX supportJohnny Willemsen2023-01-16122-706/+49
| | |
| * | Removed AIX supportJohnny Willemsen2023-01-162-347/+0
| |/
| * Removed RTEMS supportJohnny Willemsen2023-01-151-155/+0
| |
| * Removed RTEMS supportJohnny Willemsen2023-01-1512-269/+16
| |
| * Merge pull request #2028 from jwillemsen/jwi-removehpuxJohnny Willemsen2023-01-1530-901/+38
| |\ | | | | | | Remove HPUX support
| | * 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: