Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | improve verbose log | comex | 2015-04-15 | 1 | -2/+3 |
| | |||||
* | fix for compiling objc-asm.S on ARM with newer Apple compiler | comex | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | More bugfixes thanks to him. | comex | 2015-04-11 | 2 | -2/+5 |
| | |||||
* | Fix missing dereference, thanks to alexzielenski | comex | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5 from parrotgeek1/master | comex | 2015-03-06 | 1 | -2/+1 |
|\ | | | | | ios 8 is now a dependency, readme should reflect it | ||||
| * | ios 8 is now a dependency, readme should reflect it | Ethan Nelson-Moore | 2015-03-06 | 1 | -2/+1 |
|/ | |||||
* | fixes for compiling on older OS X | comex | 2015-03-03 | 3 | -2/+7 |
| | |||||
* | Merge pull request #2 from evilGoldfish/master | comex | 2015-03-03 | 1 | -0/+1 |
|\ | | | | | OMG a pull request! | ||||
| * | Made Substitute depend on iOS 8 | Evan | 2015-03-03 | 1 | -0/+1 |
|/ | |||||
* | add note about safestrat | comex | 2015-03-01 | 1 | -1/+3 |
| | |||||
* | add link to release page | comex | 2015-03-01 | 2 | -5/+3 |
| | |||||
* | READMEification | comex | 2015-03-01 | 1 | -10/+36 |
| | |||||
* | Add extrainst_ and postrm | comex | 2015-03-01 | 4 | -2/+32 |
| | | | | | Not actually tested, because I'm too tired tonight to try setting up a real repository (as opposed to dpkg -i). | ||||
* | A number of critical fixes painstakingly discovered in the slowest way possible. | comex | 2015-03-01 | 15 | -28/+54 |
| | |||||
* | seems to work | comex | 2015-03-01 | 2 | -19/+39 |
| | |||||
* | fix stack alignment | comex | 2015-03-01 | 1 | -3/+6 |
| | |||||
* | minor changes | comex | 2015-03-01 | 5 | -15/+52 |
| |