Skip to content

Improve documentation of the Executors#373

Merged
FonsRademakers merged 5 commits intoroot-project:masterfrom
xvallspl:docs
Feb 28, 2017
Merged

Improve documentation of the Executors#373
FonsRademakers merged 5 commits intoroot-project:masterfrom
xvallspl:docs

Conversation

@xvallspl
Copy link
Contributor

No description provided.

@xvallspl xvallspl changed the title Improve documentation of TThreadExecutor 📚 Improve documentation of TThreadExecutor Feb 27, 2017
@couet
Copy link
Member

couet commented Feb 27, 2017

Apparently you have more mods to do. Let me know when it will be ready.

@xvallspl xvallspl changed the title Improve documentation of TThreadExecutor Improve documentation of the Executors Feb 27, 2017
@xvallspl
Copy link
Contributor Author

@couet done!

@FonsRademakers FonsRademakers merged commit 65f03fc into root-project:master Feb 28, 2017
guitargeek added a commit to guitargeek/root that referenced this pull request Jul 31, 2025
On my machine, the AliAOD tests fail with the following warning:
```txt
  99/1338 Test  root-project#373: roottest-root-io-evolution-pragma_read-libRoottestIoEvolutionPragmaV1-build .......................***Failed   18.22 sec
Generating libRoottestIoEvolutionPragmaV1.cxx, libRoottestIoEvolutionPragmaV1_rdict.pcm
Building CXX object roottest/root/io/evolution/pragma_read/CMakeFiles/libRoottestIoEvolutionPragmaV1libgen.dir/libRoottestIoEvolutionPragmaV1.cxx.o
Building CXX object roottest/root/io/evolution/pragma_read/CMakeFiles/libRoottestIoEvolutionPragmaV1libgen.dir/v1/AliAODForwardMult.cxx.o
/home/rembserj/code/root/root_src/roottest/root/io/evolution/pragma_read/v1/AliAODForwardMult.cxx: In static member function ‘static UInt_t AliAODForwardMult::MakeTriggerMask(const char*)’:
/home/rembserj/code/root/root_src/roottest/root/io/evolution/pragma_read/v1/AliAODForwardMult.cxx:24:46: error: format not a string literal and no format arguments [-Werror=format-security]
   24 | #define AliWarningGeneral(X,Y) do { ::Warning((X), (Y)); } while(false)
      |                                     ~~~~~~~~~^~~~~~~~~~
/home/rembserj/code/root/root_src/roottest/root/io/evolution/pragma_read/v1/AliAODForwardMult.cxx:323:7: note: in expansion of macro ‘AliWarningGeneral’
  323 |       AliWarningGeneral("MakeTriggerMask",
      |       ^~~~~~~~~~~~~~~~~
cc1plus: some warnings being treated as errors
make[1]: *** [roottest/root/io/evolution/pragma_read/CMakeFiles/libRoottestIoEvolutionPragmaV1libgen.dir/build.make:93: roottest/root/io/evolution/pragma_read/CMakeFiles/libRoottestIoEvolutionPragmaV1libgen.dir/v1/AliAODForwardMult.cxx.o] Error 1
make: *** [Makefile:13451: libRoottestIoEvolutionPragmaV1libgen/fast] Error 2
```

The warning is fixed by adding a format argument to the macro.
guitargeek added a commit to guitargeek/root that referenced this pull request Jul 31, 2025
On my machine, the AliAOD tests fail with the following warning:
```txt
  99/1338 Test  root-project#373: roottest-root-io-evolution-pragma_read-libRoottestIoEvolutionPragmaV1-build .......................***Failed   18.22 sec
Generating libRoottestIoEvolutionPragmaV1.cxx, libRoottestIoEvolutionPragmaV1_rdict.pcm
Building CXX object roottest/root/io/evolution/pragma_read/CMakeFiles/libRoottestIoEvolutionPragmaV1libgen.dir/libRoottestIoEvolutionPragmaV1.cxx.o
Building CXX object roottest/root/io/evolution/pragma_read/CMakeFiles/libRoottestIoEvolutionPragmaV1libgen.dir/v1/AliAODForwardMult.cxx.o
/home/rembserj/code/root/root_src/roottest/root/io/evolution/pragma_read/v1/AliAODForwardMult.cxx: In static member function ‘static UInt_t AliAODForwardMult::MakeTriggerMask(const char*)’:
/home/rembserj/code/root/root_src/roottest/root/io/evolution/pragma_read/v1/AliAODForwardMult.cxx:24:46: error: format not a string literal and no format arguments [-Werror=format-security]
   24 | #define AliWarningGeneral(X,Y) do { ::Warning((X), (Y)); } while(false)
      |                                     ~~~~~~~~~^~~~~~~~~~
/home/rembserj/code/root/root_src/roottest/root/io/evolution/pragma_read/v1/AliAODForwardMult.cxx:323:7: note: in expansion of macro ‘AliWarningGeneral’
  323 |       AliWarningGeneral("MakeTriggerMask",
      |       ^~~~~~~~~~~~~~~~~
cc1plus: some warnings being treated as errors
make[1]: *** [roottest/root/io/evolution/pragma_read/CMakeFiles/libRoottestIoEvolutionPragmaV1libgen.dir/build.make:93: roottest/root/io/evolution/pragma_read/CMakeFiles/libRoottestIoEvolutionPragmaV1libgen.dir/v1/AliAODForwardMult.cxx.o] Error 1
make: *** [Makefile:13451: libRoottestIoEvolutionPragmaV1libgen/fast] Error 2
```

The warning is fixed by adding a format argument to the macro.
guitargeek added a commit that referenced this pull request Jul 31, 2025
On my machine, the AliAOD tests fail with the following warning:
```txt
  99/1338 Test  #373: roottest-root-io-evolution-pragma_read-libRoottestIoEvolutionPragmaV1-build .......................***Failed   18.22 sec
Generating libRoottestIoEvolutionPragmaV1.cxx, libRoottestIoEvolutionPragmaV1_rdict.pcm
Building CXX object roottest/root/io/evolution/pragma_read/CMakeFiles/libRoottestIoEvolutionPragmaV1libgen.dir/libRoottestIoEvolutionPragmaV1.cxx.o
Building CXX object roottest/root/io/evolution/pragma_read/CMakeFiles/libRoottestIoEvolutionPragmaV1libgen.dir/v1/AliAODForwardMult.cxx.o
/home/rembserj/code/root/root_src/roottest/root/io/evolution/pragma_read/v1/AliAODForwardMult.cxx: In static member function ‘static UInt_t AliAODForwardMult::MakeTriggerMask(const char*)’:
/home/rembserj/code/root/root_src/roottest/root/io/evolution/pragma_read/v1/AliAODForwardMult.cxx:24:46: error: format not a string literal and no format arguments [-Werror=format-security]
   24 | #define AliWarningGeneral(X,Y) do { ::Warning((X), (Y)); } while(false)
      |                                     ~~~~~~~~~^~~~~~~~~~
/home/rembserj/code/root/root_src/roottest/root/io/evolution/pragma_read/v1/AliAODForwardMult.cxx:323:7: note: in expansion of macro ‘AliWarningGeneral’
  323 |       AliWarningGeneral("MakeTriggerMask",
      |       ^~~~~~~~~~~~~~~~~
cc1plus: some warnings being treated as errors
make[1]: *** [roottest/root/io/evolution/pragma_read/CMakeFiles/libRoottestIoEvolutionPragmaV1libgen.dir/build.make:93: roottest/root/io/evolution/pragma_read/CMakeFiles/libRoottestIoEvolutionPragmaV1libgen.dir/v1/AliAODForwardMult.cxx.o] Error 1
make: *** [Makefile:13451: libRoottestIoEvolutionPragmaV1libgen/fast] Error 2
```

The warning is fixed by adding a format argument to the macro.
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