.. |
algorithm.cpp
|
Completed [alg.random.shuffle].
|
2010-05-26 17:49:34 +00:00 |
atomic.cpp
|
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...
|
2010-10-04 18:52:54 +00:00 |
bind.cpp
|
Fixing whitespace problems
|
2010-08-22 00:03:27 +00:00 |
chrono.cpp
|
Fix typos, noticed by Clang.
|
2010-09-04 03:15:51 +00:00 |
condition_variable.cpp
|
Convert __thread_local_data to the singleton pattern
|
2010-10-14 19:18:04 +00:00 |
exception.cpp
|
Remove tabs
|
2010-08-22 13:53:14 +00:00 |
future.cpp
|
Convert __thread_local_data to the singleton pattern
|
2010-10-14 19:18:04 +00:00 |
hash.cpp
|
Experimenting with a new forward fomulation (kudos Daniel Kruegler), updated insert iterators to work better with pproxies, and doubled the speed of __next_prime.
|
2010-09-13 01:43:27 +00:00 |
ios.cpp
|
Fixing whitespace problems
|
2010-08-22 00:03:27 +00:00 |
iostream.cpp
|
Wiped out some non-ascii characters that snuck into the copyright.
|
2010-05-11 21:36:01 +00:00 |
locale.cpp
|
Fixing whitespace problems
|
2010-08-22 00:03:27 +00:00 |
memory.cpp
|
Fixing whitespace problems
|
2010-08-22 00:03:27 +00:00 |
mutex.cpp
|
Fixing whitespace problems
|
2010-08-22 00:03:27 +00:00 |
new.cpp
|
Remove tabs
|
2010-08-22 13:53:14 +00:00 |
random.cpp
|
Fixing whitespace problems
|
2010-08-22 00:03:27 +00:00 |
regex.cpp
|
Fixing whitespace problems
|
2010-08-22 00:03:27 +00:00 |
stdexcept.cpp
|
Fix typos, noticed by Clang.
|
2010-09-04 03:15:51 +00:00 |
string.cpp
|
Fixing whitespace problems
|
2010-08-22 00:03:27 +00:00 |
strstream.cpp
|
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.
|
2010-09-04 23:28:19 +00:00 |
system_error.cpp
|
Fixing whitespace problems
|
2010-08-22 00:03:27 +00:00 |
thread.cpp
|
Convert __thread_local_data to the singleton pattern
|
2010-10-14 19:18:04 +00:00 |
typeinfo.cpp
|
Bug 8254 by Bernhard Rosenkraenzer
|
2010-10-02 23:23:25 +00:00 |
utility.cpp
|
Wiped out some non-ascii characters that snuck into the copyright.
|
2010-05-11 21:36:01 +00:00 |
valarray.cpp
|
Wiped out some non-ascii characters that snuck into the copyright.
|
2010-05-11 21:36:01 +00:00 |