This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
History
Howard Hinnant
9d772d17b3
Apple LWG 2067:
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3318.html#2067
. This is the only actionable change that has been made to the C++ draft since C++11. In general it has not been decided exactly how libc++ will track changes made to C++11. New features and design changes will probably be #ifdef'd, especially if they are not backwards compatible. Defects and 'dumb mistakes' are more likely to just be put in. Decisions on telling one from the other will be made on a case by case basis.
...
llvm-svn: 160608
2012-07-21 19:34:12 +00:00
..
cmake
http://llvm.org/bugs/show_bug.cgi?id=9399
fixed by Ryuta Suzuki
2011-05-24 12:54:00 +00:00
include
Apple LWG 2067:
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3318.html#2067
. This is the only actionable change that has been made to the C++ draft since C++11. In general it has not been decided exactly how libc++ will track changes made to C++11. New features and design changes will probably be #ifdef'd, especially if they are not backwards compatible. Defects and 'dumb mistakes' are more likely to just be put in. Decisions on telling one from the other will be made on a case by case basis.
2012-07-21 19:34:12 +00:00
lib
Allow libc++ to be built with CMake from within the LLVM tree. The libc++ part is just some renaming as the variable was already in use, conflicting with something else in the LLVM tree. Contributed by Ruben Van Boxem.
2012-03-19 15:40:23 +00:00
src
noexcept applied to <future>.
2012-07-21 17:46:55 +00:00
test
noexcept and constexpr applied to <mutex>.
2012-07-21 16:13:09 +00:00
www
Jean-Daniel : clang now supports all required type_traits.
2012-07-19 15:59:52 +00:00
CMakeLists.txt
Fix warning flags for CMake builds, from Andrew C. Morrow!
2012-06-07 22:26:00 +00:00
CREDITS.TXT
libc++: Add some missing #includes to atomics tests. libc++ doesn't need these
2012-04-19 00:50:47 +00:00
LICENSE.TXT
Happy new year 2012!
2012-01-01 08:16:56 +00:00
Makefile
fix help with bash
2012-06-25 23:51:05 +00:00