aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix compilation against iOS 7 deployment target.Gravatar gtm.daemon2014-08-20
| | | | DELTA=35 (34 added, 0 deleted, 1 changed) DELTA_BY_EXTENSION=m=35
* General fixes for GTM.Gravatar gtm.daemon2014-08-01
| | | | | | | | | a) only define GTM_IPHONE_USE_SENTEST if it hasn't been defined on Mac. It's a horrible name, but it does control us using SENTEST instead of XCTest. b) Object is now found in the runtime on both iOS and MacOS c) MethodCheck had a potential memory leak DELTA=47 (18 added, 5 deleted, 24 changed) DELTA_BY_EXTENSION=h=30,m=12
* Typo in XCTAssertEqualCStringsGravatar gtm.daemon2014-07-30
| | | | | | Means it doens't compile when that macro is used. DELTA=1 (0 added, 0 deleted, 1 changed) DELTA_BY_EXTENSION=h=1
* Add a comment pointing to Xcode 6's XCTestExpectation for testing ↵Gravatar gtm.daemon2014-07-25
| | | | | | asynchronous behavior. DELTA=4 (4 added, 0 deleted, 0 changed) DELTA_BY_EXTENSION=h=4
* Fix up GTMSenTestCase so that it pulls in SenTestingKit on Xcode < 5.Gravatar gtm.daemon2014-06-16
| | | | DELTA=2 (1 added, 0 deleted, 1 changed) DELTA_BY_EXTENSION=h=2
* Fix up GTMMethodCheck to work with ENABLE_STRICT_OBJC_MSGSEND=YES.Gravatar gtm.daemon2014-06-09
| | | | | | Also ignores another class which does not inherit from NSObject. DELTA=4 (3 added, 0 deleted, 1 changed) DELTA_BY_EXTENSION=m=4
* Fix up the gate on GTMSenTestCase and iOS 8 so that it is safer in case a ↵Gravatar gtm.daemon2014-06-06
| | | | | | | | new version of Xcode 5 comes out with __IPHONE_8_0 declared in the iOS 7 SDK. DELTA=2 (0 added, 0 deleted, 2 changed) DELTA_BY_EXTENSION=h=2
* Fix up the XCTest support in GTMGravatar gtm.daemon2014-06-04
| | | | DELTA=42 (30 added, 0 deleted, 12 changed) DELTA_BY_EXTENSION=h=42
* Fixes 64-bit compile time warnings - ↵Gravatar gtm.daemon2014-06-04
| | | | | | googlemac/opensource/google-toolbox-for-mac/ DELTA=1 (0 added, 0 deleted, 1 changed) DELTA_BY_EXTENSION=m=1
* Cast NSComparisonResult to long before printing for 64-bit compatibility.Gravatar gtm.daemon2014-06-04
| | | | DELTA=1 (0 added, 0 deleted, 1 changed) DELTA_BY_EXTENSION=h=1
* Fix up broken GTMSenTestCase.h. Not sure what happened with the merge there.Gravatar gtm.daemon2014-06-02
| | | | DELTA=47 (2 added, 2 deleted, 43 changed) DELTA_BY_EXTENSION=h=42,m=3
* Add support for XCTest (as opposed to OCUnit) to GTM. Define ↵Gravatar gtm.daemon2014-06-02
| | | | | | GTM_USING_XCTEST to 1 to use it. DELTA=486 (352 added, 0 deleted, 134 changed) DELTA_BY_EXTENSION=h=467,m=15,mm=1,txt=3
* Comment on the difference between GTMCFAutorelease and iOS 7's ↵Gravatar gtm.daemon2014-04-26
| | | | | | CFAutorelease. Update GTM's definition of the standard OS X/iOS version macros. Remove GTMDefines dependency from GTMNSString+URLArguments and GTMURITemplate. DELTA=38 (27 added, 4 deleted, 7 changed) DELTA_BY_EXTENSION=h=23,m=11
* Add a different method for the notification vs. the delegate, but channelGravatar gtm.daemon2014-03-26
| | | | | | | the two together after switching back to the application object. DELTA=8 (6 added, 0 deleted, 2 changed) RCL=63807817-p10 RDATE=2014/03/26 08:58:12
* Reverting, change wasn't correct in all cases.Gravatar gtm.daemon2014-03-26
| | | | RCL=63803810-p10 RDATE=2014/03/26 07:41:01
* Pass correct UIApplication object to method runTestsAndExit:Gravatar gtm.daemon2014-03-26
| | | DELTA=2 (0 added, 0 deleted, 2 changed)
* New iossim to work with xcode 5.1 (and 5.0). It will *not* work for Xcode 4.x.Gravatar gtm.daemon2014-03-13
| | | DELTA=1 (0 added, 0 deleted, 1 changed)
* Updating GTM test files to build for x86_64Gravatar gtm.daemon2014-03-10
| | | DELTA=12 (6 added, 0 deleted, 6 changed)
* More -Wundef fixes for GTM (GTMLogger specifically)Gravatar gtm.daemon2014-02-25
| | | DELTA=1 (0 added, 0 deleted, 1 changed)
* More support for allowing GTM to compile with -Wundef.Gravatar gtm.daemon2014-02-24
| | | DELTA=8 (8 added, 0 deleted, 0 changed)
* Fix up some cases of GTM not compiling with -Wundef on.Gravatar gtm.daemon2014-02-21
| | | DELTA=23 (16 added, 0 deleted, 7 changed)
* Use compile-time checks where possible for determining system version.Gravatar gtm.daemon2014-02-13
| | | DELTA=32 (32 added, 0 deleted, 0 changed)
* Fix compilation warning when building for arm64Gravatar gtm.daemon2014-02-11
| | | | | | | | When building for arm64, NSInteger is a 64-bit value. Recommendations are to either use "%ld" and cast the value to long or to use "%zd". This patch uses "%zd" that work on both armv7 and arm64 as it avoid doing a cast. DELTA=1 (0 added, 0 deleted, 1 changed)
* Update GTMABAddressBook to use a non-deprecated address book creation function.Gravatar gtm.daemon2014-02-05
| | | DELTA=6 (5 added, 0 deleted, 1 changed)
* Fix integer formatting compiler warning when building for 64 bit architecture.Gravatar gtm.daemon2014-01-29
| | | | | The reason is NSInteger is defined as long for 64bit. DELTA=1 (0 added, 0 deleted, 1 changed)
* fixupGravatar thomasvl2014-01-28
|
* Add BUILD files to GTMGravatar gtm.daemon2014-01-28
| | | | | Note that these files should not be sync'd to the opensource world - I'm not sure how to avoid that happening DELTA=924 (924 added, 0 deleted, 0 changed)
* Adding integerValueForParameter to GTMURLBuilder.Gravatar gtm.daemon2014-01-17
| | | | | Makes it symmetric with setIntegerValue. DELTA=8 (8 added, 0 deleted, 0 changed)
* Remove spaces from target namesGravatar gtm.daemon2014-01-14
| | | DELTA=60 (0 added, 0 deleted, 60 changed)
* Remove obsolete 64-bit NSNumber utility methods.Gravatar gtm.daemon2013-12-19
| | | DELTA=195 (9 added, 180 deleted, 6 changed)
* Fix build of Mac GTM project with static analyzer. Remove ↵Gravatar gtm.daemon2013-12-19
| | | | | GTMGarbageCollection. Remove GC build configs. Remove internal dependence on GTMObjectSingleton. DELTA=447 (49 added, 296 deleted, 102 changed)
* Enable code coverage for GTM test suite in iOS 7.Gravatar gtm.daemon2013-11-26
| | | | | Call gcov_flush at end of tests manually if GTMCodeCoverageApp is available to receive request. DELTA=5 (5 added, 0 deleted, 0 changed)
* - Add gcov flushes that will happen within the test bundles to also captureGravatar gtm.daemon2013-11-26
| | | | | | | | | | the coverage data there. Needed if you link some of your code directly into the test bundles or if you have code in headers (inlines, c++ templates, etc.) - Add a preprocessor gate to only bring in the coverage support when enabled, lets you add the source, and then use a Xcode Configuration to control when it is needed, otherwise you can end up linking coverage into your Release builds. DELTA=28 (28 added, 0 deleted, 0 changed)
* Get rid of extra semicolons in my previous change.Gravatar gtm.daemon2013-11-13
| | | DELTA=2 (0 added, 0 deleted, 2 changed)
* Add GoogleTestRunner to GTM.Gravatar gtm.daemon2013-11-12
| | | | | | | | | This allows you to easily mix and match SenTest with GoogleTest https://code.google.com/p/googletest/ which is nice when working with C++ code. Also adds GTMCodeCoverage which allows you to do code coverage with Xcode 5 and iOS7. DELTA=424 (424 added, 0 deleted, 0 changed)
* Put expected-actual-diff image paths each alone on a line, so it’s easier ↵Gravatar gtm.daemon2013-10-22
| | | | | to turn them into 'open' commands or to pick them out to open in other ways. DELTA=3 (0 added, 0 deleted, 3 changed)
* Implement hash function for GTMURLBuilderGravatar gtm.daemon2013-10-03
| | | DELTA=4 (4 added, 0 deleted, 0 changed)
* ioctl(FIONREAD, ...) can block. Switch to non-blocking IO and select(). Also,Gravatar gtm.daemon2013-09-27
| | | | | don't assume task will read STDIN in one slurp. DELTA=150 (101 added, 11 deleted, 38 changed)
* Extend the default timeout for killing apps and allow it to be controlled viaGravatar gtm.daemon2013-09-27
| | | | | an environment variable. DELTA=8 (6 added, 0 deleted, 2 changed)
* Updated iossim binary to pick up the change inGravatar gtm.daemon2013-09-24
| | | | | | https://src.chromium.org/viewvc/chrome?view=rev&revision=222918 to get better support for the iOS 7 simulator. DELTA=1 (0 added, 0 deleted, 1 changed)
* Updated the ARCH selector to match what Apple uses. Otherwise the Xcode UI getsGravatar gtm.daemon2013-09-11
| | | | | | two entries because of the different patterns (Apple now defaults to also including this). All this needs to match is x86_64, arm64, and maybe ppc64. DELTA=1 (0 added, 0 deleted, 1 changed)
* Quick GTMStackTrace fix.Gravatar gtm.daemon2013-09-03
| | | | | | | I noticed that the format specifier in GTMStackTrace was expecting to print out a hex address preceded by 0X, but the address won't actually be preceded by OX. Adding a # to the format specifier should fix this, I think. I'm not quite sure how to test this change...? DELTA=2 (0 added, 0 deleted, 2 changed)
* Fix unset variables issue for user dir and env variables.Gravatar gtm.daemon2013-08-30
| | | DELTA=18 (18 added, 0 deleted, 0 changed)
* Revert (script chokes if variables aren't set):Gravatar gtm.daemon2013-08-30
| | | pass optional home directory and environment variables to the iossim binary.
* Pass optional home directory and environment variables to the iossim binary.Gravatar gtm.daemon2013-08-30
| | | DELTA=11 (11 added, 0 deleted, 0 changed)
* Fix "Format string is not a string literal" compile errorGravatar gtm.daemon2013-08-28
| | | DELTA=1 (0 added, 0 deleted, 1 changed)
* Update the line break mode to use the updated constant, ↵Gravatar gtm.daemon2013-08-23
| | | | | NSLineBreakByClipping, instead of UILineBreakModeClip. DELTA=1 (0 added, 0 deleted, 1 changed)
* Fix up some assertions so that they don't run into issues with format stringsGravatar gtm.daemon2013-07-22
| | | | | not being constants. DELTA=32 (18 added, 0 deleted, 14 changed)
* Fix up build breakage on older compilers in GTMScriptRunner.mGravatar gtm.daemon2013-07-11
| | | DELTA=21 (11 added, 10 deleted, 0 changed)
* Fix for GTMScriptRunner: run:standardError: deadlocks with full error pipe -Gravatar gtm.daemon2013-07-11
| | | | | | | (https://code.google.com/p/google-toolbox-for-mac/issues/detail?id=25) by applying patch from dlreese (https://code.google.com/p/google-toolbox-for-mac/issues/detail?id=25#c3) DELTA=150 (91 added, 58 deleted, 1 changed)