| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-03 | Update instructions for Geany | Inari Listenmaa | |
| 2023-03-01 | export BindType(..) | Krasimir Angelov | |
| 2023-02-10 | update to System.Environment (getArgs) | Inari Listenmaa | |
| 2023-02-05 | Update INSTALL | Krasimir Angelov | |
| 2023-01-24 | remove 2020-specific link | Inari Listenmaa | |
| 2023-01-24 | Summer school 2023 | Inari Listenmaa | |
| 2022-10-10 | Merge pull request #149 from anka-213/ghc-9.2 | Inari Listenmaa | |
| Add support for ghc-9.2.4 | |||
| 2022-10-10 | Merge pull request #147 from anka-213/extend-performance-issue | Inari Listenmaa | |
| Improve performance with long extend-lists | |||
| 2022-10-04 | Extract the previous optimization to its own function | Andreas Källberg | |
| 2022-10-04 | Use a Set in isInherited to speed up long extend lists | Andreas Källberg | |
| Now the time is O(log(n)*m) instead of O(n*m) where n is the number of items in the extend list e.g. abstract FromWordNet = WordNet [ a_couple_Card, a_la_carte_Adv, a_la_mode_Adv, a_little_Card, ... ]; | |||
| 2022-10-04 | Add support for ghc-9.2.4 | Andreas Källberg | |
| 2022-10-04 | Merge pull request #148 from anka-213/fix-ghc-7.10-build | Inari Listenmaa | |
| Fix ghc-7.10 build | |||
| 2022-10-04 | Only include transformers-compat for ghc < 8 | Andreas Källberg | |
| Since that's the only place where it's needed and we don't have to fight with versions elsewhere | |||
| 2022-10-04 | Restore build with ghc-7.10.3 | Andreas Källberg | |
| 2022-10-04 | Update some old unused code to support newer ghc | Andreas Källberg | |
| 2022-10-04 | using an unparsable variable name in the internal desugaring of table ↵ | Aarne Ranta | |
| extension to avoid captures; captures with iterated table extensions might still be possible, which needs further analysis | |||
| 2022-10-03 | New construct: table update. Syntax t ** { cases }. Syntactic sugar for ↵ | aarneranta | |
| table {cases ; vvv => t \! vvv}.t | |||
| 2022-08-24 | added a Setup script to compile without cabal-install | Krasimir Angelov | |
| 2022-08-24 | `gf --version` now prints the shared folder to be used by the RGL | Krasimir Angelov | |
| 2022-08-24 | forgot to mention sudo | Krasimir Angelov | |
| 2022-08-24 | workaround for the Nix madness | Krasimir Angelov | |
| 2022-08-12 | silence harmless warnings | krangelov | |
| 2022-08-12 | fix the reference counting for pgf.BIND | krangelov | |
| 2022-07-27 | add link to Inari's blog | Inari Listenmaa | |
| 2022-07-16 | support for BIND tokens in the Python bindings | Krasimir Angelov | |
| 2022-07-04 | Merge branch 'master' of github.com:GrammaticalFramework/gf-core | Krasimir Angelov | |
| 2022-07-04 | allow compilation with emscripten | Krasimir Angelov | |
| 2022-06-18 | Merge branch 'master' of github.com:GrammaticalFramework/gf-core | John J. Camilleri | |
| 2022-05-31 | adjust the -view command depending on the OS | Krasimir Angelov | |
| 2022-05-31 | use a relative link to WordNet | Krasimir Angelov | |
| 2022-05-18 | Merge pull request #141 from anka-213/hardcode-utf8 | Inari Listenmaa | |
| Always use UTF8 encoding in the gf executable | |||
| 2022-05-18 | Always use UTF8 encoding in the gf executable | Andreas Källberg | |
| This fixes many of the "Invalid character" messages you can get on different platforms. This has helped both with a nix-installation that didn't have global locale set and with a windows installation. | |||
| 2022-05-06 | Merge pull request #136 from mengwong/ghc9 | Inari Listenmaa | |
| compiles with GHC 9.0.2 | |||
| 2022-05-06 | update nightly to latest lts | Inari Listenmaa | |
| 2022-05-04 | Merge pull request #140 from anka-213/no-profile-bind | Inari Listenmaa | |
| Don't add automatic cost centres to Data.Binary.Get | |||
| 2022-05-03 | Improve comment | Andreas Källberg | |
| 2022-05-03 | When profiling, don't add cost centres in Data.Binary.Get | Andreas Källberg | |
| This change speeds up profiling by an order of magnitude. Without it, the >>= function for Get dominates runtime completely during profiling. | |||
| 2022-03-05 | Update base <4.15 to <4.16 for tests + pgf*.cabal | Inari Listenmaa | |
| 2022-03-05 | Merge pull request #135 from mengwong/base-4-15 | Inari Listenmaa | |
| prepare for GHC 9, base 4.15, by using Buffer constructor interface | |||
| 2022-03-05 | Add ghc-9.0.2 to CI | Inari Listenmaa | |
| 2022-03-05 | add compilation support for ghc 9.0.2 | Meng Weng Wong | |
| 2022-03-05 | if this PR is accepted we don't need these instructions | Meng Weng Wong | |
| 2022-03-05 | "now try this" instructions for people flailing with Apple Silicon M1 | Meng Weng Wong | |
| 2022-03-05 | prepare for GHC 9, base 4.15, by using Buffer constructor interface | Meng Weng Wong | |
| 2022-03-05 | Merge pull request #138 from anka-213/patch-1 | Inari Listenmaa | |
| Fix stack ci | |||
| 2022-03-05 | Upgrade to ghc-8.10.7 | Andreas Källberg | |
| This version has better support for m1 macbooks | |||
| 2022-03-05 | Add restore key to cache | Andreas Källberg | |
| 2022-03-05 | Another attempt at fixing linker errors | Andreas Källberg | |
| 2022-03-05 | Upgrade haskell setup action | Andreas Källberg | |
| 2022-03-05 | Clear stack cache and make cache-key more fine-grained | Andreas Källberg | |
| Attempt at fixing #137 | |||
