Commit History

Author SHA1 Message Date
  Howard Hinnant 3887a2b3a7 Tagging 15 14 years ago
  Howard Hinnant 08774c5a22 Change install name to libc++.1.dylib 14 years ago
  Howard Hinnant 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). 14 years ago
  Howard Hinnant c4cbb5b6b7 Update testit to default to clang 14 years ago
  Howard Hinnant 621ee222d9 fix stupid type-o 14 years ago
  Howard Hinnant 31b8e617b6 Installed __has_feature(is_convertible_to) and __has_feature(is_base_of) 14 years ago
  Howard Hinnant 47a7cce01e Missing traits::to_int_type in fstream 14 years ago
  Howard Hinnant 2529d02b5d Qualify calls to addressof with std::. Bug 9106 14 years ago
  Howard Hinnant 211f0ee1be Bug 9096 - list::iterator not default constructible 14 years ago
  Howard Hinnant 80f9180729 minor corrections to test, and hook is_base_of up to clang intrinsic 14 years ago
  Douglas Gregor 9ca45e21b8 Eliminate extraneous {}; 14 years ago
  Howard Hinnant 65451f1549 Updated getting started directions. 14 years ago
  Howard Hinnant 30bbc93088 updated buildit to work with recent clang updates 14 years ago
  Howard Hinnant 9a21a01946 clang found a missing return statement. 14 years ago
  Howard Hinnant 99b2f7660d Make forward_list splice_after and merge work for lvalue lists 14 years ago
  Howard Hinnant 091c5ace78 Reverted previous fix to is_convertible as it caused more problems than it fixed. But this reverted fix will only matter for non-clang compilers. Installed __is_convertible_to for clang. 14 years ago
  Douglas Gregor 497ac97247 Inline namespaces are always available in Clang. Rely on that without 14 years ago
  Douglas Gregor aab015a929 Teach move_iterator that rvalue references cannot bind to non-function 14 years ago
  Howard Hinnant 9f193f202f Add always_inline to string move constructors 14 years ago
  Douglas Gregor 5ea2e37c08 Remove an (incorrect) compiler workaround in the __mu function. The 14 years ago
  Howard Hinnant 4ff9d3599c placeholder test 14 years ago
  Howard Hinnant 56a85ca8bf tweak for readability (no functionality change) 14 years ago
  Douglas Gregor 6c669943b3 An rvalue reference cannot bind to an lvalue, so static_cast the 14 years ago
  Douglas Gregor f9e1c7e367 Eliminate the C++0x-only is_convertible testing function that accepts 14 years ago
  Howard Hinnant f83417b823 Chandler Carruth changed >> to > > in several places. 14 years ago
  Chandler Carruth e76496ce46 Teach the Lit configuration to actually use the cxx0x setting when 14 years ago
  Howard Hinnant 5f5859c45b Add attribute to inlined member. 14 years ago
  Howard Hinnant 6fd4b669ca Fixing an ambiguity in variadics found by clang. 14 years ago
  Howard Hinnant ac38bae75b fix guard 14 years ago
  Howard Hinnant 52c4eb23e0 Two minor fixes: 1. Put integral_constant conversion to integral in even without constexpr support. 2. Add ios_base to <iosfwd>. The latter is being tracked by LWG 2026. 14 years ago