aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libcoyotl
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.4.1dinoex2010-03-281-1/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Large round of typo fixes in ports/devel (pkg-descr).olgeni2008-06-011-1/+1
|
* - Use proper capitalization in my email address.trasz2007-07-121-1/+1
| | | | | Approved by: miwi (mentor) Suggested by: sat
* - Remove workarounds for FreeBSD 4.trasz2007-04-201-8/+2
| | | | | | PR: ports/111852 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Approved by: miwi (mentor)
* Change my email address to trasz@FreeBSD.org.trasz2007-04-131-1/+1
| | | | Approved by: miwi (mentor)
* Mark BROKEN on 4.x.novel2006-08-091-1/+7
| | | | Reported by: pointyhat via kris
* The Coyotl library collects several C++ tools that have proven usefulnovel2006-08-025-0/+79
in many of my programs, but which aren't "big enough" to warrant an individual library. Key features of Coyotl include: -- A polymorphic collection of the best psuedorandom number generators, including the Mersenne Twister and Marsaglia's favorites. -- Utilities for floating-point numbers, including additional functions for trigonometry, least common multiple, greatest common denominator, rounding, and other purposes. -- A simple cross-platform command-line parser. -- A framework for generating random rectangular mazes. -- A template for fixed-point math based on different integer sizes and decimal point locations. -- Templatized sorting utilities (designed before Std. C++'s <algorithms>, but still useful) -- Validation tools for "Design by Contract" programming. WWW: http://www.coyotegulch.com/products/libcoyotl/index.html PR: ports/101209 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>