aboutsummaryrefslogtreecommitdiff
path: root/devel/javolution
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.3.0 release.Alex Dupre2009-04-282-8/+10
| | | | | | | | PR: ports/133739 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=232888
* Update to 5.2.6 release.Alex Dupre2008-09-032-5/+4
| | | | Notes: svn path=/head/; revision=219725
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Javolution is the Java solution for real-time and embedded systems.Alex Dupre2007-09-223-0/+65
Javolution real-time goals are simple: to make your application faster and more time predictable! That being accomplished through: * High performance and time-deterministic (real-time) util / lang / text / io / xml base classes. * Context programming in order to achieve true separation of concerns (logging, performance, etc). * A testing framework addressing not only unit tests but also performance and regression tests as well. * Straightforward and low-level parallel computing capabilities with ConcurrentContext. * Struct and Union base classes for direct interfacing with native applications (e.g. C/C++). * World's fastest and first hard real-time XML marshalling/unmarshalling facility. * Simple yet flexible configuration management of your application. WWW: http://javolution.org/ Notes: svn path=/head/; revision=199889