aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Important: Fix fd leak that I think was the culprit for substitute'd devices ↵comex2015-07-121-6/+9
| | | | | | | | | | not accepting SSH connections after a while. Jul 12 14:03:44 iPhone com.apple.xpc.launchd[1] (Listeners) <Error>: assertion failed: 12F70: launchd + 34500 [C1C897D3-ECD1-3674-8B53-E0BCCDBCCEDE]: 0x9 Jul 12 14:03:44 iPhone com.apple.xpc.launchd[1] (com.openssh.sshd) <Error>: Could not accept new inetd connection: 9: Bad file descriptor
* progresscomex2015-07-113-9/+122
|
* working on safetycomex2015-07-114-81/+129
|
* fix anti-noisecomex2015-07-113-4/+7
|
* safety-dance UI fixescomex2015-07-112-3/+5
|
* build fixescomex2015-07-112-3/+7
|
* be safe in case the dylibs are missingcomex2015-07-111-0/+7
|
* better fixcomex2015-07-112-3/+5
|
* put back notifyd exclusion - still an issue :<comex2015-07-111-17/+23
|
* work around SSH issuecomex2015-07-111-6/+24
|
* fix?comex2015-07-115-32/+48
|
* stuff!comex2015-07-106-12/+44
|
* Avoid issues with the system time changingcomex2015-07-101-8/+12
|
* redo all the things with xpc - not tested yetcomex2015-07-076-353/+324
|
* Merge branch 'mconfig-work'comex2015-07-078-861/+1438
|\ | | | | | | | | | | My pet build system project - not terribly useful for a relatively simple thing like this, but I want to use it for other purposes, and it does provide a nice ./configure...
| * warning fixcomex2015-07-072-208/+1
| |
| * Werror, Makefile fixcomex2015-07-072-1/+7
| |
| * commit new compiled version of darwin-inject-asm so i don't go crazy...comex2015-07-071-4/+4
| |
| * ldidcomex2015-07-072-17/+33
| |
| * build more stuff - need ldid and arguably dsym fixupcomex2015-07-072-12/+49
| |
| * testscomex2015-07-074-28/+108
| |
| * ...comex2015-07-073-73/+150
| |
| * fix auto_rerun_config for ninja/etccomex2015-06-301-30/+61
| |
| * move mconfig.pycomex2015-06-292-1/+3
| |
| * py3k fixescomex2015-06-251-18/+36
| |
| * ok, actually works - for make. will need to look up what Ninja does wrt the ↵comex2015-06-251-4/+17
| | | | | | | | file changing at some point - will it do the hashing thing for me?
| * rename Makefile to avoid issues - will be replaced sooncomex2015-06-251-0/+0
| |
| * fixed auto-regen...comex2015-06-252-23/+57
| |
| * fixes - now three ways to specify an arch for xcode, yayercomex2015-06-252-4/+15
| |
| * ...comex2015-06-252-60/+198
| |
| * build_c_objs improvementscomex2015-06-232-22/+38
| |
| * improve expand() and add support to add_commandcomex2015-06-212-30/+81
| |
| * We are actually emitting makefiles and building now (with make and ninja); ↵comex2015-06-202-31/+286
| | | | | | | | some things remain for MVP though, like detecting makefile change, rebuilding in case of rule changes, helper functions...
| * remove outdated notecomex2015-06-161-1/+0
|/
* progresscomex2015-06-161-35/+103
|
* arch... not such a good ideacomex2015-06-161-26/+67
|
* refactor toolchain object modelcomex2015-06-161-37/+47
|
* mehcomex2015-06-161-52/+85
|
* purge 'need'comex2015-06-141-60/+61
|
* ...tools...comex2015-06-131-35/+231
|
* environment "arguments"comex2015-06-131-51/+87
|
* ...comex2015-06-131-49/+86
|
* mconfig.py progresscomex2015-06-131-0/+219
|
* Fix unrestrict. Problem was right under my nose...comex2015-04-152-39/+49
|
* Stick darwin-inject-asm.S in out/ so running make doesn't overwrite ↵comex2015-04-151-2/+2
| | | | | | committed files in generated/ by default. Updating the generated/ copy can be done manually.
* improve verbose logcomex2015-04-151-2/+3
|
* fix for compiling objc-asm.S on ARM with newer Apple compilercomex2015-04-151-1/+1
|
* More bugfixes thanks to him.comex2015-04-112-2/+5
|
* Fix missing dereference, thanks to alexzielenskicomex2015-03-231-1/+1
|
* Merge pull request #5 from parrotgeek1/mastercomex2015-03-061-2/+1
|\ | | | | ios 8 is now a dependency, readme should reflect it