ACE+TAO-6_5_16
[ACE_TAO.git] / ACE / ChangeLogs / ACE-6_5_16
blob1d41388343e59cbe327e1ee94d488afb2facded9
1 commit 2d073c5a90f7663d8c43fec451ab31c9e24e73d4
2 Author: Adam Mitz <mitza@objectcomputing.com>
3 Date:   Tue Nov 16 08:20:24 2021 -0600
5     ACE NEWS for 6.5.16
7 commit d155cf53c6e82d9c9ec1086d18d2db413ae28930
8 Merge: 0cfb634acbf 05799339af7
9 Author: Adam Mitz <mitza@objectcomputing.com>
10 Date:   Wed Nov 10 08:33:06 2021 -0600
12     Merge pull request #1714 from mitza-oci/msvc-langstd-ace6tao2
13     
14     [ace6tao2] Port to MSVC with /std:c++17 and 20
16 commit 0cfb634acbf7e879190307efcbe91b29fc6f360d
17 Merge: 15373a92f1c 6205b23dc8b
18 Author: Adam Mitz <mitza@objectcomputing.com>
19 Date:   Wed Nov 10 08:32:50 2021 -0600
21     Merge pull request #1641 from mitza-oci/handle-set-warnings
22     
23     [ACE 6] Fixed warnings related to Handle_Set's copy constructor
25 commit 05799339af7c3c80b8de34451fec513aa2afc4dd
26 Author: Adam Mitz <mitza@objectcomputing.com>
27 Date:   Fri Nov 5 10:27:48 2021 -0500
29     Resolve "ambiguous call to overloaded operator" with /std:c++20
30     
31     (cherry picked from commit fd83ab71c26234f56b7e8bfb3794c7058b923dcc)
33 commit 4ffb9d10827d95f58716cb868d2b8a4af5af2f56
34 Author: Adam Mitz <mitza@objectcomputing.com>
35 Date:   Fri Nov 5 10:27:21 2021 -0500
37     Reverted b01722554a69d1850c026d529e5b0a5e023961cd
38     
39     (cherry picked from commit 0e2c9d980d009ace54e08a2da3ab2d57d48b5596)
40     
41     # Conflicts:
42     #       ACE/ace/Malloc.h
44 commit 920ee20982e751376e99e782515831acf0cebefd
45 Author: Adam Mitz <mitza@objectcomputing.com>
46 Date:   Thu Nov 4 17:22:01 2021 -0500
48     Updated ACE tests for /std:c++17
50 commit 7e1eda8c1cd59d4d1720ceb96b24a8806de33877
51 Author: Adam Mitz <mitza@objectcomputing.com>
52 Date:   Wed Nov 3 20:19:41 2021 -0500
54     Added included needed for ACE_HAS_CPP11 and up
56 commit 81fe8e4219fb2b6d43dc2c09e6acbc4151431bdc
57 Author: Adam Mitz <mitza@objectcomputing.com>
58 Date:   Sun Oct 31 21:07:11 2021 -0500
60     getting libACE to compile with /std:c++20
61     
62     avoid ambiguous calls to overloaded operators
64 commit 9b46cce3c9fb6eed1ad06b116a6c7cc31f823465
65 Author: Adam Mitz <mitza@objectcomputing.com>
66 Date:   Sun Oct 31 12:56:00 2021 -0500
68     ACE tests: fixed compatibility with MSVC /std:c++17
70 commit a0dffa696c8a11a1bc6039118fc578663843cd65
71 Author: Adam Mitz <mitza@objectcomputing.com>
72 Date:   Sat Oct 30 17:22:45 2021 -0500
74     Add versioned namespace macros
76 commit 9dbd5b15e1bf2181d99e21d13bdd24b61b625ccb
77 Author: Adam Mitz <mitza@objectcomputing.com>
78 Date:   Sat Oct 30 14:34:42 2021 -0500
80     Fix compile errors on MSVC /std:c++17
82 commit a2a30309aeeb4b6d51ddbfec14acbf24315b83f2
83 Author: Adam Mitz <mitza@objectcomputing.com>
84 Date:   Mon Nov 1 15:19:51 2021 -0500
86     Merge pull request #1300 from VemundH/remove-std-iterator
87     
88     Remove deprecated std::iterator
89     
90     (cherry picked from commit 858a63528d213eeec10de11660a770f7b7dc1bfd)
92 commit 4b7a9168a77c958cbdd05a4e1ecee71a3bf73303
93 Author: Johnny Willemsen <jwillemsen@remedy.nl>
94 Date:   Wed Sep 29 09:49:53 2021 +0200
96     Update for next ACE 6.5.x release
97     
98         * ACE/NEWS:
99         * TAO/NEWS:
101 commit 6205b23dc8beb0691e887f988246f53bb0f3da4f
102 Author: Adam Mitz <mitza@objectcomputing.com>
103 Date:   Tue Aug 3 11:02:39 2021 -0500
105     Fixed warnings related to Handle_Set's copy constructor