summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRainer Schuetze <r.sagitario@gmx.de>2017-09-02 16:11:47 (GMT)
committerRainer Schuetze <r.sagitario@gmx.de>2017-09-02 16:11:47 (GMT)
commit14eef861769f85b6f32c68ff1898c41d8ac65ef5 (patch)
tree7cad0d93a48238a737d9cd9dae984b82110d25af /CHANGES
parentbb0e25a41af88c9bf76e5cda02a6fd45f9d09778 (diff)
downloadcv2pdb-14eef861769f85b6f32c68ff1898c41d8ac65ef5.zip
cv2pdb-14eef861769f85b6f32c68ff1898c41d8ac65ef5.tar.gz
cv2pdb-14eef861769f85b6f32c68ff1898c41d8ac65ef5.tar.bz2
* search VS2017 registry entries to find mspdb140.dll
* when using mspdb140.dll (VS2015) or later, use symbols to emit line numbers * translate S_UDT_V1 to V3 version * translate S_BLOCK_V1 to V3 version * remove "this" from delegate parameter list if inconsistent with procedure type
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c99cfe0..9180174 100644
--- a/CHANGES
+++ b/CHANGES
@@ -256,3 +256,11 @@ unreleased Version 0.22
* when using mspdb120.dll (VS2013) or later, do not emit view helpers
* remove method declarations from struct or class records (they confuse mspdb*.dll if having forward references?)
+
+2017-09-02 Version 0.42
+
+ * search VS2017 registry entries to find mspdb140.dll
+ * when using mspdb140.dll (VS2015) or later, use symbols to emit line numbers
+ * translate S_UDT_V1 to V3 version
+ * translate S_BLOCK_V1 to V3 version
+ * remove "this" from delegate parameter list if inconsistent with procedure type