We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0bf47 commit 3eff378Copy full SHA for 3eff378
debian/changelog
@@ -1,3 +1,15 @@
1
+bpp (0.7.1) unstable; urgency=medium
2
+
3
+ * Compile with C++23 standard
4
+ * bpp-lsp: Eliminate deadlock potential in ProgramPool
5
+ Restrict ourselves to only one mutex, and use atomic operations on
6
+ the snapshot state instead of relying on a secondary mutex which
7
+ could otherwise potentially cause deadlock
8
+ * bpp-lsp: Bug fix: avoid re-parsing twice
9
+ * docs: Cleaned up synopsis on manual page for 'typeof'
10
11
+ -- rail5 <andrew@rail5.org> Tue, 19 Aug 2025 23:48:06 +0800
12
13
bpp (0.7.0) unstable; urgency=medium
14
15
* bpp: Added typeof operator: Returns a pointer's class name as a
0 commit comments