-
Notifications
You must be signed in to change notification settings - Fork 47
/
Changelog.txt
134 lines (111 loc) · 4.38 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
Legend:
+ New
* Changed
! Fixed
1.0.22 - 20.06.2020
=========================
* Updated version for Visual Studio 2017
1.0.21 - 26.04.2020
=========================
+ Support Visual Studio 2019 (boost::uuid doesn't work right now)
+ Support boost 1.72
* Use 64-bit literals in boost::date_time to prevent arithmetic overflow. Thanks to Andy Webber
* boost::optional. Print 'nullopt' for empty optional. Thanks to Artem Tokmakov
Derives from tag: v1.0.20 + 1 commits
1.0.20 - 20.02.2018
=========================
+ Support boost 1.66
+ Support boost 1.65 flat_map & flat_set (#15)
+ Boost.MultiIndex visualizer added. Thanks to Anton Tokar
+ Boost.PropertyTree visualizer added
! Fixed boost::unordered_map and unordered_set for Boost 1.66
! Fixed Boost.Gil with ImageWatch
! Fixed boost::interprocess::offset_ptr for Boost 1.66
* Improved visualisers for several other types
1.0.19 - 05.04.2017
=========================
+ Support Visual Studio 2017
+ Support boost 1.63
! Fixed smart pointers visualisers and boost::optional<T&> for Boost 1.63
* Rewrited visualisers for boost::date_time for VS2017
* Improved visualisers for several other types
1.0.18 - 12.07.2015
=========================
+ Support Visual Studio 2015
+ Support boost 1.58
+ Visualizers for boost::optional<T&> added. Thanks to mattlindner
! "no step into" fixed. Thanks to Brent Smith
1.0.17 - 12.11.2014
=========================
+ Image visualizers for boost::gil::image and boost::gil::variant added
+ Visualizers for boost::value_initialized, boost::initialized added. Thanks to tobias_loew
1.0.16 - 14.09.2014
=========================
+ Visualizers for boost::multiprecision, boost::rational added. Thanks to jzmaddock
+ Visualizers for boost::variant<over_sequence<MPL vectors... > > added. Thanks to Antony Polukhin
* Visualizers for boost::regex improved. Thanks to jzmaddock
! boost::uuids::uuid visualizer fixed
1.0.15 - 23.03.2014
=========================
+ Support changed boost::container::* and boost::intrusive::* in boost 1.55
* boost::scoped_ptr, boost::shared_ptr operator-> added to no step into
* boost::scoped_array, boost::shared_array operator[] added to no step into
1.0.14 - 03.07.2013
=========================
! boost::container::list, slist, set and map containers visualizers fixed
* boost::local_time::posix_time_zone minor enhancement
1.0.13 - 28.06.2013
=========================
+ Support Visual Studio 2013 Preview
1.0.12 - 08.06.2013
=========================
+ Visualizers for boost::intrusive::set added. Thanks to johanst
1.0.11 - 03.03.2013
=========================
+ Visualizers for "boost::container::flat_map, flat_set and stable_vector added
! Intrusive containers with member hook fixed
1.0.10 - 15.11.2012
=========================
+ Visualizers for boost::numeric::ublas::vector, mapped_vector, compressed_vector and matrix added
1.0.9 - 13.11.2012
=========================
! wxString visualizer fixed for wxWidgets 2.9
! Boost Geometry visualizer updated by Michal Zajic
1.0.8 - 19.10.2012
=========================
+ Visualizers for boost::intrusive::list and boost::intrusive::slist with base hook added
1.0.7 - 14.08.2012
=========================
+ Visualizers for wxVector, wxList, wxArrayShort, wxArrayInt, wxArrayDouble,
wxArrayLong, wxArrayPtrVoid added
! wxArrayString visualizer fixed
1.0.6 - 10.08.2012
=========================
+ Visualizers for boost::geometry added (thanks to Mateusz Loskot)
! wxWidgets visualizers fixed
1.0.5 - 29.07.2012
=========================
+ TinyXML visualizers added
+ Visualizers for boost::filesystem::path, boost::filesystem::directory_entry,
boost::filesystem::file_status added
1.0.4 - 29.07.2012
=========================
! TinyXML2 string handling improved
+ Visualizers for boost::uuid, boost::circular_buffer,
boost::container::basic_string, boost::container::deque, boost::container::vector added
+ Disabled step into boost::forward, boost::move and boost::addressof functions
1.0.3 - 23.07.2012
=========================
+ Description for DirectX errors added
+ Visualizers for boost::ratio, boost::tuple, boost::chrono::duration added
1.0.2 - 26.07.2012
=========================
+ Boost Unordered containers support added
1.0.1 - 25.07.2012
=========================
! Visualizers for boost::shared_ptr and boost::weak_ptr fixed
* Boost::Variant visualizer new implementation
* Boost visualizers divided to several files
1.0.0 - 22.07.2012
=========================
+ First release