summaryrefslogtreecommitdiff
path: root/src/ui/android/jni/Android.mk
AgeCommit message (Collapse)Author
2018-11-15Remove `src/ui` folder, moved to:John J. Camilleri
https://github.com/GrammaticalFramework/gf-offline-translator
2017-09-15add writer.c in Android.mkKrasimir Angelov
2017-09-01fix the Android makefile after the addition of word alignment APIKrasimir Angelov
2017-05-13add lookup.c to Android.mkkrasimir
2016-05-19fix in the Android App after the introduction of sqlite3Btree.ckrasimir
2015-09-04libsg is now accessible on androidkrasimir
2014-10-20get rid of gu/str.(c|h)kr.angelov
2014-10-09throw away the long obsolete runtime type information in the C runtimekr.angelov
2014-09-30add evaluator.c in Android.mkkr.angelov
2013-11-04A simple type checker in the C runtime. Dependent types are not supported ↵kr.angelov
yet but HOAS is implemented. The API is accessible from Python as well
2013-10-09lexer.c is now exluded from the makefile for Android since the new runtime ↵kr.angelov
doesn't need lexing
2013-09-17a major refactoring in the C runtime. GuList is now removed and replaced ↵kr.angelov
with GuSeq. The GuSeq/GuBuf API is simplified
2013-09-12fix in Android.mk to make sure that the Android build will always see the ↵kr.angelov
ARM headers of GNU lightning
2013-09-12remove the logging from libgukr.angelov
2013-09-12enable the PGF JIT compiler for Androidkr.angelov
2013-09-05remove the string internalization since it slows down grammar loading with ↵kr.angelov
little benefit
2013-09-05move src/runtime/android to src/ui/android/jnikr.angelov