Skip to content

Tags: sy-c/AliceO2

Tags

nightly-20180817

Toggle nightly-20180817's commit message
DPL: Add TableBuilder / TableConsumer for arrow

This introduces a new TableBuilder helper which allows creating
`arrow::Table` objects in a simple manner. For the moment the type of
each column has to be known at compile time, but it should be fairly
straightforward to make it dynamic.

Paired to that comes a TableConsumer which can be used to create
`arrow::Table` from a previously serialized `arrow::RecordBatch`.

nightly-20180816

Toggle nightly-20180816's commit message
DPL: add GUI to send signals to processes

Also add unit test for the device inspector GUI.

nightly-20180815

Toggle nightly-20180815's commit message
Fix segfaults of devices using non-standard completion policies

The bug was introduced in 'DPL: decouple GUI backend from drawing operations' and it affected f.e. o2DiamondWorkflow.

nightly-20180814

Toggle nightly-20180814's commit message
DPL: Treat unknown exceptions as errors

nightly-20180813

Toggle nightly-20180813's commit message
DPL: Treat unknown exceptions as errors

nightly-20180812

Toggle nightly-20180812's commit message
DPL: Treat unknown exceptions as errors

nightly-20180811

Toggle nightly-20180811's commit message
DPL: Treat unknown exceptions as errors

nightly-20180810

Toggle nightly-20180810's commit message
DPL: Treat unknown exceptions as errors

nightly-20180809

Toggle nightly-20180809's commit message
DPL: Treat unknown exceptions as errors

nightly-20180808

Toggle nightly-20180808's commit message
DPL: add StringContext to send around strings.