You need to sign in or sign up before continuing.
- Jun 25, 2019
-
-
Krzysztof Kajrewicz authored
-
- Jun 24, 2019
-
-
Szymon Romik authored
string: append, capacity, erase methods
-
- Jun 19, 2019
-
-
Krzysztof Kajrewicz authored
-
Krzysztof Kajrewicz authored
Reason: it tests feature introduced with c++20
-
Krzysztof Kajrewicz authored
-
Krzysztof Kajrewicz authored
-
Krzysztof Kajrewicz authored
Call to erase(0) is ambiguous because literal 0 can be treated as integer or null-pointer constant. Hence equally good candidates in overload resultion are: - basic_string &erase(size_type index = 0, size_type count = npos) - iterator erase(const_iterator pos) We add helper functions to resolve the ambiguity
-
Krzysztof Kajrewicz authored
-
Krzysztof Kajrewicz authored
-
Krzysztof Kajrewicz authored
-
Szymon Romik authored
string: fix size of space needed for null terminator
-
- Jun 18, 2019
-
-
Igor Chorążewicz authored
Fix issue #322
-
Krzysztof Kajrewicz authored
-
Sergei Vinogradov authored
There is a mistake in the unit test itself. The test make wrong assumption that keys are ordered in the concurrent_hash_map. But concurrent_hash_map is unordered associative container.
-
Sergei Vinogradov authored
Wrong parameter is passed to constructor. When we create a new node, the last parameter should be previous head. But in internal_copy() method the b->tmp_node is passed by mistake. Assert caught the issue on Windows. The assert is raised only when more than one elements fit to the same bucket when we do internal_copy().
-
- Jun 12, 2019
-
-
Szymon Romik authored
Merge back changes from stable-1.6
-
Krzysztof Kajrewicz authored
[1.6] Add option to force define IS_TRIVIALLY_COPYABLE
-
Igor Chorążewicz authored
A typo fix.
-
- Jun 11, 2019
-
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Adam Borowski authored
-
- Jun 06, 2019
-
-
Krzysztof Kajrewicz authored
Merge back changes from stable 1.6
-
- Jun 04, 2019
-
-
Krzysztof Kajrewicz authored
Use libunwind
-
Igor Chorazewicz authored
-
Szymon Romik authored
Change logic for finding font in pmpong example.
-
Szymon Romik authored
Klockwork fixes
-
- Jun 03, 2019
-
-
Igor Chorazewicz authored
-
- May 30, 2019
-
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Krzysztof Kajrewicz authored
Add option to disable hashmap
-
Krzysztof Kajrewicz authored
[1.6] string: fix max_size() return value
-
- May 29, 2019
-
-
Szymon Romik authored
string: change sso_capacity so that sizeof(string) is always 32 bytes
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
(which is minimal possible size and equal to sizeof(vector)) and change way of sso and large string detection.
-
- May 28, 2019
-
-
Krzysztof Kajrewicz authored
common: fix Coverity skips with proper variable
-
- May 24, 2019
-
-
Igor Chorazewicz authored
-
- May 22, 2019
-
-
Łukasz Stolarczuk authored
-
Krzysztof Kajrewicz authored
[1.6] Add missing include to v.hpp.
-
- May 21, 2019
-
-
Igor Chorazewicz authored
-