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