summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Expand)AuthorAgeFilesLines
* Make use of C++11 using instead of typedefJohnny Willemsen2020-12-0717-34/+30
* Merge pull request #1317 from jwillemsen/jwi-gcc4cleanupJohnny Willemsen2020-12-022-39/+18
|\
| * Removed support for gcc < 4.8Johnny Willemsen2020-12-022-39/+18
* | MinGW doesn't have _set_abort_behaviorJohnny Willemsen2020-12-021-0/+2
|/
* Merge pull request #1308 from jwillemsen/jwi-msvccleanupJohnny Willemsen2020-12-0222-740/+143
|\
| * Fixed typoJohnny Willemsen2020-11-301-2/+2
| * No platform defines ACE_LACKS_STRUCT_TM anymoreJohnny Willemsen2020-11-301-14/+0
| * Update Object_Manager.cppJohnny Willemsen2020-11-301-1/+1
| * Cleanup Visual Studio support now that we only support Visual Studio 2015 or ...Johnny Willemsen2020-11-2820-724/+141
* | Merge pull request #1307 from jwillemsen/jwi-cleanupgcc3Johnny Willemsen2020-12-0212-106/+18
|\ \
| * | Update ACE/ace/Time_Value.inlJohnny Willemsen2020-11-301-1/+1
| * | Merge branch 'jwi-cleanupgcc3' of https://github.com/jwillemsen/ATCD into jwi...Johnny Willemsen2020-11-301-3/+0
| |\ \
| | * | Update config-g++-common.hJohnny Willemsen2020-11-281-3/+0
| * | | Fixed typoJohnny Willemsen2020-11-301-1/+1
| * | | ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS is for gcc >= 3.3Johnny Willemsen2020-11-301-1/+1
| |/ /
| * | Removed some old gcc version checksJohnny Willemsen2020-11-281-4/+1
| * | Cleanup for gcc <= 4.8 which don't support C++11Johnny Willemsen2020-11-2811-97/+15
| |/
* | Merge branch 'master' into jwi-valgrindJohnny Willemsen2020-12-0113-222/+23
|\ \
| * \ Merge pull request #1312 from jwillemsen/masterJohnny Willemsen2020-11-301-2/+2
| |\ \
| | * | Const changesJohnny Willemsen2020-11-301-2/+2
| * | | Merge pull request #1311 from jwillemsen/jwi-valgrinddlcloseJohnny Willemsen2020-11-303-3/+7
| |\ \ \
| | * | | Mention valgrind/dlclose in the news fileJohnny Willemsen2020-11-301-0/+7
| | * | | Don't disable dlclose when using valgrind, use --keep-debuginfo=yes as valgri...Johnny Willemsen2020-11-302-3/+0
| * | | | Removed setting of no_deprecated=1 when we are setting c++11 or newer, not go...Johnny Willemsen2020-11-302-9/+0
| | |/ / | |/| |
| * | | Fixed typoJohnny Willemsen2020-11-301-1/+1
| | |/ | |/|
| * | Merge pull request #1304 from jwillemsen/jwi-platformnotesJohnny Willemsen2020-11-241-9/+4
| |\ \
| | * | Updated some sections related to compilers supportedJohnny Willemsen2020-11-241-9/+4
| | |/
| * | Cleanup basic types now that we are using all C++11 standard defined (u)int{8...Johnny Willemsen2020-11-245-198/+9
| |/
* | When valgrind_keep_debuginfo is set to 0 we add ACE_LACKS_DLCLOSE to the comp...Johnny Willemsen2020-12-011-0/+6
|/
* remove std::iteratorVemundH2020-11-211-4/+14
* Remove empty linesJohnny Willemsen2020-11-181-2/+0
* Don't create beta branches anymore and use Latest_ACE7TAO3_ as prefix in orde...Johnny Willemsen2020-11-171-6/+4
* Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into masterJohnny Willemsen2020-11-178-31/+32
|\
| * Merge pull request #1289 from jwillemsen/jwi-aceeventhandleratomicJohnny Willemsen2020-11-178-31/+32
| |\
| | * Merge branch 'master' into jwi-aceeventhandleratomicJohnny Willemsen2020-11-171-1/+5
| | |\
| | * | Updated these low level tests to use load() instead of value() because of the...Johnny Willemsen2020-11-105-28/+28
| | * | Merge branch 'master' into jwi-aceeventhandleratomicJohnny Willemsen2020-11-107-54/+52
| | |\ \
| | * | | Move include of Synch_Traits.h from the Event Handler to the Reactor headers,...Johnny Willemsen2020-11-093-1/+2
| | * | | Make use of std::atomic for the reference count of the ACE event handlerJohnny Willemsen2020-11-091-2/+2
* | | | | Make use of delete for copy/assignmentJohnny Willemsen2020-11-171-2/+4
* | | | | Make ACE_Notification_Buffer destructor default in order to remove its defaul...Johnny Willemsen2020-11-173-18/+1
|/ / / /
* | | | Merge branch 'master' into jwi-xsccleanup2Johnny Willemsen2020-11-1763-646/+23
|\ \ \ \
| * \ \ \ Merge pull request #1294 from jwillemsen/jwi-removeacehascpp11Johnny Willemsen2020-11-1761-618/+19
| |\ \ \ \
| | * \ \ \ Fixed merge conflictsJohnny Willemsen2020-11-171-2/+6
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we req...Johnny Willemsen2020-11-1061-618/+19
| | | |_|/ | | |/| |
| * | | | Merge pull request #1296 from mcorino/mco-consolidate-x11-MPCmcorino2020-11-172-28/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Add precious files support and template cleanupMartin Corino2020-11-112-28/+4
| | |/ /
* | | | Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into jwi-xscclea...Johnny Willemsen2020-11-171-1/+5
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' into jwi-forcecpp11_2Johnny Willemsen2020-11-105-24/+23
| |\ \ \ | | |/ /
| * | | Give an error when we don't have C++11 enabled, this is mandatory for ACE7/TAO3Johnny Willemsen2020-11-101-1/+5