aboutsummaryrefslogtreecommitdiff
path: root/Foundation
Commit message (Collapse)AuthorAge
* See the ReleaseNotes for the full details, highlights:Gravatar thomasvl2008-04-14
| | | | | | | | - bug fixes - code coverage support - more complete unittests - full support for unittesting UIs - support for the iphone sdk (include ui unittesting)
* switch the helper on NSTask over to a static function incase anyone ever wantedGravatar thomasvl2008-02-28
| | | | to use this code in some plugin where categories get dangerous.
* Added GTMNSFileManager+Path for two small helpers.Gravatar thomasvl2008-02-27
|
* Found and fixed a bug in the regex enumerators that was causing them toGravatar thomasvl2008-02-27
| | | | | | incorrectly walk a string when using '^' in an expression. Added GTMScriptRunner for spawning scripts.
* - Fixed up the prefix header of the project and prefix handing in the UnittestGravatar thomasvl2008-02-01
| | | | | | | | Xcode Config. (thanks schafdog) - Fixed error in handling default compression for NSData+zlib - Changed name on API in NSString+XML and added another api to make this a litte more clear. (thanks Kent)
* fold in GTMRegex and ignore the build dirGravatar thomasvl2008-01-30
|
* use the better testing macro so failures logGravatar thomasvl2008-01-29
|
* initial drop of a few sources to start things outGravatar thomasvl2008-01-28