index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ui
/
android
/
jni
Age
Commit message (
Expand
)
Author
2018-11-15
Remove `src/ui` folder, moved to:
John J. Camilleri
2017-09-15
add writer.c in Android.mk
Krasimir Angelov
2017-09-01
fix the Android makefile after the addition of word alignment API
Krasimir Angelov
2017-05-13
add lookup.c to Android.mk
krasimir
2016-05-19
fix in the Android App after the introduction of sqlite3Btree.c
krasimir
2015-09-04
libsg is now accessible on android
krasimir
2015-08-06
set the optimization levels for the JNI code to release level
krasimir
2015-06-30
specify strict APP_PLATFORM to avoid crashes on devices with older android ve...
krasimir
2014-10-20
get rid of gu/str.(c|h)
kr.angelov
2014-10-09
throw away the long obsolete runtime type information in the C runtime
kr.angelov
2014-09-30
add evaluator.c in Android.mk
kr.angelov
2013-11-04
A simple type checker in the C runtime. Dependent types are not supported yet...
kr.angelov
2013-10-09
lexer.c is now exluded from the makefile for Android since the new runtime do...
kr.angelov
2013-09-17
a major refactoring in the C runtime. GuList is now removed and replaced with...
kr.angelov
2013-09-12
fix in Android.mk to make sure that the Android build will always see the ARM...
kr.angelov
2013-09-12
remove the logging from libgu
kr.angelov
2013-09-12
enable the PGF JIT compiler for Android
kr.angelov
2013-09-05
remove the string internalization since it slows down grammar loading with li...
kr.angelov
2013-09-05
move src/runtime/android to src/ui/android/jni
kr.angelov