summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #1375 from jwillemsen/jwi-DEC_CXXJohnny Willemsen2021-01-052-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Removed checks for DEC_CXX
| * | | | | Removed checks for DEC_CXXJohnny Willemsen2021-01-052-3/+3
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | * TAO/tests/Crashed_Callback/Crashed_Callback.cpp: * TAO/tests/Faults/test_i.cpp:
* | | | | Merge pull request #1371 from jwillemsen/jwi-commentJohnny Willemsen2021-01-052-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fixed comment
| * | | | | Fixed typo in commentJohnny Willemsen2021-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/config-macros.h:
| * | | | | Fixed commentJohnny Willemsen2021-01-051-1/+1
| | |/ / / | |/| | | | | | | | | | | | | * ACE/ace/High_Res_Timer.cpp:
* | | | | Merge pull request #1374 from jwillemsen/jwi-psosJohnny Willemsen2021-01-052-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Remove some left over psos comments
| * | | | | Remove some left over psos commentsJohnny Willemsen2021-01-052-3/+3
| | |/ / / | |/| | | | | | | | | | | | | | | | | | * ACE/ace/OS_main.h: * ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h:
* | | | | Merge pull request #1370 from jwillemsen/jwi-ACE_NEEDS_FUNC_DEFINITIONSJohnny Willemsen2021-01-054-14/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | Removed ACE_NEEDS_FUNC_DEFINITIONS, not used anymore
| * | | | Removed ACE_NEEDS_FUNC_DEFINITIONS, not used anymoreJohnny Willemsen2021-01-054-14/+0
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | * ACE/ace/README: * ACE/ace/config-integritySCA.h: * ACE/ace/config-qnx.h: * ACE/ace/config-win32-msvc-14.h:
* | | | Merge pull request #1368 from ↵Johnny Willemsen2021-01-054-22/+3
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | jwillemsen/jwi-ACE_HAS_HEADER_ALLOCATED_CLASS_STATIC_CONST_INT_STOREAGE Remove ACE_HAS_HEADER_ALLOCATED_CLASS_STATIC_CONST_INT_STOREAGE, not …
| * | | Remove ACE_HAS_HEADER_ALLOCATED_CLASS_STATIC_CONST_INT_STOREAGE, not needed ↵Johnny Willemsen2021-01-054-22/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | anymore * ACE/ace/README: * ACE/ace/config-win32-msvc-14.h: * TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp: * TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp:
* | | Merge pull request #1367 from jwillemsen/jwi-cleanupkfreebsdJohnny Willemsen2021-01-032-150/+0
|\ \ \ | | | | | | | | Cleanup kfreebsd config file
| * | | Cleanup kfreebsd config fileJohnny Willemsen2021-01-032-150/+0
| |/ / | | | | | | | | | | | | * ACE/ace/config-kfreebsd.h: * ACE/tests/Semaphore_Test.cpp:
* | | Merge pull request #1323 from iguessthislldo/igtd/cpp11-noreturnFred Hornsey2020-12-311-3/+3
|\ \ \ | | | | | | | | Replaced ACE_GCC_NO_RETURN with [[noreturn]]
| * \ \ 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
| | | | | | | | | | | | | | | | | | | | | | | | | I'm not sure why this is necessary, since one of the examples given on cppreference.com shows it before the function.
| * | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | | Support Building with Android NDK Directly
| * | | | 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
| | | | | | | | | | | | | | | | | | | | Will have to check for them or fallback to the arm-* prefix.
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/DOCGroup/ACE_TAO/pull/1320
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This flag isn't supported by LLD and appears to not be pased from r18 onwards: https://github.com/android/ndk/issues/766
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To get rid of the hacky GCC support in platform_macros.GNU, ensure that all the NDKs we support have >=C++11 by default, and to be able to default to using lld as recommended by Google. Also: - Removed `ANDROID_ARCH` make variable. - Replaced `ANDROID_ABI` with `android_abi` make variables to match other make variables, but keep `ANDROID_ABI` as an alias of `android_abi` for compatibility. - Will no longer default to 32-bit ARM. `android_abi` or `ANDROID_ABI` are now required. - Update ACE-INSTALL.html for all the changes so far
| * | | | | | | Support Using Android NDK DirectlyFred Hornsey2020-12-034-58/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of having to use a standalone toolchain generated from the NDK. Also: - Make NEON the default on 32 bit arm - Update NEWS file with all this that matters to users and the last commit - Remove a bunch of unneeded arguments - Remove need to pass a macro about android/ndk-version.h unless the NDK is old - Add NDK Beta to NDK version macros
| * | | | | | | Fix Issue on Android Where SONAME is NeededFred Hornsey2020-12-024-15/+21
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When trying to use CMake imported ACE libraries in a Android Studio native project, the path the Android loader was trying to use on the device was the path on the host computer. The solution from online was to set SONAME on the library files. SONAME (versioned_so) is disabled for Android currently, because Android Studio doesn't accept so files with versions after the file extension. Because of this I changed how SONAME is set to make that possible to forego adding the version. This shouldn't hurt use cases where this isn't an issue, so I made it so gnuace always builds like that for Android.
* | | | | | | 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 doe…
| * | | | | | Instead of checking for the linux define use ACE_LINUX, the first doesn't ↵Johnny Willemsen2020-12-307-16/+12
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seem to be set on RHEL75 * TAO/DevGuideExamples/RTCORBA/README: * TAO/DevGuideExamples/RTCORBA/common.cpp: * TAO/orbsvcs/LoadBalancer/LoadManager.cpp: * TAO/orbsvcs/LoadBalancer/LoadMonitor.cpp: * TAO/orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Load_Average_Monitor.cpp: * TAO/orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Utilization_Monitor.cpp: * TAO/tests/Time_Policy/main.cpp:
* | | | | | Merge pull request #1364 from jwillemsen/jwi-compilewarningsJohnny Willemsen2020-12-3027-101/+75
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix warnings in some tests
| * | | | | | Make use of std::unique_ptrJohnny Willemsen2020-12-301-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
| * | | | | | Make use of std::unique_ptrJohnny Willemsen2020-12-308-21/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Group_Manager.cpp: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Group_Manager.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxyConsumer.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_SupplierAdmin.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.cpp: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/GroupInfoPublisher.cpp: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/GroupInfoPublisher.h:
| * | | | | | Make use of std::unique_ptrJohnny Willemsen2020-12-303-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/Event/Mcast/Common/EC_Wrapper.cpp: * TAO/orbsvcs/tests/Event/Mcast/Common/EC_Wrapper.h: * TAO/orbsvcs/tests/Event/Mcast/Common/Gateway_EC.h:
| * | | | | | Make use of std atomic and unique_ptrJohnny Willemsen2020-12-303-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.cpp: * TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h: * TAO/orbsvcs/tests/EC_Multiple/README:
| * | | | | | Make use of std::unique_ptrJohnny Willemsen2020-12-301-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp:
| * | | | | | Use std::unique_ptrJohnny Willemsen2020-12-301-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tests/Bug_3531b_Regression/server.cpp:
| * | | | | | Replace auto_ptr with unique_ptr, use override, remove redundant voidJohnny Willemsen2020-12-307-18/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/examples/DLL/Magazine.h: * ACE/examples/DLL/Newsweek.cpp: * ACE/examples/DLL/Newsweek.h: * ACE/examples/DLL/README: * ACE/examples/DLL/Today.cpp: * ACE/examples/DLL/Today.h: * ACE/examples/DLL/test_dll.cpp:
| * | | | | | Reduce includesJohnny Willemsen2020-12-301-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/examples/Smart_Pointers/widget_test.cpp:
| * | | | | | Replace auto_ptr with unique_ptrJohnny Willemsen2020-12-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/examples/Smart_Pointers/widget_test.cpp:
| * | | | | | Fixed variable not used warningJohnny Willemsen2020-12-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/tests/Compiler_Features_23_Test.cpp:
| * | | | | | Fixed variable not used warningJohnny Willemsen2020-12-301-3/+6
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | * TAO/tests/Portable_Interceptors/Dynamic/server_interceptor.cpp: