summaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-08-08remove accidental fileArianna Masciolini
2025-08-08more specific instructions for different macsArianna Masciolini
2025-08-08Delete src/runtime/python/pgf.egg-info directoryInari Listenmaa
2025-08-08Merge pull request #190 from GrammaticalFramework/pgf-1.1Inari Listenmaa
2025-08-08fix typoArianna Masciolini
2025-08-08also add the 9.6 compatibility fixes to PGF2Inari Listenmaa
2025-08-08Update release scripts for 3.12Inari Listenmaa
2025-08-03use setuptools (so it works for 3.12+) + bump version to 1.1Inari Listenmaa
2025-08-02Merge branch 'master' of https://github.com/GrammaticalFramework/gf-coreArianna Masciolini
2025-08-02fix compatibility with newer gcc versionsArianna Masciolini
2025-08-02Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core into...Arianna Masciolini
2025-08-02misc small fixes:Inari Listenmaa
2025-08-02define return in terms of pure, >> as *>, mappend as <>Inari Listenmaa
2025-02-18Bug fix for gf-shell command 'pt -compute' in Expr.hs byHans Leiss
2025-01-07random generation of literals now has ten different values for each built in ...aarneranta
2024-03-01showExpr and linearize now refresh the printed variables if neededaarneranta
2023-12-14visualize_dependencies (vd) now creates latex in landscape mode to show long ...Aarne Ranta
2023-11-15support ghc9.4o1lo01ol1o
2023-09-07Update jit.cKrasimir Angelov
2023-08-11the jitter should still read the absfuns even for EMSCRIPTEN and aarch64Krasimir Angelov
2023-08-09One more place with __aarch64__Krasimir Angelov
2023-08-09Try with __aarch64__Krasimir Angelov
2023-08-08lightning.h not included on aarch64Krasimir Angelov
2023-08-04Disable the jit on aarch64Krasimir Angelov
2023-08-04Create funcs.hKrasimir Angelov
2023-08-04Create Create aarch64/fp.hKrasimir Angelov
2023-08-04Create aarch64/core.hKrasimir Angelov
2023-08-04Create aarch64/asm.hKrasimir Angelov
2023-08-04added aarch64 configure.acKrasimir Angelov
2023-03-01export BindType(..)Krasimir Angelov
2023-02-05Update INSTALLKrasimir Angelov
2022-10-04Add support for ghc-9.2.4Andreas Källberg
2022-08-24added a Setup script to compile without cabal-installKrasimir Angelov
2022-08-12silence harmless warningskrangelov
2022-08-12fix the reference counting for pgf.BINDkrangelov
2022-07-16support for BIND tokens in the Python bindingsKrasimir Angelov
2022-07-04allow compilation with emscriptenKrasimir Angelov
2022-05-06Merge pull request #136 from mengwong/ghc9Inari Listenmaa
2022-05-03Improve commentAndreas Källberg
2022-05-03When profiling, don't add cost centres in Data.Binary.GetAndreas Källberg
2022-03-05Update base <4.15 to <4.16 for tests + pgf*.cabalInari Listenmaa
2022-03-05if this PR is accepted we don't need these instructionsMeng Weng Wong
2022-03-05"now try this" instructions for people flailing with Apple Silicon M1Meng Weng Wong
2021-07-15Update C runtime install instructionsInari Listenmaa
2021-07-14add missing install.sh file for c runtimeMeowyam
2021-07-08Remove two missing-methods warningsJohn J. Camilleri
2021-07-07More cabal file cleanup. Remove some more tabs from Haskell source.John J. Camilleri
2021-07-07Replace tabs for whitespace in source codeJohn J. Camilleri
2021-07-06Add note in PGF2 documentation about risk for integer overflow.John J. Camilleri
2021-07-06Some more cabal file cleanup. Add stack files for pgf, pgf2.John J. Camilleri