aboutsummaryrefslogtreecommitdiff
path: root/devel/performance/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - update to 0.2.5Dirk Meyer2008-06-241-1/+1
| | | | Notes: svn path=/head/; revision=215716
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* - update to 0.2.4Dirk Meyer2007-01-291-2/+2
| | | | Notes: svn path=/head/; revision=183627
* - update to use new bsd.gnustep.mkDirk Meyer2007-01-131-5/+2
| | | | | | | Approved by: gurkan@linuks.mine.nu Notes: svn path=/head/; revision=182275
* This library is a collection of classes intended to be used to helpDirk Meyer2006-10-311-0/+29
improve the performance of GNUstep and Cocoa applications. The scope of the library is therefore - 1. Subclasses of standard Cocoa classes which are optimised for particular uses. 2. Classes to perform tasks which can improve application performance by mechanisms not covered by existing classes. 3. Classes to monitor/analyse performance issues so you can tell what needs to be optimised. Notes: svn path=/head/; revision=175693