- Feb 10, 2019
-
-
Adam Borowski authored
-
Adam Borowski authored
Unlike buildds, there's no implied dependency on build-essential. Can't use c++-compiler as gcc-snapshot provides it but doesn't ship an alternative (#921877).
-
- Feb 04, 2019
-
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
- Jan 31, 2019
-
-
Adam Borowski authored
Compile all of them, run&test scriptable ones. map_cli fails but I strongly suspect a bug in the example code rather than the actual library; reported upstream.
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
There's no binary library to link against.
-
- 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'
-