- Jun 18, 2019
-
-
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
-
Igor Chorazewicz authored
Needed by std::forward_as_tuple.
-
- May 17, 2019
-
-
Krzysztof Kajrewicz authored
common: correction of 'equal to' and quotation marks
-
Anna Marcinkowska authored
-
- May 16, 2019
-
-
Igor Chorazewicz authored
-
- May 15, 2019
-
-
Igor Chorazewicz authored
New members order makes it possible to use union and exploit vector _size member to store some additional information (e.g. on MSB).
-
Krzysztof Kajrewicz authored
Merge back changes from Stable 1.6
-
Krzysztof Kajrewicz authored
common: sort arguments alphanumerically in Dockerfiles
-
Igor Chorążewicz authored
test: add iterator tests for string
-
- May 10, 2019
-
-
michalbiesek authored
-
- May 08, 2019
-
-
Igor Chorazewicz authored
Currently, if font is found during build then LIBPMEMOBJ_CPP_PMPONG_FONT_PATH is set accordingly. Otherwise user has to specify path using environment variable.
-
Krzysztof Kajrewicz authored
Reason: do not test undefined behaviour
-
Krzysztof Kajrewicz authored
-
- Apr 19, 2019
-
-
Igor Chorążewicz authored
string: separate declaration and definition
-
- Apr 17, 2019
-
-
Igor Chorążewicz authored
[1.6] cmake: require c++11 for cow check
-