Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ACE+TAO-7_1_0ACE+TAO-7_1_0Latest_ACE7TAO3_MinorLatest_ACE7TAO3_Micro | Johnny Willemsen | 2023-03-03 | 1 | -4/+4 |
| | |||||
* | Merge pull request #2056 from jwillemsen/jwi-osmmanredef | Johnny Willemsen | 2023-02-27 | 1 | -15/+18 |
|\ | | | | | Fix redefinition warnings when using mingw64 with ucrt | ||||
| * | Fix redefinition warnings when using mingw64 with ucrt | Johnny Willemsen | 2023-02-27 | 1 | -15/+18 |
| | | | | | | | | * ACE/ace/os_include/sys/os_mman.h: | ||||
* | | Merge pull request #2055 from jwillemsen/jwi-curtfix | Johnny Willemsen | 2023-02-27 | 1 | -0/+5 |
|\ \ | |/ |/| | Ruby 3.1 ships ucrt which has a 3 param wcstok | ||||
| * | Ruby 3.1 ships ucrt which has a 3 param wcstok | Johnny Willemsen | 2023-02-27 | 1 | -0/+5 |
| | | | | | | | | * ACE/ace/config-win32-mingw64.h: | ||||
* | | Merge pull request #2053 from ffontaine/master | Johnny Willemsen | 2023-02-23 | 1 | -3/+3 |
|\ \ | | | | | | | ACE/ace/SSL/SSL_Asynch_BIO.cpp: fix build with libressl >= 3.5.0 | ||||
| * \ | Merge branch 'master' into master | Johnny Willemsen | 2023-02-22 | 4 | -137/+109 |
| |\ \ | | |/ | |||||
| * | | ACE/ace/SSL/SSL_Asynch_BIO.cpp: fix build with libressl >= 3.5.0 | Fabrice Fontaine | 2023-02-21 | 1 | -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 supported | Johnny Willemsen | 2023-02-22 | 1 | -0/+4 |
| |/ |/| | | | | | * ACE/ace/config-win32-msvc-141.h: | ||||
* | | Add define of ACE_WIN32_VC14, before dropping Visual Studio 2015 this was ↵ | Johnny Willemsen | 2023-02-22 | 1 | -0/+3 |
| | | | | | | | | | | | | also set for newer Visual Studio versions * ACE/ace/config-win32-msvc-141.h: | ||||
* | | Update ACE/ace/Global_Macros.h | Johnny Willemsen | 2023-02-21 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Fred Hornsey <fred@hornsey.us> | ||||
* | | Removed Visual Studio 2015 support, lacks C++14 | Johnny Willemsen | 2023-02-20 | 3 | -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 newer | Johnny Willemsen | 2023-02-20 | 2 | -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/jwinullptrexce | Johnny Willemsen | 2023-02-06 | 2 | -2/+2 |
|\ | | | | | Use nullptr and make destructor of TAO SystemException default | ||||
| * | Use nullptr | Johnny Willemsen | 2023-02-03 | 2 | -2/+2 |
| | | | | | | | | | | * ACE/ace/Time_Policy.h: * ACE/ace/Time_Policy.inl: | ||||
* | | Merge pull request #2042 from jwillemsen/jwi-cleanupmacros | Johnny Willemsen | 2023-02-02 | 10 | -240/+14 |
|\ \ | | | | | | | Cleanup unused macros | ||||
| * | | Removed left over sun file | Johnny Willemsen | 2023-02-01 | 1 | -42/+0 |
| | | | |||||
| * | | Removed include | Johnny Willemsen | 2023-02-01 | 1 | -1/+0 |
| | | | | | | | | | | | | * ACE/ace/OS_NS_unistd.cpp: | ||||
| * | | Removed os_include headers which don't include any file anymore | Johnny Willemsen | 2023-02-01 | 2 | -50/+0 |
| | | | |||||
| * | | Further cleanup not used macros | Johnny Willemsen | 2023-02-01 | 8 | -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-space | Johnny Willemsen | 2023-02-02 | 1 | -1/+1 |
|\ \ | | | | | | | Align one endif with its associated if | ||||
| * | | Align one endif with its associated if | John McCabe | 2023-02-01 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #2043 from jwillemsen/jwi-pharlapcleanup | Johnny Willemsen | 2023-02-02 | 34 | -478/+68 |
|\ \ | | | | | | | Removed pharlap support | ||||
| * | | Fixed cleanup mistake | Johnny Willemsen | 2023-02-01 | 1 | -10/+5 |
| | | | | | | | | | | | | * ACE/ace/OS_NS_unistd.inl: | ||||
| * | | Removed pharlap support | Johnny Willemsen | 2023-02-01 | 34 | -468/+63 |
| |/ | |||||
* | | Fix | Johnny Willemsen | 2023-02-01 | 1 | -1/+1 |
| | | | | | | | | * ACE/ace/CDR_Stream.inl: | ||||
* | | good_bit is a bool and removed some uncessary c-style casts | Johnny Willemsen | 2023-02-01 | 2 | -60/+52 |
|/ | |||||
* | Fixed warning | Johnny Willemsen | 2023-01-18 | 1 | -1/+1 |
| | | | | * ACE/ace/OS_NS_Thread.inl: | ||||
* | More cleanup | Johnny Willemsen | 2023-01-17 | 5 | -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 cleanup | Johnny Willemsen | 2023-01-17 | 1 | -12/+0 |
| | |||||
* | More Sun OS/compiler cleanup | Johnny Willemsen | 2023-01-17 | 1 | -1/+1 |
| | |||||
* | Removed some unused defines | Johnny Willemsen | 2023-01-17 | 4 | -10/+0 |
| | |||||
* | More Sun OS/compiler cleanup | Johnny Willemsen | 2023-01-17 | 9 | -952/+0 |
| | |||||
* | More Sun OS/compiler cleanup | Johnny Willemsen | 2023-01-17 | 35 | -659/+27 |
| | |||||
* | Fixed cleanup issues | Johnny Willemsen | 2023-01-17 | 2 | -1/+5 |
| | | | | | * ACE/ace/OS_NS_Thread.h: * ACE/ace/POSIX_Proactor.cpp: | ||||
* | Cleanup Solaris support | Johnny Willemsen | 2023-01-17 | 74 | -2383/+133 |
| | |||||
* | Merge pull request #2034 from jwillemsen/jwi-macrocleanup | Johnny Willemsen | 2023-01-17 | 11 | -203/+8 |
|\ | | | | | Cleanup several macros which are not set by any config file | ||||
| * | Cleanup several macros which are not set by any config file | Johnny Willemsen | 2023-01-16 | 11 | -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_SOURCE | Johnny Willemsen | 2023-01-16 | 105 | -221/+14 |
| | | |||||
* | | Removed AIX support | Johnny Willemsen | 2023-01-16 | 122 | -706/+49 |
| | | |||||
* | | Removed AIX support | Johnny Willemsen | 2023-01-16 | 2 | -347/+0 |
|/ | |||||
* | Removed RTEMS support | Johnny Willemsen | 2023-01-15 | 1 | -155/+0 |
| | |||||
* | Removed RTEMS support | Johnny Willemsen | 2023-01-15 | 12 | -269/+16 |
| | |||||
* | Merge pull request #2028 from jwillemsen/jwi-removehpux | Johnny Willemsen | 2023-01-15 | 30 | -901/+38 |
|\ | | | | | Remove HPUX support | ||||
| * | More cleanup | Johnny Willemsen | 2023-01-15 | 2 | -3/+3 |
| | | | | | | | | | | | | * ACE/ace/config-linux-common.h: * ACE/ace/config-macros.h: * TAO/TAO_IDL/fe/idl.yy.cpp: | ||||
| * | More cleanup | Johnny Willemsen | 2023-01-15 | 2 | -5/+0 |
| | | | | | | | | | | * ACE/ace/README: * ACE/ace/os_include/sys/os_socket.h: | ||||
| * | Fixed cleanup mistakes | Johnny Willemsen | 2023-01-15 | 2 | -4/+3 |
| | | | | | | | | | | * ACE/ace/os_include/os_pthread.h: * ACE/ace/os_include/sys/os_socket.h: | ||||
| * | Removed HPUX support | Johnny Willemsen | 2023-01-15 | 29 | -893/+36 |
| | | |||||
* | | Merge pull request #2027 from jwillemsen/jwi-openvmscleanup | Johnny Willemsen | 2023-01-15 | 2 | -3/+3 |
|\ \ | |/ |/| | Removed some OpenVMS code | ||||
| * | Removed some OpenVMS code | Johnny Willemsen | 2023-01-15 | 2 | -3/+3 |
| | | | | | | | | | | | | * ACE/ace/SSL/SSL_Context.cpp: * ACE/ace/Sock_Connect.cpp: * TAO/TAO-INSTALL.html: |