- Sep 10, 2010
-
-
Howard Hinnant authored
I am experimenting with putting visibility-default attributes on all struct/classes in libc++. This checkin decorates only basic_string and vector as an experiment, and for review by those in this audience that might know more about visibilty than I do. If I get no negative feedback on this procedure I will begin to decorate the entire library in this way. llvm-svn: 113590
-
- Sep 09, 2010
-
-
Howard Hinnant authored
llvm-svn: 113487
-
- Sep 08, 2010
-
-
Howard Hinnant authored
Updated by-chapter-summary with weekly test results, and fixed up some bad paths in some tests caused by aligning the test suite with N3126. llvm-svn: 113403
-
Howard Hinnant authored
Hooked the following up to clang: is_class, is_enum, has_nothrow_copy_assign, has_trivial_destructor, has_virtual_destructor, is_pod. Implemented has_copy_assign. llvm-svn: 113373
-
Howard Hinnant authored
llvm-svn: 113364
-
Howard Hinnant authored
has_trivial_copy_assign hooked up to clang (without workarounds). Filed http://llvm.org/bugs/show_bug.cgi?id=8109 to take care of several types which don't work yet. If there is some reason we don't want to handle these types in the compiler, I can handle most of them in the library. llvm-svn: 113312
-
Howard Hinnant authored
Made a stab at has_copy_constructor. Got it mostly working for g++-4.0, but only works for scalar types on clang. Ultimately this needs a compiler-supported is_constructible which clang is missing, and won't be able to use until it gets variadic templates. llvm-svn: 113304
-
Howard Hinnant authored
has_nothrow_copy_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8107 to take care of several types which don't work yet. If there is some reason we don't want to handle these types in the compiler, I can handle most of them in the library. llvm-svn: 113294
-
- Sep 07, 2010
-
-
Howard Hinnant authored
has_trivial_copy_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8105 to take care of void, arrays of incomplete bounds and complete bounds which don't work yet. If there is some reason we don't want to handle these types in the compiler, I can handle them in the library. llvm-svn: 113270
-
Howard Hinnant authored
Made a stab at has_default_constructor. Got it mostly working for g++-4.0, but only works for scalar types on clang. Ultimately this needs a compiler-supported is_constructible which clang is missing, and won't be able to use until it gets variadic templates. llvm-svn: 113225
-
Howard Hinnant authored
has_nothrow_default_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8101 to take care of void, arrays of incomplete types, and classes with virtual destructors which don't work yet. If there is some reasons we don't want to handle these types in the compiler, I can handle them in the library. llvm-svn: 113217
-
Howard Hinnant authored
has_trivial_default_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8097 to take care of void and arrays of incomplete types which don't work yet. If there is some reasons we don't want to handle these types in the compiler, I can handle them in the library. llvm-svn: 113205
-
- Sep 06, 2010
-
-
Howard Hinnant authored
Working the type_traits area: Hooked up to clang's __is_union. Got has_trivial_copy_assign working. llvm-svn: 113162
-
- Sep 05, 2010
-
-
Howard Hinnant authored
llvm-svn: 113110
-
Howard Hinnant authored
llvm-svn: 113101
-
Howard Hinnant authored
llvm-svn: 113100
-
Howard Hinnant authored
llvm-svn: 113099
-
Howard Hinnant authored
llvm-svn: 113098
-
Howard Hinnant authored
llvm-svn: 113097
-
Howard Hinnant authored
llvm-svn: 113089
-
Howard Hinnant authored
Changed __config to react to all of clang's currently documented has_feature 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
-
- Sep 04, 2010
-
-
Daniel Dunbar authored
llvm-svn: 113061
-
Howard Hinnant authored
Configure libc++ to recognize and use inline namespaces for clang. Many, many thanks to Sebastian Redl for implementing it in clang, and to Daniel Dunbar for rattling my cage about it. This is huge for libc++. Thanks to you both\! llvm-svn: 113026
-
- Sep 03, 2010
-
-
Howard Hinnant authored
[futures.atomic_future] and notify_all_at_thread_exit. This completes the header <future> and all of Chapter 30 (for C++0x enabled compilers). llvm-svn: 113017
-
Howard Hinnant authored
llvm-svn: 112990
-
- Sep 01, 2010
-
-
Howard Hinnant authored
llvm-svn: 112737
-
- Aug 30, 2010
-
-
Howard Hinnant authored
llvm-svn: 112500
-
- Aug 29, 2010
-
-
Howard Hinnant authored
llvm-svn: 112423
-
- Aug 28, 2010
-
-
Howard Hinnant authored
llvm-svn: 112388
-
- Aug 27, 2010
-
-
Howard Hinnant authored
llvm-svn: 112284
-
- Aug 25, 2010
-
-
Howard Hinnant authored
llvm-svn: 112078
-
Howard Hinnant authored
llvm-svn: 112061
-
- Aug 23, 2010
-
-
Howard Hinnant authored
llvm-svn: 111849
-
Howard Hinnant authored
llvm-svn: 111845
-
- Aug 22, 2010
-
-
Howard Hinnant authored
llvm-svn: 111778
-
Howard Hinnant authored
llvm-svn: 111769
-
Howard Hinnant authored
llvm-svn: 111767
-
Howard Hinnant authored
llvm-svn: 111765
-
Howard Hinnant authored
llvm-svn: 111764
-
Howard Hinnant authored
llvm-svn: 111763
-