aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add missing dep for podspec.Gravatar Thomas Van Lenten2019-05-17
* Bump the version for a pods release.Gravatar Thomas Van Lenten2019-05-17
* GTMLocalizer: use NSAccessibility on 10.10+ deployment targetsGravatar Elly Fong-Jones2019-02-19
* Import Foundation so the header is self standing.Gravatar Thomas Van Lenten2019-02-04
* Add import so source builds is compiling with modules.Gravatar Thomas Van Lenten2019-02-04
* Add GTMTimeUtils (#229)Gravatar dmaclach2019-01-03
* Enable release (#228)Gravatar dmaclach2018-12-14
* Set target configurations correctly. (#227)Gravatar dmaclach2018-12-14
* We should not be generating position dependent code. This is no longer standa...Gravatar dmaclach2018-12-13
* Bump Travis to using Xcode 10.1Gravatar Thomas Van Lenten2018-12-11
* Set the test host in the XCode settings for App Tests.Gravatar Thomas Van Lenten2018-12-11
* Let Xcode 10.1 update the project/scheme files.Gravatar Thomas Van Lenten2018-12-11
* Version bump for a release.Gravatar Thomas Van Lenten2018-12-05
* Turn off the compiler warnings when building in another spot.Gravatar Thomas Van Lenten2018-12-03
* Turn off the compiler warnings when building the sources.Gravatar Thomas Van Lenten2018-12-03
* Drop the helper scripts.Gravatar Thomas Van Lenten2018-12-03
* Drop the thread name test.Gravatar Thomas Van Lenten2018-11-20
* Add travis config to build/test.Gravatar Thomas Van Lenten2018-11-20
* Remove a pile of Xcode configuration files which are out of date. (#215)Gravatar dmaclach2018-11-19
* Fix up GTMNSThread+block test. (#214)Gravatar dmaclach2018-11-19
* Fix up race between NSThread setName and pthread_getname on the thread. (#213)Gravatar dmaclach2018-11-19
* Reorder testing of selectors.Gravatar Thomas Van Lenten2018-11-15
* Fix up race in testPThreadName. (#211)Gravatar dmaclach2018-11-15
* Project modernization.Gravatar Thomas Van Lenten2018-11-15
* Drop the ReleaseNotes, they went stale a long time ago...Gravatar Thomas Van Lenten2018-11-15
* Add deprecation markings on GTMServiceManagement. (#207)Gravatar dmaclach2018-11-14
* Set GTM deployment target to macOS 10.7. (#208)Gravatar dmaclach2018-11-14
* Deprecate GTMFileSystemKqueue. (#204)Gravatar dmaclach2018-11-13
* Fix up timeout for test. (#205)Gravatar dmaclach2018-11-13
* Added missing deprecated attribute to NSData+zlib. (#206)Gravatar dmaclach2018-11-13
* Remove unused GTMUnitTestDevLog. (#203)Gravatar dmaclach2018-11-13
* Add Deprecation Notices to GTMSystemVersion (#202)Gravatar dmaclach2018-11-13
* Remove GTM_FOREACH_* macros. (#201)Gravatar dmaclach2018-11-13
* Remove GTMPath (#200)Gravatar dmaclach2018-11-13
* Deprecate GTMNSScanner+JSON (#199)Gravatar dmaclach2018-11-13
* Add deprecation warnings on URLArgument categories. (#198)Gravatar dmaclach2018-11-13
* Remove Unused (and deprecated) GTMNSFileManager+Carbon (#197)Gravatar dmaclach2018-11-13
* Remove flaky "clean environment" check. (#193)Gravatar dmaclach2018-11-13
* Remove GTMLoginItems (#196)Gravatar dmaclach2018-11-13
* Remove old uses of GTM_FOREACH_KEY (#194)Gravatar dmaclach2018-11-13
* Fixed up GTMSignalHandler and deprecated it. (#192)Gravatar dmaclach2018-11-13
* Fix up deprecations so that they use proper version numbering x_y vs x.y (#195)Gravatar dmaclach2018-11-13
* Fixes up a race condition in GTMNSThread+Blocks (#181)Gravatar dmaclach2018-11-12
* Deprecate runloop spinning functionality for tests. (#191)Gravatar dmaclach2018-11-12
* Move GTMCarbonEvent over to XCTestExpectation (#188)Gravatar dmaclach2018-11-12
* Fix up testharness. (#189)Gravatar dmaclach2018-11-12
* Turn off reserved-id-macro warning. (#190)Gravatar dmaclach2018-11-12
* Move animation over to XCTestExpectation (#187)Gravatar dmaclach2018-11-12
* Deprecate all uses of SenTesting (#186)Gravatar dmaclach2018-11-12
* Remove ancient GTMNSString+Replace (#185)Gravatar dmaclach2018-11-11