| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-08 | remove accidental file | Arianna Masciolini | |
| 2025-08-08 | more specific instructions for different macs | Arianna Masciolini | |
| 2025-08-08 | Delete src/runtime/python/pgf.egg-info directory | Inari Listenmaa | |
| remove files that were committed by accident | |||
| 2025-08-08 | Merge pull request #190 from GrammaticalFramework/pgf-1.1 | Inari Listenmaa | |
| Publish PGF 1.1 | |||
| 2025-08-08 | fix typo | Arianna Masciolini | |
| 2025-08-08 | also add the 9.6 compatibility fixes to PGF2 | Inari Listenmaa | |
| 2025-08-08 | Update release scripts for 3.12 | Inari Listenmaa | |
| 2025-08-03 | use setuptools (so it works for 3.12+) + bump version to 1.1 | Inari Listenmaa | |
| 2025-08-02 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | Arianna Masciolini | |
| 2025-08-02 | fix compatibility with newer gcc versions | Arianna Masciolini | |
| 2025-08-02 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core ↵ | Arianna Masciolini | |
| into hleiss/master | |||
| 2025-08-02 | misc small fixes: | Inari Listenmaa | |
| - update actions/cache to v4 - update haskell/actions/setup to haskell-actions/setup - stack doesn't support ghc < 8.4, remove from CI - don't fail immediately - add -fpermissive flag to gcc - only build 9.6.6 with macos and windows latest - bump base upper bound | |||
| 2025-08-02 | define return in terms of pure, >> as *>, mappend as <> | Inari Listenmaa | |
| In preparation for deprecation, see https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid and https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | |||
| 2025-02-18 | Bug fix for gf-shell command 'pt -compute' in Expr.hs by | Hans Leiss | |
| tryMatch p (VConst _ _) env = match sig f eqs as0 | |||
| 2025-01-07 | random generation of literals now has ten different values for each built in ↵ | aarneranta | |
| type; maybe a better solution for most cases than just one value | |||
| 2024-03-01 | showExpr and linearize now refresh the printed variables if needed | aarneranta | |
| 2023-12-14 | visualize_dependencies (vd) now creates latex in landscape mode to show long ↵ | Aarne Ranta | |
| trees better | |||
| 2023-11-15 | support ghc9.4 | o1lo01ol1o | |
| 2023-09-07 | Update jit.c | Krasimir Angelov | |
| 2023-08-11 | the jitter should still read the absfuns even for EMSCRIPTEN and aarch64 | Krasimir Angelov | |
| 2023-08-09 | One more place with __aarch64__ | Krasimir Angelov | |
| 2023-08-09 | Try with __aarch64__ | Krasimir Angelov | |
| 2023-08-08 | lightning.h not included on aarch64 | Krasimir Angelov | |
| 2023-08-04 | Disable the jit on aarch64 | Krasimir Angelov | |
| 2023-08-04 | Create funcs.h | Krasimir Angelov | |
| 2023-08-04 | Create Create aarch64/fp.h | Krasimir Angelov | |
| 2023-08-04 | Create aarch64/core.h | Krasimir Angelov | |
| 2023-08-04 | Create aarch64/asm.h | Krasimir Angelov | |
| 2023-08-04 | added aarch64 configure.ac | Krasimir Angelov | |
| 2023-03-01 | export BindType(..) | Krasimir Angelov | |
| 2023-02-05 | Update INSTALL | Krasimir Angelov | |
| 2022-10-04 | Add support for ghc-9.2.4 | Andreas Källberg | |
| 2022-08-24 | added a Setup script to compile without cabal-install | Krasimir Angelov | |
| 2022-08-12 | silence harmless warnings | krangelov | |
| 2022-08-12 | fix the reference counting for pgf.BIND | krangelov | |
| 2022-07-16 | support for BIND tokens in the Python bindings | Krasimir Angelov | |
| 2022-07-04 | allow compilation with emscripten | Krasimir Angelov | |
| 2022-05-06 | Merge pull request #136 from mengwong/ghc9 | Inari Listenmaa | |
| compiles with GHC 9.0.2 | |||
| 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 | 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 | |
| 2021-07-15 | Update C runtime install instructions | Inari Listenmaa | |
| 2021-07-14 | add missing install.sh file for c runtime | Meowyam | |
| 2021-07-08 | Remove two missing-methods warnings | John J. Camilleri | |
| 2021-07-07 | More cabal file cleanup. Remove some more tabs from Haskell source. | John J. Camilleri | |
| 2021-07-07 | Replace tabs for whitespace in source code | John J. Camilleri | |
| 2021-07-06 | Add note in PGF2 documentation about risk for integer overflow. | John J. Camilleri | |
| Closes #109 | |||
| 2021-07-06 | Some more cabal file cleanup. Add stack files for pgf, pgf2. | John J. Camilleri | |
