summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Collapse)AuthorAgeFilesLines
* Removed check for ACE_LACKS_STDDEF_H, not set in any config fileJohnny Willemsen2021-08-051-3/+1
| | | | * ACE/ace/os_include/os_stddef.h:
* Removed check for ACE_LACKS_FLOAT_H, not set in any config fileJohnny Willemsen2021-08-051-3/+1
| | | | * ACE/ace/os_include/os_float.h:
* Removed check for ACE_LACKS_STRING_H, not set in any config fileJohnny Willemsen2021-08-051-4/+1
| | | | * ACE/ace/os_include/os_string.h:
* Removed check for ACE_LACKS_ULIMIT_H, not set in any config fileJohnny Willemsen2021-08-051-3/+1
| | | | * ACE/ace/os_include/os_ulimit.h:
* Removed check for ACE_LACKS_STDLIB_H, not set anymoreJohnny Willemsen2021-08-051-3/+1
| | | | * ACE/ace/os_include/os_stdlib.h:
* Removed check for ACE_LACKS_UTIME_H, not set by any config file anymoreJohnny Willemsen2021-08-051-4/+1
| | | | * ACE/ace/os_include/os_utime.h:
* Removed ACE_HAS_UTIME because it is not used and fixed some broken linksJohnny Willemsen2021-08-052-5/+3
| | | | | | | * ACE/ace/config-aix-5.x.h: * ACE/docs/Download.html: * TAO/tao/Transport.h: * TAO/tao/Transport_Selection_Guard.h:
* Corrected linksJohnny Willemsen2021-08-041-30/+30
| | | | * ACE/docs/Download.html:
* Make ACE 7.0.3 and TAO 3.0.3 availableJohnny Willemsen2021-08-046-39/+44
| | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* Merge branch 'master' into jwi-newreleaseJohnny Willemsen2021-08-046-38/+1695
|\
| * Merge remote-tracking branch 'upstream/master' into masterJohnny Willemsen2021-08-046-38/+1695
| |\
| | * ACE+TAO-7_0_3ACE+TAO-7_0_3Johnny Willemsen2021-08-046-38/+1695
| | |
* | | Fixed error in this scriptJohnny Willemsen2021-08-041-1/+1
|/ / | | | | | | * ACE/bin/generate_doxygen.pl:
* | Merge remote-tracking branch 'upstream/master' into masterJohnny Willemsen2021-08-042-9/+5
|\ \ | |/
| * Merge pull request #1640 from jwillemsen/jwi-sockdgramloggingAdam Mitz2021-08-031-4/+4
| |\ | | | | | | ifr_name is ascii so use %C for logging
| | * ifr_name is ascii so use %C for loggingJohnny Willemsen2021-08-031-4/+4
| | | | | | | | | | | | * ACE/ace/SOCK_Dgram_Bcast.cpp:
| * | make_multicast_ifaddr: prevent buffer overrun from net_ifAdam Mitz2021-08-021-5/+1
| |/ | | | | | | | | fixes #1637 also removed a preprocessor conditional that was redundant
* | Doxygen changes, use nullptr instead of a c-style cast of 0Johnny Willemsen2021-08-032-14/+8
|/ | | | | * ACE/ace/Handle_Set.cpp: * ACE/ace/Handle_Set.inl:
* Update NEWSJohnny Willemsen2021-08-021-1/+5
|
* Removed redundant whitespaceJohnny Willemsen2021-07-213-5/+5
| | | | | | | | * ACE/ACEXML/parser/parser/Parser.cpp: * ACE/examples/ConfigViewer/ValueListCtrl.cpp: * ACE/tests/CDR_Array_Test.cpp: * TAO/TAO_IDL/be/be_interface.cpp: * TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp:
* Merge pull request #1619 from jwillemsen/jwi-stdcleanupJohnny Willemsen2021-07-197-62/+43
|\ | | | | Make use of std namespace functions now that we have C++11
| * Include cstdlibJohnny Willemsen2021-07-191-0/+1
| | | | | | | | * ACE/ace/OS_NS_stdlib.h:
| * Include cmathJohnny Willemsen2021-07-191-0/+1
| | | | | | | | * ACE/ace/OS_NS_math.h:
| * Fixed compile errorsJohnny Willemsen2021-07-193-3/+52
| | | | | | | | | | | | * ACE/ace/OS_NS_stdio.h: * ACE/ace/OS_NS_stdio.inl: * ACE/ace/OS_NS_time.inl:
| * Add missing include of ctime for windowsJohnny Willemsen2021-07-191-0/+1
| | | | | | | | * ACE/ace/OS_NS_time.inl:
| * More std usageJohnny Willemsen2021-07-192-5/+5
| | | | | | | | | | * ACE/ace/OS_NS_time.cpp: * ACE/ace/OS_NS_time.inl:
| * Make use of std now that we have C++11Johnny Willemsen2021-07-195-104/+33
| | | | | | | | | | | | | | | | * ACE/ace/OS_NS_math.h: * ACE/ace/OS_NS_stdio.h: * ACE/ace/OS_NS_stdio.inl: * ACE/ace/OS_NS_stdlib.h: * ACE/ace/OS_NS_wchar.inl:
* | Merge pull request #1618 from jwillemsen/jwi-bcc32clenaupJohnny Willemsen2021-07-192-4/+0
|\ \ | | | | | | Removed old workarounds for bcc32
| * | Removed old workarounds for bcc32Johnny Willemsen2021-07-192-4/+0
| |/ | | | | | | | | | | | | | | | | * ACE/ace/Refcounted_Auto_Ptr.h: * ACE/ace/XML_Utils/XercesString.h: * TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.cpp: * TAO/orbsvcs/orbsvcs/AV/RTCP_Packet.cpp: * TAO/utils/nslist/nslist.cpp: * TAO/utils/wxNamingViewer/wxNamingViewer.cpp:
* | Removed ACE_STD_NAMESPACE from all signal related operations, these are not ↵Johnny Willemsen2021-07-192-8/+7
|/ | | | | | | in the std namespace, this worked because ACE_STD_NAMESPACE only expands to std with Borland C++ which doesn't support these operations * ACE/ace/OS_NS_signal.h: * ACE/ace/OS_NS_string.cpp:
* Merge pull request #1616 from jwillemsen/jwi-2980testJohnny Willemsen2021-07-171-33/+21
|\ | | | | Make use of std::printf with all compilers
| * Make use of std::printf with all compilersJohnny Willemsen2021-07-161-33/+21
| | | | | | | | * ACE/tests/Bug_2980_Regression_Test.cpp:
* | Merge pull request #1614 from jwillemsen/jwi-scoJohnny Willemsen2021-07-162-11/+7
|\ \ | | | | | | Removed some old references to SCO
| * | Removed some old references to SCOJohnny Willemsen2021-07-162-11/+7
| |/ | | | | | | | | * ACE/ace/OS_NS_sys_time.inl: * ACE/ace/README:
* | Merge pull request #1613 from jwillemsen/jwi-ACE_RM544Johnny Willemsen2021-07-161-2/+2
|\ \ | | | | | | Removed ACE_RM544 check, not set in any config file
| * | Removed ACE_RM544 check, not set in any config fileJohnny Willemsen2021-07-161-2/+2
| |/ | | | | | | * ACE/ace/config-macros.h:
* | Merge pull request #1612 from jwillemsen/jwi-clangcomp24Johnny Willemsen2021-07-161-9/+0
|\ \ | | | | | | clang4 lacks adequate C++11 support so we don't support that anymore,…
| * | clang4 lacks adequate C++11 support so we don't support that anymore, we can ↵Johnny Willemsen2021-07-161-9/+0
| |/ | | | | | | | | | | now always compile this unit test * ACE/tests/Compiler_Features_24_Test.cpp:
* | Merge pull request #1611 from jwillemsen/jwi-bccclangJohnny Willemsen2021-07-161-1/+1
|\ \ | | | | | | Borland C++ is now always using clang based compilers
| * | Borland C++ is now always using clang based compilersJohnny Willemsen2021-07-161-1/+1
| |/ | | | | | | * ACE/ace/config-macros.h:
* | Merge pull request #1610 from ↵Johnny Willemsen2021-07-161-4/+0
|\ \ | | | | | | | | | | | | jwillemsen/jwi-ACE_MSVC_USES_DOUBLE_UNDERSCORE_STAT64 Removed check for ACE_MSVC_USES_DOUBLE_UNDERSCORE_STAT64, not set in …
| * | Removed check for ACE_MSVC_USES_DOUBLE_UNDERSCORE_STAT64, not set in any ↵Johnny Willemsen2021-07-161-4/+0
| |/ | | | | | | | | | | config file * ACE/ace/OS_NS_sys_stat.h:
* | Merge pull request #1609 from jwillemsen/jwi-ACE_WCHAR_STD_NAMESPACEJohnny Willemsen2021-07-161-11/+5
|\ \ | | | | | | Replace ACE_WCHAR_STD_NAMESPACE with std, with C++11 these are all in…
| * | Replace ACE_WCHAR_STD_NAMESPACE with std, with C++11 these are all in the ↵Johnny Willemsen2021-07-161-11/+5
| |/ | | | | | | | | | | std namespace available * ACE/ace/OS_NS_stdlib.inl:
* | Merge pull request #1608 from jwillemsen/jwi-embarcaderocleanupJohnny Willemsen2021-07-164-21/+9
|\ \ | | | | | | Cleanup some workarounds for old Embarcadero compilers
| * | Cleanup some workarounds for old Embarcadero compilersJohnny Willemsen2021-07-164-21/+9
| |/ | | | | | | | | | | | | * ACE/ace/Bound_Ptr.h: * ACE/ace/Bound_Ptr.inl: * ACE/ace/Future.h: * ACE/ace/High_Res_Timer.cpp:
* | Merge pull request #1607 from jwillemsen/jwi-configwin32commoncleanupJohnny Willemsen2021-07-165-11/+14
|\ \ | |/ |/| Simplified config-win32-common.h, moved the defines specific for a co…
| * Simplified config-win32-common.h, moved the defines specific for a compiler ↵Johnny Willemsen2021-07-165-11/+14
| | | | | | | | | | | | | | | | | | | | to the respective file * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-common.h: * ACE/ace/config-win32-mingw.h: * ACE/ace/config-win32-mingw64.h: * ACE/ace/config-win32-msvc-14.h:
* | Merge pull request #1605 from jwillemsen/jwi-embcleanupJohnny Willemsen2021-07-164-11/+5
|\ \ | | | | | | Cleanup Embarcadero C++ Builder support
| * | Cleanup Embarcadero C++ Builder supportJohnny Willemsen2021-07-164-11/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Compression/rle/RLECompressor.cpp: * ACE/ace/config-win32-borland.h: * ACE/ace/post.h: * ACE/ace/pre.h: * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp: * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h: * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: * TAO/tests/Bug_3574_Regression/test.cpp: * TAO/tests/RTCORBA/README: