0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 11 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed a few clang -Wdocumentation warnings, comments only More... almost 11 years ago
fixed minor truncation warning More... almost 11 years ago
fixed comment spelling typo More... almost 11 years ago
renamed all ivars with underscore prefix, as per current Cocoa conventions More... over 11 years ago
fixed warnings from clang's -Wdocumentation More... over 11 years ago
fixed minor compiler warning More... about 12 years ago
make use of 'instancetype'. changed a bunch of 'id' to 'instancetype'. Added backwards compatibility for older compilers. More... over 12 years ago
fixed clang warning by adding stupid cast More... over 12 years ago
fixed clang warning by removing duplicated declaration More... over 12 years ago
fixed clang analyzer warnings in GC More... over 12 years ago
eliminated dependence on Carbon.framework, fixed some comments More... over 12 years ago
fixed comment typos More... over 12 years ago
replaced char with SInt8 for permission param, to match OS declaration More... over 12 years ago
moved function from bottom to top of file to eliminate forward declaration, made functions static More... over 12 years ago
fixed typos More... over 12 years ago
enabled more compiler warnings, removed obsolete zero link project setting More... over 12 years ago
enabled more compiler warnings More... over 12 years ago
removed empty custom settings from Xcode project More... over 12 years ago
Don't include Cocoa.h but rather only Foundation or AppKit as minimally required for the file in question More... over 12 years ago
removed GCC_ENABLE_FIX_AND_CONTINUE project setting and explicit 10.5 SDK setting, for better compatibility with current Xcodes, but keeping compatibility with old More... over 12 years ago
moved function from bottom to top of file so no forward declaration is needed More... over 12 years ago
fixed pedantic compiler warning More... over 12 years ago
fixed compiler warnings about casts and alignment by using memcpy More... almost 13 years ago
better error checking in alias to NSData conversion, minor cleanup More... almost 13 years ago
fixed compiler warnings about casts and alignment by using memcpy More... almost 13 years ago
memory management fix in initializers, use super dealloc not self release More... almost 13 years ago
fixed a bug in the example where NSWorkspace was misused More... almost 13 years ago
minor cleanup and code review of example code More... almost 13 years ago
improved thread safety in 10.5 and later by allocating an NSFileManager instance More... almost 13 years ago
use URL instead of path methods on 10.6 and later More... almost 13 years ago