aboutsummaryrefslogtreecommitdiff
path: root/configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix some ARM stuff including calls, and test itcomex2016-11-151-1/+6
| | | | wow this code sucks
* make ln command more robustcomex2016-07-121-1/+1
|
* Update mconfig.py and fix the debug info option with multiple machines; ↵comex2016-01-271-1/+1
| | | | update configure and add a symlink in out/ so (DY)LD_LIBRARY_PATH works
* lol, mach awk failcomex2015-10-271-3/+4
|
* mconfig quick fixescomex2015-08-171-1/+3
|
* fix vec.h bugcomex2015-08-071-0/+1
|
* fix iOS detection properly.comex2015-07-171-1/+1
|
* add more correct 'is iOS' heuristic, and use itcomex2015-07-171-3/+6
| | | | fixes missing -miphoneos-version-min=8.0
* fix some build stuffcomex2015-07-161-2/+4
|
* fix accidentally exported symbolscomex2015-07-161-4/+8
|
* Import some code to handle <redacted> syms.comex2015-07-161-1/+1
|
* fixescomex2015-07-121-1/+5
|
* redo crash reporting - untested (but it compiles)comex2015-07-121-2/+2
|
* safetydance work, but it's brokencomex2015-07-121-3/+3
|
* progresscomex2015-07-111-0/+1
|
* build fixescomex2015-07-111-2/+6
|
* stuff!comex2015-07-101-1/+1
|
* redo all the things with xpc - not tested yetcomex2015-07-071-1/+1
|
* Werror, Makefile fixcomex2015-07-071-0/+4
|
* ldidcomex2015-07-071-0/+10
|
* build more stuff - need ldid and arguably dsym fixupcomex2015-07-071-7/+39
|
* testscomex2015-07-071-14/+84
|
* ...comex2015-07-071-9/+35
|
* move mconfig.pycomex2015-06-291-1/+3
|
* fixed auto-regen...comex2015-06-251-1/+6
|
* fixes - now three ways to specify an arch for xcode, yayercomex2015-06-251-0/+1
|
* ...comex2015-06-251-3/+44
|
* build_c_objs improvementscomex2015-06-231-2/+5
|
* improve expand() and add support to add_commandcomex2015-06-211-3/+5
|
* We are actually emitting makefiles and building now (with make and ninja); ↵comex2015-06-201-0/+26
some things remain for MVP though, like detecting makefile change, rebuilding in case of rule changes, helper functions...