summaryrefslogtreecommitdiff
path: root/ACE/ace
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1129 from DOCGroup/riverace-case-2186Steve Huston2020-05-301-12/+8
|\
| * Do not invoke a method on pointer returned from remove() without checking itriverace-case-2186Steve Huston2020-05-291-12/+8
* | Merge pull request #1124 from jwillemsen/jwi-emb-hascppdefinesJohnny Willemsen2020-05-301-0/+13
|\ \
| * | Set ACE_HAS_CPP11|14|17|20 based on __cplusplus for clangJohnny Willemsen2020-05-271-0/+13
* | | Merge pull request #1123 from jwillemsen/jwi-autoptr-cpp17Johnny Willemsen2020-05-301-2/+8
|\ \ \
| * | | Add include of memory in case we have C++17Johnny Willemsen2020-05-291-0/+1
| * | | With CPP17 or newer provide our auto_ptr implementation to not break all ACE/...Johnny Willemsen2020-05-271-2/+7
| | |/ | |/|
* | | Merge pull request #1128 from jwillemsen/jwi-usetabsJohnny Willemsen2020-05-291-8/+8
|\ \ \
| * | | We need to use tabs in GNU make rulesJohnny Willemsen2020-05-291-8/+8
| |/ /
* | | Removed empty lineJohnny Willemsen2020-05-271-1/+0
| |/ |/|
* | Don't enable C++11 support for ACE, causes all kinds of compile problems :-(Johnny Willemsen2020-05-271-13/+0
* | Add support for Embarcadero C++ Builder 10.4 SydneyJohnny Willemsen2020-05-274-6/+20
|/
* 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
| |\ \ \ | | |/ / | |/| |