Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-15 | fix some ARM stuff including calls, and test it | comex | 1 | -1/+6 | |
wow this code sucks | |||||
2016-07-12 | make ln command more robust | comex | 1 | -1/+1 | |
2016-01-27 | Update mconfig.py and fix the debug info option with multiple machines; ↵ | comex | 1 | -1/+1 | |
update configure and add a symlink in out/ so (DY)LD_LIBRARY_PATH works | |||||
2015-10-27 | lol, mach awk fail | comex | 1 | -3/+4 | |
2015-08-17 | mconfig quick fixes | comex | 1 | -1/+3 | |
2015-08-07 | fix vec.h bug | comex | 1 | -0/+1 | |
2015-07-17 | fix iOS detection properly. | comex | 1 | -1/+1 | |
2015-07-17 | add more correct 'is iOS' heuristic, and use it | comex | 1 | -3/+6 | |
fixes missing -miphoneos-version-min=8.0 | |||||
2015-07-16 | fix some build stuff | comex | 1 | -2/+4 | |
2015-07-16 | fix accidentally exported symbols | comex | 1 | -4/+8 | |
2015-07-16 | Import some code to handle <redacted> syms. | comex | 1 | -1/+1 | |
2015-07-12 | fixes | comex | 1 | -1/+5 | |
2015-07-12 | redo crash reporting - untested (but it compiles) | comex | 1 | -2/+2 | |
2015-07-12 | safetydance work, but it's broken | comex | 1 | -3/+3 | |
2015-07-11 | progress | comex | 1 | -0/+1 | |
2015-07-11 | build fixes | comex | 1 | -2/+6 | |
2015-07-10 | stuff! | comex | 1 | -1/+1 | |
2015-07-07 | redo all the things with xpc - not tested yet | comex | 1 | -1/+1 | |
2015-07-07 | Werror, Makefile fix | comex | 1 | -0/+4 | |
2015-07-07 | ldid | comex | 1 | -0/+10 | |
2015-07-07 | build more stuff - need ldid and arguably dsym fixup | comex | 1 | -7/+39 | |
2015-07-07 | tests | comex | 1 | -14/+84 | |
2015-07-07 | ... | comex | 1 | -9/+35 | |
2015-06-29 | move mconfig.py | comex | 1 | -1/+3 | |
2015-06-25 | fixed auto-regen... | comex | 1 | -1/+6 | |
2015-06-25 | fixes - now three ways to specify an arch for xcode, yayer | comex | 1 | -0/+1 | |
2015-06-25 | ... | comex | 1 | -3/+44 | |
2015-06-23 | build_c_objs improvements | comex | 1 | -2/+5 | |
2015-06-21 | improve expand() and add support to add_command | comex | 1 | -3/+5 | |
2015-06-20 | We are actually emitting makefiles and building now (with make and ninja); ↵ | comex | 1 | -0/+26 | |
some things remain for MVP though, like detecting makefile change, rebuilding in case of rule changes, helper functions... |