summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed check for ACE_LACKS_PLACEMENT_OPERATOR_DELETE, supported by all compi...Johnny Willemsen2021-01-0514-41/+0
* Merge pull request #1367 from jwillemsen/jwi-cleanupkfreebsdJohnny Willemsen2021-01-032-150/+0
|\
| * Cleanup kfreebsd config fileJohnny Willemsen2021-01-032-150/+0
* | Merge pull request #1323 from iguessthislldo/igtd/cpp11-noreturnFred Hornsey2020-12-311-3/+3
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into igtd/cpp11-noreturnFred Hornsey2020-12-303113-22975/+23807
| |\ \
| * | | Move [[noreturn]] to after function nameFred Hornsey2020-12-051-3/+3
| * | | Replaced ACE_GCC_NO_RETURN with [[noreturn]]Fred Hornsey2020-12-051-3/+3
* | | | Merge pull request #1318 from iguessthislldo/igtd/android-ndk-compileFred Hornsey2020-12-3112-512/+342
|\ \ \ \ | |_|/ / |/| | |
| * | | Move -llog from platform_android.GNU to acedefaultsFred Hornsey2020-12-302-3/+4
| * | | Always Define ANDROID_ABI for CompatibilityFred Hornsey2020-12-301-2/+5
| * | | Fix Older NDKs Not Having armv7a-* Prefixed ToolsFred Hornsey2020-12-293-5/+19
| * | | Revert to Current Include StyleFred Hornsey2020-12-292-2/+2
| * | | Merge remote-tracking branch 'upstream/master' into igtd/android-ndk-compileFred Hornsey2020-12-29469-2305/+3452
| |\ \ \
| * | | | platform_gcc_clang_common.GNU: Add Flag from #1320Fred Hornsey2020-12-121-0/+3
| * | | | platform_gcc_clang_common.GNUFred Hornsey2020-12-124-184/+108
| * | | | platform_linux_common.GNU: More Common SectionsFred Hornsey2020-12-123-50/+23
| * | | | platform_android.GNU: Remove --fix-cortex-a8 FlagFred Hornsey2020-12-121-4/+1
| * | | | config-android.h: Fix ACE_HAS_CPU_SET_TFred Hornsey2020-12-111-3/+1
| * | | | Merge remote-tracking branch 'upstream/master' into igtd/android-ndk-compileFred Hornsey2020-12-111972-11810/+11368
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into igtd/android-ndk-compileFred Hornsey2020-12-07857-8744/+8901
| |\ \ \ \ \
| * | | | | | Android NDK >=r19 for Direct BuildFred Hornsey2020-12-062-4/+4
| * | | | | | config-android.h: Respond to ReviewFred Hornsey2020-12-061-59/+13
| * | | | | | platform_android.GNU: Remove duplicate warningsFred Hornsey2020-12-051-1/+1
| * | | | | | Remove Support for Android NDKs before r18Fred Hornsey2020-12-054-196/+100
| * | | | | | Support Using Android NDK DirectlyFred Hornsey2020-12-034-58/+111
| * | | | | | Fix Issue on Android Where SONAME is NeededFred Hornsey2020-12-024-15/+21
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1365 from jwillemsen/jwi-linuxJohnny Willemsen2020-12-307-16/+12
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Instead of checking for the linux define use ACE_LINUX, the first doesn't see...Johnny Willemsen2020-12-307-16/+12
|/ / / / /
* | | | | Merge pull request #1364 from jwillemsen/jwi-compilewarningsJohnny Willemsen2020-12-3027-101/+75
|\ \ \ \ \
| * | | | | Make use of std::unique_ptrJohnny Willemsen2020-12-301-5/+2
| * | | | | Make use of std::unique_ptrJohnny Willemsen2020-12-308-21/+13
| * | | | | Make use of std::unique_ptrJohnny Willemsen2020-12-303-8/+3
| * | | | | Make use of std atomic and unique_ptrJohnny Willemsen2020-12-303-17/+16
| * | | | | Make use of std::unique_ptrJohnny Willemsen2020-12-301-14/+12
| * | | | | Use std::unique_ptrJohnny Willemsen2020-12-301-5/+6
| * | | | | Replace auto_ptr with unique_ptr, use override, remove redundant voidJohnny Willemsen2020-12-307-18/+9
| * | | | | Reduce includesJohnny Willemsen2020-12-301-5/+1
| * | | | | Replace auto_ptr with unique_ptrJohnny Willemsen2020-12-301-5/+5
| * | | | | Fixed variable not used warningJohnny Willemsen2020-12-301-0/+2
| * | | | | Fixed variable not used warningJohnny Willemsen2020-12-301-3/+6
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1363 from jwillemsen/jwi-portspantestJohnny Willemsen2020-12-301-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't print the exception, causes the scoreboard scripts to flag this test as...Johnny Willemsen2020-12-301-2/+2
|/ / / /
* | | | Merge pull request #1362 from jwillemsen/diop-portspanJohnny Willemsen2020-12-2922-185/+282
|\ \ \ \
| * | | | Minor changes and add portspan for DIOP to the NEWS fileJohnny Willemsen2020-12-295-61/+14
| * | | | Merge branch 'master' into diop-portspanJohnny Willemsen2020-12-293445-39954/+28191
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1360 from DOCGroup/revert-1227-revert-995-unspecified-boo...Johnny Willemsen2020-12-292-3/+7
|\ \ \ \ \
| * | | | | Revert "Revert "Use unspecified_bool_type instead of bool.""revert-1227-revert-995-unspecified-bool-typeJohnny Willemsen2020-12-292-3/+7
* | | | | | Merge pull request #1359 from DOCGroup/repro-fragmentation-issueJohnny Willemsen2020-12-2910-0/+472
|\ \ \ \ \ \
| * | | | | | Minor test changes and add new test to the test list as not fixedrepro-fragmentation-issueJohnny Willemsen2020-12-297-35/+21
| * | | | | | Merge branch 'master' into repro-fragmentation-issueJohnny Willemsen2020-12-293459-41029/+28720
| |\ \ \ \ \ \