Howard Hinnant 5306d68019 Convert __thread_local_data to the singleton pattern 15 vuotta sitten
..
algorithm.cpp c326721e65 Completed [alg.random.shuffle]. 15 vuotta sitten
atomic.cpp 611fdaf229 Still working on the basic design of <atomic>. I'm working towards a system by which the compiler only needs to define the strongest intrinsics it can. Weaker atomics in the library automatically try stronger and stronger variants, picking the weakest compiler intrinsic available. If no compiler intrinsics are available for a given operation, the library locks a mutex and does the job. Better documentation to follow... 15 vuotta sitten
bind.cpp 16e6e1d72f Fixing whitespace problems 15 vuotta sitten
chrono.cpp 04acacadca Fix typos, noticed by Clang. 15 vuotta sitten
condition_variable.cpp 5306d68019 Convert __thread_local_data to the singleton pattern 15 vuotta sitten
exception.cpp d510977c4d Remove tabs 15 vuotta sitten
future.cpp 5306d68019 Convert __thread_local_data to the singleton pattern 15 vuotta sitten
hash.cpp d2a9251977 Experimenting with a new forward fomulation (kudos Daniel Kruegler), updated insert iterators to work better with pproxies, and doubled the speed of __next_prime. 15 vuotta sitten
ios.cpp 16e6e1d72f Fixing whitespace problems 15 vuotta sitten
iostream.cpp f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 vuotta sitten
locale.cpp 16e6e1d72f Fixing whitespace problems 15 vuotta sitten
memory.cpp 16e6e1d72f Fixing whitespace problems 15 vuotta sitten
mutex.cpp 16e6e1d72f Fixing whitespace problems 15 vuotta sitten
new.cpp d510977c4d Remove tabs 15 vuotta sitten
random.cpp 16e6e1d72f Fixing whitespace problems 15 vuotta sitten
regex.cpp 16e6e1d72f Fixing whitespace problems 15 vuotta sitten
stdexcept.cpp 04acacadca Fix typos, noticed by Clang. 15 vuotta sitten
string.cpp 16e6e1d72f Fixing whitespace problems 15 vuotta sitten
strstream.cpp 73d21a4f07 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. 15 vuotta sitten
system_error.cpp 16e6e1d72f Fixing whitespace problems 15 vuotta sitten
thread.cpp 5306d68019 Convert __thread_local_data to the singleton pattern 15 vuotta sitten
typeinfo.cpp 1348fba3e2 Bug 8254 by Bernhard Rosenkraenzer 15 vuotta sitten
utility.cpp f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 vuotta sitten
valarray.cpp f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 vuotta sitten