- Jun 14, 2019
-
-
Igor Chorazewicz authored
Having implicit constructor caused unexpected beahviour with make_persistent_array. For make_persistent version designed to work with sized arrays calling make_persistent<int[100]>(90) didn't failed as expected. Instead, '90' was implicitly converted to allocation_flag.
-
- May 30, 2019
-
-
Krzysztof Kajrewicz authored
[1.6] string: fix max_size() return value
-
- May 24, 2019
-
-
Igor Chorazewicz authored
-
- May 22, 2019
-
-
Krzysztof Kajrewicz authored
[1.6] Add missing include to v.hpp.
-
- May 21, 2019
-
-
Igor Chorazewicz authored
Needed by std::forward_as_tuple.
-
- Apr 17, 2019
-
-
Igor Chorążewicz authored
[1.6] cmake: require c++11 for cow check
-
Igor Chorążewicz authored
[1.6] Bump pmdk to 1.6 in Docker images
-
- Apr 15, 2019
-
-
Krzysztof Kajrewicz authored
-
Krzysztof Kajrewicz authored
C++ version was incorrectly computed by cmake to c++98 which resulted in compilation error on ubuntu 16.04
-
- Mar 15, 2019
-
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Szymon Romik authored
Introduce options to enable array/vector/string
-
- Mar 14, 2019
-
-
Igor Chorazewicz authored
-
Igor Chorążewicz authored
Merge back changes from stable-1.5
-
- Mar 13, 2019
-
-
Szymon Romik authored
Adjust TRAVIS_COMMIT_RANGE variable to contain only commits from a PR.
-
Igor Chorazewicz authored
to contain only commits from a PR. Ref: travis-ci/travis-ci/issues/4596
-
Szymon Romik authored
Limit job configurations run on travis.
-
Igor Chorazewicz authored
-
- Mar 11, 2019
-
-
Igor Chorążewicz authored
[1.5] cmake: check if dot tool is installed
-
- Mar 08, 2019
-
-
kkajrewicz authored
fix doxygen invalid \ref command
-
Krzysztof Kajrewicz authored
which is required by doxygen to generate graphs
-
Igor Chorążewicz authored
fix clang compilation error
-
Igor Chorążewicz authored
[1.5] fix typo
-
Krzysztof Kajrewicz authored
clang 7.0.0 triggers -Wself-assign-overloaded in case of explicit self assignment whilst we handle this in our implementation
-
Krzysztof Kajrewicz authored
-
- Mar 06, 2019
-
-
Szymon Romik authored
All words in the documentation that correspond to a documented class and contain at least one non-lower case character will automatically be replaced by a link to the page containing the documentation of the class.
-
- Mar 02, 2019
-
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Marcin Ślusarz authored
Merge back changes from stable-1.5
-
Marcin Ślusarz authored
Add changelog for 1.6
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorążewicz authored
Fix crash when previous transaction failed to start
-
- Mar 01, 2019
-
-
kkajrewicz authored
string: cast null-terminator to proper type
-
Marcin Ślusarz authored
... because of already taken lock.
-
Marcin Ślusarz authored
Merge back changes from stable-1.5
-
Szymon Romik authored
test: add string tests for self assignment
-
Igor Chorazewicz authored
to avoid Wsign-conversion.
-
Marcin Ślusarz authored
-
Krzysztof Kajrewicz authored
-