summaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2017-05-12sentence lookup API from Javakrasimir
2017-05-12bugfix in the sentence lookupkrasimir
2017-05-12a binding to the sentence lookup from Haskellkrasimir
2017-05-12the first prototype for sentence lookupkrasimir
2017-05-11just for fun: hashCode for expressionskrasimir
2017-05-11an API for inspecting expressions in Javakrasimir
2017-05-11bugfix for print names in the C runtime and expose the functionality from Javakrasimir
2017-05-11construction of Int and Float literals in the Java bindingkrasimir
2017-05-10added Expr.applykrasimir
2017-05-10bugfix in the Java bindingkrasimir
2017-05-10a simple optimization for getCategories, getFunctions, getFunctionsByCat in t...krasimir
2017-05-10finished Type.getHypos & added Hypo.getTypekrasimir
2017-05-10a partial implementation for Type.getHypos. at least it lets us to count the ...krasimir
2017-05-04optimize memory allocation in the lookup by using worker poolskrasimir
2017-05-04remove duplicate entries from the lookup indexkrasimir
2017-05-04merging spineskrasimir
2017-05-03first steps for sentence lookup in the C runtimekrasimir
2017-04-19add install pragma for CMakekrasimir
2017-04-19more changes to make the C runtime compilable with MSVCkrasimir
2017-04-19in libgu mark explicitly all functions that belong to the APIkrasimir
2017-04-19in the Java binding mark all internal functions as hiddenkrasimir
2017-04-19explicitly classify all functions in libpgf as either internal or API functionskrasimir
2017-04-19make some of the functions in the Python binding statickrasimir
2017-04-13add the CMakeLists.txt from Bjørnarkrasimir
2017-04-13disable doxygenkrasimir
2017-04-13updated AUTHORS list in the C runtimekrasimir
2017-04-13remove src/runtime/c/README it is obsolete anywaykrasimir
2017-04-13use gu_string_buf_data in the Python binding to avoid copyingkrasimir
2017-04-13gu_string_buf -> gu_new_string_buf in libgukrasimir
2017-04-13use gu_string_buf_data in the Java binding to avoid double copying of stringskrasimir
2017-04-13full support for Latin1 GF identifiers in the C runtimekrasimir
2017-04-13add gu_string_buf_data and gu_string_buf_length in libgukrasimir
2017-04-13silence a few warnings on MacOSkrasimir
2017-04-13use GU_API_DATA_DECL instead of GU_API_DATA to make the C runtime compile aga...krasimir
2017-04-12update SG.hsckrasimir
2017-04-12remove the teyjus and utils folderskrasimir
2017-04-12a patch from Bjørnar Luteberget for compatibility with MSVCkrasimir
2017-04-12some work on libsg querieskrasimir
2017-04-06separated syncat multiwords in dep tree generation ; added function wildcards...aarne
2017-04-06vd command now reads local concrete configurations to deal with syncat words;...aarne
2017-04-05added generateOntology & generateOntologyDepthkrasimir
2017-03-14fix the compilation of sqlite3Btree.c on Windowskrasimir
2017-02-10safer memory management in the Haskell bindingkrasimir
2017-01-26API for computing the Haskell bindingkrasimir
2017-01-26use throwIO instead of throw in a few placedkrasimir
2017-01-26type checking API in the Haskell bindingkrasimir
2017-01-26a better implementation for PGF2.categorieskrasimir
2017-01-26now the Python API also accepts types as start categories. Using a string is ...krasimir
2017-01-26forgot to add src/runtime/haskell-bind/PGF2/Type.hsckrasimir
2017-01-26bring the Haskell binding a bit closer to the pure Haskell APIkrasimir