aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPLogger.m
Commit message (Collapse)AuthorAgeFilesLines
* Modify our current implementation of all singleton instances to be inline ↵stuconnolly2010-03-161-8/+12
| | | | with Apple's recommendations detailed at http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/CocoaFundamentals/CocoaObjects/CocoaObjects.html#//apple_ref/doc/uid/TP40002974-CH4-SW32 This also fixes the associated static analysis warnings of potentially leaked objects.
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for ↵rowanbeentje2010-01-091-1/+1
| | | | | | | release builds, including a large number of 64bit compatibility upgrades and tweaks - Upgrade RegexKitLite to 3.3
* - Add a "SPLogger" class to allow easy debug builds when attempting to ↵rowanbeentje2009-08-211-0/+143
pinpoint the cause of specific user issues; see SPLogger.m for very brief usage notes