summaryrefslogtreecommitdiff
path: root/ACE/ace
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant voidJohnny Willemsen2020-12-09209-2210/+2210
* Instead of declaring private copy/assignment list them as deleted and added m...Johnny Willemsen2020-12-0818-70/+80
* Merge pull request #1324 from iguessthislldo/igtd/remove-readdir_rFred Hornsey2020-12-0723-80/+5
|\
| * Remove ACE_OS::readdir_rFred Hornsey2020-12-0523-80/+5
* | Remove redundant void from the core ACE library filesJohnny Willemsen2020-12-07202-1193/+1193
* | Merge pull request #1326 from jwillemsen/jwi-usingJohnny Willemsen2020-12-0717-34/+30
|\ \
| * | Make use of C++11 using instead of typedefJohnny Willemsen2020-12-0717-34/+30
| |/
* | Use C++11 overrideJohnny Willemsen2020-12-074-11/+11
|/
* MinGW doesn't have _set_abort_behaviorJohnny Willemsen2020-12-021-0/+2
* Merge pull request #1308 from jwillemsen/jwi-msvccleanupJohnny Willemsen2020-12-0221-738/+141
|\
| * 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-2819-722/+139
* | 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 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-302-3/+0
|\ \ \ | |/ / |/| |
| * | Don't disable dlclose when using valgrind, use --keep-debuginfo=yes as valgri...Johnny Willemsen2020-11-302-3/+0
* | | Fixed typoJohnny Willemsen2020-11-301-1/+1
| |/ |/|
* | Cleanup basic types now that we are using all C++11 standard defined (u)int{8...Johnny Willemsen2020-11-245-198/+9
|/
* remove std::iteratorVemundH2020-11-211-4/+14
* Remove empty linesJohnny Willemsen2020-11-181-2/+0
* Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into masterJohnny Willemsen2020-11-173-3/+4
|\
| * Merge pull request #1289 from jwillemsen/jwi-aceeventhandleratomicJohnny Willemsen2020-11-173-3/+4
| |\
| | * Merge branch 'master' into jwi-aceeventhandleratomicJohnny Willemsen2020-11-171-1/+5
| | |\
| | * \ Merge branch 'master' into jwi-aceeventhandleratomicJohnny Willemsen2020-11-101-6/+0
| | |\ \
| | * | | 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
|/ / / /
* | | | Fixed merge conflictsJohnny Willemsen2020-11-171-2/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Give an error when we don't have C++11 enabled, this is mandatory for ACE7/TAO3Johnny Willemsen2020-11-101-1/+5
| | |/ | |/|
* | | Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we req...Johnny Willemsen2020-11-1024-197/+19
|/ /
* | Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into masterJohnny Willemsen2020-11-101-6/+0
|\ \ | |/ |/|
| * Removed workaround include for MacOSX, let us see on github actions whether t...Johnny Willemsen2020-11-091-6/+0
* | Layout and const changesJohnny Willemsen2020-11-092-6/+1
|/
* Reorder another attributesJohnny Willemsen2020-10-281-4/+4
* Reorder members and initialization order to fix new warnings from pull reques...Johnny Willemsen2020-10-282-8/+8
* Merge pull request #1266 from jwillemsen/jwi-cleanupfocusJohnny Willemsen2020-10-289-78/+0
|\
| * Removed FOCUS which uses specialization files to patch the TAO source code. H...Johnny Willemsen2020-10-159-78/+0
* | Merge pull request #1100 from esohns/masterJohnny Willemsen2020-10-285-19/+21
|\ \
| * | minor changesErik Sohns2020-10-111-2/+0