summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-09-11a major revision of the bytecode generator and JIT compiler. the effect is th...kr.angelov
2014-09-10now release the FunPtr:s that are allocated for each literal callbackkr.angelov
2014-09-10added an API for custom literals in the Haskell bindingkr.angelov
2014-09-10added loadConcr/unloadConcr to the Haskell binding. This exposes an API for l...kr.angelov
2014-09-09Wide Coverage Demo web app: use the App grammar instead of the Translate grammarhallgren
2014-09-08(1) Refactor concurrency, (2) write to .gfo.tmp then rename to .gfohallgren
2014-09-05the code for def rules now uses proper graph update to preserve lazynesskr.angelov
2014-09-05full support for recursive def rules in the C runtimekr.angelov
2014-09-03gf.cabal, gf-server.cabal: add version bounds on network & httpd-shedhallgren
2014-09-02src/server: refactoring to isolate dependencies on the cgi/fastcgi packageshallgren
2014-09-01partial implementation for recursive def ruleskr.angelov
2014-09-01bug fixes in the JIT compilerkr.angelov
2014-08-29added evaluator.h which I had forgotenkr.angelov
2014-08-25Fix GHC 7.4 compatibility issue caused by previous patchhallgren
2014-08-25Experimental: parallel batch compilation of grammarshallgren
2014-08-22bugfix in the android appkr.angelov
2014-08-22src/www/robots.txt: robot exclusion file for the GF cloud service.hallgren
2014-08-22Command line flag -s/-q now silences all warningshallgren
2014-08-20Add lifted directory operations in GF.System.Directory to eliminate the need ...hallgren
2014-08-20GF.CompileOne: refactoring to reduce code duplication and improve readabilityhallgren
2014-08-19GF.Compile.ReadFiles: a simpler & faster way to convert from Latin1 to UTF-8hallgren
2014-08-13Fix compliation error with GHC 7.4 caused by previous patchhallgren
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-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-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-21PGF service: expire PGFs from the cache when they have been unused for 24 hourshallgren
2014-07-15src/server/gf-server.cabal: update dependencieshallgren
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-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-24minibar: include the grammar's last modification in the grammar info shown by...hallgren
2014-06-21Polished and renamed release notes to release-3.6.t2thallgren