summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-13Fix warnings in 16 modules, mostly forward compatibility warnings from GHC 7.8hallgren
2014-08-13Refactoring in GF.Compile and GF.ReadFiles with an eye to parallel compilationhallgren
2014-08-13Setup.hs: reduce zero build time by a couple of secondshallgren
2014-08-11GF.Compile: remove the Int from CompileEnvhallgren
2014-08-11pattern matching in def rules is now supportedkr.angelov
2014-08-11revert an accidental change that I pushed together with the last patchkr.angelov
2014-08-11a partial support for def rules in the C runtimekr.angelov
2014-08-08Setup.hs: don't build example grammars when the rgl-none argument is specifiedhallgren
2014-07-28Setup.hs: comment out debugging codehallgren
2014-07-28Setup.hs: reduce zero build time by ~30% (from 26 to 18 seconds on my laptop)hallgren
2014-07-28Convert from Text.PrettyPrint to GF.Text.Prettyhallgren
2014-07-27Adding GF.Infra.Location and GF.Text.Pretty (forgot to 'darcs add' them before)hallgren
2014-07-27Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Loca...hallgren
2014-07-25gf.cabal: fix depend in --flags=-custom-binary caseSergei Trofimovich
2014-07-21PGF service: expire PGFs from the cache when they have been unused for 24 hourshallgren
2014-07-21WebSetup.hs: include Chinese when building the Phrasebookhallgren
2014-07-16Qiao's corrections in PhrasebookChi. This replaces the old, partial and low-q...aarne
2014-07-15src/server/gf-server.cabal: update dependencieshallgren
2014-07-15modified some explanations in app.htmlaarne
2014-07-15PGF Web Service: include entire completion in full modejohn.j.camilleri
2014-07-11PGF web service: Return additional completion info with 'full' flagjohn
2014-07-08implemented computing with abstract syntax trees. It passes all test cases ex...kr.angelov
2014-07-08bugfix for the typechecker in the C runtimekr.angelov
2014-07-06an API for visitor patterns on abstract syntax trees from Python. This makes ...kr.angelov
2014-07-06small fix for the embedded mode in Pythonkr.angelov
2014-07-06embedded mode for GF grammar in Python. Only generation for nowkr.angelov
2014-07-05making hard-wired questiong in PhrasebookChi type correct after addition of i...aarne
2014-07-03filter out the leading +/* from the parser treekr.angelov
2014-07-03bugfix in the ParseTreeViewkr.angelov
2014-07-03scroll bars for the ParseTreeViewkr.angelov
2014-07-02Visualization for parse trees on Androidkr.angelov
2014-07-02added bracketedLinearize in the Java bindingkr.angelov
2014-07-02fixed rare memory leak in the Java bindingskr.angelov
2014-07-01a few changes in the Nerc that I have forgoten to pushkr.angelov
2014-07-01fix warnings in the compilation of the Java bindingkr.angelov
2014-06-30link to play store from app.htmlaarne
2014-06-24minibar: include the grammar's last modification in the grammar info shown by...hallgren
2014-06-23Adjust the release date on the home pagehallgren
2014-06-23Final updates of the download page for the 3.6 releasehallgren
2014-06-21Update web pages and bump version number to 3.6!hallgren
2014-06-23doc/gf-developers.t2t: made the C run-time section a bit more informativehallgren
2014-06-21release-3.6.t2t: just a couple of more fixes.hallgren
2014-06-21release-3.6.t2t: fix broken linkhallgren
2014-06-21release-3.6.t2t: fix a formatting problemhallgren
2014-06-21debian/changelog: updated for the release of GF 3.6hallgren
2014-06-21build-binary-dist.sh: include a ghc package configuration filehallgren
2014-06-21Polished and renamed release notes to release-3.6.t2thallgren
2014-06-21The --output-dir option now applies also to PGF fileshallgren
2014-06-20Cloud service & apps: better error handling in wide coverage translationhallgren
2014-06-20PGF Service: return error code 404 (not found) instead of 500 (internal serve...hallgren