]> git.proxmox.com Git - wasi-libc.git/history - Makefile
feat: add support for accept and accept4
[wasi-libc.git] / Makefile
2022-05-04 Mike HommeyAdjust the Makefile for LLVM 15 as of 2022-04-20
2022-04-13 Mike HommeyAdjust the Makefile for LLVM 14
2022-04-12 John Ericson`WASM_NM` -> `NM` to use standardized env var
2022-04-12 John Ericson`WASM_AR` -> `AR` to use standardized env var
2022-04-12 John Ericson`WASM_CFLAGS` -> `EXTRA_CFLAGS`
2022-04-12 John Ericson`WASM_CC` -> `CC` to use standardized env var
2022-04-12 John EricsonPull out `{UN,}DEFINED_SYMBOLS` as make vars
2022-03-23 John EricsonSimplify a header check by using the `SYSROOT_*` variables
2022-03-23 John EricsonAdd `make clean` rule, don't have `include_dirs` nuke...
2022-03-21 John EricsonUse `-isystem` instead of `--sysroot` for the installed...
2022-03-10 Dan GohmanEnable support for `utimes` and `futimesat`.
2021-09-22 Mike HommeyAdjust the Makefile for LLVM 13
2021-09-22 Vitali LovichAllow user to provide CC wrapper (#255)
2021-08-10 Dan GohmanBuild with -Wno-unknown-warning-option too.
2021-08-10 Dan GohmanIgnore -Wunused-but-set-variable warnings.
2021-07-26 Ayke van LaethemAdd build flag to select malloc implementation
2021-04-05 Dan GohmanImplement emulated support for `getpid`.
2021-03-23 Dan GohmanInclude libwasi-emulated-*.a symbols in defined-symbols...
2021-03-23 Dan GohmanEmulate `clock`, `times`, and `getrusage` using the...
2021-02-23 Alex CrichtonUpdate to the next version of the `witx` crate (#234)
2021-02-05 Dan GohmanImplement the cimag/creal functions for all types consi...
2021-02-05 Dan GohmanAdd -Wno-ignored-pragmas.
2021-02-05 Dan GohmanAdd -Wno-missing-braces.
2021-02-05 Dan GohmanAdd -Wno-ignored-attributes.
2021-02-05 Dan GohmanAdd -Wno-unused-function.
2021-02-05 Dan GohmanAdd -Wno-unused-variable.
2021-02-05 Dan GohmanAdd -Wno-sign-compare too.
2021-02-05 Dan GohmanIgnore a few warnings which occur in third-party code.
2021-02-05 Dan GohmanAdd -Wall -Wextra -Werror to the build.
2020-12-10 Albert CervinUse separate makefile var for CFLAGS (#226)
2020-11-30 Alex CrichtonAdd basic emulation of getcwd/chdir (#214)
2020-06-01 Dan GohmanMerge the basics component into libc-bottom-half. ...
2020-06-01 Dan GohmanRewrite the preopen functionality. (#173)
2020-05-29 Dan GohmanReplace old <signal.h> support with emulated <signal...
2020-04-03 Olaf TomalkaAdded utime.h (#188)
2020-03-20 Dan GohmanMakefile refactoring; NFC (#186)
2020-03-18 Sam CleggFix -std=gnu17 when generating predefined_macros.txt...
2019-12-20 Dan GohmanMove math source files. (#151)
2019-11-20 Dan GohmanOptimize `fmin`, `fmax`, etc. (#120)
2019-11-04 Dan GohmanRevamp and simplify the libpreopen code. (#110)
2019-11-04 Dan GohmanRemove more unsupported headers. (#123)
2019-10-28 Dan GohmanDon't build bind_textdomain_codeset.c (#122)
2019-10-22 Dan GohmanCall `populate_environ` only if we actually need enviro...
2019-10-11 Dan GohmanRemove -fno-builtin. (#104)
2019-10-07 Dan GohmanOmit musl's stdarg.h and stddef.h from the sysroot.
2019-10-07 Dan GohmanFactor out the include-file exclude list into a variable.
2019-08-30 Sam CleggWhen checking undefined symbol list, ignore certain...
2019-08-12 Till SchneidereitAdd Azure Pipelines definition (#78)
2019-07-16 Sam CleggFix predefined macros check after recent clang change
2019-05-15 Dan GohmanDon't install <sys/xattr.h>, which isn't supported...
2019-05-15 Dan GohmanAdd complex builtins for creal and cimag too.
2019-05-15 Dan GohmanUse builtin functions rather than portable libm impleme...
2019-05-15 Sam CleggDon't create dummy libs for libc++/libc++abi (#68)
2019-05-15 Dan GohmanImplement more functions, remove more unimplemented...
2019-05-09 Dan GohmanRemove __fpclassify and __signbit definitions.
2019-05-09 Dan GohmanSwitch from the cloudlibc inet_pton etc. to the musl...
2019-05-02 Sam CleggMakefile: Don't mix phony targets with directory names
2019-04-30 Dan GohmanSay "wasm32-wasi" rather than "wasm32-unknown-wasi".
2019-04-24 Dan GohmanAdd vfwprintf.c to the printscan list.
2019-04-23 Dan GohmanImplement reallocarray.
2019-04-23 Jakub KonkaAdd missing asctime symbol
2019-04-22 Dan GohmanRemove the Linux-specific <sys/signalfd.h> header.
2019-04-22 Jakub KonkaFixes #20
2019-04-19 Pat Hickeybuild: use LC_ALL=C for sorting
2019-04-15 Dan GohmanUpdate to musl 1.1.22.
2019-04-15 Dan GohmanDefine _ALL_SOURCE when generating predefined-macros...
2019-04-11 Dan GohmanDon't install <ucontext.h> or <sys/ucontext.h> for...
2019-04-05 Dan GohmanFilter out __FLT16_* macros from predefined-macros...
2019-03-27 Dan GohmanWASI libc prototype implementation.
2019-01-15 Dan GohmanMerge pull request #9 from WebAssembly/dlmalloc
2019-01-10 Dan GohmanAdd a malloc implementation using dlmalloc.
2018-11-27 Dan GohmanMerge pull request #5 from penzn/master
2018-11-07 Petr PenzinEnable overriding 'ar'
2018-10-08 Dan GohmanMerge pull request #1 from WebAssembly/add-initial...
2018-10-03 Dan GohmanAdd initial files.