../
|
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
|
23.3 KB
|
937de98
|
7 years
|
Jaroslav Jindrak |
cpp: fixed bug found by complex tests
|
condition_variable.hpp
|
7.4 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
deque.hpp
|
37.7 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
exception.hpp
|
4.0 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
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
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
future.hpp
|
4.1 KB
|
4727aacd
|
7 years
|
Jaroslav Jindrak |
cpp: added WIP version of <future>
|
initializer_list.hpp
|
2.9 KB
|
b024c0c9
|
7 years
|
Jaroslav Jindrak |
cpp: added missing include (size_t was missing)
|
iomanip.hpp
|
2.1 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
ios.hpp
|
17.1 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
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
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
limits.hpp
|
16.7 KB
|
980ad03
|
7 years
|
Jaroslav Jindrak |
cpp: added digits to specializations
|
list.hpp
|
34.9 KB
|
7452b155
|
7 years
|
Jaroslav Jindrak |
cpp: added the rest of list tests and fixed bugs found by them
|
locale.hpp
|
4.4 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
map.hpp
|
37.0 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
mutex.hpp
|
21.3 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
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
|
9b5867e
|
7 years
|
Jaroslav Jindrak |
cpp: fixed bugs found by the queue tests
|
random.hpp
|
43.7 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
ratio.hpp
|
6.8 KB
|
91ac0bb
|
7 years
|
Jaroslav Jindrak |
cpp: added c++17 style aliases to ratio relational operations
|
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
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
sstream.hpp
|
18.0 KB
|
eaabd7d
|
7 years
|
Jaroslav Jindrak |
cpp: fixed bugs found by the tests
|
stack.hpp
|
5.7 KB
|
3adbbda
|
7 years
|
Jaroslav Jindrak |
cpp: fixed default underlying container of stack and finally fixed …
|
stdexcept.hpp
|
4.0 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
streambuf.hpp
|
11.7 KB
|
47203ee3
|
7 years
|
Jaroslav Jindrak |
cpp: fixed return value of streambuf::imbue
|
string.hpp
|
59.9 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
system_error.hpp
|
10.4 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
thread.hpp
|
8.5 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
tuple.hpp
|
14.6 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
type_traits.hpp
|
33.9 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
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.9 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
unordered_set.hpp
|
30.0 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
utility.hpp
|
11.9 KB
|
7bbf91e
|
7 years
|
Jaroslav Jindrak |
cpp: changed internal to bits to avoid include space pollusion, …
|
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
|