aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Use 'iOS Simulator' for Xcode6 and 'iPhone Simulator' for earlier versions to...Gravatar gtm.daemon2014-10-08
* Update XCTAssertNotEqualStrings and XCTAssertEqualStrings to use %zd.Gravatar gtm.daemon2014-09-29
* Use our constant instead of the system header one to avoid a deprecated warning.Gravatar gtm.daemon2014-09-22
* Quote DEVELOPER_BIN_DIR in case it has spaces.Gravatar gtm.daemon2014-09-22
* Updated iossim from chromium (d7875158bb93ef51cc3bfc59e23ca35ed50c5042).Gravatar gtm.daemon2014-08-27
* CGSizeZero is a constant, not a function.Gravatar gtm.daemon2014-08-27
* Protect against inserting nil into dictionaries.Gravatar gtm.daemon2014-08-27
* Restore GTMFadeTruncatingLabel's ability to render text in any color other thanGravatar gtm.daemon2014-08-26
* Fix compilation against iOS 7 deployment target.Gravatar gtm.daemon2014-08-20
* General fixes for GTM.Gravatar gtm.daemon2014-08-01
* Typo in XCTAssertEqualCStringsGravatar gtm.daemon2014-07-30
* Add a comment pointing to Xcode 6's XCTestExpectation for testing asynchronou...Gravatar gtm.daemon2014-07-25
* Fix up GTMSenTestCase so that it pulls in SenTestingKit on Xcode < 5.Gravatar gtm.daemon2014-06-16
* Fix up GTMMethodCheck to work with ENABLE_STRICT_OBJC_MSGSEND=YES.Gravatar gtm.daemon2014-06-09
* Fix up the gate on GTMSenTestCase and iOS 8 so that it is safer in case a new...Gravatar gtm.daemon2014-06-06
* Fix up the XCTest support in GTMGravatar gtm.daemon2014-06-04
* Fixes 64-bit compile time warnings - googlemac/opensource/google-toolbox-for-...Gravatar gtm.daemon2014-06-04
* Cast NSComparisonResult to long before printing for 64-bit compatibility.Gravatar gtm.daemon2014-06-04
* Fix up broken GTMSenTestCase.h. Not sure what happened with the merge there.Gravatar gtm.daemon2014-06-02
* Add support for XCTest (as opposed to OCUnit) to GTM. Define GTM_USING_XCTEST...Gravatar gtm.daemon2014-06-02
* Comment on the difference between GTMCFAutorelease and iOS 7's CFAutorelease....Gravatar gtm.daemon2014-04-26
* Add a different method for the notification vs. the delegate, but channelGravatar gtm.daemon2014-03-26
* Reverting, change wasn't correct in all cases.Gravatar gtm.daemon2014-03-26
* Pass correct UIApplication object to method runTestsAndExit:Gravatar gtm.daemon2014-03-26
* New iossim to work with xcode 5.1 (and 5.0). It will *not* work for Xcode 4.x.Gravatar gtm.daemon2014-03-13
* Updating GTM test files to build for x86_64Gravatar gtm.daemon2014-03-10
* More -Wundef fixes for GTM (GTMLogger specifically)Gravatar gtm.daemon2014-02-25
* More support for allowing GTM to compile with -Wundef.Gravatar gtm.daemon2014-02-24
* 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