summaryrefslogtreecommitdiff
path: root/contrib/libc++/include/ext/hash_set
Commit message (Collapse)AuthorAgeFilesLines
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-201-661/+0
| | | | | | | | | | | | | This uses the new layout of the upstream repository, which was recently migrated to GitHub, and converted into a "monorepo". That is, most of the earlier separate sub-projects with their own branches and tags were consolidated into one top-level directory, and are now branched and tagged together. Updating the vendor area to match this layout is next. Notes: svn path=/head/; revision=355940
* Merge libc++ trunk r366426, resolve conflicts, and add FREEBSD-Xlist.Dimitry Andric2019-08-221-18/+16
| | | | Notes: svn path=/projects/clang900-import/; revision=351402
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r303197, and updateDimitry Andric2017-05-161-1/+1
| | | | | | | build glue. Notes: svn path=/projects/clang500-import/; revision=318384
* Merge libc++ trunk r300890, and update build glue.Dimitry Andric2017-04-221-1/+1
| | | | Notes: svn path=/projects/clang500-import/; revision=317287
* Merge libc++ r291274, and update the library Makefile.Dimitry Andric2017-01-081-2/+2
| | | | Notes: svn path=/projects/clang400-import/; revision=311696
* Update libc++ to release_39 branch r279689.Dimitry Andric2016-08-301-2/+4
| | | | Notes: svn path=/projects/clang390-import/; revision=305076
* Import libc++ 3.4 release. This contains a lot of bugfixes, and someDimitry Andric2014-01-301-3/+7
| | | | | | | | | preliminary support for C++1y. MFC after: 3 weeks Notes: svn path=/head/; revision=261283
* Merge libc++ trunk r180598. Contains several minor cleanups and bugDimitry Andric2013-04-271-2/+2
| | | | | | | | | fixes, no major changes. MFC after: 2 weeks Notes: svn path=/head/; revision=249998
* Import libc++ / libcxxrt into base. Not build by default yet (useDavid Chisnall2011-11-251-0/+657
MK_LIBCPLUSPLUS=yes to enable). This is a work-in-progress. It works for me, but is not guaranteed to work for anyone else and may eat your dog. To build C++ using libc++, add -stdlib=libc++ to your CXX and LD flags. Bug reports welcome, bug fixes even more welcome... Approved by: dim (mentor) Notes: svn path=/head/; revision=227983