aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-13Merge pull request #104 from certik/commaMilan Curcic
Remove the space before comma
2020-07-08Fix bug with case in program source file name.Brad Richardson
2020-06-30Merge pull request #102 from everythingfunctional/CreateNewCommandBrad Richardson
Enable fpm to create a new package
2020-06-24Merge pull request #108 from milancurcic/remove-effing-from-readmeMilan Curcic
rename reference to other fpm
2020-06-24rename reference to other fpmmilancurcic
2020-06-20Remove the space before commaOndřej Čertík
This is a fixup of #101.
2020-06-20Merge pull request #101 from EverLookNeverSee/Fix_ReadMeOndřej Čertík
Optional Fix for README
2020-06-19Add section on `fpm new` to the READMEBrad Richardson
2020-06-19Improve `fpm new` help descriptionBrad Richardson
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
2020-06-18Enable fpm to create a new packageBrad Richardson
2020-06-18Applying requested changesELNS
2020-06-17Revert "Adding pycharm hidden files and directories"ELNS
This reverts commit 7ee74b12
2020-06-17Removing unnecessary linkELNS
2020-06-17Removing imperfect manual installation guide for linux and adding haskell ↵ELNS
tool stack documentation instead
2020-06-17Highlight bash/shell code in markdownELNS
2020-06-17Adding navigating to directory and fixing export commandELNS
2020-06-17Adding pycharm hidden files and directoriesELNS
2020-06-16Merge pull request #100 from milancurcic/90-clarify-fpmMilan Curcic
add a note about Effing Package Management and elaborate on prototype
2020-06-16Update README.mdMilan Curcic
2020-06-16Update README.mdMilan Curcic
Co-authored-by: Brad Richardson <everythingfunctional@protonmail.com>
2020-06-16add a note about Effing Package Management and elaborate on prototypemilancurcic
2020-06-16Merge pull request #97 from epagone/docs_updMilan Curcic
add Ubuntu 20.04 package pre-requisite to `README`
2020-06-15Merge pull request #99 from everythingfunctional/MakefileSupportBrad Richardson
Add support for Makefiles and generic build scripts
2020-06-15Add clarifications to PACKAGING.mdBrad Richardson
2020-06-15Update README.mdEmanuele Pagone
Co-authored-by: Ondřej Čertík <ondrej@certik.us>
2020-06-14Fix another path issue for build scriptBrad Richardson
2020-06-14Fix missed unWindowsPathBrad Richardson
2020-06-14Try using Linux like paths for build scriptsBrad Richardson
2020-06-14See if removing the drive letter worksBrad Richardson
2020-06-14Revert "Try escaping the colon in buildscript BUILD_DIR"Brad Richardson
This reverts commit 91a649cdd80bf1062a03bcbc58715789ae0d3422.
2020-06-14Try escaping the colon in buildscript BUILD_DIRBrad Richardson
2020-06-14Add info on custom build scripts to Packaging GuideBrad Richardson
2020-06-14Add support for Makefiles and generic build scriptsBrad Richardson
2020-06-13fix typoEmanuele Pagone
2020-06-13add libgmp-dev pre-requisite for Debian-derived distributionsEmanuele Pagone
2020-06-12Merge pull request #95 from everythingfunctional/FixLibraryOrderingMilan Curcic
Fix ordering for library archive list
2020-06-11Fix ordering for library archive listBrad Richardson
2020-06-07Merge pull request #89 from everythingfunctional/MoreArgumentsBrad Richardson
Add ability to specify which test or program to run and their args
2020-06-06Add some info about fpm commands to the READMEBrad Richardson
2020-06-02Add ability to specify which test or program to run and their argsBrad Richardson
2020-06-01Merge pull request #85 from everythingfunctional/TestOnlyDependenciesBrad Richardson
Implement test/executable specific dependencies
2020-06-01Run auto-formatBrad Richardson
2020-05-31Add some documentation on dependencies to PACKAGING.mdBrad Richardson
2020-05-31Add dev-dependenciesBrad Richardson
2020-05-30Move example packages into test folderBrad Richardson
2020-05-30Run executables or tests synchronouslyBrad Richardson
2020-05-29Impelement test/executable specific dependenciesBrad Richardson
- with the possibility of them being "circular", meaning if one of them depends on the current library, it will still work
2020-05-28Merge pull request #82 from everythingfunctional/EnableDependenciesBrad Richardson
Enable dependencies
2020-05-25Add the correct stack.yaml.lock file back inOndřej Čertík
2020-05-25Remove stack.yaml.lock file for nowBrad Richardson