summaryrefslogtreecommitdiffstats
path: root/libcxx/src
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Move the linker script generation step to CMakeLouis Dionne2019-10-081-28/+4
* [libc++] Make sure we link all system libraries into the benchmarksLouis Dionne2019-10-081-63/+2
* [libc++] TAKE 2: Make system libraries PRIVATE dependencies of libc++Louis Dionne2019-10-081-14/+14
* [libc++] Guard cxx_experimental settings behind LIBCXX_ENABLE_EXPERIMENTAL_LI...Alex Langford2019-10-041-6/+6
* [libc++] Localize common build flags into a single CMake functionLouis Dionne2019-10-041-20/+10
* [libc++] Move more CMake flags to per-target definitionsLouis Dionne2019-10-041-0/+6
* [libc++] Add a per-target flag to include the generated config_siteLouis Dionne2019-10-031-0/+2
* [libc++] Use functions instead of global variables to set libc++ build flagsLouis Dionne2019-10-021-29/+4
* [libc++] Use a function to set warning flags per targetLouis Dionne2019-10-021-0/+2
* [libc++] Revert to using PUBLIC instead of PRIVATE when linking system libsLouis Dionne2019-10-021-14/+14
* [libc++] Use PRIVATE instead of PUBLIC when linking against system libsLouis Dionne2019-10-021-14/+14
* [libc++] Take 2: Implement LWG 2510Louis Dionne2019-09-262-4/+4
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-252-4/+4
* [libc++] Implement LWG 2510Louis Dionne2019-09-242-4/+4
* Only initialize the streams cout/wcout/cerr/wcerr etc once, rather than any t...Marshall Clow2019-09-131-2/+17
* Fix build in C++20Eric Fiselier2019-09-131-2/+2
* [libc++] Only build with -fvisibility=hidden on ClangLouis Dionne2019-09-041-1/+7
* [libc++] Fix directory_iterator compilation on Win32Nico Weber2019-08-311-6/+6
* Fix missing __muloti4 function with UBSANEric Fiselier2019-08-211-1/+1
* Fix thread comparison by making sure we never pass our special 'not a thread'...Marshall Clow2019-08-141-1/+1
* Rework recursive_timed_mutex so that it uses __thread_id instead of using the...Marshall Clow2019-08-141-6/+6
* [libc++] Always build with -fvisibility=hiddenLouis Dionne2019-08-132-3/+3
* [libc++] Take 2: Integrate the PSTL into libc++Louis Dionne2019-08-051-0/+8
* [runtimes] Don't depend on libpthread on AndroidYi Kong2019-07-2210-10/+10
* Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne2019-07-191-9/+0
* [libc++] Integrate the PSTL into libc++Louis Dionne2019-07-191-0/+9
* build: use multiple `install` rather than building up a listSaleem Abdulrasool2019-07-091-12/+20
* Make ~mutex and ~condition_variable trivial on Windows.Eric Fiselier2019-07-073-4/+48
* Fix PR27658 - Make ~mutex trivial when possible.Eric Fiselier2019-07-073-4/+53
* [libc++] Avoid using timespec when it might not be availableMikhail Maltsev2019-06-212-2/+2
* Fix a '>= 0' test on unsigned that I inadvertantly introduced. Now correctly ...Marshall Clow2019-06-171-1/+1
* Recommit r362649, which was reverted in r262680 because of bugs in std::to_ch...Marshall Clow2019-06-101-103/+37
* [libc++] Fix leading zeros in std::to_charsZhihao Yuan2019-06-101-116/+44
* Revert "Speedup to_string and to_wstring for integers using stack buffer and ...Vlad Tsyrklevich2019-06-061-37/+103
* Speedup to_string and to_wstring for integers using stack buffer and SSO. Rev...Marshall Clow2019-06-051-103/+37
* No longer reject inputs when using a locale that has grouping information _an...Marshall Clow2019-06-041-1/+3
* [libcxx] Use libtool when merging archives on Apple platformsPetr Hosek2019-06-021-0/+4
* [runtimes] Use _LIBCPP_HAS_COMMENT_LIB_PRAGMA in all relevant filesPetr Hosek2019-05-302-2/+2
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-308-8/+8
* [runtimes] Support ELF dependent libraries featurePetr Hosek2019-05-3010-0/+41
* [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek2019-05-221-3/+3
* Speculative fix for std stream destruction order on Windows.Eric Fiselier2019-05-221-0/+21
* [libcxx] Don't use -fvisibility-global-new-delete-hidden when not defining themPetr Hosek2019-05-061-1/+6
* [libc++][CMake] Link against libSystem on Apple platformsLouis Dionne2019-05-021-0/+4
* [WebAssembly] WASI support for libcxxDan Gohman2019-05-012-2/+4
* [libcxx] Move CMake file to src, avoid using globsPetr Hosek2019-05-011-0/+472
* Fix r359229 which tried to fix r359159...Chandler Carruth2019-04-261-1/+1
* Remove incorrect explicit instantiation declarations for valarrayRichard Smith2019-04-251-0/+4
* [libc++] Remove redundant conditionals for Apple platformsLouis Dionne2019-04-233-8/+6
* [libc++][CMake] Remove unnecessary conditional for defining new handlersLouis Dionne2019-04-171-1/+1
OpenPOWER on IntegriCloud