aboutsummaryrefslogtreecommitdiff
path: root/GTM.xcodeproj
Commit message (Collapse)AuthorAge
* Landing a log of AppleScript/AppleEvent support code.Gravatar thomasvl2008-06-13
| | | | | | | Landing GTMHTTPServer as a simple server but mainly for use in unittesting. _GTMCompileAssert for doing compile time assertions to GTMDefines.h Lots of improvments for UnitTesting, Dave's gonna put up a wiki page shortly with the full details of what can be done.
* Standardize the reverse dns names for errors, notifications, etc.Gravatar thomasvl2008-05-16
| | | | | iPhone unit test framework didn't run tearDown on failures. Add String and Dictionary URLArgument support and tests.
* Added missing test image.Gravatar thomasvl2008-05-12
| | | | Export a header that was left as Project instead of Public.
* fix a iphone unittesting problem.Gravatar thomasvl2008-05-09
| | | | add stack trace.
* Flush out suppport for 64bit, GC support.Gravatar thomasvl2008-05-09
| | | | | | | Added some more xcode configs related to the above. Removed some classes that the unittesting doesn't need (and aren't able to support 64bit). add base64, httpfetcher, and progress monitor stream.
* 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)
* Added GTMNSWorkspace+ScreenSaver, and got rid of device colors.Gravatar dmaclach2008-03-18
|
* 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
|
* initial drop of a few sources to start things outGravatar thomasvl2008-01-28