summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Expand)AuthorAgeFilesLines
* ACE+TAO-6_5_10Latest_MicroLatest_BetaACE+TAO-6_5_10Johnny Willemsen2020-07-016-40/+775
* Revert "Replacing use of ::select in favor of ::poll"revert-1044-Replace-select-with-poll-in-SOCK-Connector-and-AcceptorJohnny Willemsen2020-06-302-80/+3
* Changed ready flags of ACE::handle_ready from int to boolJohnny Willemsen2020-06-296-22/+20
* Const changeJohnny Willemsen2020-06-291-1/+1
* Merge pull request #1044 from johnjanthony/Replace-select-with-poll-in-SOCK-C...Steve Huston2020-06-292-3/+80
|\
| * removing trailing spacesJohn Anthony2020-03-252-5/+5
| * removing tabsJohn Anthony2020-03-242-6/+6
| * replacing use of select for pollJohn Anthony2020-02-212-4/+81
* | Layout changeJohnny Willemsen2020-06-151-1/+0
* | Doxygen changeJohnny Willemsen2020-06-151-1/+1
* | sys/sysctl.h got deprecated in glibc 2.30, removed in kernel 5.5, so updated ...Johnny Willemsen2020-06-151-4/+4
* | Only include os_sysctl.h when ACE_HAS_SYSCTL has been defined and with linux ...Johnny Willemsen2020-06-152-1/+7
* | Use ACE_OS_Dirent instead of ACE_OSJohnny Willemsen2020-06-101-1/+1
* | Use ACE_OS instead of ACE_OS_MemoryJohnny Willemsen2020-06-101-2/+2
* | Use ACE_OS instead of ACE_OS_StringJohnny Willemsen2020-06-105-19/+19
* | Use ACE_OS::strcmp instead of ACE_OS_String::strcmpJohnny Willemsen2020-06-101-2/+2
* | Merge pull request #1136 from jwillemsen/jwi-azureubuntuJohnny Willemsen2020-06-091-4/+1
|\ \
| * | Fixed typo in commentJohnny Willemsen2020-06-091-4/+1
* | | Merge pull request #1081 from likema/remove-unnecessary-initJohnny Willemsen2020-06-061-3/+2
|\ \ \
| * | | Remove unnecessary ACE_Select_Reactor_Handler_Repository ctor init parameter.Like Ma2020-04-241-3/+2
* | | | Update .gitignore filesFred Hornsey2020-06-012-1/+1
| |/ / |/| |
* | | Merge pull request #1129 from DOCGroup/riverace-case-2186Steve Huston2020-05-301-12/+8
|\ \ \
| * | | Do not invoke a method on pointer returned from remove() without checking itriverace-case-2186Steve Huston2020-05-291-12/+8
* | | | Merge pull request #1124 from jwillemsen/jwi-emb-hascppdefinesJohnny Willemsen2020-05-301-0/+13
|\ \ \ \
| * | | | Set ACE_HAS_CPP11|14|17|20 based on __cplusplus for clangJohnny Willemsen2020-05-271-0/+13
* | | | | Merge pull request #1123 from jwillemsen/jwi-autoptr-cpp17Johnny Willemsen2020-05-301-2/+8
|\ \ \ \ \
| * | | | | Add include of memory in case we have C++17Johnny Willemsen2020-05-291-0/+1
| * | | | | With CPP17 or newer provide our auto_ptr implementation to not break all ACE/...Johnny Willemsen2020-05-271-2/+7
| | |/ / / | |/| | |
* | | | | Merge pull request #1128 from jwillemsen/jwi-usetabsJohnny Willemsen2020-05-291-8/+8
|\ \ \ \ \
| * | | | | We need to use tabs in GNU make rulesJohnny Willemsen2020-05-291-8/+8
| |/ / / /
* | | | | Removed empty lineJohnny Willemsen2020-05-271-1/+0
| |/ / / |/| | |
* | | | Don't enable C++11 support for ACE, causes all kinds of compile problems :-(Johnny Willemsen2020-05-271-13/+0
* | | | Add support for Embarcadero C++ Builder 10.4 SydneyJohnny Willemsen2020-05-275-6/+30
|/ / /
* | | Merge pull request #1119 from jwillemsen/jwi-msvcwarningsJohnny Willemsen2020-05-203-8/+3
|\ \ \
| * | | Removed const again, variable is changedJohnny Willemsen2020-05-201-1/+1
| * | | Removed empty linesJohnny Willemsen2020-05-201-2/+0
| * | | Reduced scope variablesJohnny Willemsen2020-05-201-4/+3
| * | | Removed hidden variablesJohnny Willemsen2020-05-201-2/+0
* | | | Merge pull request #1116 from jonesc-oci/android-win-host-line-too-longAdam Mitz2020-05-181-0/+10
|\ \ \ \
| * | | | Update Android link on Windows hosts to avoid err.Chip Jones2020-05-181-4/+3
| * | | | Modify Android link on Windows hosts to avoid err.Chip Jones2020-05-151-0/+11
* | | | | Merge pull request #1114 from jwillemsen/jwi-msvc2019-2Johnny Willemsen2020-05-184-25/+9
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fixed typo in documentationJohnny Willemsen2020-05-181-1/+1
| * | | | Layout changeJohnny Willemsen2020-05-181-3/+3
| * | | | Reworked msvc2019 patchJohnny Willemsen2020-05-161-20/+6
| * | | | Merge branch 'master' into jwi-msvc2019-2Johnny Willemsen2020-05-1619-112/+57
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2020-05-156-36/+15
| | |\ \ \ \
| | * | | | | Layout changesJohnny Willemsen2020-05-152-2/+0
| * | | | | | Code changes to workaround the Visual Studio 2019 crash, instead of deferenci...Johnny Willemsen2020-05-151-4/+4
* | | | | | | Merge pull request #1101 from jonesc-oci/android-if_nameindexAdam Mitz2020-05-153-1/+10
|\ \ \ \ \ \ \