Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:DOCGroup/ACE_TAO into igtd/android_config | Fred Hornsey | 2019-03-04 | 1 | -0/+3 |
|\ | |||||
| * | Use Logcat on Android | Fred Hornsey | 2019-02-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | ACE-INSTALL.html: Android OpenSSL and Logging | Fred Hornsey | 2019-03-04 | 3 | -23/+20 |
|/ | |||||
* | When getconf fails don't set the value to unknown, that gives a strange ↵ | Johnny Willemsen | 2019-01-17 | 1 | -2/+2 |
| | | | | | | error to our users, issue #792 * ACE/include/makeinclude/platform_linux_common.GNU: | ||||
* | Only set versioned_so to 0 when it is not set, it is possible to use this so ↵ | Johnny Willemsen | 2018-11-28 | 1 | -1/+1 |
| | | | | | | let the user enable it when necessary * ACE/include/makeinclude/platform_android.GNU: | ||||
* | Should assign CXX and CC unconditionally | Johnny Willemsen | 2018-11-19 | 1 | -2/+2 |
| | | | | * ACE/include/makeinclude/platform_linux_clang.GNU: | ||||
* | Move CXX check inside the insure=0 block | Johnny Willemsen | 2018-11-19 | 1 | -7/+4 |
| | | | | * ACE/include/makeinclude/platform_linux_clang.GNU: | ||||
* | CXX is set by default to g++, in that case we set CXX to clang++ and CC to clang | Johnny Willemsen | 2018-11-19 | 1 | -0/+5 |
| | | | | * ACE/include/makeinclude/platform_linux_clang.GNU: | ||||
* | Fixed typo | Johnny Willemsen | 2018-11-07 | 1 | -1/+1 |
| | | | | * ACE/include/makeinclude/platform_android.GNU: | ||||
* | Merge pull request #726 from iguessthislldo/igtd/android | Adam Mitz | 2018-11-06 | 2 | -171/+123 |
|\ | | | | | Support for Clang based Android NDKs | ||||
| * | platform_android.GNU: Fix android_neon | Fred Hornsey | 2018-10-30 | 1 | -2/+2 |
| | | |||||
| * | platform_android.GNU: Combine arm7 marcos | Fred Hornsey | 2018-10-30 | 1 | -7/+12 |
| | | |||||
| * | platform_android.GNU: Force clang by default | Fred Hornsey | 2018-10-29 | 1 | -7/+18 |
| | | | | | | | | | | | | This tries to fix a problem with NDKs where the transision between GCC and clang is causing problems using g++. android_force_clang will have to be set to 0 to use g++, which can be GCC or clang. | ||||
| * | Force Non-Versioned SOs on Android | Fred Hornsey | 2018-10-24 | 1 | -0/+3 |
| | | |||||
| * | config-android.h: Update for Newer NDK | Fred Hornsey | 2018-10-17 | 1 | -0/+12 |
| | | |||||
| * | Update platform make files to support android clang | Fred Hornsey | 2018-10-16 | 2 | -176/+97 |
| | | |||||
* | | Use SSL_INCDIR and SSL_LIBDIR as they are now generated by MPC | Johnny Willemsen | 2018-11-02 | 1 | -2/+10 |
| | | |||||
* | | Only set CXX and CC when they are not set by the user | Johnny Willemsen | 2018-10-31 | 1 | -3/+2 |
|/ | | | | * ACE/include/makeinclude/platform_linux_clang.GNU: | ||||
* | Fix AIX and Solaris linking rpath errors. | Like Ma | 2018-09-13 | 2 | -0/+2 |
| | |||||
* | Changed deprecated_declarations to no_deprecated so that we have the same ↵ | Johnny Willemsen | 2018-08-06 | 1 | -7/+3 |
| | | | | | | setting with clang and gcc * ACE/include/makeinclude/platform_linux_clang.GNU: | ||||
* | Added starter files for MacOSX Mojave | Johnny Willemsen | 2018-06-05 | 2 | -2/+5 |
| | | | | | | | | | * ACE/ace/config-macosx-mojave.h: * ACE/include/makeinclude/platform_macosx_mojave.GNU: Added. * ACE/ace/config-macosx.h: * ACE/include/makeinclude/platform_macosx.GNU: | ||||
* | Only set no_deprecated to 1 when it not has been set | Johnny Willemsen | 2018-04-04 | 1 | -5/+5 |
| | | | | * ACE/include/makeinclude/platform_g++_common.GNU: | ||||
* | Added support for FreeBSD 11 | Adam Mitz | 2017-12-12 | 1 | -1/+1 |
| | |||||
* | Added support for cross compiling using MinGW on a Linux host. | Adam Mitz | 2017-12-11 | 1 | -4/+4 |
| | |||||
* | VxWorks 7 (SR0510) support | Adam Mitz | 2017-10-13 | 1 | -11/+15 |
| | |||||
* | gnuace rpath: move HP-UX settings to its own config file; support newer ↵ | Adam Mitz | 2017-10-05 | 1 | -0/+2 |
| | | | | Apple macOS | ||||
* | Set ACE_HAS_DYNAMIC_LINKING=0 when not linking to libdl on linux | Adam Mitz | 2017-10-05 | 1 | -1/+3 |
| | |||||
* | Moved rpath chagnes to the yosemite file | Johnny Willemsen | 2017-08-16 | 2 | -11/+7 |
| | | | | * ACE/include/makeinclude/platform_macosx_elcapitan.GNU: | ||||
* | Fixed typo in tiger name | Johnny Willemsen | 2017-08-16 | 1 | -1/+1 |
| | | | | * ACE/include/makeinclude/platform_macosx.GNU: | ||||
* | Use a new no_deprecated which we can set to 1 independent of the c++xx flag | Johnny Willemsen | 2017-06-26 | 1 | -5/+9 |
| | | | | * ACE/include/makeinclude/platform_g++_common.GNU: | ||||
* | Indent change | Johnny Willemsen | 2017-06-19 | 1 | -5/+5 |
| | |||||
* | Add c++14/c++17 | Johnny Willemsen | 2017-06-19 | 1 | -14/+26 |
| | |||||
* | Removed empty line | Johnny Willemsen | 2017-06-13 | 1 | -1/+0 |
| | |||||
* | Extended comment | Johnny Willemsen | 2017-06-13 | 1 | -2/+2 |
| | |||||
* | Moved comment up, placed ANDROID_ABI in platform_macros.GNU and FD_MASK ↵ | Gary Grobe | 2017-06-12 | 1 | -5/+5 |
| | | | | works with future versions. | ||||
* | Added arch specific flgas for arch arm-v8a. Added FD_MASK for android-24. | Gary Grobe | 2017-06-12 | 1 | -3/+12 |
| | |||||
* | Layout changes | Johnny Willemsen | 2017-06-08 | 1 | -2/+2 |
| | | | | * ACE/include/makeinclude/platform_macosx.GNU: | ||||
* | Updated macosx version files | Johnny Willemsen | 2017-06-08 | 3 | -6/+9 |
| | | | | | | | | | | * ACE/ace/config-macosx-highsierra.h: * ACE/include/makeinclude/platform_macosx_highsierra.GNU: Added. * ACE/ace/config-macosx.h: * ACE/include/makeinclude/platform_macosx.GNU: * ACE/include/makeinclude/platform_macosx_sierra.GNU: | ||||
* | Change recipe to use full pathname of source file for C/C++. Allows ↵ | Steve Huston | 2017-04-24 | 1 | -13/+13 |
| | | | | postprocessor scripts to keep track of where problems are in parallel builds. | ||||
* | Added PIE support by default as needed by supported Android API levels | Martin Corino | 2017-03-05 | 1 | -1/+4 |
| | |||||
* | Removed double part | Johnny Willemsen | 2017-03-01 | 1 | -5/+0 |
| | |||||
* | More updates for VxWorks 7, especially kernel mode. | Adam Mitz | 2017-01-10 | 1 | -14/+9 |
| | |||||
* | Updates for VxWorks 7 December 2016 release | Adam Mitz | 2017-01-09 | 2 | -2/+2 |
| | |||||
* | Merge branch 'master' into jwi-lf-race | Johnny Willemsen | 2017-01-03 | 1 | -2/+2 |
|\ | |||||
| * | Riverace-2053: improve start/finish build loggingRiverace-2053 | Steve Huston | 2017-01-02 | 1 | -2/+2 |
| | | |||||
* | | Add support for thread-sanitizer=1 | Johnny Willemsen | 2017-01-02 | 1 | -0/+6 |
|/ | |||||
* | Fix closing parens and whitespaceriverace-case2046 | Steve Huston | 2016-11-03 | 1 | -6/+6 |
| | |||||
* | Add missing close parens | Steve Huston | 2016-11-03 | 1 | -2/+2 |
| | |||||
* | Output build timing markers if make variable 'timed' is set | Steve Huston | 2016-11-02 | 1 | -0/+6 |
| | |||||
* | Fixed typo | Johnny Willemsen | 2016-10-02 | 1 | -4/+4 |
| |