../
|
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
|
bitset.hpp
|
14.4 KB
|
cf3b398
|
7 years
|
Jaroslav Jindrak |
cpp: added bitset
|
chrono.hpp
|
23.3 KB
|
de53138
|
7 years
|
Jaroslav Jindrak |
cpp: revamped c header wrappers, now only include standard symbols, …
|
condition_variable.hpp
|
7.4 KB
|
da0cf6ac
|
7 years
|
Jaroslav Jindrak |
cpp: added condition_variable and condition_variable_any
|
deque.hpp
|
37.5 KB
|
3f7031a
|
7 years
|
Jaroslav Jindrak |
cpp: fixed deque::deque(deque&&) typo causing push to fail after move
|
exception.hpp
|
1.8 KB
|
9396c52
|
7 years
|
Jaroslav Jindrak |
cpp: added std::terminate
|
fstream.hpp
|
22.2 KB
|
912f856
|
7 years
|
Jaroslav Jindrak |
cpp: added fstream implementation
|
functional.hpp
|
24.8 KB
|
8830faa
|
7 years
|
Jaroslav Jindrak |
cpp: added a way to check if a functor is transparent
|
initializer_list.hpp
|
2.9 KB
|
134fd03
|
7 years
|
Jaroslav Jindrak |
cpp: added missing implementation of the default initializer_list …
|
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
|
28.9 KB
|
2987160
|
7 years
|
Jaroslav Jindrak |
cpp: added iostream
|
iterator.hpp
|
31.0 KB
|
de53138
|
7 years
|
Jaroslav Jindrak |
cpp: revamped c header wrappers, now only include standard symbols, …
|
limits.hpp
|
15.9 KB
|
092a436
|
7 years
|
Jaroslav Jindrak |
cpp: changed limits to the primitive types so that we can be sure we …
|
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
|
36.3 KB
|
255bb63
|
7 years
|
Jaroslav Jindrak |
cpp: added map::at
|
memory.hpp
|
29.3 KB
|
2353857
|
7 years
|
Jaroslav Jindrak |
cpp: added missing construct to allocator traits
|
mutex.hpp
|
21.3 KB
|
d350175
|
7 years
|
Jaroslav Jindrak |
cpp: added shared_timed_mutex
|
new.hpp
|
2.3 KB
|
2841b4f
|
7 years
|
Jaroslav Jindrak |
cpp: added missing placement new operator
|
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
|
25.8 KB
|
e7a4f41
|
7 years
|
Jaroslav Jindrak |
cpp: added subtract_with_carry_engine
|
ratio.hpp
|
6.1 KB
|
88e2c82
|
7 years
|
Jaroslav Jindrak |
cpp: uncommented static_assert after fixing the s_a macro
|
set.hpp
|
29.0 KB
|
026cb10
|
7 years
|
Jaroslav Jindrak |
cpp: added comparison operators for set and map
|
sstream.hpp
|
18.0 KB
|
6c242c3
|
7 years
|
Jaroslav Jindrak |
cpp: added sstream implementation
|
stack.hpp
|
5.7 KB
|
de53138
|
7 years
|
Jaroslav Jindrak |
cpp: revamped c header wrappers, now only include standard symbols, …
|
streambuf.hpp
|
11.7 KB
|
15b8b85e
|
7 years
|
Jaroslav Jindrak |
cpp: private checks of streambuf are now protected and thus available …
|
string.hpp
|
59.9 KB
|
bb02129
|
7 years
|
Jaroslav Jindrak |
cpp: fixed some string bugs
|
system_error.hpp
|
1.6 KB
|
e1a3ab7
|
7 years
|
Jaroslav Jindrak |
cpp: added declaration of ios_base and dummy implementations of some …
|
thread.hpp
|
8.5 KB
|
de53138
|
7 years
|
Jaroslav Jindrak |
cpp: revamped c header wrappers, now only include standard symbols, …
|
tuple.hpp
|
13.7 KB
|
aa0fa86a
|
7 years
|
Jaroslav Jindrak |
cpp: added pair::pair(piecewise_construct_t, …), but had to …
|
type_traits.hpp
|
29.5 KB
|
a4453e1
|
7 years
|
Jaroslav Jindrak |
cpp: added is_constructible
|
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
|
12.0 KB
|
aa0fa86a
|
7 years
|
Jaroslav Jindrak |
cpp: added pair::pair(piecewise_construct_t, …), but had to …
|
vector.hpp
|
19.8 KB
|
73066e61
|
7 years
|
Jaroslav Jindrak |
cpp: fixed typos in vector reverse iterator getters
|