summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-02Bump version number to 3.7.1 and finalize documentationhallgren
2015-10-02GF.Interactive2: extension FlexibleContexts is needed for GHC 7.10 compatibilityhallgren
2015-10-02Minor edit of GF 3.7.1 release noteshallgren
2015-10-01Some work on the release notes and download page for GF 3.7.1.hallgren
2015-10-01bin/build-binary-dist.sh: fix hardcoded /usr install path for .pkg packages.hallgren
2015-10-01Makefile: make pkg: change install location from /usr to /usr/localhallgren
2015-09-30cc -trace: don't try to show the bodies of lambda abstractionshallgren
2015-09-30added bracketedLinearizeAll in Pythonkrasimir
2015-09-29download/release-next.t2t: preliminary release notes for GF 3.7.1hallgren
2015-09-29GF source lexer: allow numeric character escapes in string literalshallgren
2015-09-28Preliminary new shell feature: cc -trace.hallgren
2015-09-14haskell-bind/SG.hsc: fix unsafePerformIO import problem with ghc>=7.8hallgren
2015-09-14doc/gf-developers.t2t: script name for installing the C run-time was wrong, s...hallgren
2015-09-14doc/gf-developers.t2t: some updateshallgren
2015-09-11WebSetup.hs: always enable parallel compilation of the RGL and the example gr...hallgren
2015-09-11Remove debug output introduced in previous patchhallgren
2015-09-11Parallel compilation: "gf -make -j" and "gf -make -j=n" now work as expectedhallgren
2015-09-11fix the debug mode in the tree generator in the C runtimekrasimir
2015-09-10PGF2.Expr: a fix for ghc-7.6hallgren
2015-09-10example/foods/FoodsIce.gf: converted from Latin-1 to UTF-8 encodinghallgren
2015-09-08add readTriple in the Haskell bindingkrasimir
2015-09-08bugfix in the parserkrasimir
2015-09-04fix the metadata for sg databaseskrasimir
2015-09-04storage for literals in libsgkrasimir
2015-09-04src/pgf-binary: reimplementation of GF's customized Data.Binary on top of the...thomas
2015-09-04libsg is now accessible on androidkrasimir
2015-09-04API for triple queries from Javakrasimir
2015-09-04the Haskell binding now covers everything in the libsg APIkrasimir
2015-09-04the new triples API in libsg now always works with expressionskrasimir
2015-09-03GF shell: write_file now writes one tree per linehallgren
2015-09-03PGF2.Expr fixeshallgren
2015-09-03Java API for opening/closing SG databaseskrasimir
2015-09-03bugfixes in libsgkrasimir
2015-09-03the Eclipse project for the Java binding is now replaced with a simple Makefilekrasimir
2015-09-03silence compilation warnings in the Java bindingkrasimir
2015-09-02API for transactions in libsgkrasimir
2015-09-02added the minimal Haskell API for storing expressions/triples in the semantic...krasimir
2015-09-02bugfix in libsgkrasimir
2015-09-02Wide coverage translation demo: make it easier to use with different grammarshallgren
2015-09-01added code for visualization of the sematic graph in the app. The code is the...krasimir
2015-08-31GF.Infra.SIO: The SIO monad now supports putStr in addition to putStrLnhallgren
2015-08-31still partial implementation for complex queries in libsg, and added sg.h whi...krasimir
2015-08-28Comment out some dead code found with -fwarn-unused-bindshallgren
2015-08-27query for triples and cleaner APIkrasimir
2015-08-26GF shell: change parse & linearize to obtain useful results from p|l and l|p ...hallgren
2015-08-24added libsg in the C runtimekrasimir
2015-08-21retrieval of a triplekrasimir
2015-08-21API for storing triples in the semantic graphkrasimir
2015-08-21GF shell bug fix: visualize_parse didn't accept the -lang flaghallgren
2015-08-21GF -cshell: implement visualize_parsehallgren