aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2025-04-26Put version tag in the tomo versionv0.1Bruce Hill
2025-04-26Add `--version` flag to show current compiler version's git commit dateBruce Hill
2025-04-25Check for debugeditBruce Hill
2025-04-25Speculative fix for Mac: use llvm-objcopy instead of patchelf for Mach-OBruce Hill
2025-04-25Add makefile rules to check default C compiler and necessary librariesBruce Hill
2025-04-25Update makefile to check for necessary utilitiesBruce Hill
2025-04-21Add coroutines to core libraryBruce Hill
2025-04-19Minor formatting fixesBruce Hill
2025-04-19Make API documentation into YAML files and autogenerate markdown filesBruce Hill
2025-04-16Fixes to get the compiler to build with -O3Bruce Hill
2025-04-15Explicitly invoke bash instead of using shebangBruce Hill
2025-04-15Change compilation configuration so Tomo is fully capable of runningBruce Hill
2025-04-15Add configuration script to choose install paths and default C compilerBruce Hill
2025-04-15Remove -lbacktraceBruce Hill
2025-04-15Build and install .a file as wellBruce Hill
2025-04-15Bring back TCC support!Bruce Hill
2025-04-12Replace addr2line with libbacktrace to get improved stack tracesBruce Hill
2025-04-07Fix uuidsBruce Hill
2025-04-07Move core libraries into their own folderBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-02Add http-server to `examples` ruleBruce Hill
2025-04-01Update makefileBruce Hill
2025-04-01Add `core` library to avoid having to explicitly import a bunch ofBruce Hill
2025-04-01Clean up and improve patternsBruce Hill
2025-03-31Remove threads and mutexed data from the language in favor of aBruce Hill
2025-03-30Deprecate built-in Moment datatype in favor of a `time` moduleBruce Hill
2025-03-28Fix formatted textBruce Hill
2025-03-28Add custom -I and -L flags for macBruce Hill
2025-03-28Fix library install name for macBruce Hill
2025-03-28Fix for mac using -install_nameBruce Hill
2025-03-28Remove open source version stuffBruce Hill
2025-03-28Add conditional LDLIBS for openbsdBruce Hill
2025-03-28Warning flags tweakBruce Hill
2025-03-28Improve makefile for clang supportBruce Hill
2025-03-28Add LDFLAGSBruce Hill
2025-03-28Include /usr/local/{include,lib}Bruce Hill
2025-03-28Switch `echo -e` for `printf`Bruce Hill
2025-03-28Default C compiler to `cc`Bruce Hill
2025-03-28Remove shellBruce Hill
2025-03-28Remove dl lib requirementBruce Hill
2025-03-25Make docstring tests use an actual expression AST instead of textBruce Hill
2025-03-22Add some logic to check for a GCC version high enoughBruce Hill
2025-03-21By default, install to ~/.local/bin and warn if PREFIX is not on user'sBruce Hill
2025-03-21Added autoinstaller for depsBruce Hill
2025-03-21Make examples quieterBruce Hill
2025-03-21Update rule for making tagsBruce Hill
2025-03-21Move test results to test/results/*.tm.testresultBruce Hill
2025-03-21Move pandoc stuff into docs/Bruce Hill
2025-03-21Move manpage into docsBruce Hill
2025-03-21Move stdlib into src/Bruce Hill