- Nov 21, 2018
-
-
Marcin Ślusarz authored
Add informations about type limitations to persistent_ptr
-
- Nov 16, 2018
-
-
Igor Chorazewicz authored
and specify what is considered as UB by the standard.
-
- Nov 09, 2018
-
-
Marcin Ślusarz authored
Fix include in contiguous_iterator.hpp
-
Igor Chorazewicz authored
-
- Nov 08, 2018
-
-
Marcin Ślusarz authored
Fix array::range() method description
-
- Nov 02, 2018
-
-
Igor Chorazewicz authored
This method does not snapshot the entire range as the comment suggested. Snaphotting is done inside range_snapshotting_iterator.
-
- Oct 27, 2018
-
-
Marcin Ślusarz authored
-
- Oct 26, 2018
-
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
Add 1.5 changelog
-
Igor Chorazewicz authored
-
- Oct 24, 2018
-
-
Marcin Ślusarz authored
Klockwork fixes
-
Igor Chorazewicz authored
Because no custom copy ctor/operator was provided copying ctree map could result in double free.
-
Igor Chorazewicz authored
previously only files passed to add_example were being checked. This means that all .hpp files were omitted.
-
Igor Chorazewicz authored
which were not added by add_cppstyle
-
- Oct 23, 2018
-
-
Marcin Ślusarz authored
Minor fixes
-
- Oct 22, 2018
-
-
Igor Chorazewicz authored
and reformat those tests
-
Igor Chorazewicz authored
to silence klockwork
-
- Oct 20, 2018
-
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
-
- Oct 19, 2018
-
-
Marcin Ślusarz authored
common: add missing @file annotations
-
Igor Chorazewicz authored
-
Marcin Ślusarz authored
common: unify include guards
-
Marcin Ślusarz authored
common: create version.hpp file
-
Igor Chorazewicz authored
and names of common files in examples
-
- Oct 18, 2018
-
-
Igor Chorazewicz authored
-
Marcin Ślusarz authored
Find package refactoring
-
- Oct 15, 2018
-
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
- Oct 11, 2018
-
-
Marcin Ślusarz authored
common: rm unnecessary field in libpmemobj++.pc.in
-
Szymon Romik authored
-
Marcin Ślusarz authored
Because of: "CPackRPM:Debug: *** error: %changelog entries must start with *"
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
-
- Oct 02, 2018
-
-
Marcin Ślusarz authored
common: simplify names of a few common functions
-
Piotr Balcer authored
This just a small cleanup of function names that in retrospect were badly choosen ;) 'pool::get_root' -> 'pool::root' 'pool::get_handle' -> 'pool::handle' 'transaction::get_last_tx_error' -> 'transaction::error' 'transaction::exec_tx' -> 'transaction::run'
-
- Sep 25, 2018
-
-
Marcin Ślusarz authored
common: move v class to experimental
-
Igor Chorazewicz authored
-
- Sep 18, 2018
-
-
Marcin Ślusarz authored
Added array.cpp example
-
Marcin Ślusarz authored
Remove unnecessary free in make persistent
-