summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Android NDK13 does ship a senum type, isn't usable, but ACE ↵revert-742-jwi-senumJohnny Willemsen2018-11-072-1/+8
| | | | shouldn't…"
* Merge pull request #742 from jwillemsen/jwi-senumJohnny Willemsen2018-11-072-8/+1
|\ | | | | Android NDK13 does ship a senum type, isn't usable, but ACE shouldn't…
| * Removed define of ACE_HAS_SEMUN, when not set ACE will define a senum type, ↵Johnny Willemsen2018-11-071-8/+0
| | | | | | | | | | | | it shouldn't do that on Android * ACE/ace/config-android.h:
| * Android NDK13 does ship a senum type, isn't usable, but ACE shouldn't define ↵Johnny Willemsen2018-11-072-3/+4
|/ | | | | | | its own version * ACE/ace/config-android.h: * ACE/ace/os_include/sys/os_sem.h:
* Merge pull request #741 from jwillemsen/jwi-travisci-nosudoJohnny Willemsen2018-11-072-6/+3
|\ | | | | Only define ACE_HAS_SEMUN when we have API >= 12 and at least NDK 15
| * Only define ACE_HAS_SEMUN when we have API >= 12 and at least NDK 15, if ↵Johnny Willemsen2018-11-071-5/+2
| | | | | | | | | | | | not, we just not define it * ACE/ace/config-android.h:
| * Fixed typoJohnny Willemsen2018-11-071-1/+1
|/ | | | * ACE/include/makeinclude/platform_android.GNU:
* Merge pull request #726 from iguessthislldo/igtd/androidAdam Mitz2018-11-067-321/+483
|\ | | | | Support for Clang based Android NDKs
| * platform_android.GNU: Fix android_neonFred Hornsey2018-10-301-2/+2
| |
| * TAO-INSTALL.html: Formerly not FormallyFred Hornsey2018-10-301-1/+1
| |
| * ACE-INSTALL.html: Update Android SectionFred Hornsey2018-10-301-99/+252
| | | | | | | | | | | | | | Also made other small changes throughout the file. The largest of these is changing the style of pre and code tags to stand out more with a grey background, and any changes to fix broken html revealed by that style change.
| * config-android.h: Adjust a NDK version macroFred Hornsey2018-10-301-1/+1
| |
| * TAO-INSTALL.html: RephrasingFred Hornsey2018-10-301-1/+1
| | | | | | | | | | It makes it sound like TAO supported Windows 95 only until "recently", which is a ambiguous way to phrase it anyway.
| * platform_android.GNU: Combine arm7 marcosFred Hornsey2018-10-301-7/+12
| |
| * config-android.h: Fix error messageFred Hornsey2018-10-291-1/+3
| |
| * platform_android.GNU: Force clang by defaultFred Hornsey2018-10-291-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.
| * Error if Android NDK < r15 and Android API >= 21Fred Hornsey2018-10-291-1/+1
| |
| * Force Non-Versioned SOs on AndroidFred Hornsey2018-10-241-0/+3
| |
| * Try to fix semaphores in older Android NDKsFred Hornsey2018-10-182-1/+8
| |
| * config-android.h: Update for Newer NDKFred Hornsey2018-10-172-50/+108
| |
| * Update platform make files to support android clangFred Hornsey2018-10-162-176/+97
| |
| * Add ACE/build and TAO/build to gitignoreFred Hornsey2018-10-161-0/+2
| |
* | Merge pull request #740 from jwillemsen/jwi-travisci-nosudoJohnny Willemsen2018-11-061-1/+0
|\ \ | | | | | | Don't use sudo anymore on travisci
| * | Don't use sudo anymore as described in ↵Johnny Willemsen2018-11-051-1/+0
| | | | | | | | | | | | https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures
* | | Merge pull request #739 from jwillemsen/masterJohnny Willemsen2018-11-053-12/+7
|\ \ \ | |/ / | | | Doxygen and Embarcadero pch fixes
| * | Doxygen changes and use const int for the statics to resolve the issues with ↵Johnny Willemsen2018-11-052-10/+5
| | | | | | | | | | | | | | | | | | | | | Embarcadero C++ Builder pre compiled header support * TAO/tao/Messaging/Messaging.h: * TAO/tao/Valuetype/Valuetype_Adapter_Factory_Impl.h:
| * | Doxygen changesJohnny Willemsen2018-11-051-2/+2
|/ / | | | | | | * TAO/tao/Valuetype/ValueFactory_Map.h:
* | Merge pull request #738 from jwillemsen/jwi-azuredevopsxercescsslJohnny Willemsen2018-11-021-9/+23
|\ \ | | | | | | Add vcpkg with xercesc and openssl to Visual Studio 2017 jobs on Azur…
| * | Add vcpkg with xercesc and openssl to Visual Studio 2017 jobs on Azure DevopsJohnny Willemsen2018-11-021-9/+23
|/ / | | | | | | * azure-pipelines.yml:
* | Merge pull request #737 from jwillemsen/jwi-gnuacesslJohnny Willemsen2018-11-022-4/+12
|\ \ | | | | | | Use SSL_INCDIR and SSL_LIBDIR as they are now generated by MPC
| * | Use SSL_INCDIR and SSL_LIBDIR as they are now generated by MPCJohnny Willemsen2018-11-022-4/+12
| | |
* | | Merge pull request #736 from jwillemsen/jwi-clang7notestsJohnny Willemsen2018-11-011-1/+1
|\ \ \ | |/ / |/| | Don't compile the ACE tests with clang7 on travisci, it is taking to …
| * | Don't compile the ACE tests with clang7 on travisci, it is taking to longJohnny Willemsen2018-11-011-1/+1
|/ / | | | | | | * .travis.yml:
* | Merge pull request #735 from jwillemsen/jwi-clangdefaultsettingsJohnny Willemsen2018-10-312-6/+28
|\ \ | | | | | | Make it possible to override CXX/CC with clang and extended CI configurations
| * | Revert changes, travis sets CXX before the job starts overruling our settingsJohnny Willemsen2018-10-311-8/+8
| | | | | | | | | | | | * .travis.yml:
| * | No clang compilation for the moment on azure, not working yetJohnny Willemsen2018-10-311-15/+0
| | |
| * | Try without clang repoJohnny Willemsen2018-10-311-7/+0
| | | | | | | | | | | | * azure-pipelines.yml:
| * | Changed optional repo usageJohnny Willemsen2018-10-311-4/+4
| | |
| * | Fixed indentJohnny Willemsen2018-10-311-4/+4
| | |
| * | Add optional clang repositoriesJohnny Willemsen2018-10-311-0/+7
| | | | | | | | | | | | * azure-pipelines.yml:
| * | Added clang 5/6/7 to azure devops testingJohnny Willemsen2018-10-311-1/+20
| | | | | | | | | | | | * azure-pipelines.yml:
| * | No need to specify a maxparallel, if not specified it is unlimitedJohnny Willemsen2018-10-311-2/+0
| | | | | | | | | | | | * azure-pipelines.yml:
| * | Add gcc6/7/8 on LinuxJohnny Willemsen2018-10-311-4/+19
| | | | | | | | | | | | * azure-pipelines.yml:
| * | Use gcc8 as default on LinuxJohnny Willemsen2018-10-311-1/+7
| | | | | | | | | | | | * azure-pipelines.yml:
| * | Use CC and CXX instead of COMPILER which only set CXXJohnny Willemsen2018-10-311-8/+8
| | | | | | | | | | | | * .travis.yml:
| * | Only set CXX and CC when they are not set by the userJohnny Willemsen2018-10-311-3/+2
| | | | | | | | | | | | * ACE/include/makeinclude/platform_linux_clang.GNU:
* | | Merge pull request #734 from jwillemsen/jwi-tietestJohnny Willemsen2018-10-302-6/+7
|\ \ \ | |/ / | | | Fixed running of POA TIE test and add it to our daily test suite
| * | Add TIE test, bugzilla 4182Johnny Willemsen2018-10-301-0/+1
| | | | | | | | | | | | * TAO/bin/tao_orb_tests.lst:
| * | Fixed IOR file usage in test scriptJohnny Willemsen2018-10-301-6/+6
| | | | | | | | | | | | * TAO/tests/POA/TIE/run_test.pl:
* | | Merge pull request #732 from ↵Johnny Willemsen2018-10-3022-102/+226
|\ \ \ | |/ / | | | | | | | | | jwillemsen/milan-mpathix-ssliop_corbaloc_parser_comma_fix Fixed ssliop corbaloc parser and got the new revised test to run