1
0
forked from GitHub/gf-rgl
Commit Graph

27 Commits

Author SHA1 Message Date
John J. Camilleri 6740b37cfc Remove build status badge from README
The GitHub interface now provides much richer information about build status.
2020-11-30 22:03:56 +01:00
John J. Camilleri 2f3146441b Makefile now works with: global runghc, stack-only runghc, and falls back to shell script. 2020-11-27 00:47:09 +01:00
John J. Camilleri 94d9c77947 Update link to synopsis page 2020-03-04 13:17:23 +01:00
Krasimir Angelov a9c2872059 Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl 2018-11-28 13:57:39 +01:00
Krasimir Angelov 23f3fd244a rename Make.* to Setup.* to follow the Cabal convention 2018-11-28 13:54:56 +01:00
John J. Camilleri 942dd3ace8 Add column numbers in README 2018-11-14 10:04:54 +01:00
John J. Camilleri f0065986a6 Add column for language name in languages.csv
This will be used for listing languages in Synopsis
2018-11-13 22:44:13 +01:00
John J. Camilleri 36b827bcc2 Clarify default values of columns in languages.csv 2018-11-07 13:19:54 +01:00
John J. Camilleri ec9f74d56e Add "Synopsis" column to languages.csv; use config everywhere
I tried to remove all language lists from Haskell and Makefiles
2018-11-06 10:32:25 +01:00
John J. Camilleri 9d581b1d5e Fix note in README about default command 2018-08-10 08:31:02 +02:00
John J. Camilleri 60f19691eb --verbose flag shows file names, not passed on to GF 2018-08-09 09:52:41 +02:00
John J. Camilleri e73d42379c Make.hs: specifying --langs doesn't ignore module restrictions
As a result the `--langs=+...` function is no longer meaningful
2018-08-09 09:09:17 +02:00
John J. Camilleri 869721d0a5 Add Travis build status to README 2018-08-08 22:25:41 +02:00
John J. Camilleri b76d8512e4 Updade Make.sh to read languages.csv, more specific about what to compile 2018-08-07 10:06:12 +02:00
John J. Camilleri d994208499 Cleanup Make.hs, remove 'parse' build command. 2018-08-07 08:41:45 +02:00
John J. Camilleri cfb6bf0301 Update language config with "All" column; fix those marked for notpresent
Also fix bug in boolBit
2018-08-06 21:55:58 +02:00
John J. Camilleri 557ae6da44 Factor out language config to CSV file
Compiles, not tested
2018-08-06 16:53:23 +02:00
John J. Camilleri 70297f6ac2 Add --verbose/-v switch to Make.hs 2018-08-06 10:29:42 +02:00
John J. Camilleri e44ab11609 copy copies everything from dist, not just specified modules
This was problematic when copying only a module and not its dependents.
2018-08-05 17:22:46 +02:00
John J. Camilleri 8600112264 Search for module by name and do not require language folder 2018-08-04 18:40:40 +02:00
John J. Camilleri 7f5fae2031 Add support for building/copying individual modules in Make.hs
Particularly useful for ExtraEng, large monolingual dicts, etc.
2018-08-04 18:10:37 +02:00
John J. Camilleri cc8bb02489 Remove pgf build command 2018-08-04 16:27:20 +02:00
Kristian Kankainen 0df5b29602 corrected flag name (was 'to', now 'dest') 2018-08-02 10:11:46 +03:00
John J. Camilleri 19020167f7 First version of Make.bat, untested but basically complete 2018-07-30 15:58:36 +02:00
John J. Camilleri 56f530abab Clean up Make.sh and add verbosity flag 2018-07-30 11:52:55 +02:00
John J. Camilleri 411da9cbd8 Update README 2018-07-26 21:43:45 +02:00
John J. Camilleri ade493515a [GF Split] Post-split updates 2018-07-25 20:18:48 +02:00