Popular repositories
-
cs283_project
It's Storyteim
Haskell 2
-
VandyCS
CSS
-
FizzBuzzEnterpriseEdition
Forked from EnterpriseQualityCoding/FizzBuzzEnterpriseEdition
FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by a serious businessman for serious business purposes.
Java
-
simple-login
JavaScript
-
slack-bot-dev
Forked from bassettmb/slack-bot-dev
cs4278 slack bot source
-
WinObjC
Forked from Microsoft/WinObjC
Objective-C for Windows
Objective-C++
297 contributions in the last year
Contribution activity
January 2017
Fix cases where NSDictionary setObject:forKey: was given nil objects
- Fixing up functional test failure cuased by mismatched UIApplication setup/cleanup calls
- Fix leak of image data in CGImageGetDataProvider
- Add woc::AutoCF<T>. It's like AutoId<T> for CFTypes.
- CoreText Performance: Call ID2D1RenderTarget::BeginDraw()/EndDraw() f…
- Prevent insertion of nil into foundation collections
- Make text drawing tests more lenient
- [CGD2D] Merge develop from 2017-01-11.
- Register bundled fonts earlier in UIApplicationMainInit
- Fix (and update) UIGraphicsFunctions.
- Reintegrate CoreGraphics and Accelerate.framework.
- Fix exact match behavior after updating a unit.
- Redo locking and ref counting in NSOperationQueue to be much safer. A…
- NSURLSession: Delay the temporary file deletion until delegate completion handler is invoked.
- Improve perf for CTFramesetterSuggestFrameSizeWithConstraints
ImageIO tests fail when CGImageGetDataProvider returns a +0 reference
GetDataProvider should return a +0 reference, but some part of our image implementation seems to require a +1 reference, so the data provider leaks…