aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Merge pull request #111 from perotinus/masterGravatar Thomas Van Lenten2016-02-25
|\
| * Add a podspec for GTM. This only adds a podspec for some of the commonly-used...Gravatar Jonathan MacMillan2016-02-25
|/
* Merge pull request #112 from thomasvl/updateGravatar Thomas Van Lenten2016-02-23
|\
| * On iOS devices allow the current user/app to read the log messages it generates.Gravatar Thomas Van Lenten2016-02-23
| * add some casts to objc_msgSendGravatar Thomas Van Lenten2016-02-23
|/
* Merge pull request #108 from thomasvl/updateGravatar Thomas Van Lenten2016-01-26
|\
| * Export another unused symbols in category-only files for when they are used i...Gravatar Thomas Van Lenten2016-01-26
|/
* Merge pull request #107 from thomasvl/updateGravatar Thomas Van Lenten2016-01-12
|\
| * Export unused symbols in category-only files for when they are used in static...Gravatar Thomas Van Lenten2016-01-12
|/
* Merge pull request #106 from thomasvl/updateGravatar Thomas Van Lenten2016-01-04
|\
| * Add _CNZombie_ and FigIrisAutoTrimmerMotionSampleExport to the know classesGravatar Thomas Van Lenten2016-01-04
|/
* Merge pull request #103 from thomasvl/updateGravatar Thomas Van Lenten2015-11-03
|\
| * remove the stale reference to the release notes fileGravatar Thomas Van Lenten2015-11-03
|/
* Merge pull request #102 from thomasvl/updateGravatar Thomas Van Lenten2015-11-03
|\
| * Keep GTM building after clang r251041 when targeting 10.6Gravatar Thomas Van Lenten2015-11-03
| * Make gtm_runUntilDate:context: run on the runloop it is called on, not the cu...Gravatar Thomas Van Lenten2015-11-03
|/
* Merge pull request #101 from thomasvl/updateGravatar Thomas Van Lenten2015-10-20
|\
| * Minor fixesGravatar Thomas Van Lenten2015-10-20
| * Update iossim for Xcode 7 supportGravatar Thomas Van Lenten2015-10-20
|/
* Merge pull request #100 from thomasvl/method_check_tweakGravatar Thomas Van Lenten2015-09-21
|\
| * Extract the DL_info check before the loop because it doesn't depend on anythi...Gravatar Thomas Van Lenten2015-09-21
|/
* Merge pull request #99 from thomasvl/update_sourcesGravatar Thomas Van Lenten2015-09-08
|\
| * Let Xcode rewrite the strings filesGravatar Thomas Van Lenten2015-09-08
| * whitespace fixupGravatar Thomas Van Lenten2015-09-08
| * Relay the real argc/argv to testing::InitGoogleTestGravatar Thomas Van Lenten2015-09-08
| * Kill off the Spotlight and Xcode plugins as they haven't been maintained.Gravatar Thomas Van Lenten2015-09-08
| * keep the scale when resizing an imageGravatar Thomas Van Lenten2015-09-08
| * 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