2008-01-31 12:40:34 +00:00
|
|
|
2008-01-31 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GSCache.h:
|
|
|
|
* GSCache.m:
|
|
|
|
Make cache keys 'id' rather than 'NSString*' as they can actually be
|
|
|
|
any copyable object.
|
|
|
|
|
2007-12-08 06:26:21 +00:00
|
|
|
2007-12-08 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
2007-12-08 06:36:54 +00:00
|
|
|
* GNUmakefile: bump subminor version for release
|
2007-12-08 06:26:21 +00:00
|
|
|
* GSThroughput.m: ([-description]) output information for periods
|
|
|
|
from last cycle as well as current cycle.
|
|
|
|
|
2007-09-14 13:00:42 +00:00
|
|
|
2007-09-14 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
Update to LGPL3
|
|
|
|
|
2007-05-30 09:29:17 +00:00
|
|
|
2007-05-30 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GSTicker.m: Ensure tick is current before calling -newSecond:
|
|
|
|
|
2007-04-01 05:20:38 +00:00
|
|
|
2007-04-01 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GSCache.m:
|
|
|
|
* GSThroughput.m:
|
|
|
|
* GSSkipMutableArray.m:
|
|
|
|
* GSTicker.m:
|
|
|
|
Changes to avoid compiler warnings on MacOS-X
|
2007-04-01 06:59:58 +00:00
|
|
|
Improvements to calculations for size of instances for cache.
|
2007-04-01 05:20:38 +00:00
|
|
|
|
2006-11-12 07:30:09 +00:00
|
|
|
2006-11-11 Matt Rice <ratmice@gmail.com>
|
|
|
|
|
|
|
|
* GSMutableSkipArray.m: Fix bug when deallocating an empty list.
|
|
|
|
|
2006-11-11 07:14:30 +00:00
|
|
|
2006-11-11 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GSThroughput.h: New ([add:duration:]) method.
|
|
|
|
* GSThroughput.m: Method to add multiple events with a total
|
|
|
|
duration (eg where recording individual event times has too
|
|
|
|
high an overhead).
|
|
|
|
|
2006-11-09 09:33:38 +00:00
|
|
|
2006-11-09 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GNUmakefile: update version
|
|
|
|
* GSThroughput.m: Allow use to keep running totals of stats
|
|
|
|
|
2006-09-27 10:46:47 +00:00
|
|
|
2006-09-27 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GNUmakefile:
|
|
|
|
* GSIndexedSkipList.m:
|
|
|
|
* GSSkipMutableArray.h:
|
|
|
|
* GSSkipMutableArray.m:
|
|
|
|
Minor fix to (hopefully) build on windows.
|
|
|
|
Hide implementation details.
|
|
|
|
Add convenience method (to create skiplist) to NSMutableArray.
|
|
|
|
Some reformatting for coding standards.
|
2006-09-27 10:48:30 +00:00
|
|
|
* Performance.h: Ad new header for skip lists.
|
2006-09-27 10:46:47 +00:00
|
|
|
|
2006-09-27 09:23:25 +00:00
|
|
|
2006-09-27 Matt Rice <ratmice@yahoo.com>
|
|
|
|
|
|
|
|
* GSSkipMutableArray.[hm]: New NSMutableArray subclass.
|
|
|
|
* GSIndexedSkipList.[hm]: Underlying C implementation.
|
|
|
|
|
2006-06-07 14:41:18 +00:00
|
|
|
2006-06-07 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GSCache.h:
|
|
|
|
* GSCache.m:
|
|
|
|
New convenience method to cache an item until a date.
|
|
|
|
|
2006-01-11 14:38:08 +00:00
|
|
|
2006-01-11 Nicola Pero <nicola@brainstorm.co.uk>
|
|
|
|
|
|
|
|
* GNUmakefile.wrapper.objc.preamble: New file that fixes the
|
|
|
|
"/usr/bin/ld: cannot find -lPerformance" error when linking Java
|
|
|
|
wrappers.
|
|
|
|
|
2005-10-28 15:26:51 +00:00
|
|
|
2005-10-28 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
New Performance library (0.1)
|