summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Don't generate linker script only when shared library isn't staticall...Petr Hosek2018-07-261-2/+2
* Copy LLVM CMake configuration for CMake Policy CMP0068Eric Fiselier2018-07-261-0/+4
* Be more consistent about which bool value means an error occurredEric Fiselier2018-07-261-6/+6
* Cleanup the last_write_time internalsEric Fiselier2018-07-262-17/+26
* Correct comment about stat truncating st_mtimespec to secondsEric Fiselier2018-07-261-19/+6
* Fix attribute placement WRT extern CEric Fiselier2018-07-261-2/+2
* Workaround OS X 10.11 behavior where stat truncates st_mtimespec to seconds.Eric Fiselier2018-07-261-11/+38
* Add print statements to help debuggingEric Fiselier2018-07-261-11/+21
* [libc++] Add hack to allow ubsan to work w/o compiler-rt (__muloti4 is undefi...Eric Fiselier2018-07-261-0/+55
* [libc++] Follow-up to r337968: use an explicit cast as suggested by EricAlex Lorenz2018-07-251-2/+4
* [CMake] Don't install c++abi headers in standalone libc++ buildPetr Hosek2018-07-253-3/+2
* Work around GCC bug in constexpr functionEric Fiselier2018-07-251-3/+4
* Fix GCC build in C++14 w/o c++14 constexprEric Fiselier2018-07-251-1/+1
* Remove test which shouldn't have been committedEric Fiselier2018-07-251-19/+0
* Fix failing test under C++14Eric Fiselier2018-07-251-2/+2
* [libc++] Follow-up to r337960: specify lambda's return type to avoidAlex Lorenz2018-07-251-1/+1
* Make <experimental/filesystem> compile with gcc 4.8.5Eric Fiselier2018-07-251-2/+2
* [libc++] Use __int128_t to represent file_time_type.Eric Fiselier2018-07-259-407/+762
* [libc++] Factor duplicate code into function templatesLouis Dionne2018-07-251-269/+50
* [windows] Fix warning about comparing ints of different signsMartin Storsjo2018-07-251-2/+3
* [NFC] Fix grammatical mistakes in libc++ FileTimeType design docsLouis Dionne2018-07-251-10/+10
* Fix diagnostic test to tolerate Clang diagnosing it as well.Eric Fiselier2018-07-251-0/+5
* Fix another typo in the FileTimeType docsEric Fiselier2018-07-251-1/+1
* Fix typos, spelling, and grammar in the FileTimeType design docs.Eric Fiselier2018-07-251-36/+37
* Fix bugs in create_directory implementation.Eric Fiselier2018-07-254-8/+71
* Fix missing includes in format_string.hpp helperEric Fiselier2018-07-251-4/+5
* New test support for comparisons. Reviewed as https://reviews.llvm.org/D49773Marshall Clow2018-07-251-0/+175
* Make <experimental/filesystem> explicitly require C++11.Eric Fiselier2018-07-253-166/+173
* Ensure path::iterator and PathParser share the same enumeration values.Eric Fiselier2018-07-252-20/+28
* Add design docs for upcoming file_time_type change.Eric Fiselier2018-07-253-1/+495
* Mark <span> as completeMarshall Clow2018-07-251-2/+2
* [CMake] Option to control whether shared/static library is installedPetr Hosek2018-07-242-7/+16
* [CMake] Fix the setting of LIBCXX_HEADER_DIR in standalone buildPetr Hosek2018-07-242-7/+10
* Stop wrapping __has_include in another macroAlexander Richardson2018-07-242-10/+6
* Fix use of incorrect _LIBCXX macro (should be _LIBCPP).Eric Fiselier2018-07-241-1/+1
* Reland "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek2018-07-243-6/+14
* fix nesting of namespace and standard-version check. Also include <__config>Marshall Clow2018-07-241-1/+3
* Disable 'suggest braces' warnings for std::array in testsMarshall Clow2018-07-242-0/+7
* Implement <span>. Reviewed as https://reviews.llvm.org/D49338Marshall Clow2018-07-2442-0/+5020
* Revert r337727 as it caused Darwin bot failuresAlex Lorenz2018-07-241-1/+1
* Handle DT_UNKNOWN correctly during directory iteration.Eric Fiselier2018-07-231-1/+4
* Recommit "Use possibly cached directory entry values when performing recursiv...Eric Fiselier2018-07-232-5/+14
* Fix accidentally removed test.Eric Fiselier2018-07-231-2/+15
* Revert "Use possibly cached directory entry values when performing recursive ...Eric Fiselier2018-07-231-2/+2
* [CMake] Fix the setting of LIBCXX_HEADER_DIRHeejin Ahn2018-07-231-1/+1
* Cleanup unnecessary conversions in filesystem.Eric Fiselier2018-07-231-2/+2
* Cleanup name qualification in the filesystem internals.Eric Fiselier2018-07-233-118/+118
* Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek2018-07-233-14/+6
* Use possibly cached directory entry values when performing recursive director...Eric Fiselier2018-07-231-2/+2
* [CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek2018-07-233-6/+14
OpenPOWER on IntegriCloud