summaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
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
2017-01-26copy the types for BracketedString from the Haskell runtime to the Haskell bi...krasimir
2017-01-26added mkMeta and unMeta in the Haskell bindingkrasimir
2017-01-26added mkAbs and unAbs in the Haskell bindingkrasimir
2017-01-26more startCat to the Types section in the Haddock documentation for the Haske...krasimir
2017-01-26add unStr,unInt and unFloat in the Haskell bindingkrasimir
2017-01-25improve the documentation for PGF2krasimir
2017-01-25add functionsByCat in the Haskell bindingkrasimir
2017-01-25bugfix in the Haskell bindingkrasimir
2017-01-24added linearizeAll in the Java APIkrasimir
2017-01-24resolve a conflict that was for some reason commited in src/runtime/java/Make...krasimir
2016-09-19python examples compatible with both Python 2 and 3prasanth.kolachina
2016-09-05BNF grammars (.bnf or .cf) can have rules without semicolons, as in the GF bo...aarne
2016-08-01python2 is now supported. the patch is based on a contribution from Vinit Rav...krasimir
2016-08-01two memory leaks in the Python bindingskrasimir
2016-06-16pgf_generate_all now emits __mock_string__ instead of FOO for String literals.krasimir
2016-06-16bugfix in the load method in the Python binding. The file was never closed.krasimir
2016-06-15added a default value in dependency visualization for cases using maximum, to...aarne
2016-06-09PGF service & minibar: only show dependency diagrams if the labels are knownhallgren
2016-06-09now a working API for complex queries in libsgkrasimir