summaryrefslogtreecommitdiff
path: root/ACE/ace
Commit message (Collapse)AuthorAgeFilesLines
* Conditional Include of OS_NS_sys_resource.hFred Hornsey2019-06-061-1/+3
|
* Restrict Dev_Poll_Reactor to API>=21Fred Hornsey2019-06-061-0/+3
|
* config-android.h: Add check for strbufFred Hornsey2019-06-061-0/+7
|
* Move A Check Back to config-linux.hFred Hornsey2019-06-052-5/+6
|
* Remove gettid checkFred Hornsey2019-06-051-1/+1
|
* Created a config-linux-common.hFred Hornsey2019-06-053-482/+269
| | | | | | | | From the common parts of config-linux.h and config-android.h. Where parts where differ slightly but changes didn't impact Android, parts from Linux were used. Moved gettid check into config-linux-common.h
* reduce gettid %t wchar buffer sizeFred Hornsey2019-06-051-1/+3
|
* gettid: Use ACE_NOTSUP_RETURN and other fixesFred Hornsey2019-05-023-8/+6
|
* Use reinterpret_cast insteadFred Hornsey2019-05-011-1/+1
|
* Account for "opaque_pthread_t"Fred Hornsey2019-04-181-1/+3
|
* Respond to PR commentsFred Hornsey2019-04-173-15/+13
|
* Log_Msg: Shorten %t Output for non-Windows systemsFred Hornsey2019-04-111-4/+13
| | | | | | | | On Linux systems that supports it, use gettid() to get a much smaller number for the thread id. This is guaranteed to be unique system-wide thread id where the previous thread id, at least for pthreads, is not. On everywhere else except Windows, since might to be an address like it was on Linux, so use hex output just to make it shorter.
* Add ACE_OS::thr_gettid()Fred Hornsey2019-04-114-1/+45
|
* ACE+TAO-6_5_5ACE+TAO-6_5_5Johnny Willemsen2019-04-081-4/+4
|
* Fixed unused parameter warning when compiling for AndroidJohnny Willemsen2019-03-191-1/+1
| | | | * ACE/ace/Log_Msg_Android_Logcat.cpp:
* Merge pull request #877 from iguessthislldo/igtd/android_configAdam Mitz2019-03-181-7/+0
|\ | | | | Fix Android Linking Errors
| * Fix Android Linking ErrorsFred Hornsey2019-03-181-7/+0
| |
* | Merge pull request #858 from iguessthislldo/igtd/android_configAdam Mitz2019-03-151-2/+2
|\ \ | |/ | | Try to Prevent Usage of System SSL on Android
| * Merge branch 'master' of github.com:DOCGroup/ACE_TAO into igtd/android_configFred Hornsey2019-03-046-11/+170
| |\
| * | Hide OpenSSL Symbols on AndroidFred Hornsey2019-03-041-2/+2
| | | | | | | | | | | | Also make small changes to config-android.h and platform_*.GNU files.
* | | Merge pull request #871 from jwillemsen/masterJohnny Willemsen2019-03-132-3/+1
|\ \ \ | | | | | | | | Moved all old changelogs to the ChangeLogs directory
| * | | Layout changesJohnny Willemsen2019-03-132-3/+1
| | | | | | | | | | | | | | | | | | | | * ACE/ace/XML_Utils/XML_Error_Handler.h: * ACE/ace/XML_Utils/XML_Schema_Resolver.h:
* | | | Fix AIX ACE_DLL_Handle::open.Like Ma2019-03-131-2/+2
| | | |
* | | | Merge pull request #868 from likema/unix-addr-sizeJohnny Willemsen2019-03-121-1/+6
|\ \ \ \ | | | | | | | | | | Fix ACE_UNIX_Addr size.
| * | | | Fix ACE_UNIX_Addr size.Like Ma2019-03-101-1/+6
| |/ / /
* | | | Remove ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE from config-linux.hLike Ma2019-03-121-1/+0
|/ / / | | | | | | | | | | | | In Linux, it is valid to dlsym with RTLD_DEFAULT that is equal to ACE_SHLIB_INVALID_HANDLE.
* | | Removed empty lineJohnny Willemsen2019-03-081-1/+0
| | | | | | | | | | | | * ACE/ace/Shared_Object.h:
* | | Removed some empty linesJohnny Willemsen2019-03-061-2/+0
| | | | | | | | | | | | * ACE/ace/Sig_Handler.cpp:
* | | Fixed c++11 given warningsJohnny Willemsen2019-03-051-1/+1
| |/ |/| | | | | | | | | | | | | | | | | * ACE/ace/Message_Queue_T.cpp: * ACE/examples/APG/Active_Objects/AO.cpp: * ACE/examples/APG/Active_Objects/AO2.cpp: * ACE/examples/Threads/future1.cpp: * ACE/examples/Threads/future2.cpp: * ACE/performance-tests/TCP/tcp_test.cpp: * ACE/performance-tests/UDP/udp_test.cpp:
* | Fixed statement may fall through warningJohnny Willemsen2019-03-041-1/+1
| | | | | | | | * ACE/ace/OS_NS_unistd.cpp:
* | Merge pull request #834 from iguessthislldo/igtd/androidAdam Mitz2019-02-285-10/+169
|\ \ | |/ |/| Use Logcat on Android
| * Log_Msg: Allow flag macros to be overridenFred Hornsey2019-02-132-9/+13
| |
| * Log_Msg: Renable STDERR on AndroidFred Hornsey2019-02-131-1/+1
| |
| * Log_Msg: Fix Enable By Default and CleanupFred Hornsey2019-02-122-6/+13
| |
| * Use Logcat on AndroidFred Hornsey2019-02-115-7/+155
| | | | | | | | | | | | | | | | On Android stdout and stderr are discarded by default. It's possible to workaround this but it's not pretty. The best solution is to use Android's logging system, Logcat. I've added an ACE_Log_Msg_Backend, ACE_Log_Msg_Android_Logcat, and set it to be the default output on Android.
* | Merge pull request #849 from jwillemsen/jwi-azurewcharJohnny Willemsen2019-02-273-6/+0
|\ \ | | | | | | Add uses_wchar configuration to Azure Devops
| * \ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2019-02-262-4/+5
| |\ \
| * \ \ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2019-02-256-113/+196
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2019-02-198-51/+83
| |\ \ \ \
| * | | | | Removed some empty linesJohnny Willemsen2019-02-193-6/+0
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Condition_Recursive_Thread_Mutex.h: * ACE/ace/Timer_Queue_T.h: * ACE/ace/Timer_Wheel_T.h:
* | | | | Initialise pointer with zeroJohnny Willemsen2019-02-261-1/+1
| | | | |
* | | | | Fix ACE_Sbrk_Memory_Pool compilation error when ACE_HAS_ALLOC_HOOKS is defined.Like Ma2019-02-261-1/+1
| | | | |
* | | | | Fix wchar_t strnew and strdup.Like Ma2019-02-261-5/+21
| |_|_|/ |/| | |
* | | | Address unused argument on MinGWJustin R. Wilson2019-02-251-0/+2
| | | |
* | | | Free log record buffer before allocating new buffer.Like Ma2019-02-251-4/+3
| |_|/ |/| |
* | | Refine ACE_INET_Addr doc.Like Ma2019-02-251-14/+24
| | |
* | | Merge pull request #842 from jrw972/masterAdam Mitz2019-02-223-5/+85
|\ \ \ | | | | | | | | Provide option for local address for SOCK_Dgram recvmsg
| * | | Provide option for local address for SOCK_Dgram recvmsgJustin R. Wilson2019-02-223-5/+85
| | | |
* | | | Refactor ACE_DLL_Handle::openLike Ma2019-02-222-95/+87
|/ / /
* | | Fix AIX dlopen debug log.Like Ma2019-02-201-1/+2
| |/ |/|