Changeset b57a3ee in mainline for uspace/lib/cpp/src/__bits/test
- Timestamp:
- 2018-07-05T21:41:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c735afb
- Parents:
- 4f461384
- git-author:
- Dzejrou <dzejrou@…> (2018-06-25 16:58:08)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
- Location:
- uspace/lib/cpp/src/__bits/test
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/src/__bits/test/adaptors.cpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #include <__bits/test/tests.hpp> 29 30 #include <cstdlib> 30 31 #include <deque> 31 32 #include <functional> 32 33 #include <initializer_list> 33 #include <__bits/test/tests.hpp>34 34 #include <iterator> 35 35 #include <queue> -
uspace/lib/cpp/src/__bits/test/array.cpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #include <__bits/test/tests.hpp> 29 30 #include <algorithm> 30 31 #include <array> 31 32 #include <initializer_list> 32 #include <__bits/test/tests.hpp>33 33 34 34 namespace std::test -
uspace/lib/cpp/src/__bits/test/bitset.cpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #include <__bits/test/tests.hpp> 29 30 #include <bitset> 30 31 #include <initializer_list> 31 #include <__bits/test/tests.hpp>32 32 #include <sstream> 33 33 #include <string> -
uspace/lib/cpp/src/__bits/test/deque.cpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #include <__bits/test/tests.hpp> 29 30 #include <deque> 30 31 #include <initializer_list> 31 #include <__bits/test/tests.hpp>32 32 #include <utility> 33 33 -
uspace/lib/cpp/src/__bits/test/map.cpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #include <__bits/test/tests.hpp> 29 30 #include <initializer_list> 30 #include <__bits/test/tests.hpp>31 31 #include <map> 32 32 #include <string> -
uspace/lib/cpp/src/__bits/test/memory.cpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #include <initializer_list>30 29 #include <__bits/test/mock.hpp> 31 30 #include <__bits/test/tests.hpp> 31 #include <initializer_list> 32 32 #include <memory> 33 33 #include <type_traits> -
uspace/lib/cpp/src/__bits/test/numeric.cpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #include <__bits/test/tests.hpp> 29 30 #include <array> 30 31 #include <complex> 31 32 #include <initializer_list> 32 #include <__bits/test/tests.hpp>33 33 #include <numeric> 34 34 #include <utility> -
uspace/lib/cpp/src/__bits/test/set.cpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #include <__bits/test/tests.hpp> 29 30 #include <initializer_list> 30 #include <__bits/test/tests.hpp>31 31 #include <set> 32 32 #include <string> -
uspace/lib/cpp/src/__bits/test/string.cpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #include <string>30 29 #include <initializer_list> 31 30 #include <__bits/test/tests.hpp> 31 #include <string> 32 32 #include <cstdio> 33 33 -
uspace/lib/cpp/src/__bits/test/test.cpp
r4f461384 rb57a3ee 1 1 /* 2 * Copyright (c) 201 7Jaroslav Jindrak2 * Copyright (c) 2018 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 #include <__bits/test/test.hpp> 29 30 #include <cstdio> 30 #include <__bits/test/test.hpp>31 31 32 32 namespace std::test -
uspace/lib/cpp/src/__bits/test/tuple.cpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #include <__bits/test/tests.hpp> 29 30 #include <functional> 30 31 #include <initializer_list> 31 #include <__bits/test/tests.hpp>32 32 #include <string> 33 33 #include <tuple> -
uspace/lib/cpp/src/__bits/test/unordered_map.cpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #include <__bits/test/tests.hpp> 29 30 #include <initializer_list> 30 #include <__bits/test/tests.hpp>31 31 #include <unordered_map> 32 32 #include <string> -
uspace/lib/cpp/src/__bits/test/unordered_set.cpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #include <__bits/test/tests.hpp> 29 30 #include <initializer_list> 30 #include <__bits/test/tests.hpp>31 31 #include <unordered_set> 32 32 #include <string> -
uspace/lib/cpp/src/__bits/test/vector.cpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #include <__bits/test/tests.hpp> 29 30 #include <algorithm> 30 31 #include <initializer_list> 31 #include <__bits/test/tests.hpp>32 32 #include <utility> 33 33 #include <vector>
Note:
See TracChangeset
for help on using the changeset viewer.