dmaclach
dmaclach
We have found that reducing the number of files in a bundle improves build times and install times on simulators. Right now aside from localized files, png files are the...
Updates the Brisk code to be compatible with Swift 4.2, Xcode 10 and Cocoapods 1.5.3.
This causes a warning if `-Wbad-function-cast` is enabled on a build. Maybe I'm missing something because I can't see why the casts were there in the first place? This passes...
This reduces the number of threads being created and destroyed by a huge number making it far easier to attempt to reason about what fuse is doing. It makes doing...
Turn off warnings regarding the pthread_setugid_np calls. They are deprecated because: "Use of per-thread security contexts is error-prone and discouraged."
This cleans up fuse_darwin significantly, and moves the semaphore calls over on top of libdispatch. libdispatch has been around since 10.6, so should be no compatibility problems. Advantages: reduction in...
The current `andDo` blocks have some major problems: a) They are difficult to use from ARC. When getting values out of NSInvocations, one has to be careful to use `__unsafe_unretained`...
If I open b9c7fb949d7afc7087165b9c57fb5d7ddbe2ce4d in Xcode 13 and execute the tests on an iOS15 simulator multiple times, I eventually get a crash in something like: ``` Test Case '-[OCMockObjectTests testRaisesExceptionWhenMethodWithWrongVoidPointerArgumentIsCalled]'...