0
I Use This!
Very Low Activity

News

Analyzed about 10 hours ago. based on code collected 1 day ago.
Posted over 5 years ago by Thomas Zimmermann
Version 0.13.0 of picotm has been released today. The new version is distributed un der the terms of the GNU Lesser General Public License, version 3 or later. It adds support for locales, time/string formatting and parsing, and pointer-specific module data.
Posted almost 6 years ago by Thomas Zimmermann
Version 0.12.0 of picotm has been released today. It adds support for Unix signals. Receiving a signal during a transaction results in a roll-back and recovery of the receiving transaction. Modules can now be disabled at compile time, or replaced by alternative implementations.
Posted about 6 years ago by Thomas Zimmermann
Version 0.11.1 of picotm has been released today. It fixes a bug in the distribution tarball which prevented building. Thanks to Stephan Hegel for reporting this problem.
Posted about 6 years ago by Thomas Zimmermann
Version 0.11.0 of picotm has been released today. It includes support for safe type casting and arithmetics. Overflows or underflows of the destination type’s range, or division-by-zero errors result in the rollback of the transaction. Cate is now the official mascot of the picotm project.
Posted about 6 years ago by Thomas Zimmermann
No Free Software or Open Source project is complete without a mascot representing it in public, at conferences, or on external web sites. Going through a long list of candidates, from A as in albatross to Z as in zebra, one candidate out-performed them all. Without further ado, here’s Cate.
Posted about 6 years ago by Thomas Zimmermann
Version 0.10.1 of picotm has been released today. This is a bug-fix release for picotm 0.10.0. No new features have been added.
Posted about 6 years ago by Thomas Zimmermann
The updated TM module in version 0.10.0 of picotm contains a significant bug in the way it handles individual transactional memory bytes. Until this problem has been resolved, I revert the download URL to picotm 0.9.0. I’ll provide a bug fix ASAP. Please use picotm 0.9.0 in the meantime. Best regards Thomas
Posted about 6 years ago by Thomas Zimmermann
The updated TM module in version 0.10.0 of picotm contains a significant bug in the way it handles individual transactional memory bytes. Until this problem has been resolved, I revert the download URL to picotm 0.9.0. I’ll provide a bug fix ASAP. Please use picotm 0.9.0 in the meantime. Best regards Thomas
Posted about 6 years ago by Thomas Zimmermann
Version 0.10.0 of picotm has been released today. It includes support for single-byte Transactional Memory, fast discards of free’d transactional memory, Valgrind-instrumented testing, and much more.
Posted about 6 years ago by Thomas Zimmermann
Recently, I uploaded a demo application for picotm to GitHub. It reads random data from the operating system, sorts it into a number of buffers, and visualizes the buffer content on the terminal. A posting in my blog has the details. Best regards Thomas