summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "some (bundled) minor changes (take 2)"revert-176-masterJohnny Willemsen2016-10-3163-303/+171
|
* Merge pull request #176 from esohns/masterJohnny Willemsen2016-10-3163-171/+303
|\ | | | | some (bundled) minor changes (take 2)
| * updated NEWSErik Sohns2016-10-301-0/+22
| |
| * removed now-obsolete template instantiation left over from an earlier commitErik Sohns2016-10-241-3/+0
| |
| * repaired integration build failureErik Sohns2016-10-232-3/+4
| |
| * Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOErik Sohns2016-10-23177-1019/+1788
| |\
| * \ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOErik Sohns2016-07-144458-893245/+7172
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # ACE/protocols/ace/HTBP/HTBP_Channel.cpp # ACE/protocols/ace/HTBP/HTBP_Inside_Squid_Filter.cpp # ACE/protocols/ace/HTBP/HTBP_Session.cpp
| * | | reuse current timestamp to compute wait delayErik Sohns2016-05-301-1/+1
| | | |
| * | | added support for CancelIoEx() (Win32) (update passes travis-ci build)Erik Sohns2015-12-131-1/+1
| | | |
| * | | repaired include strategy for ace/Synch.h (prerequisite to solving template ↵Erik Sohns2015-12-046-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | instantiation issues on Win32) (update) this addresses complaints by the integration build system (#include ace/OS.h)
| * | | fixed an issue with (exported) template specializations (Win32)Erik Sohns2015-12-041-1/+1
| | | |
| * | | fixed an issue with (exported) template specializations (Win32)Erik Sohns2015-12-041-1/+0
| | | |
| * | | fixed an issue with (exported) template specializations (Win32)Erik Sohns2015-12-042-4/+9
| | | |
| * | | fix potential memory leak when using the Win32 Proactor (part2a)Erik Sohns2015-12-041-4/+0
| | | |
| * | | Merge branch 'master' of github.com:esohns/ATCDErik Sohns2015-12-040-0/+0
| |\ \ \
| | * | | fixed an issue with (exported) template specializations (Win32)Erik Sohns2015-12-043-6/+21
| | | | |
| * | | | fixed an issue with (exported) template specializations (Win32)Erik Sohns2015-12-044-9/+21
| |/ / /
| * | | fixed an issue with (exported) template specializations (Win32) (part3)Erik Sohns2015-12-033-9/+0
| | | |
| * | | fix potential memory leak when using the Win32 Proactor (part2a)Erik Sohns2015-12-031-0/+10
| | | |
| * | | Merge branch 'master' of github.com:esohns/ATCDErik Sohns2015-12-030-0/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # ACE/ace/Condition_Recursive_Thread_Mutex.h
| | * | | fixed an issue with (exported) template specializations (Win32) (part2)Erik Sohns2015-12-033-15/+12
| | | | |
| * | | | fixed an issue with (exported) template specializations (Win32) (part2)Erik Sohns2015-12-033-14/+17
| |/ / /
| * | | repaired include strategy for ace/Synch.h (prerequisite to solving template ↵Erik Sohns2015-12-0345-138/+176
| | | | | | | | | | | | | | | | instantiation issues on Win32)
| * | | fix potential memory leak when using the Win32 Proactor (part1)Erik Sohns2015-12-021-0/+6
| | | |
| * | | fixed an issue with (exported) template specializations (Win32)Erik Sohns2015-12-0210-21/+53
| | | |
| * | | added support for CancelIoEx() (Win32)Erik Sohns2015-12-011-0/+5
| | | |
| * | | fix problem with std io when using ACE_OSTREAM_TYPEErik Sohns2015-12-011-0/+4
| | | |
| * | | improved solaris 11 supportErik Sohns2015-12-012-0/+11
| | | |
* | | | Merge pull request #317 from jwillemsen/masterJohnny Willemsen2016-10-2716-28/+28
|\ \ \ \ | |_|_|/ |/| | | Fixed typos in comment
| * | | Fixed typos in commentJohnny Willemsen2016-10-2716-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Asynch_IO.h: * ACE/ace/CDR_Stream.h: * ACE/ace/Hash_Map_Manager_T.h: * ACE/ace/Hash_Multi_Map_Manager_T.h: * ACE/ace/Malloc_T.cpp: * ACE/ace/Map_Manager.h: * ACE/ace/POSIX_Asynch_IO.h: * ACE/ace/SSL/SSL_Context.h: * ACE/websvcs/lib/URL_Addr.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/Safe_InputCDR.h: * TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.h: * TAO/orbsvcs/tests/Notify/Basic/Events.h: * TAO/orbsvcs/tests/Notify/Basic/Simple.h: * TAO/orbsvcs/tests/Notify/Basic/Updates.h: * TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.h: * TAO/tao/CDR.h:
* | | | Merge pull request #315 from jwillemsen/masterJohnny Willemsen2016-10-171-8/+10
|\ \ \ \ | |/ / / | | | | Changed indentation of generated array code to reduce its size
| * | | TAO Array specializations should appear between core versioning macrosJohnny Willemsen2016-10-171-0/+6
| | | | | | | | | | | | | | | | * TAO/TAO_IDL/be/be_visitor_array/array_ci.cpp:
| * | | Changed indentation of generated array code to reduce its sizeJohnny Willemsen2016-10-171-8/+4
| | | | | | | | | | | | | | | | * TAO/TAO_IDL/be/be_visitor_array/array_ci.cpp:
* | | | Merge pull request #314 from jwillemsen/masterJohnny Willemsen2016-10-112-42/+42
|\ \ \ \ | |/ / / | | | | Talk about micro instead of a beta release
| * | | Talk about micro instead of a beta releaseJohnny Willemsen2016-10-112-42/+42
| | | | | | | | | | | | | | | | | | | | * ACE/bin/make_release.py: * ACE/docs/bczar/bczar.html:
* | | | Merge pull request #313 from jwillemsen/masterJohnny Willemsen2016-10-112-21/+2
|\ \ \ \ | |/ / / | | | | Simplify release script
| * | | Removed signature and mailid, not used anymoreJohnny Willemsen2016-10-112-21/+2
| | | | | | | | | | | | | | | | | | | | * ACE/bin/make_release.py: * ACE/docs/bczar/bczar.html:
* | | | Merge pull request #312 from jwillemsen/masterJohnny Willemsen2016-10-106-35/+41
|\ \ \ \ | |/ / / | | | | Make x.4.1 public and make initial changes for x.4.2
| * | | Make x.4.1 public and make initial changes for x.4.2Johnny Willemsen2016-10-106-35/+41
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | * ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* | | ACE+TAO-6_4_1ACE+TAO-6_4_1Johnny Willemsen2016-10-1061-66/+826
| | |
* | | Merge pull request #311 from jwillemsen/masterJohnny Willemsen2016-10-064-164/+0
|\ \ \ | | | | | | | | Removed the bug fix only release concept, all micro releases the last…
| * | | Zapped some empty linesJohnny Willemsen2016-10-061-2/+0
| | | | | | | | | | | | | | | | * ACE/apps/gperf/tests/test.cpp:
| * | | Removed the bug fix only release concept, all micro releases the last years ↵Johnny Willemsen2016-10-063-162/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have been stable and there is no need anymore to have a special BFO release anymore * ACE/bin/make_release.py: * ACE/docs/ACE-development-process.html: * ACE/docs/Download.html:
* | | | Merge pull request #310 from jwillemsen/masterJohnny Willemsen2016-10-052-33/+20
|\ \ \ \ | |/ / / | | | | Remove ACE_STATIC_CONSTANT because there is no compiler anymore that …
| * | | Remove ACE_STATIC_CONSTANT because there is no compiler anymore that lacks ↵Johnny Willemsen2016-10-052-33/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the support for static constants * ACE/ace/Global_Macros.h: * ACE/ace/Truncate.h:
* | | | Merge pull request #309 from jwillemsen/masterJohnny Willemsen2016-10-042-1/+5
|\ \ \ \ | |/ / / | | | | Extended list of user visible changes
| * | | Extended list of user visible changesJohnny Willemsen2016-10-042-1/+5
|/ / / | | | | | | | | | | | | * ACE/NEWS: * TAO/NEWS:
* | | Merge pull request #308 from jwillemsen/masterJohnny Willemsen2016-10-041-1/+2
|\ \ \ | | | | | | | | Make this script work again with newer perl versions
| * | | Make this script work again with newer perl versionsJohnny Willemsen2016-10-041-1/+2
| | | | | | | | | | | | | | | | * ACE/bin/diff-builds.pl:
* | | | Merge pull request #307 from jwillemsen/masterJohnny Willemsen2016-10-031-1/+1
|\ \ \ \ | |/ / / | | | | Added case to silence win32 warning