Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix my hash table algorithm - argh | comex | 2015-07-12 | 3 | -15/+67 |
| | |||||
* | fixes | comex | 2015-07-12 | 6 | -39/+82 |
| | |||||
* | redo crash reporting - untested (but it compiles) | comex | 2015-07-12 | 6 | -80/+252 |
| | |||||
* | how did that style violation get in there? must have been tired | comex | 2015-07-12 | 1 | -4/+8 |
| | |||||
* | safetydance work, but it's broken | comex | 2015-07-12 | 4 | -10/+41 |
| | |||||
* | Important: Fix fd leak that I think was the culprit for substitute'd devices ↵ | comex | 2015-07-12 | 1 | -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 | ||||
* | progress | comex | 2015-07-11 | 3 | -9/+122 |
| | |||||
* | working on safety | comex | 2015-07-11 | 4 | -81/+129 |
| | |||||
* | fix anti-noise | comex | 2015-07-11 | 3 | -4/+7 |
| | |||||
* | safety-dance UI fixes | comex | 2015-07-11 | 2 | -3/+5 |
| | |||||
* | build fixes | comex | 2015-07-11 | 2 | -3/+7 |
| | |||||
* | be safe in case the dylibs are missing | comex | 2015-07-11 | 1 | -0/+7 |
| | |||||
* | better fix | comex | 2015-07-11 | 2 | -3/+5 |
| | |||||
* | put back notifyd exclusion - still an issue :< | comex | 2015-07-11 | 1 | -17/+23 |
| | |||||
* | work around SSH issue | comex | 2015-07-11 | 1 | -6/+24 |
| | |||||
* | fix? | comex | 2015-07-11 | 5 | -32/+48 |
| | |||||
* | stuff! | comex | 2015-07-10 | 6 | -12/+44 |
| | |||||
* | Avoid issues with the system time changing | comex | 2015-07-10 | 1 | -8/+12 |
| | |||||
* | redo all the things with xpc - not tested yet | comex | 2015-07-07 | 6 | -353/+324 |
| | |||||
* | Merge branch 'mconfig-work' | comex | 2015-07-07 | 8 | -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 fix | comex | 2015-07-07 | 2 | -208/+1 |
| | | |||||
| * | Werror, Makefile fix | comex | 2015-07-07 | 2 | -1/+7 |
| | | |||||
| * | commit new compiled version of darwin-inject-asm so i don't go crazy... | comex | 2015-07-07 | 1 | -4/+4 |
| | | |||||
| * | ldid | comex | 2015-07-07 | 2 | -17/+33 |
| | | |||||
| * | build more stuff - need ldid and arguably dsym fixup | comex | 2015-07-07 | 2 | -12/+49 |
| | | |||||
| * | tests | comex | 2015-07-07 | 4 | -28/+108 |
| | | |||||
| * | ... | comex | 2015-07-07 | 3 | -73/+150 |
| | | |||||
| * | fix auto_rerun_config for ninja/etc | comex | 2015-06-30 | 1 | -30/+61 |
| | | |||||
| * | move mconfig.py | comex | 2015-06-29 | 2 | -1/+3 |
| | | |||||
| * | py3k fixes | comex | 2015-06-25 | 1 | -18/+36 |
| | | |||||
| * | ok, actually works - for make. will need to look up what Ninja does wrt the ↵ | comex | 2015-06-25 | 1 | -4/+17 |
| | | | | | | | | file changing at some point - will it do the hashing thing for me? | ||||
| * | rename Makefile to avoid issues - will be replaced soon | comex | 2015-06-25 | 1 | -0/+0 |
| | | |||||
| * | fixed auto-regen... | comex | 2015-06-25 | 2 | -23/+57 |
| | | |||||
| * | fixes - now three ways to specify an arch for xcode, yayer | comex | 2015-06-25 | 2 | -4/+15 |
| | | |||||
| * | ... | comex | 2015-06-25 | 2 | -60/+198 |
| | | |||||
| * | build_c_objs improvements | comex | 2015-06-23 | 2 | -22/+38 |
| | | |||||
| * | improve expand() and add support to add_command | comex | 2015-06-21 | 2 | -30/+81 |
| | | |||||
| * | We are actually emitting makefiles and building now (with make and ninja); ↵ | comex | 2015-06-20 | 2 | -31/+286 |
| | | | | | | | | some things remain for MVP though, like detecting makefile change, rebuilding in case of rule changes, helper functions... | ||||
| * | remove outdated note | comex | 2015-06-16 | 1 | -1/+0 |
|/ | |||||
* | progress | comex | 2015-06-16 | 1 | -35/+103 |
| | |||||
* | arch... not such a good idea | comex | 2015-06-16 | 1 | -26/+67 |
| | |||||
* | refactor toolchain object model | comex | 2015-06-16 | 1 | -37/+47 |
| | |||||
* | meh | comex | 2015-06-16 | 1 | -52/+85 |
| | |||||
* | purge 'need' | comex | 2015-06-14 | 1 | -60/+61 |
| | |||||
* | ...tools... | comex | 2015-06-13 | 1 | -35/+231 |
| | |||||
* | environment "arguments" | comex | 2015-06-13 | 1 | -51/+87 |
| | |||||
* | ... | comex | 2015-06-13 | 1 | -49/+86 |
| | |||||
* | mconfig.py progress | comex | 2015-06-13 | 1 | -0/+219 |
| | |||||
* | Fix unrestrict. Problem was right under my nose... | comex | 2015-04-15 | 2 | -39/+49 |
| | |||||
* | Stick darwin-inject-asm.S in out/ so running make doesn't overwrite ↵ | comex | 2015-04-15 | 1 | -2/+2 |
| | | | | | | committed files in generated/ by default. Updating the generated/ copy can be done manually. |