340 Commits (sunfishcode/dso-main)
 

Author SHA1 Message Date
Dan Gohman 9c58e6c23f Define DTTOIF and IFTODT. 3 years ago
Mike Hommey df006e1202 Adjust the Makefile for LLVM 14 3 years ago
John Ericson a279514a6e `WASM_NM` -> `NM` to use standardized env var 3 years ago
John Ericson 9eb4a995ea `WASM_AR` -> `AR` to use standardized env var 3 years ago
John Ericson 8852e15a34 `WASM_CFLAGS` -> `EXTRA_CFLAGS` 3 years ago
John Ericson 9e09e02a8f `WASM_CC` -> `CC` to use standardized env var 3 years ago
John Ericson 18f9e0aa9c Pull out `{UN,}DEFINED_SYMBOLS` as make vars 3 years ago
John Ericson 61786461ed Do more explicit env vars for CI 3 years ago
Dan Gohman 3eb02a798b Fix futimens error handling. 3 years ago
Dan Gohman ae47c68b1d Update the comment at the top of wasi/api.h. 3 years ago
Dan Gohman 2f24a36eea Disable the headerstest test. 3 years ago
Dan Gohman 69af7276a7 Remove the signal constants and proc_raise function. 3 years ago
John Ericson 4cb4b26f8d Simplify a header check by using the `SYSROOT_*` variables 3 years ago
John Ericson 111c872930
Add `make clean` rule, don't have `include_dirs` nuke other things (#277) 3 years ago
John Ericson fc260f1a48 Use `-isystem` instead of `--sysroot` for the installed headers 3 years ago
Dan Gohman 079adff840 Enable support for `utimes` and `futimesat`. 4 years ago
Gerd Stolpmann 809e2d36b5 more graphical code 3 years ago
Gerd Stolpmann 0c65fc5e2e chdir: fixing a malloc'ed buffer that was not large enough 3 years ago
Mike Hommey ad5133410f Adjust the Makefile for LLVM 13 3 years ago
Vitali Lovich 90a62361fa
Allow user to provide CC wrapper (#255) 3 years ago
Dan Gohman a78cd329ae Build with -Wno-unknown-warning-option too. 3 years ago
Dan Gohman 9cbfeaaac0 Ignore -Wunused-but-set-variable warnings. 3 years ago
Ayke van Laethem c7465d2209 Add build flag to select malloc implementation 3 years ago
Dan Gohman 3c4a3f94d1 Also add a way to read `environ` without triggering eager init. 4 years ago
Dan Gohman 82fc2c4f44 Add a function to de-initialize the environment-variable state. 4 years ago
Dan Gohman 659ff41456 Implement emulated support for `getpid`. 4 years ago
Dan Gohman c82d116de0 Add some more comments. 4 years ago
Dan Gohman 549b32be4b Include libwasi-emulated-*.a symbols in defined-symbols.txt. 4 years ago
Dan Gohman b9b64a695a Emulate `clock`, `times`, and `getrusage` using the monotonic clock. 4 years ago
Dan Gohman 322bd4ff9e Update to musl 1.2.2. 4 years ago
Zheng Luo ca4d2f0cdb Update README.md to include Arch Linux in section title 4 years ago
Zheng Luo b639007948 Update README to include AUR repo 4 years ago
Alex Crichton 2b7e73ae7a
Update to the next version of the `witx` crate (#234) 4 years ago
Dan Gohman f2e779e5f1 AT_FDCWD support. 4 years ago
Dan Gohman 5ccebd3130 Implement the cimag/creal functions for all types consistently. 4 years ago
Dan Gohman b77dcff6ce Add -Wno-ignored-pragmas. 4 years ago
Dan Gohman 08fde76b15 Define creal/cimag/etc. in a libc-friendly way. 4 years ago
Dan Gohman e8270d1ba2 Add -Wno-missing-braces. 4 years ago
Dan Gohman ed6e0ba9b8 Add -Wno-ignored-attributes. 4 years ago
Dan Gohman 6273a5ff9b Add -Wno-unused-function. 4 years ago
Dan Gohman e69430a9dd Add -Wno-unused-variable. 4 years ago
Dan Gohman f4cc7a23bc Fix a warning. 4 years ago
Dan Gohman 9520010f91 Add -Wno-sign-compare too. 4 years ago
Dan Gohman 63f0f3c565 Ignore a few warnings which occur in third-party code. 4 years ago
Dan Gohman fe12676f8a Add -Wall -Wextra -Werror to the build. 4 years ago
Dan Gohman cab0ec601e Remove __wasilibc_unmodified_upstream markers from libc-bottom-half. 4 years ago
Albert Cervin 5ccfab77b0
Use separate makefile var for CFLAGS (#226) 4 years ago
Pat Hickey 378fd4b21a windows ci: try moving rustup stuff to non-bash shell (#225) 4 years ago
Dan Gohman 424d0582ca Fix sinh's sign handling 4 years ago
Dan Gohman 5879558290
Update to musl 1.2.1. (#222) 4 years ago