git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Possibly fix MSVC compilation after r256054.
[lldb.git]
/
libcxx
/
2015-12-18
Eric Fiselier
Fix type in tuple test. Sorry for the noise
tree
|
commitdiff
2015-12-18
Eric Fiselier
[libcxx] LWG2485: get() should be overloaded for const...
tree
|
commitdiff
2015-12-16
Eric Fiselier
Add CMake option LIBCXX_CONFIGURE_IDE to allow for...
tree
|
commitdiff
2015-12-16
Eric Fiselier
Make noexcept specifications on __hash_table definition...
tree
|
commitdiff
2015-12-16
Eric Fiselier
Workaround nasty GCC bug that caused testsuite to hang
tree
|
commitdiff
2015-12-15
Eric Fiselier
Remove unused _LIBCPP_HAS_NO_ALWAYS_INLINE_VARIADICS...
tree
|
commitdiff
2015-12-15
Eric Fiselier
[libcxx] Enable noexcept for GCC 4.6 and greater
tree
|
commitdiff
2015-12-15
Eric Fiselier
Mark declarations of externally instantiated functions...
tree
|
commitdiff
2015-12-15
Eric Fiselier
Fix various GCC mis-configurations for newer versions.
tree
|
commitdiff
2015-12-14
Eric Fiselier
Update paths in libc++ build instructions. Patch from...
tree
|
commitdiff
2015-12-14
Eric Fiselier
Update how libc++/libc++abi link the tests. Follow...
tree
|
commitdiff
2015-12-14
Marshall Clow
K-Ballo pointed out a mistake in the add_lvalue_ref...
tree
|
commitdiff
2015-12-14
Marshall Clow
Missed this on the previous (255517) commit
tree
|
commitdiff
2015-12-14
Marshall Clow
Fix a corner case that involved calling rethrow_if_nest...
tree
|
commitdiff
2015-12-14
Marshall Clow
Add add_lvalue_ref tests for a few function types,...
tree
|
commitdiff
2015-12-10
Evgeniy Stepanov
Replace cmake check for printf with a check for fopen.
tree
|
commitdiff
2015-12-10
Eric Fiselier
Remove redundant _LIBCPP_ALWAYS_INLINE attribute from...
tree
|
commitdiff
2015-12-09
Evgeniy Stepanov
Remove visibility attributes from out-of-class method...
tree
|
commitdiff
2015-12-09
Evgeniy Stepanov
Add 3 more missing inline/visibility attributes.
tree
|
commitdiff
2015-12-09
Eric Fiselier
Use __make_integer_seq builtin for std::make_integer_se...
tree
|
commitdiff
2015-12-08
Marshall Clow
Cleaned up the intro for the TS status page; really...
tree
|
commitdiff
2015-12-03
Chris Bieneman
[CMake] If you're not installing the libcxx library...
tree
|
commitdiff
2015-11-30
Marshall Clow
Last bit of P0006; mark it as complete
tree
|
commitdiff
2015-11-30
Marshall Clow
Fix bugs in alignment_of_v, etc. Re-enable the newly...
tree
|
commitdiff
2015-11-30
Marshall Clow
Temporarily disable new tests while I figure out what...
tree
|
commitdiff
2015-11-30
Marshall Clow
Fix bad macros
tree
|
commitdiff
2015-11-30
Marshall Clow
Missing file from last commit
tree
|
commitdiff
2015-11-30
Marshall Clow
Implement more of P0006; Type Traits Variable Templates...
tree
|
commitdiff
2015-11-30
Marshall Clow
Fix bad macros in tests
tree
|
commitdiff
2015-11-30
Marshall Clow
Implement more of P0006; Type Traits Variable Templates.
tree
|
commitdiff
2015-11-26
Marshall Clow
Add static_assert to set/multiset/map/multimap/forward_...
tree
|
commitdiff
2015-11-25
Marshall Clow
Silence a -Wmissing-braces warning in the tests; mbstat...
tree
|
commitdiff
2015-11-24
Marshall Clow
Remove undefined behavior from tests; specifically...
tree
|
commitdiff
2015-11-24
Vasileios Kalintiris
Use libcxx's default rune table with the Musl C library.
tree
|
commitdiff
2015-11-19
Marshall Clow
Fix some mistakes in the <utility> and <tuple> synopses...
tree
|
commitdiff
2015-11-19
Marshall Clow
Fix some mistakes in the <array> synopsis. No functiona...
tree
|
commitdiff
2015-11-17
Eric Fiselier
Fix bad variable name. project_root -> project_obj_root
tree
|
commitdiff
2015-11-17
Marshall Clow
Add tests for the extended integer types - as required...
tree
|
commitdiff
2015-11-17
Marshall Clow
Implement P0007: Constant View: A proposal for a std...
tree
|
commitdiff
2015-11-16
Marshall Clow
Fix compile error in test. Can't use `operator[]` for...
tree
|
commitdiff
2015-11-16
Marshall Clow
More tests for LWG#2156
tree
|
commitdiff
2015-11-16
Marshall Clow
LWG#2156 loosened the requirements on unordered contain...
tree
|
commitdiff
2015-11-16
Marshall Clow
Implement P0013R1: Logical Operator Type Traits. Make...
tree
|
commitdiff
2015-11-16
Marshall Clow
Mark P0013 as 'in progress'
tree
|
commitdiff
2015-11-12
Marshall Clow
Implement P0074: Making owner_less more flexible
tree
|
commitdiff
2015-11-12
Asiri Rathnayake
[libcxx] Fixup a few fumbles in the initial no-exceptio...
tree
|
commitdiff
2015-11-10
Marshall Clow
Fix typo I just introduced.
tree
|
commitdiff
2015-11-10
Marshall Clow
std:: qualify ptrdiff_t in the test. Thanks to Walter...
tree
|
commitdiff
2015-11-10
Marshall Clow
Walter pointed out some missing includes in the tests...
tree
|
commitdiff
2015-11-10
Marshall Clow
Explicitly #include <utility> so that we get std::move...
tree
|
commitdiff
2015-11-10
Asiri Rathnayake
Make it possible to build a no-exceptions variant of...
tree
|
commitdiff
2015-11-09
Marshall Clow
Mark LWG#2486 as complete. Eric did this as part of...
tree
|
commitdiff
2015-11-09
NAKAMURA Takumi
Make check-libcxx Py3-compatible.
tree
|
commitdiff
2015-11-09
Vasileios Kalintiris
Add initial support for the MUSL C library.
tree
|
commitdiff
2015-11-07
Marshall Clow
Mark LWG#2224 as complete. Wording change only, no...
tree
|
commitdiff
2015-11-07
Marshall Clow
Implement LWG#2353: std::next is over-constrained
tree
|
commitdiff
2015-11-07
Marshall Clow
More of P0006R0: type traits variable aliases for C...
tree
|
commitdiff
2015-11-07
Evgeniy Stepanov
Cleanup: move visibility/linkage attributes to the...
tree
|
commitdiff
2015-11-06
Evgeniy Stepanov
Allow deque to handle incomplete types.
tree
|
commitdiff
2015-11-06
Eric Fiselier
Cleanup foo.h headers and __config to work in C
tree
|
commitdiff
2015-11-05
Marshall Clow
Mark LWG issue #2234. We already do this; no code chang...
tree
|
commitdiff
2015-11-05
Marshall Clow
Implement P0092R1 for C++1z
tree
|
commitdiff
2015-11-02
Marshall Clow
Make reverse() call iter_swap like the standard says...
tree
|
commitdiff
2015-11-02
Marshall Clow
Remove undefined behavior from some tests. Same pattern...
tree
|
commitdiff
2015-11-02
Marshall Clow
Remove undefined behavior from some tests. Thanks to...
tree
|
commitdiff
2015-11-01
Marshall Clow
Add 'nostdinc++' to the flags used by testit. Makes...
tree
|
commitdiff
2015-11-01
Marshall Clow
Improve the tests for 'is_literal_type'
tree
|
commitdiff
2015-11-01
Marshall Clow
Implement the first part of P0006R0: Adopt Type Traits...
tree
|
commitdiff
2015-10-29
Richard Smith
Revert r249929 ("Split <string.h> out of <cstring>").
tree
|
commitdiff
2015-10-29
Marshall Clow
Implement P0004R1 'Remove Deprecated iostreams aliases'
tree
|
commitdiff
2015-10-28
Marshall Clow
Mark two Kona papers as 'in progress'
tree
|
commitdiff
2015-10-28
Matthias Braun
Adapt to lit change in llvm r251478-r251481
tree
|
commitdiff
2015-10-26
Eric Fiselier
Fix test suite configuration. Sorry Marshall
tree
|
commitdiff
2015-10-25
Marshall Clow
Mark LWG#2495 as complete. No code changes needed
tree
|
commitdiff
2015-10-25
Marshall Clow
Fix LWG#2489: mem_fn() should be noexcept
tree
|
commitdiff
2015-10-25
Marshall Clow
Add the tests for the last commit
tree
|
commitdiff
2015-10-25
Marshall Clow
Fix LWG#2476: scoped_allocator_adaptor is not assignable
tree
|
commitdiff
2015-10-25
Marshall Clow
Add a test for LWG#2466: allocator_traits::max_size...
tree
|
commitdiff
2015-10-25
Marshall Clow
Add a test for LWG#2462: std::ios_base::failure is...
tree
|
commitdiff
2015-10-25
Marshall Clow
Fix LWG#2127: Move-construction with raw_storage_iterator.
tree
|
commitdiff
2015-10-25
Marshall Clow
Fix LWG#2244: basic_istream::seekg
tree
|
commitdiff
2015-10-25
Marshall Clow
Update C++ status from Kona
tree
|
commitdiff
2015-10-23
Tim Northover
Set LC_COLLATE rather than LANG to override collation.
tree
|
commitdiff
2015-10-23
Eric Fiselier
Use proper output directory when naminging the libc...
tree
|
commitdiff
2015-10-22
Eric Fiselier
Dont required CMake 3 to install a linker script
tree
|
commitdiff
2015-10-22
Eric Fiselier
Only disable linker script when LIBCXX_CXX_ABI_LIBNAME...
tree
|
commitdiff
2015-10-22
Eric Fiselier
Disable linker scripts when the ABI library is not...
tree
|
commitdiff
2015-10-20
Marshall Clow
Detect relaxed constexpr rules for gcc versions
tree
|
commitdiff
2015-10-16
Benjamin Kramer
Fix an unfortunate yet old typo that never got attentio...
tree
|
commitdiff
2015-10-16
Benjamin Kramer
Remove a long-standing __has_include hack.
tree
|
commitdiff
2015-10-15
Eric Fiselier
Re-enable linker scripts after fixing bad CMake
tree
|
commitdiff
2015-10-15
Eric Fiselier
Quickly fix bad commit
tree
|
commitdiff
2015-10-15
Eric Fiselier
[libcxx] Make libc++.so a linker script by default...
tree
|
commitdiff
2015-10-15
Eric Fiselier
Fix handling of -Wno-pedantic
tree
|
commitdiff
2015-10-15
Eric Fiselier
Add links to libc++ code coverage and builders
tree
|
commitdiff
2015-10-14
Eric Fiselier
Update issues status
tree
|
commitdiff
2015-10-14
Eric Fiselier
Use correct CMake variable for the libname
tree
|
commitdiff
2015-10-14
Eric Fiselier
Link to new documentation from existing homepage
tree
|
commitdiff
2015-10-14
Eric Fiselier
Update testing guide for libc++
tree
|
commitdiff
2015-10-14
Eric Fiselier
[libcxx] Make it drastically simpler to link libc++.
tree
|
commitdiff
next