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.  

Download RDF metadata

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

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon libmatrix-2012.05.tar.gz (md5) 2012.05 release of libmatrix 236
last downloaded 48 weeks ago
Total downloads: 236

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

------------------------------------------------------------
revno: 38
tags: 2012.05
committer: Jesse Barker <email address hidden>
branch nick: trunk
timestamp: Wed 2012-05-02 14:36:04 -0700
message:
  Util: Update dependencies on util.h (shader-source). Make Util::split() support
  both explicit and "fuzzy" delimiters when parsing a string. Add API
  documentation for all of Util.
------------------------------------------------------------
revno: 37
committer: Jesse Barker <email address hidden>
branch nick: trunk
timestamp: Tue 2012-05-01 15:58:28 -0700
message:
  Util: Update split() to treat the delimiter more flexibly, so that if there is
  whitespace or consecutive delimiters, the elements come out cleanly.

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
This milestone contains Public information
Everyone can see this information.