summaryrefslogtreecommitdiff
path: root/ACE/ace
Commit message (Expand)AuthorAgeFilesLines
* Do not invoke a method on pointer returned from remove() without checking itriverace-case-2186Steve Huston2020-05-291-12/+8
* Merge pull request #1119 from jwillemsen/jwi-msvcwarningsJohnny Willemsen2020-05-203-8/+3
|\
| * Removed const again, variable is changedJohnny Willemsen2020-05-201-1/+1
| * Removed empty linesJohnny Willemsen2020-05-201-2/+0
| * Reduced scope variablesJohnny Willemsen2020-05-201-4/+3
| * Removed hidden variablesJohnny Willemsen2020-05-201-2/+0
* | Merge pull request #1114 from jwillemsen/jwi-msvc2019-2Johnny Willemsen2020-05-184-25/+9
|\ \ | |/
| * Fixed typo in documentationJohnny Willemsen2020-05-181-1/+1
| * Layout changeJohnny Willemsen2020-05-181-3/+3
| * Reworked msvc2019 patchJohnny Willemsen2020-05-161-20/+6
| * Merge branch 'master' into jwi-msvc2019-2Johnny Willemsen2020-05-1610-58/+27
| |\
| | * Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2020-05-156-36/+15
| | |\
| | * | Layout changesJohnny Willemsen2020-05-152-2/+0
| * | | Code changes to workaround the Visual Studio 2019 crash, instead of deferenci...Johnny Willemsen2020-05-151-4/+4
* | | | Merge pull request #1101 from jonesc-oci/android-if_nameindexAdam Mitz2020-05-153-1/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | NDK standalone toolchains < 15 lack if_nameindex.Chip Jones2020-05-141-2/+2
| * | | Simplify Win32/Android 'if_nameindex' conditional.Chip Jones2020-05-142-2/+2
| * | | Android NDKs<14.1 lack struct if_nameindex.Chip Jones2020-05-132-1/+6
| * | | Also check NDK revisionChip Jones2020-05-071-1/+1
| * | | ACE_LACKS_IF_NAMEINDEX for Android APIs < 24Chip Jones2020-05-061-0/+4
* | | | Layout and doxygen changesJohnny Willemsen2020-05-156-36/+15
| |_|/ |/| |
* | | Doxygen changesJohnny Willemsen2020-05-141-7/+7
* | | Layout, const, logging, doxygen changesJohnny Willemsen2020-05-142-13/+5
| |/ |/|
* | Removed includeJohnny Willemsen2020-05-121-1/+0
* | Fixed mergeJohnny Willemsen2020-05-126-16/+48
|\ \
| * | Removed commented out code, small const changeJohnny Willemsen2020-05-081-10/+1
| * | Update various hyperlinksJohnny Willemsen2020-05-071-1/+0
| |/
| * ACE+TAO-6_5_9ACE+TAO-6_5_9Johnny Willemsen2020-05-011-4/+4
| * Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into basic_types...Son Dinh2020-04-2827-210/+119
| |\
| * | Add other C++11 typesSon Dinh2020-04-221-1/+6
| * | Add hash functors conditionally and related overloaded operatorsSon Dinh2020-04-193-10/+20
| * | map ULongLong to unsigned long to resolve TAO_OutStream overloaded operator e...Son Dinh2020-04-171-1/+6
| * | added hash for long long and unsigned long longSon Dinh2020-04-163-4/+37
* | | Merge branch 'master' into jwi-basictypes2Johnny Willemsen2020-04-288-111/+54
|\ \ \ | | |/ | |/|
| * | Merge pull request #1093 from jwillemsen/jwi-ace-cpp20Johnny Willemsen2020-04-282-11/+12
| |\ \
| | * | Compare cplusplus >= to make it easier to determine what is done, no need to ...Johnny Willemsen2020-04-281-13/+11
| | * | When __cplusplus is bigger as 201703L we ste ACE_HAS_CPP20Johnny Willemsen2020-04-281-0/+3
| | * | Fixed typoJohnny Willemsen2020-04-281-1/+1
| * | | Merge pull request #1090 from jwillemsen/jwi-cdrbaselonglong-cleanupJohnny Willemsen2020-04-287-100/+42
| |\ \ \ | | |/ / | |/| |
| | * | Mention that ACE_HAS_*_T take preferenceJohnny Willemsen2020-04-281-8/+16
| | * | Make use of cstdint types when they are availableJohnny Willemsen2020-04-261-24/+24
| | * | Map ACE_CDR LongLong to ACE_INT64, all platforms for which we needed an emula...Johnny Willemsen2020-04-256-68/+2
* | | | When we have C++11 support make use of the C++ (u)intxx_t typesJohnny Willemsen2020-04-261-1/+13
|/ / /
* | | Cleanup some last leftovers from old and deprecated tandem supportJohnny Willemsen2020-04-254-12/+3
|/ /
* | Don't define _AMD64_ when we are cross compiling for ARMJohnny Willemsen2020-04-241-2/+2
* | Layout changesJohnny Willemsen2020-04-232-3/+0
* | Doxygen changesJohnny Willemsen2020-04-211-15/+15
* | Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2020-04-211-4/+0
|\ \
| * \ Merge pull request #1075 from likema/remove-unimplemented-funcJohnny Willemsen2020-04-211-4/+0
| |\ \
| | * | Remove unimplemented ACE_WFMO_Reactor_Handler_Repository::bind declare.Like Ma2020-04-131-4/+0