aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use _Static_assert if supportedGravatar Thomas Van Lenten2015-09-08
* Add pointers to newer classes provided by the OSGravatar Thomas Van Lenten2015-09-08
* support invoking the script via symlinksGravatar Thomas Van Lenten2015-09-08
* add pragmas to suppress deprecated warnings from newer SDKsGravatar Thomas Van Lenten2015-09-08
* Fix up comments on filterGravatar Thomas Van Lenten2015-09-08
* Minor update for Xcode 6 unittesting wrapperGravatar Thomas Van Lenten2015-09-08
* try to escape things to avoid md markupGravatar Thomas Van Lenten2015-08-20
* Split back out ReleaseNotes, make README general info.Gravatar Thomas Van Lenten2015-08-20
* Merge pull request #98 from thomasvl/fixesGravatar gmrobbins2015-08-18
|\
| * Update the project for github migrationGravatar Thomas Van Lenten2015-08-18
|/
* Make GTMSMJobRemove() have the same behavior on OSX 10.10+ as it has onGravatar thomasvl2015-01-27
* Allow GTMABAddressBook to compile with the deployment target set to iOS 7.Gravatar thomasvl2015-01-23
* Updated iossim binary with improved crash detection for Xcode 6.1.Gravatar thomasvl2014-11-17
* Change output when simulator fails to open to be a note.Gravatar thomasvl2014-11-17
* Fix iOS arm64 build related error in GTMAddressBook.Gravatar thomasvl2014-11-17
* Rebuild of iossim to get things working with Xcode 6.1.Gravatar thomasvl2014-11-06
* Fix compilation against iOS 7 deployment target.Gravatar thomasvl2014-10-29
* Updated iossim build that handles iOS 8+ (rather then just 8.0)Gravatar thomasvl2014-10-29
* Fix up GTMGoogleTestRunner for Xcode 6.1.Gravatar thomasvl2014-10-29
* After switching to Xcode 6, the Simulator sometimes fails to open causing theGravatar thomasvl2014-10-29
* Cache the verbosity level instead of fetching constantly.Gravatar thomasvl2014-10-29
* Fix support for file extensions, due to off-by-1 error from not taking the pe...Gravatar gtm.daemon2014-10-10
* Fix formatting for OS X 10.4 to avoid usage of %z and %t.Gravatar gtm.daemon2014-10-09
* 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