../
|
algorithm.hpp
|
28.4 KB
|
26d2990
|
7 years
|
Jaroslav Jindrak |
cpp: added lexicographical_compare
|
array.hpp
|
5.8 KB
|
41bd6ec
|
7 years
|
Jaroslav Jindrak |
cpp: removed outdated todo comment
|
atomic.hpp
|
1.5 KB
|
13f7525
|
7 years
|
Jaroslav Jindrak |
cpp: added missing headers that currently just cause compilation …
|
bitset.hpp
|
14.4 KB
|
eaabd7d
|
7 years
|
Jaroslav Jindrak |
cpp: fixed bugs found by the tests
|
chrono.hpp
|
23.3 KB
|
de53138
|
7 years
|
Jaroslav Jindrak |
cpp: revamped c header wrappers, now only include standard symbols, …
|
complex.hpp
|
22.9 KB
|
8794d16
|
7 years
|
Jaroslav Jindrak |
cpp: added complex (without some math functions)
|
condition_variable.hpp
|
7.4 KB
|
da0cf6ac
|
7 years
|
Jaroslav Jindrak |
cpp: added condition_variable and condition_variable_any
|
deque.hpp
|
37.7 KB
|
0e5e8bf9
|
7 years
|
Jaroslav Jindrak |
cpp: fixed bugs found by deque tests
|
exception.hpp
|
4.0 KB
|
74b03e3
|
7 years
|
Jaroslav Jindrak |
cpp: updated copyright in exception and added missing noexcept to bad_alloc
|
forward_list.hpp
|
1.5 KB
|
13f7525
|
7 years
|
Jaroslav Jindrak |
cpp: added missing headers that currently just cause compilation …
|
fstream.hpp
|
22.2 KB
|
912f856
|
7 years
|
Jaroslav Jindrak |
cpp: added fstream implementation
|
functional.hpp
|
2.6 KB
|
a1448e4
|
7 years
|
Jaroslav Jindrak |
cpp: moved hash out of functional.hpp
|
future.hpp
|
1.5 KB
|
13f7525
|
7 years
|
Jaroslav Jindrak |
cpp: added missing headers that currently just cause compilation …
|
initializer_list.hpp
|
2.9 KB
|
b024c0c9
|
7 years
|
Jaroslav Jindrak |
cpp: added missing include (size_t was missing)
|
iomanip.hpp
|
2.1 KB
|
78a794ab
|
7 years
|
Jaroslav Jindrak |
cpp: added standard manipulators to iomanip
|
ios.hpp
|
17.1 KB
|
de53138
|
7 years
|
Jaroslav Jindrak |
cpp: revamped c header wrappers, now only include standard symbols, …
|
iosfwd.hpp
|
4.9 KB
|
5209fd7
|
7 years
|
Jaroslav Jindrak |
cpp: added missing include guards
|
iostream.hpp
|
1.7 KB
|
21a7ebc
|
7 years
|
Jaroslav Jindrak |
cpp: added wip iostream implementation so far containing cin & cout
|
istream.hpp
|
29.0 KB
|
a1c35cc
|
7 years
|
Jaroslav Jindrak |
cpp: added missing return statements, changed the way facets work for …
|
iterator.hpp
|
31.0 KB
|
cf573ec
|
7 years
|
Jaroslav Jindrak |
cpp: fixed distance, it used postincrement which resulted in end() …
|
limits.hpp
|
16.7 KB
|
980ad03
|
7 years
|
Jaroslav Jindrak |
cpp: added digits to specializations
|
list.hpp
|
31.7 KB
|
4a7e47b
|
7 years
|
Jaroslav Jindrak |
cpp: moved list_node to an auxiliary header as it will be used in hash maps
|
locale.hpp
|
4.4 KB
|
ccf7a7e
|
7 years
|
Jaroslav Jindrak |
cpp: moved most of <locale> out because of dependencies inside the stdlib
|
map.hpp
|
37.0 KB
|
21d97e8
|
7 years
|
Jaroslav Jindrak |
cpp: fixed bugs found by the map tests
|
memory.hpp
|
31.4 KB
|
999cb48
|
7 years
|
Jaroslav Jindrak |
cpp: added hash support for smart pointers
|
mutex.hpp
|
21.3 KB
|
d350175
|
7 years
|
Jaroslav Jindrak |
cpp: added shared_timed_mutex
|
new.hpp
|
2.4 KB
|
be1be2c7
|
7 years
|
Jaroslav Jindrak |
cpp: added missing default specifier
|
numeric.hpp
|
5.0 KB
|
fff05d3
|
7 years
|
Jaroslav Jindrak |
cpp: fixed typo
|
ostream.hpp
|
23.8 KB
|
bed3d11
|
7 years
|
Jaroslav Jindrak |
cpp: implemented most of the unformatted and formatted output for …
|
queue.hpp
|
12.5 KB
|
1fafb3e
|
7 years
|
Jaroslav Jindrak |
cpp: added priority_queue
|
random.hpp
|
43.7 KB
|
92cb73f
|
7 years
|
Jaroslav Jindrak |
cpp: added generate_cannonical, uniform_int_distribution, …
|
ratio.hpp
|
6.1 KB
|
88e2c82
|
7 years
|
Jaroslav Jindrak |
cpp: uncommented static_assert after fixing the s_a macro
|
regex.hpp
|
1.5 KB
|
13f7525
|
7 years
|
Jaroslav Jindrak |
cpp: added missing headers that currently just cause compilation …
|
scoped_allocator.hpp
|
1.6 KB
|
13f7525
|
7 years
|
Jaroslav Jindrak |
cpp: added missing headers that currently just cause compilation …
|
set.hpp
|
29.7 KB
|
b7cc0a9
|
7 years
|
Jaroslav Jindrak |
cpp: fixed bugs found by set tests and fixed the enable_ifs
|
sstream.hpp
|
18.0 KB
|
eaabd7d
|
7 years
|
Jaroslav Jindrak |
cpp: fixed bugs found by the tests
|
stack.hpp
|
5.7 KB
|
de53138
|
7 years
|
Jaroslav Jindrak |
cpp: revamped c header wrappers, now only include standard symbols, …
|
stdexcept.hpp
|
4.0 KB
|
0d221d2
|
7 years
|
Jaroslav Jindrak |
cpp: added <stdexcept>
|
streambuf.hpp
|
11.7 KB
|
47203ee3
|
7 years
|
Jaroslav Jindrak |
cpp: fixed return value of streambuf::imbue
|
string.hpp
|
59.9 KB
|
edd2e61
|
7 years
|
Jaroslav Jindrak |
cpp: fixed off-by-one that could pagefault in some cases of copy after …
|
system_error.hpp
|
10.5 KB
|
68cfab1
|
7 years
|
Jaroslav Jindrak |
cpp: added system_error
|
thread.hpp
|
8.5 KB
|
de53138
|
7 years
|
Jaroslav Jindrak |
cpp: revamped c header wrappers, now only include standard symbols, …
|
tuple.hpp
|
14.6 KB
|
9c9ee5d
|
7 years
|
Jaroslav Jindrak |
cpp: fixed bugs found by the tuple tests
|
type_traits.hpp
|
33.1 KB
|
6175b78
|
7 years
|
Jaroslav Jindrak |
cpp: added most of the remaining type traits
|
typeindex.hpp
|
2.3 KB
|
51a3eef
|
7 years
|
Jaroslav Jindrak |
cpp: added implementation of std::type_index
|
typeinfo.hpp
|
2.0 KB
|
40f8328
|
7 years
|
Jaroslav Jindrak |
cpp: added an auxiliary header for metafunctions, implemented some new …
|
unordered_map.hpp
|
38.7 KB
|
0893dd23
|
7 years
|
Jaroslav Jindrak |
cpp: fixed enable_ifs
|
unordered_set.hpp
|
30.0 KB
|
93af98f
|
7 years
|
Jaroslav Jindrak |
cpp: fixed iterator initialization in unordered_set::erase
|
utility.hpp
|
11.9 KB
|
adee838
|
7 years
|
Jaroslav Jindrak |
cpp: added move assignment and swap for pairs
|
valarray.hpp
|
1.5 KB
|
13f7525
|
7 years
|
Jaroslav Jindrak |
cpp: added missing headers that currently just cause compilation …
|
vector.hpp
|
19.8 KB
|
73066e61
|
7 years
|
Jaroslav Jindrak |
cpp: fixed typos in vector reverse iterator getters
|