summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Fix gcc builds.Asiri Rathnayake2016-09-131-2/+13
* config: Use _LIBCPP_TYPE_VIS_ONLY with enum classShoaib Meenai2016-09-121-1/+1
* config: Fix typo in commentShoaib Meenai2016-09-121-1/+1
* [libcxx] Introduce an externally-threaded libc++ variant.Asiri Rathnayake2016-09-1115-52/+148
* support: clean up MSVC supportSaleem Abdulrasool2016-09-081-20/+2
* Added 'inline' attribute to basic_string's destructorAditya Kumar2016-09-081-0/+1
* Avoid compile error by giving the test type a user defined default constructorEric Fiselier2016-09-071-1/+1
* Fix PR#30303 - no matching function for call to '__ptr_in_range'Marshall Clow2016-09-075-1/+47
* Improve constexpr tests for std::anyEric Fiselier2016-09-071-9/+9
* Fix PR30260 - optional<const T> not working.Eric Fiselier2016-09-079-14/+113
* Enable installation of libc++experimental by default.Eric Fiselier2016-09-072-2/+5
* Improve CMake output when registering benchmarksEric Fiselier2016-09-071-1/+1
* Try 2 - Remove <cstdlib> include from `<exception>`Eric Fiselier2016-09-064-4/+9
* Revert r280743 and r280745. Remove <cstdlib> include from `<exception>`Eric Fiselier2016-09-062-1/+4
* Add missing <cstdlib> include. Sorry about the bot breakageEric Fiselier2016-09-061-0/+1
* Remove unneeded includes in <exception> after removing __libcpp_throwEric Fiselier2016-09-061-4/+0
* Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...Marshall Clow2016-09-0513-13/+226
* [libcxx] Fix a data race in call_onceKuba Brecka2016-09-043-6/+15
* Apply curr_symbol.pass.cpp test fix to missed test caseEric Fiselier2016-09-041-1/+6
* Fix bad locale test data when using the newest glibcEric Fiselier2016-09-042-0/+15
* Mark test as XFAIL for C++03, rather than providing a dummy pass.Marshall Clow2016-09-041-5/+2
* Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...Eric Fiselier2016-09-033-16/+88
* memory_resource still needs init_priority when built with GCC 4.9Eric Fiselier2016-09-031-3/+1
* Define _LIBCPP_SAFE_STATIC __attribute__((require_constant_initialization)),...Eric Fiselier2016-09-032-4/+15
* Avoid narrowing warnings in __bitset constructorDimitry Andric2016-09-021-1/+1
* cstdio: limit gets to CRT versions below 14Saleem Abdulrasool2016-09-011-1/+5
* build: don't add -fPIC on WindowsSaleem Abdulrasool2016-09-011-1/+3
* [CMake] NFC. Missed the other uses in r280406Chris Bieneman2016-09-011-2/+2
* [CMake] NFC. Fixing spelling from r280400Chris Bieneman2016-09-011-1/+1
* [CMake] Don't copy headers on fully standaloneChris Bieneman2016-09-012-2/+10
* Fix libc++ configuration with -fsanitize-coverageIvan Krasin2016-09-012-0/+6
* [CMake] Copy headers relative to LLVM_BINARY_DIRChris Bieneman2016-08-301-5/+7
* Add "FLAKY_TEST" test directive to support re-running flaky tests.Eric Fiselier2016-08-3016-8/+48
* Fix syntax error in recent CMake change.Eric Fiselier2016-08-301-1/+1
* Fix PR28831 - Bad logic around CMAKE_OSX_SYSROOT and CMAKE_OSX_ARCHITECTURES.Eric Fiselier2016-08-301-2/+2
* libc++: perform configuration checks with -nodefaultlibsSaleem Abdulrasool2016-08-292-5/+33
* Fix or suppress GCC warnings during build.Eric Fiselier2016-08-296-5/+32
* Turn On -DLIBCXX_ENABLE_BENCHMARKS by default.Eric Fiselier2016-08-294-27/+23
* Update Google Benchmark library.Eric Fiselier2016-08-2915-761/+658
* Fix pair::operator=(TupleLike&&).Eric Fiselier2016-08-292-1/+141
* Revert r279953 - Fix pair::operator=(TupleLike&&)Eric Fiselier2016-08-292-136/+1
* Fix pair::operator=(TupleLike&&).Eric Fiselier2016-08-292-1/+136
* Implement C++17 std::sample.Eric Fiselier2016-08-287-62/+333
* Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.Eric Fiselier2016-08-286-13/+19
* Implement LWG 2711. Constrain path members.Eric Fiselier2016-08-287-12/+211
* [Docs] Update libc++ target names after r279675.Eric Fiselier2016-08-282-3/+3
* Avoid embedded preprocessor directives in __treeDimitry Andric2016-08-271-5/+8
* Add attribute noreturn to functions that throwAditya Kumar2016-08-272-1/+4
* Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow2016-08-259-34/+40
* Remove duplicate inlineMarshall Clow2016-08-251-1/+1
OpenPOWER on IntegriCloud