summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-29bugfix in the RET instructionkr.angelov
2014-09-29enlarge the code window in pgf_jit_gates to ensure enough space on 64-bit mac...kr.angelov
2014-09-27checked that course of value tables (table P [...]) have the correct number o...aarne
2014-09-26command for AppEngFinaarne
2014-09-25the literals API is now exposed in Pythonkr.angelov
2014-09-25switch off the debugging of the JIT compiler which I had turned on accidental...kr.angelov
2014-09-25now a complete JIT compiler and ByteCode compiler for the def rules in the ab...kr.angelov
2014-09-23examples/app/Makefile2: add missing -probs flaghallgren
2014-09-23doc/gf-developers.t2t: add a note about how to create OS X Installer packageshallgren
2014-09-22haskell-bind/PGF2.hsc: unexport functions that break referential transparencyhallgren
2014-09-17forgot to type check the type of a typed let expressionkr.angelov
2014-09-17appForm now skips over Typed expressionskr.angelov
2014-09-17the type checker for the abstract syntax now allows let expressions in def ru...kr.angelov
2014-09-17fix a portability problem with the Python binding (found by Prasanth)kr.angelov
2014-09-16dummy jit_base_tail_finishr for x86_64. kr.angelov
2014-09-15enabled VP-valued rules for V2V, V3, etc in App. Improve quality with less lo...aarne
2014-09-14enabled many more functions, in particular verb patterns, in App, to increase...aarne
2014-09-12GF index: shortcut links to Android app, Best practices, REMU, and new Androi...aarne
2014-09-11a major revision of the bytecode generator and JIT compiler. the effect is th...kr.angelov
2014-09-11gf.cabal: add missing c-sources for the Haskell binding to the C run-time lib...hallgren
2014-09-11Setup.hs: don't ask darcs for the version history if _darcs is not presenthallgren
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-30by_Prep causing conflict in AppChi, therefore excluded from the import of Phr...aarne
2014-08-30examples/app/Makefile2: simplifed Makefile for the App grammar (doesn't work ...hallgren
2014-08-29Add OS X Installed package to the GF 3.6 download pagehallgren
2014-08-29bin/build-binary-dist.sh: just a small fixhallgren
2014-08-29added evaluator.h which I had forgotenkr.angelov
2014-08-28You can now use 'make pkg' to build OS X Installer packages for GFhallgren
2014-08-25gf.cabal ghc-options: don't force -j, -auto-all has been renamed to -fprof-autohallgren
2014-08-25Fix GHC 7.4 compatibility issue caused by previous patchhallgren
2014-08-25Setup.hs: disable parallel RGL build support for now, since it is incompatibl...hallgren
2014-08-25Experimental: parallel batch compilation of grammarshallgren
2014-08-24made the "how old" construction in Chinese more efficient by moving variants ...aarne
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