summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Collapse)AuthorAgeFilesLines
* config-android.h: Fix TypoFred Hornsey2019-06-061-1/+1
|
* 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-174-17/+15
|
* Log_Msg: Shorten %t Output for non-Windows systemsFred Hornsey2019-04-112-4/+16
| | | | | | | | 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
|
* Merge pull request #885 from jwillemsen/masterJohnny Willemsen2019-04-091-5/+5
|\ | | | | Fixed typo
| * Fixed typoJohnny Willemsen2019-04-091-5/+5
| |
* | Merge pull request #884 from jwillemsen/masterJohnny Willemsen2019-04-091-1/+1
|\ \ | |/ | | Latest release also contains Visual Studio 2019 project files
| * Latest release also contains Visual Studio 2019 project filesJohnny Willemsen2019-04-091-1/+1
| | | | | | | | * ACE/docs/Download.html:
* | ACEXML and gperf don't have a separate changelog anymoreJohnny Willemsen2019-04-081-2/+0
|/
* New CIAO/DAnCE micro releasesJohnny Willemsen2019-04-081-12/+12
| | | | * ACE/docs/Download.html:
* Make x.5.5 public available and prepar for next releaseJohnny Willemsen2019-04-086-44/+43
| | | | | | | | | | * 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:
* ACE+TAO-6_5_5ACE+TAO-6_5_5Johnny Willemsen2019-04-0856-69/+1099
|
* Update NEWS for SOCK_Dgram::recv receive addressJustin R. Wilson2019-04-031-0/+2
|
* List SLES15.0Johnny Willemsen2019-04-031-0/+2
| | | | * ACE/NEWS:
* Merge pull request #845 from jwillemsen/jwi-vs2019Johnny Willemsen2019-03-293-7/+16
|\ | | | | Use Visual Studio 2019 draft azure devops image
| * List Visual Studio 2019Johnny Willemsen2019-03-291-7/+10
| | | | | | | | | | * ACE/ACE-INSTALL.html: * TAO/TAO-INSTALL.html:
| * Add vs2019 projectsJohnny Willemsen2019-03-291-0/+4
| | | | | | | | * ACE/bin/make_release.py:
| * List vs2019 initial supportJohnny Willemsen2019-03-291-0/+2
| | | | | | | | * ACE/NEWS:
* | 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 #876 from mitza-oci/masterAdam Mitz2019-03-151-1/+1
|\ \ \ | | | | | | | | SOCK_Dgram_Test: remove hardcoded buffer length
| * | | SOCK_Dgram_Test: remove hardcoded buffer lengthAdam Mitz2019-03-151-1/+1
| | | | | | | | | | | | | | | | Fixes wchar
* | | | Merge pull request #858 from iguessthislldo/igtd/android_configAdam Mitz2019-03-156-34/+74
|\ \ \ \ | |/ / / |/| / / | |/ / Try to Prevent Usage of System SSL on Android
| * | Update ACE NEWSFred Hornsey2019-03-041-8/+13
| | |
| * | Merge branch 'master' of github.com:DOCGroup/ACE_TAO into igtd/android_configFred Hornsey2019-03-0413-16/+203
| |\ \
| * | | ACE-INSTALL.html: Android OpenSSL and LoggingFred Hornsey2019-03-044-24/+59
| | | |
| * | | Hide OpenSSL Symbols on AndroidFred Hornsey2019-03-041-2/+2
| | | | | | | | | | | | | | | | Also make small changes to config-android.h and platform_*.GNU files.
* | | | Add remark about minizipJohnny Willemsen2019-03-131-0/+2
| | | |
* | | | Removed minizip, it is moved to DAnCE where it is only usedJohnny Willemsen2019-03-1316-5150/+0
| | | |
* | | | Merge pull request #871 from jwillemsen/masterJohnny Willemsen2019-03-139-3/+1
|\ \ \ \ | | | | | | | | | | Moved all old changelogs to the ChangeLogs directory
| * | | | Moved all changelogs to the ChangeLogs directoryJohnny Willemsen2019-03-137-0/+0
| | | | |
| * | | | 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-124-1/+77
|\ \ \ \ | | | | | | | | | | Fix ACE_UNIX_Addr size.
| * | | | Add ACE_UNIX_Addr test.Like Ma2019-03-123-0/+71
| | | | |
| * | | | Fix ACE_UNIX_Addr size.Like Ma2019-03-101-1/+6
| |/ / /
* | | | Add missing ACE_TEXTJohnny Willemsen2019-03-121-4/+1
| | | |
* | | | Remove ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE from config-linux.hLike Ma2019-03-122-1/+3
|/ / / | | | | | | | | | | | | 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: