twinaphex
|
f705503531
|
(Apple) Get rid of HAVE_CORELOCATION/HAVE_AVFOUNDATION - was mostly dormant
code and makes the Apple code needlessly complex right now. We can
always reintroduce this later on when the time is right
|
2019-02-07 04:03:52 +01:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
Stuart Carnie
|
68760b36f2
|
chore(cocoa): Cleanup unnecessary conditionals in Metal source files
|
2018-11-06 07:56:05 -07:00 |
|
Stuart Carnie
|
5c1075127b
|
chore(metal): Separate legacy GL and Metal source
* Forks of Cocoa / Cocoa Touch to *_metal.* version
* Reverted original GL Cocoa / Cocoa Touch versions
* GL and Metal projects still build
|
2018-11-04 20:50:50 -07:00 |
|