../
|
functional
|
|
4dfac1e
|
7 years
|
Jaroslav Jindrak |
cpp: added missing include
|
locale
|
|
a1c35cc
|
7 years
|
Jaroslav Jindrak |
cpp: added missing return statements, changed the way facets work for …
|
memory
|
|
8921188
|
7 years
|
Jaroslav Jindrak |
cpp: added shared_ptr from weak_ptr constructor
|
test
|
|
a4b8b28
|
7 years
|
Jaroslav Jindrak |
cpp: added queue and priority_queue tests
|
tuple
|
|
9c9ee5d
|
7 years
|
Jaroslav Jindrak |
cpp: fixed bugs found by the tuple tests
|
type_traits
|
|
f25d4a4
|
7 years
|
Jaroslav Jindrak |
cpp: fixed result_of
|
utility
|
|
c866a83
|
7 years
|
Jaroslav Jindrak |
cpp: split too big files into smaller (loosely related) sub files
|
abi.hpp
|
4.6 KB
|
c4049e6
|
7 years
|
Jaroslav Jindrak |
c+cpp: added support for global static constructors destructors
|
aux.hpp
|
2.3 KB
|
9b7aef85
|
7 years
|
Jaroslav Jindrak |
cpp: removed redundant namespace declaration
|
builtins.hpp
|
2.9 KB
|
a629655
|
7 years
|
Jaroslav Jindrak |
cpp: added a constexpr pow builtin wrapper
|
common.hpp
|
220 bytes
|
9475faf
|
7 years
|
Jaroslav Jindrak |
cpp: undefined restrict as per standard requirements
|
hash_table.hpp
|
18.4 KB
|
65a0d0c
|
7 years
|
Jaroslav Jindrak |
cpp: fixed bugs found by the uset tests
|
hash_table_bucket.hpp
|
3.0 KB
|
9751280
|
7 years
|
Jaroslav Jindrak |
cpp: divided the hash table sources to multiple headers for better …
|
hash_table_iterators.hpp
|
16.1 KB
|
f2ba4c79
|
7 years
|
Jaroslav Jindrak |
cpp: added unordered_map tests and fixed bugs found by them
|
hash_table_policies.hpp
|
13.1 KB
|
65a0d0c
|
7 years
|
Jaroslav Jindrak |
cpp: fixed bugs found by the uset tests
|
insert_iterator.hpp
|
3.9 KB
|
e5cf551
|
7 years
|
Jaroslav Jindrak |
cpp: fixed ambiguities
|
iomanip.hpp
|
3.9 KB
|
78a794ab
|
7 years
|
Jaroslav Jindrak |
cpp: added standard manipulators to iomanip
|
iterator.hpp
|
2.3 KB
|
d6bb78b
|
7 years
|
Jaroslav Jindrak |
cpp: fixed conversions from non-const iterators to const iterators
|
key_extractors.hpp
|
2.0 KB
|
9751280
|
7 years
|
Jaroslav Jindrak |
cpp: divided the hash table sources to multiple headers for better …
|
list.hpp
|
2.6 KB
|
ac68088
|
7 years
|
Jaroslav Jindrak |
cpp: fixed unlink() in list_node
|
locale.hpp
|
5.3 KB
|
a1c35cc
|
7 years
|
Jaroslav Jindrak |
cpp: added missing return statements, changed the way facets work for …
|
rbtree.hpp
|
14.9 KB
|
21d97e8
|
7 years
|
Jaroslav Jindrak |
cpp: fixed bugs found by the map tests
|
rbtree_iterators.hpp
|
10.0 KB
|
349b0f7
|
7 years
|
Jaroslav Jindrak |
cpp: added reference and pointer typedefs to rbtree_const_iterator …
|
rbtree_node.hpp
|
18.9 KB
|
21d97e8
|
7 years
|
Jaroslav Jindrak |
cpp: fixed bugs found by the map tests
|
rbtree_policies.hpp
|
14.5 KB
|
21d97e8
|
7 years
|
Jaroslav Jindrak |
cpp: fixed bugs found by the map tests
|
result_of.hpp
|
2.1 KB
|
c866a83
|
7 years
|
Jaroslav Jindrak |
cpp: split too big files into smaller (loosely related) sub files
|
streambufs.hpp
|
5.4 KB
|
f5a77a00
|
7 years
|
Jaroslav Jindrak |
cpp: fixed the stdin stream buffer
|
string.hpp
|
6.1 KB
|
5d235bf0
|
7 years
|
Jaroslav Jindrak |
cpp: fixed constness issue with the ostream << operator for string
|
stringfwd.hpp
|
1.8 KB
|
17c41c3
|
7 years
|
Jaroslav Jindrak |
cpp: added a forward header for string so that we don't have to …
|
thread.hpp
|
6.7 KB
|
de53138
|
7 years
|
Jaroslav Jindrak |
cpp: revamped c header wrappers, now only include standard symbols, …
|
trycatch.hpp
|
4.4 KB
|
46cf7bf
|
7 years
|
Jaroslav Jindrak |
cpp: added missing forward declaration
|
type_transformation.hpp
|
2.2 KB
|
e9f2f4e
|
7 years
|
Jaroslav Jindrak |
cpp: added a comment explaining the use of type transformation …
|