summaryrefslogtreecommitdiff
path: root/src/runtime/c
AgeCommit message (Expand)Author
2017-04-19explicitly classify all functions in libpgf as either internal or API functionskrasimir
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-13gu_string_buf -> gu_new_string_buf in libgukrasimir
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-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-03-14fix the compilation of sqlite3Btree.c on Windowskrasimir
2017-01-26bring the Haskell binding a bit closer to the pure Haskell APIkrasimir
2017-01-26added mkMeta and unMeta in the Haskell bindingkrasimir
2016-06-16pgf_generate_all now emits __mock_string__ instead of FOO for String literals.krasimir
2016-06-09now a working API for complex queries in libsgkrasimir
2016-06-09bugfix in libsgkrasimir
2016-05-30added getFunctionProb in the Java and C APIkrasimir
2016-05-25fix the word completion in the C runtimekrasimir
2016-05-25fix the compilation when debugging is switched offkrasimir
2016-05-25pgf_generate_all now works with literals as wellkrasimir
2016-05-25when expressions with Float literals are printed, we should use the same form...krasimir
2016-05-25fix a warning in libsgkrasimir
2016-05-22bugfix in libsgkrasimir
2016-05-18fix the compilation of sqlite3 on MacOSkrasimir
2016-05-10an API for oracles in the GF parserkrasimir
2016-04-29a prototype for complex queries over expressions in libsgkrasimir
2016-04-29added methods for accessing the last element of a buffer in libgukrasimir
2016-04-28a version of sqlite3.c which is prunned to one third of the original size and...krasimir
2016-04-14more fixes for GNU Lightning for ARMkrasimir
2016-04-14fix in evaluator.ckrasimir
2016-04-14bugfix in GNU Lightning for ARMkrasimir
2016-04-13bugfix in the JIT compiler for 64bit machineskrasimir
2016-04-13locale independent printing for doubles when they are part of an abstract exp...krasimir
2016-04-13fix for reading PgfExpr with a double literalkrasimir
2016-03-30src/runtime/c/INSTALL: add automake to the list of needed packages on Linuxhallgren
2016-02-09some progress on complex queries in libsgkrasimir
2016-01-26fix a rather intricate bug where coercions in the PMCFG grammar didn't intera...krasimir
2015-12-22added API for reading a list of tuples in the SG modulekrasimir
2015-12-22pgf_read should close the input file.krasimir
2015-12-20added a primitive full-text search index in libsg. This can be use for findin...krasimir
2015-12-19a fix that should solve the segmentation fault on MacOS with the exhaustive g...krasimir
2015-11-25added readTriple in libsg and its Haskell bindingkrasimir
2015-11-19added mkInt and mkFloat in the Haskell binding to make it easy to create lite...krasimir
2015-10-14bugfix for lookupMorpho in the C runtimekrasimir
2015-09-11fix the debug mode in the tree generator in the C runtimekrasimir
2015-09-08add readTriple in the Haskell bindingkrasimir
2015-09-08bugfix in the parserkrasimir