libmatrix 2012.05 "2012.05"
Milestone information
- Project:
- libmatrix
- Series:
- trunk
- Version:
- 2012.05
- Code name:
- 2012.05
- Released:
- Registrant:
- Jesse Barker
- Release registered:
- Active:
- No. Drivers cannot target bugs and blueprints to this milestone.
Activities
- Assigned to you:
- No blueprints or bugs assigned to you.
- Assignees:
- 1 Jesse Barker
- Blueprints:
- 1 Implemented
- Bugs:
- No bugs are targeted to this milestone.
Download files for this release
Release notes
This release updates the Util class in a couple of ways:
- Util::split() now supports "fuzzy" delimiter handling whereby consecutive delimiter and/or whitespace characters are coalesced into a single delimter instance. The default is explicit delimiter handling so existing code is unaffected. (e.g., if ',' is the delimiter and the provided string is "first, second,,third", fuzzy handling will still yield a vector containing "first", "second", and "third").
- API documentation is now provided for all methods in Util (in util.h)
Also, a build dependency change ensures that changes to the Util class will trigger appropriate rebuilds.
Changelog
View the full changelog
1 blueprint and 0 bugs targeted
Blueprint | Priority | Assignee | Delivery | |
---|---|---|---|---|
Update the Util class based upon project usage | Update the Util class based upon project usage | 3 Medium | Jesse Barker | 11 Implemented |