]> git.proxmox.com Git - wasi-libc.git/history - Makefile
Add -Wno-ignored-pragmas.
[wasi-libc.git] / Makefile
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.