aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-05-23Add path dependencies and a test to make sure it worksBrad Richardson
2020-05-23Add some explanatory comments to the dependency functionsBrad Richardson
2020-05-23Avoid problems with circular dependenciesBrad Richardson
2020-05-23Enable fetching and building dependencies properlyBrad Richardson
2020-05-19Enable reading in dependenciesBrad Richardson
2020-05-10Merge pull request #76 from everythingfunctional/PrefixNameWithLibMilan Curcic
Prefix library archive file names with lib
2020-05-09Prefix library archive file names with libBrad Richardson
2020-05-04Merge pull request #74 from everythingfunctional/AddCompilerToBuildPathMilan Curcic
Add compiler to build path
2020-05-04Merge pull request #72 from everythingfunctional/RemoveCompilerOptionMilan Curcic
Remove compiler option from `fpm.toml`
2020-05-04Merge pull request #73 from everythingfunctional/OutputForEmptyRunOrTestMilan Curcic
Output a message if no executables or tests are found
2020-05-03Add compiler as part of build pathBrad Richardson
2020-05-03Output a message if no executables or tests are foundBrad Richardson
2020-05-03Update PACKAGING.mdBrad Richardson
2020-05-03Remove compiler option from `fpm.toml`Brad Richardson
2020-04-30Merge pull request #67 from everythingfunctional/UpdatePackagingDocumentMilan Curcic
Add sections to PACKAGING.md on explicit fpm.toml and tests
2020-04-30Merge pull request #54 from everythingfunctional/AdditionalTestingOndřej Čertík
Additional testing
2020-04-29Add sections to PACKAGING.md on explicit fpm.toml and testsBrad Richardson
2020-04-29Canonicalize the executables so they will hopefully work on WindowsBrad Richardson
2020-04-29Make running the executables work on Windows tooBrad Richardson
2020-04-29Fix filtering out program sourceBrad Richardson
2020-04-29Remove the old example projectBrad Richardson
2020-04-29Create a complex project to testBrad Richardson
2020-04-29Enable running the tests without external callsBrad Richardson
2020-04-29Create simplest possible hello_world projectBrad Richardson
2020-04-29Simplify the testsBrad Richardson
2020-04-29Move test code out of src folderBrad Richardson