summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__tree
Commit message (Collapse)AuthorAgeFilesLines
...
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ↵Howard Hinnant2012-09-141-2/+2
| | | | | | send me a patch to CREDITS.TXT? llvm-svn: 163862
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-38/+38
| | | | llvm-svn: 145410
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
| | | | llvm-svn: 142235
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-29/+29
| | | | llvm-svn: 134190
* Provide names for template and function parameters in forward declarations. ↵Howard Hinnant2011-06-141-10/+16
| | | | | | The purpose is to aid automated documentation tools. llvm-svn: 133008
* Made more implementation details of [multi]map/set noexcept.Howard Hinnant2011-06-041-16/+17
| | | | llvm-svn: 132642
* noexcept for <map>.Howard Hinnant2011-06-041-32/+90
| | | | llvm-svn: 132639
* Qualify calls to std::next(), to avoid conflicts withDouglas Gregor2011-04-291-1/+1
| | | | | | libraries/applications that define their own 'next' template. llvm-svn: 130511
* Chris Jefferson submitted this patch to fix ↵Howard Hinnant2011-04-031-23/+24
| | | | | | http://llvm.org/bugs/show_bug.cgi?id=9351 llvm-svn: 128796
* http://llvm.org/bugs/show_bug.cgi?id=9444Howard Hinnant2011-03-101-26/+13
| | | | llvm-svn: 127412
* Qualify calls to addressof with std::. Bug 9106Howard Hinnant2011-02-021-5/+5
| | | | llvm-svn: 124726
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* visibility-decoration.Howard Hinnant2010-09-211-32/+84
| | | | llvm-svn: 114470
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-041-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 problemsHoward Hinnant2010-08-221-21/+20
| | | | llvm-svn: 111750
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+12
| | | | llvm-svn: 110828
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-111-0/+2170
llvm-svn: 103490
OpenPOWER on IntegriCloud