| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-28 | Revert "Completely remove uses of example-based" | John J. Camilleri | |
| This reverts commit 69cea20dac8ac73fa0a61ed4ff427d2524ee253b. | |||
| 2018-11-28 | Revert "remove the example-based folder. The code is still in the archive" | John J. Camilleri | |
| This reverts commit 05c2cfb628147f7d6fa0a6c2f38eb9d67b2eb007. | |||
| 2018-11-28 | Completely remove uses of example-based | John J. Camilleri | |
| 2018-11-28 | bin/build-binary-dist.sh: include the RGL in binary distributions | Thomas Hallgren | |
| TODO: the corresponding changes in debian/rules | |||
| 2018-11-28 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | Krasimir Angelov | |
| 2018-11-28 | add a few missing special tokens to the reference | Krasimir Angelov | |
| 2018-11-28 | Update LICENSE | John J. Camilleri | |
| 2018-11-28 | remove the example-based folder. The code is still in the archive | Krasimir Angelov | |
| 2018-11-28 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | Krasimir Angelov | |
| 2018-11-28 | remove two obsolete options | Krasimir Angelov | |
| 2018-11-28 | Remove Htmls.hs | John J. Camilleri | |
| 2018-11-28 | remove gf-server.cabal | John J. Camilleri | |
| 2018-11-28 | remove custom-binary flag; update Cabal version restriction; bump version to ↵ | John J. Camilleri | |
| 3.10 | |||
| 2018-11-27 | expose PGF and Concr for FFI | Krasimir Angelov | |
| 2018-11-15 | Remove `src/ui` folder, moved to: | John J. Camilleri | |
| https://github.com/GrammaticalFramework/gf-offline-translator | |||
| 2018-11-07 | Move unused `pgf-binary` into its own repository, at: | John J. Camilleri | |
| https://github.com/GrammaticalFramework/pgf-binary | |||
| 2018-11-07 | Clean up stack file | John J. Camilleri | |
| Removed alex/happy as build-deps, if needed they can be installed with `stack install alex happy` | |||
| 2018-11-06 | Revert CSS change that produces overlapping text instead of responsive layout | Thomas Hallgren | |
| 2018-11-05 | Add happy and alex as deps in Stack file | John J. Camilleri | |
| 2018-11-03 | Add note about using Stack in download/index | John J. Camilleri | |
| 2018-11-03 | Add stack file, using image for GHC 8.2.2 | John J. Camilleri | |
| 2018-10-31 | Remove doc/tutorial/gf-tutorial.html from version control | John J. Camilleri | |
| Checked that the t2t is still valid and html should be automatically generated. Although there is some encoding issue with this file? | |||
| 2018-10-31 | Add more phony's to Makefile | John J. Camilleri | |
| 2018-10-19 | Merge pull request #10 from inariksit/master | Inari Listenmaa | |
| Add {-# LANGUAGE GADTs -#} to the generated Haskell file | |||
| 2018-10-19 | Add {-# LANGUAGE GADTs -#} to the generated Haskell file | Inari Listenmaa | |
| 2018-10-16 | gf -cshell bug fix | Thomas Hallgren | |
| The functions cExpr and hsExpr in GF.Command.Commands2 need to handle string literals. | |||
| 2018-10-15 | `cabal sdist` doesn't throw an error anymore | John J. Camilleri | |
| This was making it impossible to install gf as external source in cabal sandbox | |||
| 2018-10-15 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | Krasimir Angelov | |
| 2018-10-15 | hide the compatibility API | Krasimir Angelov | |
| 2018-10-10 | Comment out links to some old demos that no longer work | Thomas Hallgren | |
| 2018-09-21 | option rf -paragraphs | Aarne Ranta | |
| 2018-08-13 | Merge pull request #7 from odanoburu/travis-ci | John J. Camilleri | |
| add travis ci | |||
| 2018-08-12 | Small fixes to gf-developers document | John J. Camilleri | |
| 2018-08-11 | (#5) rm files from nix build | odanoburu | |
| 2018-08-11 | (#5) reintroduce make install | odanoburu | |
| 2018-08-11 | (#5) specify image version | odanoburu | |
| 2018-08-11 | (#5) no need for make install | odanoburu | |
| 2018-08-11 | (#5) add travis CI with docker | odanoburu | |
| dependencies are preinstalled in docker image for faster build, but this means we need to update it whenever dependencies change | |||
| 2018-08-08 | Remove Travis build status from homepage | John J. Camilleri | |
| 2018-08-08 | Add news item to homepage about repo split | John J. Camilleri | |
| 2018-08-06 | Merge pull request #3 from MUSTE-Project/master | Thomas H | |
| A version of `readPGF` where the user can handle reading files | |||
| 2018-08-06 | A version of `readPGF` where the user handles the IO. | Frederik Hanghøj Iversen | |
| 2018-07-31 | gf.cabal: expose GF.Text.Lexing, needed by gf-server.cabal | Thomas Hallgren | |
| 2018-07-31 | gf-server.cabal: relax network version bounds and make building the library ↵ | Thomas Hallgren | |
| and pgf-service executable optional This allows you to build the content-service without installing the problematic fastcgi library. | |||
| 2018-07-26 | Update README | John J. Camilleri | |
| 2018-07-26 | Minimal update with new repo URLs & build instructions | John J. Camilleri | |
| 2018-07-26 | Fixes for buildWeb | John J. Camilleri | |
| 2018-07-25 | [GF Split] Post-split updates | John J. Camilleri | |
| 2018-07-22 | Merge pull request #8 from legalese/GF_LIB_PATH | John J. Camilleri | |
| GF_LIB_PATH can now be path1:path2:path3, not just 1path | |||
| 2018-07-22 | explain that GF_LIB_PATH can now be a colon-separated list | Meng Weng Wong | |
