summaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)Author
2016-09-13[libcxx] Fix gcc builds.Asiri Rathnayake
2016-09-12config: Use _LIBCPP_TYPE_VIS_ONLY with enum classShoaib Meenai
2016-09-12config: Fix typo in commentShoaib Meenai
2016-09-11[libcxx] Introduce an externally-threaded libc++ variant.Asiri Rathnayake
2016-09-08support: clean up MSVC supportSaleem Abdulrasool
2016-09-08Added 'inline' attribute to basic_string's destructorAditya Kumar
2016-09-07Avoid compile error by giving the test type a user defined default constructorEric Fiselier
2016-09-07Fix PR#30303 - no matching function for call to '__ptr_in_range'Marshall Clow
2016-09-07Improve constexpr tests for std::anyEric Fiselier
2016-09-07Fix PR30260 - optional<const T> not working.Eric Fiselier
2016-09-07Enable installation of libc++experimental by default.Eric Fiselier
2016-09-07Improve CMake output when registering benchmarksEric Fiselier
2016-09-06Try 2 - Remove <cstdlib> include from `<exception>`Eric Fiselier
2016-09-06Revert r280743 and r280745. Remove <cstdlib> include from `<exception>`Eric Fiselier
2016-09-06Add missing <cstdlib> include. Sorry about the bot breakageEric Fiselier
2016-09-06Remove unneeded includes in <exception> after removing __libcpp_throwEric Fiselier
2016-09-05Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...Marshall Clow
2016-09-04[libcxx] Fix a data race in call_onceKuba Brecka
2016-09-04Apply curr_symbol.pass.cpp test fix to missed test caseEric Fiselier
2016-09-04Fix bad locale test data when using the newest glibcEric Fiselier
2016-09-04Mark test as XFAIL for C++03, rather than providing a dummy pass.Marshall Clow
2016-09-03Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...Eric Fiselier
2016-09-03memory_resource still needs init_priority when built with GCC 4.9Eric Fiselier
2016-09-03Define _LIBCPP_SAFE_STATIC __attribute__((require_constant_initialization)),...Eric Fiselier
2016-09-02Avoid narrowing warnings in __bitset constructorDimitry Andric
2016-09-01cstdio: limit gets to CRT versions below 14Saleem Abdulrasool
2016-09-01build: don't add -fPIC on WindowsSaleem Abdulrasool
2016-09-01[CMake] NFC. Missed the other uses in r280406Chris Bieneman
2016-09-01[CMake] NFC. Fixing spelling from r280400Chris Bieneman
2016-09-01[CMake] Don't copy headers on fully standaloneChris Bieneman
2016-09-01Fix libc++ configuration with -fsanitize-coverageIvan Krasin
2016-08-30[CMake] Copy headers relative to LLVM_BINARY_DIRChris Bieneman
2016-08-30Add "FLAKY_TEST" test directive to support re-running flaky tests.Eric Fiselier
2016-08-30Fix syntax error in recent CMake change.Eric Fiselier
2016-08-30Fix PR28831 - Bad logic around CMAKE_OSX_SYSROOT and CMAKE_OSX_ARCHITECTURES.Eric Fiselier
2016-08-29libc++: perform configuration checks with -nodefaultlibsSaleem Abdulrasool
2016-08-29Fix or suppress GCC warnings during build.Eric Fiselier
2016-08-29Turn On -DLIBCXX_ENABLE_BENCHMARKS by default.Eric Fiselier
2016-08-29Update Google Benchmark library.Eric Fiselier
2016-08-29Fix pair::operator=(TupleLike&&).Eric Fiselier
2016-08-29Revert r279953 - Fix pair::operator=(TupleLike&&)Eric Fiselier
2016-08-29Fix pair::operator=(TupleLike&&).Eric Fiselier
2016-08-28Implement C++17 std::sample.Eric Fiselier
2016-08-28Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.Eric Fiselier
2016-08-28Implement LWG 2711. Constrain path members.Eric Fiselier
2016-08-28[Docs] Update libc++ target names after r279675.Eric Fiselier
2016-08-27Avoid embedded preprocessor directives in __treeDimitry Andric
2016-08-27Add attribute noreturn to functions that throwAditya Kumar
2016-08-25Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow
2016-08-25Remove duplicate inlineMarshall Clow