This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-02-04 20:00:11 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b1bc368ca7950eddd7fd3da69050ac260bd68dcf
llvm
/
libcxx
History
Howard Hinnant
8e25104b10
1. Fix make_shared<const T>. 2. Allow allocator<const T> as an extension. 3. Refactor work which fixed unique_ptr<const T[]>. 4. Remove no-longer-needed private declarations from unique_ptr. 5. Add constraints to some shared_ptr and weak_ptr constructors and assignment operators so that is_constructible/is_assignable give the correct answers for shared_ptr and weak_ptr. 6. Make defensive preparations in the shared_ptr free functions for the introduction of shared_ptr<T[]> in the future. 7. As an optimization, add move constructor and move assignment to weak_ptr.
...
llvm-svn: 147437
2012-01-02 17:56:02 +00:00
..
cmake
…
include
1. Fix make_shared<const T>. 2. Allow allocator<const T> as an extension. 3. Refactor work which fixed unique_ptr<const T[]>. 4. Remove no-longer-needed private declarations from unique_ptr. 5. Add constraints to some shared_ptr and weak_ptr constructors and assignment operators so that is_constructible/is_assignable give the correct answers for shared_ptr and weak_ptr. 6. Make defensive preparations in the shared_ptr free functions for the introduction of shared_ptr<T[]> in the future. 7. As an optimization, add move constructor and move assignment to weak_ptr.
2012-01-02 17:56:02 +00:00
lib
…
src
Fix memory leak in converting weak_ptr to shared_ptr
2011-12-27 22:20:51 +00:00
test
Remove quotes from locale name identifier. Credit Edward Meewis.
2011-12-15 15:01:38 +00:00
www
…
CMakeLists.txt
…
CREDITS.TXT
Installation of CityHash by Craig Silverstein
2011-12-10 20:28:56 +00:00
LICENSE.TXT
Happy new year 2012!
2012-01-01 08:16:56 +00:00
Makefile
…