summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #927 from ocielliottc/spurious_gcc_warningocielliottc2019-06-262-2/+2
|\
| * Provide two values in the struct linger initializer even though it absolutely...Chad Elliott2019-06-252-12/+2
| * Redundantly set the l_linger member to appease gccChad Elliott2019-06-242-0/+10
|/
* Merge pull request #917 from ocielliottc/masterocielliottc2019-06-2451-158/+1988
|\
| * Added static cast where pid_t is assumed to be an int.Chad Elliott2019-06-105-40/+39
| * - Use ACE_OS::send and ACE_OS::recv on MQX, instead of write and read.Chad Elliott2019-06-0650-157/+1988
* | Merge pull request #887 from iguessthislldo/igtd/gettidFred Hornsey2019-06-218-478/+341
|\ \
| * | config-android.h: gettid missing in some older combinationsFred Hornsey2019-06-061-0/+7
| * | 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
| * | 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
| * | Add ACE_OS::thr_gettid()Fred Hornsey2019-04-114-1/+45
* | | Merge pull request #925 from ocielliottc/build_warningsocielliottc2019-06-216-17/+17
|\ \ \
| * | | Changed types and added static_casts to resolve 64-bit warnings.Chad Elliott2019-06-206-17/+17
|/ / /
* | | Merge pull request #924 from mitza-oci/gnuace-custom-postbuildAdam Mitz2019-06-131-0/+2
|\ \ \
| * | | gnuace: custom-only project's postbuild needs to run after other stepsAdam Mitz2019-06-131-0/+2
* | | | Merge pull request #918 from iguessthislldo/igtd/tao_idl_fixesAdam Mitz2019-06-137-724/+817
|\ \ \ \ | |/ / / |/| | |
| * | | Apply suggestions from by @mitza-ociFred Hornsey2019-06-123-4/+4
| * | | annotest_idl: Fix Annotation DeclFred Hornsey2019-06-071-1/+1
| * | | tao_idl: Fix Typo in idl.yppFred Hornsey2019-06-072-4/+4
| * | | annotations.md: Add Prefix Thing to HistoryFred Hornsey2019-06-061-0/+5
| * | | tao_idl: Annotations cant class with C++ KeywordsFred Hornsey2019-06-064-706/+715
| * | | annotations.md: Various FixesFred Hornsey2019-06-061-15/+22
| * | | annotest_idl: Added A Test CaseFred Hornsey2019-06-061-1/+73
| * | | tao_idl: fix --dump segfaultFred Hornsey2019-06-051-2/+2
| | |/ | |/|
* | | Merge pull request #922 from jwillemsen/jwi-imrJohnny Willemsen2019-06-122-15/+0
|\ \ \
| * | | Remove handling of CORBA::TIMEOUT as part of the sendc_ping exception handlin...Johnny Willemsen2019-06-122-15/+0
|/ / /
* | | Merge pull request #921 from jwillemsen/jwi-imrJohnny Willemsen2019-06-116-48/+97
|\ \ \
| * | | When sendc fails with a timeout mark the server as timed outJohnny Willemsen2019-06-111-1/+14
| * | | Logging enhancementsJohnny Willemsen2019-06-112-8/+12
| * | | Make use of an atomic for the refcount instead of a full mutexJohnny Willemsen2019-06-102-13/+18
| * | | Commented out check for nill ping interval, breaks one unit testJohnny Willemsen2019-06-091-1/+1
| * | | Const changeJohnny Willemsen2019-06-091-1/+1
| * | | Change the refcount_ of LiveListener to a atomic which is more efficientJohnny Willemsen2019-06-092-19/+21
| * | | Mark constructor as explicitJohnny Willemsen2019-06-071-1/+1
| * | | Revert "Remove ORB runner as separate task, not necessary and only complicate...Johnny Willemsen2019-06-071-2/+21
| * | | When there is no ping interval specified we don't need to ping a server at allJohnny Willemsen2019-06-071-1/+4
| * | | Print defaults using the hardcoded define, not copy the value just in the out...Johnny Willemsen2019-06-071-8/+11
* | | | Merge pull request #919 from jwillemsen/jwi-imrJohnny Willemsen2019-06-072-29/+8
|\ \ \ \ | |/ / /
| * | | Remove ORB runner as separate task, not necessary and only complicates this testJohnny Willemsen2019-06-071-21/+2