]> git.proxmox.com Git - wasi-libc.git/history - Makefile
bump version to 0.0~git20230113.4362b18-1~bpo12+pve1
[wasi-libc.git] / Makefile
2023-08-02 Fabian GrünbichlerMerge branch 'master' into proxmox/bookworm
2023-08-02 Andrew Brownthreads: change `wasm32-wasi-pthread` to `wasm32-wasi...
2023-08-02 Andrew Brownthreads: add `pthread_attr_setdetachstate` (#382)
2023-08-02 Mike HommeyRemove hacks for clang 8 (#384)
2023-08-02 Mike HommeyAdjust Makefile for LLVM trunk (16) as of 2023-01-05...
2023-08-02 YAMAMOTO TakashiImplement the critical part of wasi_thread_start in...
2023-08-02 Shengyun ZhouEnable pthread_equal function definition (#374)
2023-08-02 YAMAMOTO TakashiUse a separate OBJDIR for each TARGET_TRIPLE (#373)
2023-08-02 Petr PenzinAdd a separate install target for threaded libc (#331)
2023-08-02 YAMAMOTO TakashiEnable flockfile and friends (#362)
2023-08-02 Andrew Brownthreads: enable access to `pthread_barrier_*` functions...
2023-08-02 YAMAMOTO TakashiEnable pthread_detach (#359)
2023-08-02 Andrew Brownthreads: enable access to `pthread_attr_get` functions...
2023-08-02 Mike HommeyAdjust Makefile for LLVM trunk (16) as of 2022-11-08...
2023-03-30 Blair NoctisUpdate upstream source from tag 'upstream/0.0_git202212...
2023-03-30 Blair NoctisNew upstream version 0.0~git20221206.8b7148f
2022-12-06 Yuta SaitoAdd `-fstack-protector` support to wasi-libc (#351)
2022-12-03 Andrew Browntest: run a subset of tests using `libc-test` (#346)
2022-11-30 Marcin KolnyEnable a few more pthread* files (pthread_key*, pthread...
2022-11-15 Fabian GrünbichlerUpdate upstream source from tag 'upstream/0.0_git202205...
2022-11-15 Fabian GrünbichlerNew upstream version 0.0~git20220510.9886d3d
2022-11-10 韩朴宇threads: implement init of TLS and stack pointer (...
2022-11-01 Dan GohmanPort emmalloc to wasi-libc.
2022-10-10 Marcin Kolnythreads: enable pthread_join (#336)
2022-10-10 Marcin Kolnythreads: Enable __lock file for posix thread model...
2022-10-04 Andrew Brownthreads: implement `pthread_create` (#325)
2022-09-06 Marcin Kolnythreads: implement support for conditional variables...
2022-09-06 Marcin KolnyImplement support for pthread_rwlock (#321)
2022-09-06 Marcin Kolnythreads: implement support for pthread_condattr (#320)
2022-08-22 Andrew Brownthreads: implement support for unnamed semaphores ...
2022-08-22 Andrew Brownthreads: implement support for pthread mutexes (#315)
2022-08-09 Andrew BrownFix `make THREAD_MODEL=posix` (#311)
2022-08-09 Bernhard M. WiedemannSort lists of input files (#313)
2022-08-01 Andrew BrownRemove duplicates from `defined-symbols.txt` (#314)
2022-07-26 Andrew BrownUse MUSL's `weak*` feature in bottom half (#306)
2022-07-11 Dan GohmanAdd a `getpagesize` function. (#300)
2022-05-20 Cheng ShaoImplement BULK_MEMORY_THRESHOLD
2022-05-20 Cheng ShaoAdd TODO pointing to LLVM bug report
2022-05-20 Cheng ShaoOnly apply -mbulk-memory to specific files
2022-05-20 Cheng Shao-mbulk-memory go brrr
2022-05-06 Dan GohmanExclude C++ headers from the generated include-all...
2022-05-05 Mike HommeyOverride Make's default for CC and AR.
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`.
2022-03-06 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202109...
2022-03-06 Ximin LuoNew upstream version 0.0~git20210922.ad51334
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-07 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202011...
2021-04-07 Ximin LuoNew upstream version 0.0~git20201130.5879558
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-09-04 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202007...
2020-09-04 Ximin LuoNew upstream version 0.0~git20200731.215adc8
2020-07-04 Ximin LuoUpdate upstream source from tag 'upstream/0.0_git202003...
2020-07-04 Ximin LuoNew upstream version 0.0~git20200319.9efc2f4
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...
next