| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't attempt to validate the output of %p. | Ed Schouten | 2015-03-16 | 1 | -12/+21 |
| * | Fix a problem when calling throw_with_nested with a class marked 'final'. Tha... | Marshall Clow | 2015-03-16 | 1 | -0/+16 |
| * | Don't hardcode the Czech locale name. | Ed Schouten | 2015-03-16 | 11 | -30/+44 |
| * | Don't hardcode the locale name string. | Ed Schouten | 2015-03-16 | 1 | -1/+2 |
| * | Remove unneeded initialisation of fenv_t and fexcept_t. | Ed Schouten | 2015-03-15 | 1 | -2/+2 |
| * | Add option to disable access to the global filesystem namespace. | Ed Schouten | 2015-03-12 | 11 | -0/+60 |
| * | Fix ctype_byname<wchar_t>::do_is() mask checking.... again | Jonathan Roelofs | 2015-03-11 | 1 | -0/+53 |
| * | Copy data files to the remote runner. | Dan Albert | 2015-03-10 | 2 | -18/+30 |
| * | Use generic feature name for sanitizers that replace new and delete | Eric Fiselier | 2015-03-10 | 36 | -35/+39 |
| * | Factor out RemoteExecutor from SSHExecutor. | Dan Albert | 2015-03-10 | 1 | -35/+50 |
| * | Add support for arc4random() to random_device. | Ed Schouten | 2015-03-10 | 1 | -6/+4 |
| * | [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1 | Eric Fiselier | 2015-03-10 | 1 | -0/+34 |
| * | Move test to use correct suffix | Eric Fiselier | 2015-03-09 | 1 | -0/+0 |
| * | Add TrackedValue to test/support. Thanks to Louis Dionne | Eric Fiselier | 2015-03-09 | 1 | -0/+50 |
| * | Fix an exception-safety bug in <deque>. Reference: PR#22650. Not closing the ... | Marshall Clow | 2015-03-09 | 2 | -1/+41 |
| * | Add CloudABI locale names to platform_support.h. | Ed Schouten | 2015-03-09 | 1 | -0/+10 |
| * | Oops. This arg is passed, just ignored. | Dan Albert | 2015-03-06 | 1 | -3/+0 |
| * | Fix the PrefixExecutor. | Dan Albert | 2015-03-06 | 1 | -3/+6 |
| * | Remove unneeded python import | Eric Fiselier | 2015-03-06 | 1 | -1/+0 |
| * | Run ShTests when the executor is an instance of LocalExecutor | Eric Fiselier | 2015-03-05 | 1 | -1/+3 |
| * | Move the <dynarray> tests out of the std/ hierarchy, since it's not really pa... | Marshall Clow | 2015-03-04 | 12 | -0/+0 |
| * | Allow declaration of map and multimap iterator with incomplete mapped type. P... | Eric Fiselier | 2015-03-03 | 2 | -4/+33 |
| * | Add better tests for ctype<char>::classic_table | Marshall Clow | 2015-03-03 | 1 | -0/+36 |
| * | [libcxx] Add support for linking libc++ against a static ABI library. | Eric Fiselier | 2015-03-03 | 1 | -0/+5 |
| * | Add remote testing support to the lit config. | Jonathan Roelofs | 2015-02-26 | 6 | -21/+249 |
| * | Remove XFAIL on string view test for apples clang compiler. Thanks to Marshal... | Eric Fiselier | 2015-02-24 | 1 | -1/+1 |
| * | [libc++] Try and prevent evaluation of `is_default_constructible` on tuples d... | Eric Fiselier | 2015-02-21 | 1 | -0/+17 |
| * | [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++ | Eric Fiselier | 2015-02-21 | 1 | -1/+4 |
| * | More on adding sized deallocation functions in libc++: Continuing from r22928... | Larisse Voufo | 2015-02-20 | 8 | -0/+736 |
| * | Fix incorrect locale mapping in config.py on OSX | Eric Fiselier | 2015-02-19 | 1 | -1/+1 |
| * | Move to using -fdiagnostics-color=always on both GCC and Clang | Eric Fiselier | 2015-02-19 | 1 | -9/+1 |
| * | Mark more tuple tests as unsupported in C++98 && C++03 | Eric Fiselier | 2015-02-19 | 2 | -0/+4 |
| * | [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. | Eric Fiselier | 2015-02-19 | 52 | -12/+103 |
| * | [libcxx] Tired of colorless compile errors? Enable color diagnostics today! | Eric Fiselier | 2015-02-18 | 1 | -0/+20 |
| * | Enable testing with _LIBCPP_DEBUG and fix bad assertions in string_view. | Eric Fiselier | 2015-02-18 | 1 | -0/+10 |
| * | [libc++] Fix PR20084 - std::is_function<void() const> failed. | Eric Fiselier | 2015-02-18 | 1 | -13/+49 |
| * | [libcxx] Add <experimental/ratio> | Eric Fiselier | 2015-02-17 | 10 | -0/+404 |
| * | Rooting out more undefined behavior in char_traits. | Marshall Clow | 2015-02-13 | 16 | -0/+24 |
| * | Appease buildbots | Jonathan Roelofs | 2015-02-13 | 1 | -2/+2 |
| * | Modularize TargetInfo discovery in the lit config | Jonathan Roelofs | 2015-02-13 | 4 | -29/+98 |
| * | Fix error checking in get_temp_file_name(). | Dan Albert | 2015-02-13 | 1 | -4/+7 |
| * | Move the test for zero-length into the char_traits (from string_view). Add te... | Marshall Clow | 2015-02-12 | 4 | -0/+4 |
| * | Remove undefined behavior from test; specifically, compare(NULL, XXX, 0) | Marshall Clow | 2015-02-12 | 1 | -1/+1 |
| * | Remove undefined behavior from test; specifically, compare(NULL, XXX, 0). Tha... | Marshall Clow | 2015-02-12 | 1 | -2/+1 |
| * | Need to wrap a bit in an ifdef, since there are no initializer_lists in C++03 | Marshall Clow | 2015-02-11 | 1 | -0/+2 |
| * | Fix PR 22541: When values are equal, minmax should return the rightmost one i... | Marshall Clow | 2015-02-11 | 1 | -0/+35 |
| * | Update double_include.sh.cpp for new headers. | Eric Fiselier | 2015-02-11 | 1 | -0/+2 |
| * | libc++ tests: wait_until.pass test sporadically fails (bug 21998) | Eric Fiselier | 2015-02-11 | 2 | -194/+258 |
| * | Make convert_to_integral.pass.cpp more platform generic. | Eric Fiselier | 2015-02-11 | 1 | -3/+5 |
| * | Remove default definition for libcxx_obj_dir because it doesn't make sense | Eric Fiselier | 2015-02-11 | 1 | -6/+6 |