- Feb 20, 2019
-
-
Adam Borowski authored
-
- Feb 19, 2019
-
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
backport: Disable some libcxx tests for old g++ compilers.
-
- Feb 18, 2019
-
-
Igor Chorazewicz authored
They cannot be compiled due to lack of full C++11 support.
-
- Feb 15, 2019
-
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
stable1.5: fix persistent ptr
-
Szymon Romik authored
-
Szymon Romik authored
This reverts commit 6bbb319e.
-
Szymon Romik authored
This reverts commit 0f0779d7.
-
- Feb 11, 2019
-
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
-
- Feb 10, 2019
-
-
Adam Borowski authored
-
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 09, 2019
-
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
Decrease number of persistent_ptr dereferences by caching raw pointer.
-
- Feb 08, 2019
-
-
Igor Chorazewicz authored
Ref: #181
-
Marcin Ślusarz authored
Fix argument parsing in examples/map_cli.
-
- Feb 05, 2019
-
-
Szymon Romik authored
Fix range_snapshotting iterator when snapshot_size == 0
-
Igor Chorazewicz authored
When snapshot_size == 0, no snapshotting should happen. This condition must be explicitly checked inside range_snapshotting_iterator.
-
Igor Chorazewicz authored
Parameters to iterator should specify range accessible by this iterator. Before this patch those arguments described the whole array instead of just the part from start to start + n.
-
- Feb 04, 2019
-
-
Igor Chorazewicz authored
argn was not incremented in case of get(). This resulted in "invalid queue operation" message on every get. Also fix "usage" for "insert" operation. Ref: #186
-
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.
-
- Jan 14, 2019
-
-
Marcin Ślusarz authored
Fix typo
-
- Jan 04, 2019
-
-
Igor Chorazewicz authored
-
- Dec 21, 2018
-
-
Marcin Ślusarz authored
common: fix typo
-
Krzysztof Kajrewicz authored
-
- Dec 12, 2018
-
-
Marcin Ślusarz authored
tests: change initialization of slice
-
Igor Chorazewicz authored
gcc (7.3.0) gives array-subscript error when pointer to array is decremented by 1.
-