aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix up some cases of GTM not compiling with -Wundef on.Gravatar gtm.daemon2014-02-21
* Use compile-time checks where possible for determining system version.Gravatar gtm.daemon2014-02-13
* Fix compilation warning when building for arm64Gravatar gtm.daemon2014-02-11
* Update GTMABAddressBook to use a non-deprecated address book creation function.Gravatar gtm.daemon2014-02-05
* Fix integer formatting compiler warning when building for 64 bit architecture.Gravatar gtm.daemon2014-01-29
* fixupGravatar thomasvl2014-01-28
* Add BUILD files to GTMGravatar gtm.daemon2014-01-28
* Adding integerValueForParameter to GTMURLBuilder.Gravatar gtm.daemon2014-01-17
* Remove spaces from target namesGravatar gtm.daemon2014-01-14
* Remove obsolete 64-bit NSNumber utility methods.Gravatar gtm.daemon2013-12-19
* Fix build of Mac GTM project with static analyzer. Remove GTMGarbageCollectio...Gravatar gtm.daemon2013-12-19
* Enable code coverage for GTM test suite in iOS 7.Gravatar gtm.daemon2013-11-26
* - Add gcov flushes that will happen within the test bundles to also captureGravatar gtm.daemon2013-11-26
* Get rid of extra semicolons in my previous change.Gravatar gtm.daemon2013-11-13
* Add GoogleTestRunner to GTM.Gravatar gtm.daemon2013-11-12
* Put expected-actual-diff image paths each alone on a line, so it’s easier t...Gravatar gtm.daemon2013-10-22
* Implement hash function for GTMURLBuilderGravatar gtm.daemon2013-10-03
* ioctl(FIONREAD, ...) can block. Switch to non-blocking IO and select(). Also,Gravatar gtm.daemon2013-09-27
* Extend the default timeout for killing apps and allow it to be controlled viaGravatar gtm.daemon2013-09-27
* Updated iossim binary to pick up the change inGravatar gtm.daemon2013-09-24
* Updated the ARCH selector to match what Apple uses. Otherwise the Xcode UI getsGravatar gtm.daemon2013-09-11
* Quick GTMStackTrace fix.Gravatar gtm.daemon2013-09-03
* Fix unset variables issue for user dir and env variables.Gravatar gtm.daemon2013-08-30
* Revert (script chokes if variables aren't set):Gravatar gtm.daemon2013-08-30
* Pass optional home directory and environment variables to the iossim binary.Gravatar gtm.daemon2013-08-30
* Fix "Format string is not a string literal" compile errorGravatar gtm.daemon2013-08-28
* Update the line break mode to use the updated constant, NSLineBreakByClipping...Gravatar gtm.daemon2013-08-23
* Fix up some assertions so that they don't run into issues with format stringsGravatar gtm.daemon2013-07-22
* Fix up build breakage on older compilers in GTMScriptRunner.mGravatar gtm.daemon2013-07-11
* Fix for GTMScriptRunner: run:standardError: deadlocks with full error pipe -Gravatar gtm.daemon2013-07-11
* Adding support for unit tests using ARC.Gravatar gtm.daemon2013-07-09
* Fix up some compiler warnings.Gravatar gtm.daemon2013-07-02
* Turn on three warnings that were on in Pulse but not on for local development...Gravatar gtm.daemon2013-06-26
* Deprecate GTMObjectSingleton for 10.9/iOS 7 to force removal of the dependenc...Gravatar gtm.daemon2013-06-24
* Ensure +[GTMUILocalizerAndLayoutTweaker sizeToFitFixedHeightTextField:] sets...Gravatar gtm.daemon2013-06-24
* Added -[gtm_runUpToNSeconds:context:] to GTMFoundationUnitTestingUtilities.Gravatar gtm.daemon2013-05-13
* Fix bug in GTMURLBuilder that doesn't handle url path with escaped characters...Gravatar gtm.daemon2013-05-06
* Fix:Analyzer complains that -[init] causes a call to calloc() with 0 as the n...Gravatar gtm.daemon2013-05-03
* Increase the default timeout in the hope it works around problems testingGravatar gtm.daemon2013-04-22
* Update to a new version of Chromium's iossim that fixes the problem withGravatar gtm.daemon2013-04-17
* Make GTMUILocalizer's IBOutlet fields @protected. ...Gravatar gtm.daemon2013-04-03
* Try and make scripted builds more stable by killing the app being launched toGravatar gtm.daemon2013-03-01
* Remove workaround for compiler bug from 2008.Gravatar gtm.daemon2013-02-25
* Only use dlsym on the Mac side as it's not necessary to take any performance ...Gravatar gtm.daemon2013-02-20
* No need for [self class] in a class method.Gravatar gtm.daemon2013-02-13
* Fix nonnull detection on older GCC.Gravatar gtm.daemon2013-01-31
* Fix GTM_NONNULL macro to properly support multiple non-null parameters, like ...Gravatar gtm.daemon2013-01-31
* Remove the second copy of the testing image, fix the project to referenceGravatar gtm.daemon2013-01-29
* Silence a few more warnings about non-NSObject classes in various SDKs.Gravatar gtm.daemon2013-01-28
* Allow GTMMethodCheck to compile under ARC, avoiding the need forGravatar gtm.daemon2013-01-24