Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ↵ | Howard Hinnant | 2012-09-14 | 1 | -2/+2 | |
| | | | | | | send me a patch to CREDITS.TXT? llvm-svn: 163862 | |||||
* | Further macro protection by replacing _[A-Z] with _[A-Z]p | Howard Hinnant | 2011-11-29 | 1 | -38/+38 | |
| | | | | llvm-svn: 145410 | |||||
* | Windows support by Ruben Van Boxem. | Howard Hinnant | 2011-10-17 | 1 | -0/+2 | |
| | | | | llvm-svn: 142235 | |||||
* | _STD -> _VSTD to avoid macro clash on windows | Howard Hinnant | 2011-06-30 | 1 | -29/+29 | |
| | | | | llvm-svn: 134190 | |||||
* | Provide names for template and function parameters in forward declarations. ↵ | Howard Hinnant | 2011-06-14 | 1 | -10/+16 | |
| | | | | | | The purpose is to aid automated documentation tools. llvm-svn: 133008 | |||||
* | Made more implementation details of [multi]map/set noexcept. | Howard Hinnant | 2011-06-04 | 1 | -16/+17 | |
| | | | | llvm-svn: 132642 | |||||
* | noexcept for <map>. | Howard Hinnant | 2011-06-04 | 1 | -32/+90 | |
| | | | | llvm-svn: 132639 | |||||
* | Qualify calls to std::next(), to avoid conflicts with | Douglas Gregor | 2011-04-29 | 1 | -1/+1 | |
| | | | | | | libraries/applications that define their own 'next' template. llvm-svn: 130511 | |||||
* | Chris Jefferson submitted this patch to fix ↵ | Howard Hinnant | 2011-04-03 | 1 | -23/+24 | |
| | | | | | | http://llvm.org/bugs/show_bug.cgi?id=9351 llvm-svn: 128796 | |||||
* | http://llvm.org/bugs/show_bug.cgi?id=9444 | Howard Hinnant | 2011-03-10 | 1 | -26/+13 | |
| | | | | llvm-svn: 127412 | |||||
* | Qualify calls to addressof with std::. Bug 9106 | Howard Hinnant | 2011-02-02 | 1 | -5/+5 | |
| | | | | llvm-svn: 124726 | |||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 | |
| | | | | llvm-svn: 119395 | |||||
* | visibility-decoration. | Howard Hinnant | 2010-09-21 | 1 | -32/+84 | |
| | | | | llvm-svn: 114470 | |||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 1 | -15/+20 | |
| | | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086 | |||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -21/+20 | |
| | | | | llvm-svn: 111750 | |||||
* | now works with -fno-exceptions and -fno-rtti | Howard Hinnant | 2010-08-11 | 1 | -0/+12 | |
| | | | | llvm-svn: 110828 | |||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 1 | -1/+1 | |
| | | | | llvm-svn: 103516 | |||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 1 | -0/+2170 | |
llvm-svn: 103490 |