aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/src
AgeCommit message (Collapse)Author
2020-11-12Merge pull request #220 from everythingfunctional/compiler_and_flagsBrad Richardson
Compiler and flags
2020-11-09Refactor to make supporting more compilers more straightforwardBrad Richardson
2020-11-09Fix formattingBrad Richardson
2020-11-09Refactor flag definition for easier support of other compilersBrad Richardson
2020-11-09Add check for if user supplied `--release` and `--flag`.Brad Richardson
2020-11-02Fix rebuilding executables when libraries changeBrad Richardson
2020-10-29Change build directory hashes to hex formatBrad Richardson
2020-10-28Switch test or executable target to optionBrad Richardson
- this allows the '--' to signify that all remaining arguments are to the test/executable
2020-10-28Add command line options to specify compiler flagsBrad Richardson
2020-10-28Add command line options to specify the compilerBrad Richardson
2020-10-28Use compiler version and flags to construct build folder nameBrad Richardson
2020-10-27Change bootstrap command line to be more like the Fortran versionBrad Richardson
2020-10-22Add test with submodule example project and fix .smod naming conventionBrad Richardson
2020-10-22convert buildDirectory path to native in buildProgramBrad Richardson
2020-10-22Add some debugging codeBrad Richardson
2020-10-21convert programDirectory path to native in buildProgramBrad Richardson
2020-10-21Add another print statement for debugging WindowsBrad Richardson
2020-10-21convert file path back to native in fileMatcherBrad Richardson
2020-10-21Put print statement in for debugging WindowsBrad Richardson
2020-10-21Make module subprogram declaration detection more explicit/restrictedBrad Richardson
2020-10-20Utilize new model for build processBrad Richardson
2020-10-20Add tests for submodule's compile time infoBrad Richardson
2020-10-20Split submodule name into two componentsBrad Richardson
2020-10-20Add tests for module's compile time infoBrad Richardson
2020-10-20Add test for program's direct dependenciesBrad Richardson
2020-10-20Add test that program produces no other filesBrad Richardson
2020-10-20Add test for object file of program's compile time infoBrad Richardson
2020-10-20Add test for source file name of program's compile time infoBrad Richardson
2020-10-19Add test for a submodule's nameBrad Richardson
2020-10-19Add test for modules a submodule usesBrad Richardson
2020-10-19Add test for submodule object file nameBrad Richardson
2020-10-15Add test for submodule source file nameBrad Richardson
2020-10-15Add constructor for Submodule SourceBrad Richardson
2020-10-15Add test for whether a module produces a .smod fileBrad Richardson
2020-10-15Add test for a module's nameBrad Richardson
2020-10-15Add test for modules a module usesBrad Richardson
2020-10-15Add test for module object file nameBrad Richardson
2020-10-15Add test for module source file nameBrad Richardson
2020-10-15Add constructor for Module SourceBrad Richardson
2020-10-14Add check for program declaration before constructing Program SourceBrad Richardson
2020-10-14Refactor parsing process a bitBrad Richardson
2020-10-14Add test for modules a program usesBrad Richardson
2020-10-14Add test for program object file nameBrad Richardson
2020-10-14Add test for Program source file nameBrad Richardson
2020-10-14Finish first unit testBrad Richardson
2020-09-27Fix test build issue hapenning on WindowsBrad Richardson
2020-09-05Use different strategy to fetch git dependenciesSebastian Ehlert
- use init -> fetch -> checkout -qf instead of current clone [-> checkout] strategy
2020-07-25Propogate exit codes from tests and executablesBrad Richardson
2020-07-21Move Haskell based version to bootstrap/Ondřej Čertík