LLouis Dionne[libc++][NFC] Fix synopsis comments in cout tests
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc++][NFC] Fix synopsis comments in cout tests | 3 年前 | |
[libc++][NFC] Fix synopsis comments in cout tests | 3 年前 | |
[libc++] Harden tests against executors not running tests in a shell Some executors do not run the tests in a shell, and so assuming that they can understand shell builtins is wrong. Instead, call Bash directly to do what we need to do. This still requires the executor to be able to run Bash, but at least it does not require it to interpret command lines in the Bash language. | 5 年前 | |
[libc++] Harden tests against executors not running tests in a shell Some executors do not run the tests in a shell, and so assuming that they can understand shell builtins is wrong. Instead, call Bash directly to do what we need to do. This still requires the executor to be able to run Bash, but at least it does not require it to interpret command lines in the Bash language. | 5 年前 | |
[libc++] Add an option to disable wide character support in libc++ Some embedded platforms do not wish to support the C library functionality for handling wchar_t because they have no use for it. It makes sense for libc++ to work properly on those platforms, so this commit adds a carve-out of functionality for wchar_t. Unfortunately, unlike some other carve-outs (e.g. random device), this patch touches several parts of the library. However, despite the wide impact of this patch, I still think it is important to support this configuration since it makes it much simpler to port libc++ to some embedded platforms. Differential Revision: https://reviews.llvm.org/D111265 | 4 年前 | |
[NFC][Py Reformat] Reformat python files in libcxx/libcxxabi This is an ongoing series of commits that are reformatting our Python code. Reformatting is done with black. If you end up having problems merging this commit because you have made changes to a python file, the best way to handle that is to run git checkout --ours <yourfile> and then reformat it with black. If you run into any problems, post to discourse about it and we will try to help. RFC Thread below: https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style Reviewed By: #libc, kwk, Mordante Differential Revision: https://reviews.llvm.org/D150763 | 3 年前 | |
[libc++] Harden tests against executors not running tests in a shell Some executors do not run the tests in a shell, and so assuming that they can understand shell builtins is wrong. Instead, call Bash directly to do what we need to do. This still requires the executor to be able to run Bash, but at least it does not require it to interpret command lines in the Bash language. | 5 年前 |