Skip to content

Adapt TTree::GetEntry to use TThreadExecutor#390

Closed
xvallspl wants to merge 2 commits intoroot-project:masterfrom
xvallspl:multithread
Closed

Adapt TTree::GetEntry to use TThreadExecutor#390
xvallspl wants to merge 2 commits intoroot-project:masterfrom
xvallspl:multithread

Conversation

@xvallspl
Copy link
Contributor

@xvallspl xvallspl commented Mar 3, 2017

No description provided.

case kNoType_t:
default:
return 0;
switch (datatype) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this one case, the original is better. Can you revert that part?

Related question. What did you use to reformat the code?

Thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, Philippe.

astyle. Still haven't tried hard enough to make the clang_format file work with VS Code.

xvallspl added 2 commits March 3, 2017 17:36
This also abstracts TTree from the tbb libraries.
@dpiparo
Copy link
Member

dpiparo commented Mar 4, 2017

Merged, thanks!

@dpiparo dpiparo closed this Mar 4, 2017
linev added a commit to linev/root that referenced this pull request Feb 24, 2026
Add implementation for TFile drawing in jupyter
Plus changes from last months with full `RNTuple` support

Full log:

Implement new data types in `RNtuple`
   - reduced float types kFloat16, kReal32Trunc, kReal32Quant
   - `std::vector`
   - `std::map`, `std::unordered_map`, `std::multimap`, `std::unordered_multimap` with `std::pair`
   - `std::set`, `std::unordered_set`, `std::multiset`, `std::unordered_multiset`
   - `std::array`
   - `std::variant`
   - `std::tuple`
   - `std::bitset`
   - `std::atomic`
   - simple custom classes
   - streamed types
1. Resort order of ranges in http request, fixing several long-standing problems root-project#374
1. Implement for `TPie` 3d, text, title drawing including interactivity
1. Implement `TCanvas` support in `build3d` function root-project#373
1. Implements `TTree` branches filtering via context menu root-project#364
1. Let define alternative draw function root-project#378
1. Implement padsN draw option for `THStack` and `TMultiGraph`
1. Use `resvg-js` backend for PNG support in node.js root-project#391, thanks to https://github.com/OmarMesqq
1. Remove support for deprectaed `TH1K` class
1. Introduce `settings.ServerTimeout` global timeout for THttpServer operations
1. Let set custom color palette with `setColorPalette` function
1. Upgrade three.js r180 -> r183
1. Fix - paint frame border mode/size from TCanvas
1. Fix - add TLeafG support to TTree root-project#397
1. Fix - interactivity for TH3 palette drawing root-project#398

## Changes in 7.10.2
1. Fix - correctly process `TLeafB` arrays in tree draw root-project#384
2. Fix - better detect default ranges in `TGraph` histogram
3. Fix - convert BigInt before `RNtuple` drawing
4. Fix - pages and clusters processing in `RNtuple` root-project#390
5. Fix - extra row for legend header, proper horizontal align root-project#21173

## Changes in 7.10.1
1. Fix - proper paint axis labels on both sides when pad.fTickx/y = 2
2. Fix - recover io after bad http response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants