aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMFourCharCodeTest.m
Commit message (Collapse)AuthorAge
* [Author: dmaclach]Gravatar gtm.daemon2011-02-03
| | | | | | | Fix for building GTM on Snow Leopard. We were getting errors for being unable to protect buffers smaller than 8 chars. R=aharper,thomasvl DELTA=7 (4 added, 0 deleted, 3 changed)
* [Author: dmaclach]Gravatar gtm.daemon2010-11-29
| | | | | | | | Fixes up build problem on gcc 4.0 release with Xcode 3.2.5 where it doesn't deal with "interesting" ascii in @"" constants very well. DELTA=35 (29 added, 0 deleted, 6 changed) R=thomasvl
* [Author: dmaclach]Gravatar gtm.daemon2010-07-02
| | | | | | | | Was running into weird bug (compiler?) that was causing this test to fail all of a sudden. Small rewrite made it go away. I really don't know what would have caused it. Any ideas appreciated. R=thomasvl DELTA=36 (18 added, 9 deleted, 9 changed)
* 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.