Merge branch 'devs/q66/eolian_gen_next'
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Fri, 7 Oct 2016 11:36:15 +0000 (13:36 +0200)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Fri, 7 Oct 2016 11:36:55 +0000 (13:36 +0200)
commit797e417d1e3ce6acefacb97f1f95b1af984bba7a
tree84a3c761a431c85693d0f8afcfeb10d14e98bd82
parentdb0378911a3a5bce6c2a288044b0964e29327813
parent9553fd96401e2391ddc3143a64ea9d629c73fb37
Merge branch 'devs/q66/eolian_gen_next'

This merges a rewritten Eolian C generator which replaces the previous
generator. The old generator did not properly reflect the design choices taken
in the Eolian library, which resulted in a sub-par codebase that was a lot more
complicated than it had to be which resulted in worse maintainability.

The new generator aims to remedy that; it has much simpler design that relies
on the Eolian library more and doesn't take certain design choices that were
made previously.