aboutsummaryrefslogtreecommitdiff
path: root/src/tomo.c
AgeCommit message (Expand)Author
2025-04-21Deprecate REPLBruce Hill
2025-04-21Library renaming should be slightly more generalBruce Hill
2025-04-21Bugfix issue with renaming symbols for librariesBruce Hill
2025-04-16Bugfix for top-level variables in librariesBruce Hill
2025-04-15Deprecate `auto`Bruce Hill
2025-04-15Fix some .so hardcodingBruce Hill
2025-04-15Change compilation configuration so Tomo is fully capable of runningBruce Hill
2025-04-15Remove rpath=$ORIGINBruce Hill
2025-04-15rpath fixBruce Hill
2025-04-15Add configuration script to choose install paths and default C compilerBruce Hill
2025-04-15Remove -lbacktraceBruce Hill
2025-04-15Add --no-source-mapping flagBruce Hill
2025-04-14Remap source information in debugging infoBruce Hill
2025-04-14Add compiler flag for -D_BSD_SOURCEBruce Hill
2025-04-14Ignore `if ((a == b))` warningsBruce Hill
2025-04-14More flexible symbol renaming that doesn't rely on advanced flags fromBruce Hill
2025-04-14Reworking of stack traces (back to using addr2line) for compatibilityBruce Hill
2025-04-12Replace addr2line with libbacktrace to get improved stack tracesBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Remove dead code for handling Declare statments with Use insideBruce Hill
2025-04-06Fix default `pretty` visualization of codegenBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-01Fork the process when compiling libraries to avoid cross-contaminationBruce Hill
2025-04-01Move patterns into a moduleBruce Hill
2025-03-31Remove threads and mutexed data from the language in favor of aBruce Hill
2025-03-30Further support for .dylib files on mac by changing syntax for libraryBruce Hill
2025-03-30Fix more dylib issuesBruce Hill
2025-03-30Speculative fix for installing libraries on macBruce Hill
2025-03-30Fix some relative path stuffBruce Hill
2025-03-30Fix some relative import issues with compiled modulesBruce Hill
2025-03-30Bugfix for `use`ing ASM files and also for retranspiling headersBruce Hill
2025-03-28Fix ldflagsBruce Hill
2025-03-28Fix conditional flagsBruce Hill
2025-03-28More flags for just macBruce Hill
2025-03-28Fix ld flags to use commas instead of =Bruce Hill
2025-03-28Remove duplicate libBruce Hill
2025-03-28Conditional flags for running tomo with clang vs gccBruce Hill
2025-03-28Conditional flags for linux/openbsdBruce Hill
2025-03-28Include /usr/local/{include,lib}Bruce Hill
2025-03-28Fix for missing .tm.o filesBruce Hill
2025-03-28CC -> ccBruce Hill
2025-03-28Add platform check for /proc/self/exeBruce Hill
2025-03-28Add compiler guards for GCC directivesBruce Hill
2025-03-28Use getcwd() instead of get_current_dir_name()Bruce Hill
2025-03-27Deprecate custom printf specifiers in favor of print() function thatBruce Hill
2025-03-25Compiler errors should use USE_COLORBruce Hill
2025-03-24Possible fix for making .build/ directoryBruce Hill
2025-03-24Tweak .build/ dir settingsBruce Hill
2025-03-22Put exe build file in .build instead of a temp fileBruce Hill
2025-03-21remove -L.Bruce Hill