aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Expand)Author
2022-04-27ci: add ARM build, cross compiled on an amd64 hostAyke van Laethem
2022-04-25Makefile: compress/lzw fails on windows wasi, see #2800, not plain windows.Dan Kegel
2022-04-25machine/circuitplay-bluefruit: move pin mappings so board can be compiled for...deadprogram
2022-04-23all: update to LLVM 14Ayke van Laethem
2022-04-18Makefile: tinygo-test: skip compress/flate test on windows for nowDan Kegel
2022-04-10all: use compiler-rt from LLVMAyke van Laethem
2022-03-19Move gitSha1 build time variable from main to goenv packageZauberNerd
2022-03-15Add regression test for #2666.Dan Kegel
2022-03-12builder: use correct permission bits when creating a libraryAyke van Laethem
2022-03-12Makefile: chmod before fpm. For #2685Dan Kegel
2022-03-05Makefile: add report-stdlib-tests-passDan Kegel
2022-03-02Makefile: add compress/lzw, debug/dwarf, debug/plan9obj, and net to list of t...Dan Kegel
2022-02-28Revert "all: move stm32 files to separate repository"sago35
2022-02-24Makefile: add testing/fstest to tinygo-test where supportedDan Kegel
2022-02-24Makefile: add io/fs to tinygo-test where supportedDan Kegel
2022-02-24test: Add text/template smoke testKyle Conroy
2022-02-19board: Adafruit MacroPad RP2040BCG
2022-02-18all: move stm32 files to separate repositoryAyke van Laethem
2022-02-13board: add definition for Teensy 4.1 (#2618)BCG
2022-02-12builder: add support for cross compiling to DarwinAyke van Laethem
2022-02-03wasm: remove heap allocator from wasi-libcAyke van Laethem
2022-01-26build: fix build-library subcommandv0.22.0Ayke van Laethem
2022-01-23main (test): integrate test corpus runnerNia Waldvogel
2022-01-21Makefile: detected TINYGO now works even if a rule changes directoryDan Kegel
2022-01-21os: add stubs for Readlink and File.Seek for baremetal targets, with smoke test.Dan Kegel
2022-01-20Makefile: exclude archive/zip from TEST_PACKAGES on windows until ReadAt supp...Dan Kegel
2022-01-20Makefile: add archive/zip to TEST_PACKAGESDan Kegel
2022-01-19Makefile: use absolute path for llvm-build/bin/* binariesAyke van Laethem
2022-01-19Makefile: fix tool autodetect conversion to absolute pathNia Waldvogel
2022-01-18Makefile: reorganize tool detectionNia Waldvogel
2022-01-18Makefile: tinygo-test: move slow tests to end, add -fast target to skip themDan Kegel
2022-01-17fix: makefile on macOS (#2535)Pure White
2022-01-15ci (Windows/Mac): use binaryen from scoop/brewNia Waldvogel
2022-01-15Makefile: add compress/flate and compress/zlib to wasi test packagesDamian Gryski
2022-01-13stm32: add blues wireless swanKenneth Bell
2022-01-12feat: support build on darwin arm64 (#2439)Pure White
2022-01-11testing: support b.SetBytes(); implement sub-benchmarks.Dan Kegel
2022-01-10board: add M5Stamp C3sago35
2022-01-09all: switch to LLVM 13Ayke van Laethem
2022-01-04When running tests under wasmtime, provide a fresh TMPDIR.Dan Kegel
2021-12-31targets,runtime,machine: add support for the stm32f469-disco boardElias Naur
2021-12-28Makefile: update tool search for LLVM 12Nia Waldvogel
2021-12-24Makefile: add tinygo-test-wasi; like tinygo-test but with -target wasiDan Kegel
2021-12-22sync: add testsNia Waldvogel
2021-11-30all: add LLVM 12 supportAyke van Laethem
2021-11-26 Improvements for stm32wle targets :Olivier Fauchon
2021-11-26os: stub out support for some more featuresAyke van Laethem
2021-11-20housekeeping: wasm optional in smoketest and fix make cleanKenneth Bell
2021-11-20stm32: add minimal stm32wlex5 / lorae5 targetKenneth Bell
2021-11-20os: Implement and smoke test Mkdir() and Remove()Dan Kegel