aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMNSWorkspace+RunningTest.m
Commit message (Collapse)AuthorAge
* First cut at pruning things/updating things.Gravatar dmaclach2016-10-07
| | | | | | | | | | | | | | | Remove a bunch of code that Google stopped using/maintaining rather than trying to update it it. Some would be hard to update, some actually has system provided replacements; others are patterns that just don't seem as common now. Prune out the code related to macOS <= 10.5, start pruning some of the really old iOS support also. Get the projects mostly limping again with modern Xcodes so tests can be run. If someone ends up on this commit via history for something they still find as useful, feel free to do a pull request to bring the snippet of code back to life and update it for current SDKs.
* [Author: dmaclach]Gravatar gtm.daemon2009-05-20
| | | | | | Add ourselves to the list of running apps even if we are a UIElement app. DELTA=18 (17 added, 0 deleted, 1 changed) R=thomasvl
* docs don't say it, but isHidden isn't always set, updating accordinglyGravatar thomasvl@gmail.com2009-02-27
|
* some updates for keys that aren't always thereGravatar thomasvl@gmail.com2009-02-26
|
* - turned off _debug framework support in tests since we now capture a lot moreGravatar thomasvl@gmail.com2009-01-09
in log validation. - Added GTM_SUPPORT_GC for controlling the inclusion of GC related code. - If you are using GTMUnitTestDevLog, it also tries to capture logs from NSAssert. - Added GTM_FOREACH_OBJECT/GTM_FOREACH_KEY that uses NSEnumerator and objectEnumerator/keyEnumerator on 10.4, but on 10.5+/iPhone uses FastEnumeration. - GTMNSWorkspace+Running gives a variety of ways of determining the attributes of running processes.