Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove incremental #17973

Closed
wants to merge 369 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
369 commits
Select commit Hold shift + click to select a range
1dc07c3
[tree] Ensure branch names are C++ variable names
ferdymercury Nov 21, 2024
292d0a1
[core] GetCppName update for empty and scalar lead input (#16998)
ferdymercury Nov 21, 2024
ba70a8a
[io] warn user about the trailing blanks being stripped from keyname …
ferdymercury Nov 21, 2024
4f042af
[rn] Update set of closed items for 6.34.00
dpiparo Nov 23, 2024
3285335
[core] Adjust kp6Violet to the correct Petroff value, #7a21dd
dpiparo Nov 26, 2024
b0eca44
[rn] Update closed issues
dpiparo Nov 26, 2024
2f674ee
Avoid compiler warnings
guitargeek Nov 17, 2024
4620539
[RF] Don't use outdated RooWorkspace constructor
guitargeek Nov 26, 2024
fe2cd72
[RF] Refactor RooSimultaneous code to be more performant and brief
guitargeek Nov 25, 2024
77e3c71
[RF] Skip normalization over nEvents in RooSimultaneous if necessary
guitargeek Nov 25, 2024
baebf28
[python] Avoid interfering with gc at exit time
vepadulano Nov 27, 2024
221ad82
[tmva] Fix usage of TFile in Python tutorials
vepadulano Nov 27, 2024
fb2a4b1
[PyROOT] Fix duplicate histo names in TFile tests
guitargeek Nov 28, 2024
2061235
[PyROOT] Pythonize constructors to give ownership to current TFile
guitargeek Nov 28, 2024
77c6567
[PyROOT] Disable memory regulator
guitargeek Nov 28, 2024
0627390
[PyROOT] Don't access deleted object in PyROOT tutorial
guitargeek Nov 28, 2024
e23e348
[RF] Properly close file and set histo directories in RooStats tutorial
guitargeek Nov 28, 2024
5358492
Update release date
dpiparo Nov 29, 2024
1329c6b
Update to odd patch version
dpiparo Nov 29, 2024
3443e54
[webgui] supress stdout/stderr output when using posix_spawn to start…
linev Nov 29, 2024
96499d3
[webgui] use posix_spawn to start chrome in headless interactive mode
linev Nov 29, 2024
b44d8c3
Disable test-webgui-ping for Mac
linev Nov 28, 2024
9b76aea
[Minuit2] Remove deleted header file reference
samford Nov 29, 2024
580963e
[ci] Disable gpu node in the CI
dpiparo Nov 30, 2024
2fc28dd
[df] Ensure proper graph dependencies for local info in distributed mode
vepadulano Nov 29, 2024
ca2b682
Support ipython tab completion when getting item TFile and RooWorkspace
guitargeek Nov 26, 2024
488fced
[RF] Update xroofit and add a first test for it
will-cern Nov 29, 2024
d0bb01a
[PyROOT] Whitelist `libgcc_s` library in imported library test
guitargeek Dec 1, 2024
40fc331
[skip-ci] Small fix to the 6.34 release notes
silverweed Dec 2, 2024
2576baa
[df] Fix wrong interaction between VariationsFor,Vary,GetMergeableValue
vepadulano Nov 30, 2024
a38beb1
[RF] Format code of `stressRooFit_tests.h`
guitargeek Nov 27, 2024
23d4089
Upgrade builtin XRootD to version 5.7.2
dpiparo Dec 3, 2024
f829a52
[RF] New code=6 for PiecewiseInterpolation (multiplicative version of 4)
will-cern Dec 4, 2024
cd553a6
[PyROOT] Don't assume ownership of TTree created by `CloneTree()`
guitargeek Dec 4, 2024
2eacd29
builtins: update Davix to add patch for gcc14 in rapidjson
andresailer Dec 4, 2024
921f5f6
meta: Add TClass::HasDirectStreamerInfoUse
pcanal Nov 15, 2024
bca301c
io: Correct setting of element's fNewType for pointer to STL collection
pcanal Sep 16, 2024
aea0ecd
io: Correct the class used for ReadVersion for kStreamer case.
pcanal Nov 13, 2024
09d6d06
io: TStreamerSTL: set fNewClass/fClassObject for collection of enums
pcanal Sep 19, 2024
a210129
io actions: Delete unused TActionSequence default ctor
pcanal Nov 13, 2024
37aad07
io actions: Add support for writing collections, including simple con…
pcanal Sep 13, 2024
fa5490b
io actions: Add TConfObject
pcanal Nov 20, 2024
cbfeebf
io actions: Add binary read action for kStreamer.
pcanal Nov 20, 2024
9405551
io actions: Add binary read action for kStreamerLoop
pcanal Nov 20, 2024
ef0c366
io actions: Add read actions for kBase
pcanal Nov 20, 2024
4fd92fc
io actions: Add read actions for kAny
pcanal Nov 20, 2024
ee18d46
io actions: Add write case kObject, kTNamed, kTString
pcanal Nov 14, 2024
a9ac089
io actions: Remove implemented sketch/comment for kSTL
pcanal Nov 14, 2024
772f90c
io actions: Add write action for kBase
pcanal Nov 14, 2024
d76b44d
io actions: Add write action for kStreamLoop
pcanal Nov 14, 2024
b42de98
io actions: Add write action for kAny
pcanal Nov 14, 2024
29e410d
io actions: Add write action for kStreamer
pcanal Nov 14, 2024
f96d9a7
io actions: Remove unused sketch/comment
pcanal Nov 14, 2024
a2412a2
io actions: rename Looper's ReadAction to LoopOverCollection
pcanal Nov 14, 2024
5c65d9c
io actions: Add looper write actions for kTObject, kTNamed and kTString
pcanal Nov 14, 2024
24fe721
io actions: Remove unreachable break statement
pcanal Nov 15, 2024
5916448
io actions: Add EMode to distinguish read and write instantiation.
pcanal Nov 15, 2024
ddda6aa
io actions: Add GenericLooper.
pcanal Nov 15, 2024
cacf7ff
io actions: Add ScalarLooper
pcanal Nov 19, 2024
202c6bd
io actions: Add kStreamer to memberwise streaming
pcanal Nov 15, 2024
ee6d2b3
io actions: Add kAny to memberwise streaming
pcanal Nov 15, 2024
72ed1ab
io actions: Move StreamerLooper from global to Looper
pcanal Nov 19, 2024
b5c583c
io actions: Correct class used for StreamerLoop version read
pcanal Nov 19, 2024
6e69dc8
io actions: Add kStreamLoop to memberwise streaming
pcanal Nov 15, 2024
30013aa
NFC: remove trailing semi colon
pcanal Nov 20, 2024
b23f506
io actions: Add creation of subsequence.
pcanal Nov 20, 2024
66e7a1c
io actions: add kBase to memberwise streaming
pcanal Nov 20, 2024
9cc0b52
io actions: Rename CreateActionSquence to CreateReadActionSquence
pcanal Nov 20, 2024
5f5c81e
io actions: Remove unused comments
pcanal Nov 20, 2024
78ad168
NFC: Correct indentation
pcanal Nov 20, 2024
0aab912
io actions: Add creation of write subsequence.
pcanal Nov 20, 2024
db166e5
io actions: add kBase to write memberwise streaming
pcanal Nov 20, 2024
b8a997b
io actions: add kStreamer to write memberwise streaming
pcanal Nov 20, 2024
dee7961
io actions: add kStreamLoop to write memberwise streaming
pcanal Nov 20, 2024
8851edc
io actions: add kAny to write memberwise streaming
pcanal Nov 20, 2024
095c876
io actions: memberwise write add support for conv and missing
pcanal Nov 20, 2024
a39a33d
io actions: Remove unreachable break statement
pcanal Nov 21, 2024
8a98634
io actions: add ability to write zero for missing field
pcanal Nov 21, 2024
f4865d8
io: Swith ReadBuffer's kSTL and kSTp to call actions sequence
pcanal Nov 21, 2024
d6016b3
io actions: Simplify Read/Write kSTLp for text buffer
pcanal Nov 21, 2024
5593268
io actions: Remove redundant code in TextWriting.
pcanal Oct 1, 2024
26ca38e
[tmva][pymva] Change default algorithm for AdaBoost to SAMME
lmoneta Dec 10, 2024
efdabdf
[python] Give ownership to C++ for objects with directory registratio…
vepadulano Dec 9, 2024
20dd648
[io] add TFileMerger::CloseOutputFile()
silverweed Dec 9, 2024
f0c3234
[pyroot] make TFileMerger a context manager
silverweed Dec 9, 2024
3503696
[tut][io] create mergeFiles.py tutorial
silverweed Dec 9, 2024
c1ce5b6
[ntuple] fix race in cluster pool
jblomer Nov 13, 2024
bd76e4b
[ntuple] remove RClusterPool::RInFlightCluster::fIsExpired
jblomer Nov 14, 2024
afd9b28
Define `_R__DEPRECATED_638` macro
guitargeek Dec 13, 2024
61182d1
Fix assertion failure in roofitcore
bellenot Dec 12, 2024
d410b2b
[RF] RooSimultaneous: fix bug with category fraction calculation
will-cern Dec 13, 2024
ae48cd2
[python] Factor memory utility functions in one module
vepadulano Dec 11, 2024
224998d
[build] Comply with CMP0175
vepadulano Dec 12, 2024
03d6213
[ntuple] Mark some Range functions as const
hahnjo Nov 27, 2024
b1ec3fa
[ntuple] Add RNTupleClusterRange::size()
hahnjo Nov 27, 2024
c55a169
[ntuple] Add test for CollectionView
hahnjo Nov 28, 2024
666afe0
[ntuple] Support bulk-reading with views
hahnjo Nov 28, 2024
cce97b4
Revert "io actions: Remove redundant code in TextWriting."
pcanal Dec 13, 2024
9ebfd25
Revert "io actions: Simplify Read/Write kSTLp for text buffer"
pcanal Dec 13, 2024
6a70dc2
Revert "io: Swith ReadBuffer's kSTL and kSTp to call actions sequence"
pcanal Dec 13, 2024
f5aefc3
Revert "io actions: add ability to write zero for missing field"
pcanal Dec 13, 2024
2393b66
Revert "io actions: Remove unreachable break statement"
pcanal Dec 13, 2024
a00ddfa
Revert "io actions: memberwise write add support for conv and missing"
pcanal Dec 13, 2024
653bcd5
Revert "io actions: add kAny to write memberwise streaming"
pcanal Dec 13, 2024
9a1c685
Revert "io actions: add kStreamLoop to write memberwise streaming"
pcanal Dec 13, 2024
badc82e
Revert "io actions: add kStreamer to write memberwise streaming"
pcanal Dec 13, 2024
5820d90
Revert "io actions: add kBase to write memberwise streaming"
pcanal Dec 13, 2024
fd7145d
Revert " io actions: Add creation of write subsequence."
pcanal Dec 13, 2024
32b380d
Revert "NFC: Correct indentation"
pcanal Dec 13, 2024
385d33b
Revert "io actions: Remove unused comments"
pcanal Dec 13, 2024
8138f95
Revert "io actions: Rename CreateActionSquence to CreateReadActionSqu…
pcanal Dec 13, 2024
71ddc3e
Revert "io actions: add kBase to memberwise streaming"
pcanal Dec 13, 2024
cc6546d
Revert "io actions: Add creation of subsequence."
pcanal Dec 13, 2024
6b56b2e
Revert "NFC: remove trailing semi colon"
pcanal Dec 13, 2024
3638074
Revert "io actions: Add kStreamLoop to memberwise streaming"
pcanal Dec 13, 2024
06a62a3
Revert "io actions: Correct class used for StreamerLoop version read"
pcanal Dec 13, 2024
9b8cd4f
Revert "io actions: Move StreamerLooper from global to Looper"
pcanal Dec 13, 2024
f163cb7
Revert "io actions: Add kAny to memberwise streaming"
pcanal Dec 13, 2024
3909f2a
Revert "io actions: Add kStreamer to memberwise streaming"
pcanal Dec 13, 2024
e625ad3
Revert "io actions: Add ScalarLooper"
pcanal Dec 13, 2024
43c3272
Revert "io actions: Add GenericLooper."
pcanal Dec 13, 2024
0c83701
Revert "io actions: Add EMode to distinguish read and write instantia…
pcanal Dec 13, 2024
71fb03d
Revert "io actions: Remove unreachable break statement"
pcanal Dec 13, 2024
039c91b
Revert "io actions: Add looper write actions for kTObject, kTNamed an…
pcanal Dec 13, 2024
23ede25
Revert "io actions: rename Looper's ReadAction to LoopOverCollection"
pcanal Dec 13, 2024
d9fb8ba
Revert "io actions: Remove unused sketch/comment"
pcanal Dec 13, 2024
621b4cd
Revert "io actions: Add write action for kStreamer"
pcanal Dec 13, 2024
e34c6d3
Revert "io actions: Add write action for kAny"
pcanal Dec 13, 2024
bff3037
Revert "io actions: Add write action for kStreamLoop"
pcanal Dec 13, 2024
6ae7d2e
Revert "io actions: Add write action for kBase"
pcanal Dec 13, 2024
c1af566
Revert "io actions: Remove implemented sketch/comment for kSTL"
pcanal Dec 13, 2024
f4aa8db
Revert "io actions: Add write case kObject, kTNamed, kTString"
pcanal Dec 13, 2024
744d7fc
Revert "io actions: Add read actions for kAny"
pcanal Dec 13, 2024
530102c
Revert "io actions: Add read actions for kBase"
pcanal Dec 13, 2024
32a20ab
Revert "io actions: Add binary read action for kStreamerLoop"
pcanal Dec 13, 2024
a00b639
Revert "io actions: Add binary read action for kStreamer."
pcanal Dec 13, 2024
0975b65
Revert "io actions: Add TConfObject"
pcanal Dec 13, 2024
93f972c
Revert "io actions: Add support for writing collections, including si…
pcanal Dec 13, 2024
0a57156
Revert "io actions: Delete unused TActionSequence default ctor"
pcanal Dec 13, 2024
ad35e2d
Revert "io: TStreamerSTL: set fNewClass/fClassObject for collection o…
pcanal Dec 13, 2024
f58c52e
Revert "io: Correct the class used for ReadVersion for kStreamer case."
pcanal Dec 13, 2024
6253928
Revert "io: Correct setting of element's fNewType for pointer to STL …
pcanal Dec 13, 2024
94d0c43
Revert "meta: Add TClass::HasDirectStreamerInfoUse"
pcanal Dec 13, 2024
2c9f678
[rn] Update 6.34 Release Notes
dpiparo Dec 15, 2024
b04bd1a
Update version number
dpiparo Dec 15, 2024
aeb6485
Update version numberUpdate version number
dpiparo Dec 15, 2024
e24771d
[skip-ci] wrong link in 6.34.02 release notes and add missing
silverweed Dec 16, 2024
2545f45
[cmake] Update builtin veccore version to 0.8.2
dpiparo Dec 17, 2024
76748b4
[RF] Manually create hist2workspace documentation
guitargeek Dec 17, 2024
07c4da8
[math] Add `data()` and `size()` methods to TVectorT
guitargeek Dec 19, 2024
83ff958
[math] Support implicit conversion from TVectorT to `std::span`
guitargeek Dec 19, 2024
80619fb
[RF] Support std::span and map types in JSON interface
guitargeek Dec 19, 2024
0f933ce
[v6-34] Disable run_h1analysis.C on Windows
bellenot Dec 19, 2024
fd868ac
[ntuple] add RMiniFileWriter::Append() with TDirectory
jblomer Nov 6, 2024
9e7396b
[ntuple] rename RTFFile --> RTFDirectory
jblomer Dec 7, 2024
606a1cb
[ntuple] add RMiniFileReader::SearchInDirectory()
jblomer Dec 7, 2024
4c0970f
[ntuple] RMiniFileReader: find anchor in subdirectory
jblomer Dec 8, 2024
1769d0a
[ntuple] collapse RMiniFileWriter::Append() overloads
jblomer Dec 8, 2024
86c27c2
[ntuple] add support for TFile subdirectories
jblomer Dec 8, 2024
71a893f
[ntuple] remove unnecessary member in RFileProper
jblomer Dec 9, 2024
c224d45
Fix compilation on s390x
ellert Dec 16, 2024
079ae8c
[tmva][sofie] Fix Tile operator
lmoneta Dec 19, 2024
860bace
Make -DCLAD_SOURCE_DIR option work
ellert Dec 16, 2024
0ceb83d
[RF] Fix parameter ordering bug in RooFormulaArgStreamer
Dec 17, 2024
d7b1cb4
[RF] Simplify logic in RooFormulaArgStreamer
Dec 19, 2024
14b36ff
[ci] Temporarily disable arm64 linux builds
dpiparo Jan 5, 2025
dddb8ea
[Python] Remove hack to bypass `ClearProxiedObjects()` in tutorials
guitargeek Jan 7, 2025
48af859
[RF] Add parameter getters to RooCrystalBall
guitargeek Jan 7, 2025
dea8cb6
[RF] Support also `createNLL` in case of partially-extended simul. fits
guitargeek Jan 2, 2025
69e63a2
[RF] Override `selectByAttrib` in RooArgSet
guitargeek Jan 2, 2025
1258762
[RF] Fix memory leak in `buildLikelihood.cxx`
guitargeek Jan 2, 2025
a53dc49
[RF] No manual memory management in RooChi2MCSModule
guitargeek Jan 2, 2025
6699302
[ci] Add action to build doxygen doc
dpiparo Jan 15, 2025
886fbfd
[ci] Add workflow_dispatch
dpiparo Jan 15, 2025
d0359a5
[ci] Add 6.34 doxy doc triggers
dpiparo Jan 15, 2025
0a9c1ab
[webgui] properly configure usage of current dir
linev Jan 20, 2025
984e757
[skip-ci] add doxygen_s3 #17460
couet Jan 20, 2025
f44f75c
[skip-ci] min doc #17468
couet Jan 21, 2025
340ff42
[skip-ci] add some tutorials in the doc #17476
couet Jan 21, 2025
300ea3a
[skip-ci] add debug #17479
couet Jan 21, 2025
f23ffb1
[skip-ci] debug #17487
couet Jan 22, 2025
6a7657b
[skip-ci] change WEB_DIR_NAME #17488
couet Jan 22, 2025
76f0df6
[ci] Fix the version of the aws cli
dpiparo Jan 22, 2025
374c1ff
[skip-ci] make full doc again. #17489
couet Jan 22, 2025
6799ebd
[RF] Add missing include
guitargeek Jan 9, 2025
4ded92f
[RF][HF] Remove the HistFactory JSONTool
guitargeek Jan 10, 2025
3aeb585
[RF] Correctly test different eval. backends in testGlobalObservables
guitargeek Jan 8, 2025
8f44b54
[RF] Support non-uniform binnings in codegen
guitargeek Jan 18, 2025
c20592c
[RF] Address Clang compiler warning
hahnjo Jan 21, 2025
4f49175
[RF] Don't override `TObject::Clone()` in TH2Poly
guitargeek Jan 21, 2025
9f8fd76
[python] Pythonize `TObject::Clone()` overrides for correct ownership
guitargeek Jan 10, 2025
336aa6b
[v634] [PyROOT] Add executors and converters for `std::byte`
aaronj0 Jan 21, 2025
66a74a7
[ci] Copy doxy doc to the doc directory
dpiparo Jan 23, 2025
a7e7ba1
[jsroot] 7.8.1 22/01/2025
linev Jan 22, 2025
1132f09
Support linking with mold>=2.32.0
chrisburr Jan 22, 2025
57572d2
[skip-ci] use doxygen instead of doxygen_s3 #17512
couet Jan 24, 2025
8bb2ed5
[skip-ci] remove doxygen_s3 #17516)
couet Jan 24, 2025
1d85fd6
build: The builtin TBB sets a debug suffix for its library on linux too
pcanal Oct 8, 2024
a6e4381
Revert "[ci] Temporarily disable arm64 linux builds"
dpiparo Jan 25, 2025
59ef520
Add a missing include to RVirtualCanvasPainter.
hageboeck Jan 17, 2025
0a0e36e
Add a missing include to RTensor.
hageboeck Jan 17, 2025
097792b
Remove redundant (and conflicting) function declarations
ellert Jan 19, 2025
1bc63f6
[io] Ensure k630 fw compatibility bit is set when creating new files
ferdymercury Jan 27, 2025
7cf4ed1
[io] fix typo in data type
ferdymercury Jan 27, 2025
06ec49e
[io] fix header deleted unadvertently
ferdymercury Jan 27, 2025
9089a95
[io] fix yet another typo
ferdymercury Jan 27, 2025
889d144
[io] avoid deprecated function
ferdymercury Jan 28, 2025
a1bd726
[test] use recreate, not create, to overwrite preexisting files
ferdymercury Jan 31, 2025
92fae14
[skip-ci] add test rationale
ferdymercury Jan 31, 2025
4eccea8
[net] Allow users to specify binding options when opening sockets
dpiparo Feb 3, 2025
d5faf0b
fix parallelMergeClient.C tutorial script
jblomer Feb 3, 2025
dbaab22
enable UNIX sockets for TParallelMergingFile
jblomer Feb 3, 2025
bfa0251
[tut] Avoid races caused by Davix 0.8.8
dpiparo Feb 6, 2025
a572b1d
[llvm-project] Backport fix for compilation issue with gcc-15
devajithvs Feb 7, 2025
c503848
[net] TServerSocket: let ROOT find a port for the test (#17670)
dpiparo Feb 8, 2025
7341654
[RN] Update in preparation of 6.34.04
dpiparo Feb 9, 2025
7c48a39
[core] Version 6.34.04
dpiparo Feb 10, 2025
80b2453
Update RN
dpiparo Feb 10, 2025
fd5e699
[ci] Do not trigger doc gen on forks
dpiparo Feb 14, 2025
759236b
Fix out-of-bounds error in pyroot
ellert Jan 28, 2025
667fe66
[gpad] Fix Debug Assertion Failure in libGpad
bellenot Dec 11, 2024
5999473
[PyROOT] Add __hash_not_enabled to names from std namespace.
hageboeck Feb 12, 2025
296efdd
[meta] Always delegate set fStreamerImpl to SetStreamerImpl
pcanal Feb 13, 2025
c650acb
[meta] TClass::Property change fStreamerType only once.
pcanal Feb 13, 2025
95e63a0
[meta] Set fStreamerImpl before fProperty.
pcanal Feb 13, 2025
7c7b6d7
[meta] Don't redo Property if no new information.
pcanal Feb 13, 2025
d0d3dac
[io] Silently fallback if full xroot path is not found on EOS
vepadulano Aug 6, 2024
3514ee0
[df] Fix interaction between RSampleInfo and redirected EOS paths
vepadulano Jan 28, 2025
7c1fac0
[tree] Fix interaction between GetEntries and GetListOfFriends
vepadulano Feb 25, 2025
11c60e1
TChain::GetEntries apply FriendLockStatus.
pcanal Mar 3, 2025
00afa9b
TTreeIndex::GetEntryNumberFriend don't call GetEntriesFast.
pcanal Mar 3, 2025
af70d95
[geompainter] correctly handle drawing on the pad
linev Feb 10, 2025
48afe89
[tut] Reduce reliance on Davix reads in tutorials
dpiparo Mar 10, 2025
1eb31f2
[io] Do not run regression test about remote files registration on Win
dpiparo Feb 19, 2025
d2d8953
[tut] Impose dependency between tutorials to minimize remote reads
dpiparo Mar 10, 2025
5805347
[test] Remove dependency of interpreted stress{Linear,Histogram} from…
dpiparo Feb 19, 2025
2505b23
[test] Use local reference ROOT files for stress{Histogram,Linear}
dpiparo Feb 19, 2025
2aeca2b
[tut] Remove an example that was not too informative
dpiparo Mar 10, 2025
f324d56
[net] Honor `Davix.GSI.CACheck` parameter in `ROOT::Internal::RRawFil…
dpiparo Feb 19, 2025
72b8ad1
[tut] Read H1 files from EOS and not from the web server
dpiparo Feb 19, 2025
a435df8
[test] Skip stress-geometry(-interpreted) on Windows
dpiparo Feb 20, 2025
bab8e3b
[tut] Move TH2Poly Europe to legacy tutorials
dpiparo Mar 10, 2025
abdf954
[tut] Remove the graphics Atlas Example
dpiparo Mar 10, 2025
deaff07
[tut] Do not run TPolyEurope on Windows
dpiparo Mar 10, 2025
c7cef2f
[tut] Add a tpolyUSA python version
dpiparo Feb 20, 2025
0c42726
[tut] Use the same file name on local disk across the tutorials
dpiparo Mar 10, 2025
19fa741
[tut] Try to read from the local dir before http
dpiparo Mar 10, 2025
1843be0
[ci] Point Davix to the curl CA bundle on macOS
dpiparo Feb 24, 2025
fd51082
Update JSROOT, fix hidden canvas in Jupyter [6.34] (#17935)
linev Mar 11, 2025
8dc8b92
[skip-ci] Remove incremental to build ROOT
couet Mar 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
34 changes: 34 additions & 0 deletions .github/workflows/root-634.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

name: 'ROOT 6.34'

on:
schedule:
- cron: '01 1 * * *'

workflow_dispatch:
inputs:
incremental:
description: 'Do incremental build'
type: boolean
required: true
default: true
binaries:
description: Create binary packages and upload them as artifacts
type: boolean
required: true
default: false
buildtype:
description: The CMAKE_BUILD_TYPE to use for non-Windows.
type: choice
options:
- Debug
- RelWithDebInfo
- Release
- MinSizeRel
default: Debug
required: true

jobs:
run_nightlies:
uses: root-project/root/.github/workflows/root-ci.yml@v6-34-00-patches
secrets: inherit
5 changes: 5 additions & 0 deletions .github/workflows/root-ci-config/buildconfig/fedora41.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
builtin_zstd=ON
builtin_zlib=ON
builtin_nlohmannjson=On
builtin_vdt=On
pythia8=Off
2 changes: 2 additions & 0 deletions .github/workflows/root-ci-config/buildconfig/ubuntu2410.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pythia8=OFF
tmva-cpu=OFF
22 changes: 15 additions & 7 deletions .github/workflows/root-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ on:
inputs:
head_ref:
type: string
default: master
default: v6-34-00-patches
base_ref:
type: string
default: master
default: v6-34-00-patches
ref_name:
type: string
default: master
default: v6-34-00-patches

# Enables manual start of workflow
workflow_dispatch:
Expand Down Expand Up @@ -153,6 +153,9 @@ jobs:
with:
build-directory: /Users/sftnight/ROOT-CI/src/

- name: Set up curl CA bundle for Davix to work with https
run: 'echo SSL_CERT_FILE=/opt/local/share/curl/curl-ca-bundle.crt >> $GITHUB_ENV'

- name: Pull Request Build
if: github.event_name == 'pull_request'
env:
Expand Down Expand Up @@ -358,6 +361,8 @@ jobs:
include:
- image: fedora40
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_CXX_STANDARD=20"]
- image: fedora41
overrides: ["LLVM_ENABLE_ASSERTIONS=On"]
- image: alma8
overrides: ["LLVM_ENABLE_ASSERTIONS=On"]
- image: alma9
Expand All @@ -368,6 +373,8 @@ jobs:
overrides: ["imt=Off", "LLVM_ENABLE_ASSERTIONS=On", "CMAKE_BUILD_TYPE=Debug"]
- image: ubuntu2404
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_BUILD_TYPE=Debug"]
- image: ubuntu2410
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_BUILD_TYPE=Debug"]
- image: debian125
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_CXX_STANDARD=20"]
# Special builds
Expand All @@ -388,10 +395,11 @@ jobs:
is_special: true
property: clang
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_C_COMPILER=clang", "CMAKE_CXX_COMPILER=clang++"]
- image: ubuntu2404-cuda
is_special: true
property: gpu
extra-runs-on: gpu
# Disable until the DNS issues are understood
# - image: ubuntu2404-cuda
# is_special: true
# property: gpu
# extra-runs-on: gpu

runs-on:
- self-hosted
Expand Down
25 changes: 25 additions & 0 deletions .github/workflows/root-docs-634.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: 'ROOT Docs 6.34'

on:
schedule:
- cron: '0 1 * * *'
- cron: '0 12 * * *'

workflow_dispatch:
inputs:
incremental:
description: 'Do incremental build'
type: boolean
required: true
default: true
# docu_input: # opportunity: overwrite makeinput.sh with these args
# description: Folders to build documentation for. All folders are built if empty.
# type: string
# default: ""
# required: false

jobs:
run_nightlies:
uses: root-project/root/.github/workflows/root-docs-ci.yml@v6-34-00-patches
secrets: inherit
181 changes: 181 additions & 0 deletions .github/workflows/root-docs-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,181 @@
name: 'ROOT Docs CI'

on:

# Allows nightly builds to trigger one run for each branch easily, by
# providing the relevant branch as "default" value here:
workflow_call:
inputs:
incremental:
type: boolean
default: true

workflow_dispatch:
inputs:
incremental:
description: 'Do incremental build'
type: boolean
required: true
default: true
# docu_input: # opportunity: overwrite makeinput.sh with these args
# description: Folders to build documentation for. All folders are built if empty.
# type: string
# default: ""
# required: false

jobs:
build-docs:
if: github.repository_owner == 'root-project'

runs-on:
- self-hosted
- linux
- x64

env:
PLATFORM: alma9
DOC_DIR: v6-34-00-patches
DOC_LOCATION: /github/home
BASE_REF: v6-34-00-patches
WEB_DIR_NAME: v634
TAR_NAME: html634.tar

permissions:
contents: read

container:
image: registry.cern.ch/root-ci/alma9:buildready # ALSO UPDATE BELOW!
options: '--security-opt label=disable --rm --name rootdoc' # ALSO UPDATE BELOW!
env:
OS_APPLICATION_CREDENTIAL_ID: '7f5b64a265244623a3a933308569bdba'
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
OS_AUTH_TYPE: 'v3applicationcredential'
OS_AUTH_URL: 'https://keystone.cern.ch/v3'
OS_IDENTITY_API_VERSION: 3
OS_INTERFACE: 'public'
OS_REGION_NAME: 'cern'
PYTHONUNBUFFERED: true

steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python Virtual Env
# if the `if` expr is false, `if` still has exit code 0.
# if the `if` block is entered, the block's exit code becomes the exit
# code of the `if`.
run: 'if [ -d /py-venv/ROOT-CI/bin/ ]; then . /py-venv/ROOT-CI/bin/activate && echo PATH=$PATH >> $GITHUB_ENV; fi'

- name: Set up directory name and tar filenames
run: |
echo TAR_NAME=html${BASE_REF}.tar >> $GITHUB_ENV
echo DOCDIR_NAME=${BASE_REF} >> $GITHUB_ENV

# TODO: install latest versions in image on root-ci-images
- name: Install Doxygen 1.10.0
run : |
mkdir -p ${{ github.workspace }}/doxygen
curl -L https://github.com/doxygen/doxygen/releases/download/Release_1_10_0/doxygen-1.10.0.linux.bin.tar.gz | tar -xz -C ${{ github.workspace }}/doxygen/ --strip-components=1
echo PATH=$PATH:${{ github.workspace }}/doxygen/bin >> $GITHUB_ENV

- name: Install qhelpgenerator-qt5
run: |
dnf update -y
dnf upgrade -y
dnf install -y qt5-doctools
which qhelpgenerator-qt5

- name: Apply option overrides
env:
OVERRIDES: "testing=Off roottest=Off minimal=On"
CONFIGFILE: '.github/workflows/root-ci-config/buildconfig/alma9.txt'
shell: bash
run: |
set -x
echo '' >> "$CONFIGFILE"
for ENTRY in $OVERRIDES; do
KEY=$( echo "$ENTRY" | cut -d '=' -f 1 )
# Add entry to file if not exists, otherwise replace
if grep -q "$KEY=" "$CONFIGFILE"; then
sed -i "s/$KEY=.*\$/$ENTRY/" "$CONFIGFILE"
else
echo "$ENTRY" >> "$CONFIGFILE"
fi
done
cat "$CONFIGFILE" || true

- name: Build ROOT - Workflow Dispatch
if: github.event_name == 'workflow_dispatch'
run: ".github/workflows/root-ci-config/build_root.py
--buildtype Release
--platform ${{ env.PLATFORM }}
--incremental false
--base_ref ${BASE_REF}
--head_ref ${BASE_REF}
--binaries false
--repository ${{ github.server_url }}/${{ github.repository }}"

- name: Build ROOT - Schedule
if: github.event_name == 'schedule'
run: ".github/workflows/root-ci-config/build_root.py
--buildtype Release
--platform ${{ env.PLATFORM }}
--incremental false
--base_ref ${BASE_REF}
--head_ref ${BASE_REF}
--binaries false
--repository ${{ github.server_url }}/${{ github.repository }}"

- name: Run Doxygen
working-directory: ${{ env.DOC_LOCATION }}
shell: bash
run: |
source ROOT-CI/build/bin/thisroot.sh
export DOXYGEN_OUTPUT_DIRECTORY=/github/home/${DOC_DIR}
cd ROOT-CI/src/documentation/doxygen
make -j `nproc --all`

- name: Create documentation archives
working-directory: ${{ env.DOC_LOCATION }}
shell: bash
run: |
pwd
ls -l
echo ${DOC_DIR}
echo ${TAR_NAME}
ls -l ${DOC_DIR}
tar cf ${TAR_NAME} ${DOC_DIR}
gzip ${TAR_NAME}
ls -l

#Upload to GitHub as an artifact
- name: Upload tar file for GH
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
with:
name: ${{env.TAR_NAME}}.gz
path: ${{env.DOC_LOCATION}}/${{env.TAR_NAME}}.gz
if-no-files-found: error

- name: Install AWS CLI
run: |
python -m pip install --upgrade pip
pip install awscli==1.36.40
aws configure set default.s3.max_concurrent_requests 128

- name: Sync documentation to S3
working-directory: ${{ env.DOC_LOCATION }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_ENDPOINT_URL: https://s3.cern.ch/

run: |
pwd
ls -l
aws s3 sync ${DOC_DIR}/html/ s3://root/doc/${WEB_DIR_NAME}/
rm -rf ${DOC_DIR}/html
aws s3 sync ${DOC_DIR}/ s3://root/doc/${WEB_DIR_NAME}/
aws s3 cp ${TAR_NAME}.gz s3://root/download/
22 changes: 17 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function(relatedrepo_GetClosestMatch)

# Otherwise, try to use a branch that matches `current_head` in the fork repository
execute_process(COMMAND ${GIT_EXECUTABLE} ls-remote --heads --tags
${__ORIGIN_PREFIX}/${__REPO_NAME} ${current_head} OUTPUT_VARIABLE matching_refs)
${__ORIGIN_PREFIX}/${__REPO_NAME} ${current_head} OUTPUT_VARIABLE matching_refs ERROR_QUIET)
if(NOT "${matching_refs}" STREQUAL "")
set(${__FETCHURL_VARIABLE} ${__ORIGIN_PREFIX}/${__REPO_NAME} PARENT_SCOPE)
return()
Expand Down Expand Up @@ -644,8 +644,12 @@ if(testing)
endif()
if(DEFINED repo_dir)
execute_process(COMMAND ${GIT_EXECUTABLE} --git-dir=${repo_dir}/.git
remote get-url origin OUTPUT_VARIABLE originurl OUTPUT_STRIP_TRAILING_WHITESPACE)

remote get-url origin OUTPUT_VARIABLE originurl OUTPUT_STRIP_TRAILING_WHITESPACE
RESULT_VARIABLE query_result
ERROR_VARIABLE query_error)
if(NOT query_result EQUAL 0)
message(STATUS "Searching for \"origin\" repo of roottest: ${query_error}")
endif()
else()
# The fetch URL of the 'origin' remote is used to determine the prefix for other repositories by
# removing the `/root(\.git)?` part. If `GITHUB_PR_ORIGIN` is defined in the environment, its
Expand All @@ -657,7 +661,7 @@ if(testing)
remote get-url origin OUTPUT_VARIABLE originurl OUTPUT_STRIP_TRAILING_WHITESPACE)
endif()
endif()
string(REGEX REPLACE "/root(test)?(\.git)?$" "" originprefix ${originurl})
string(REGEX REPLACE "/root(test)?(\.git)?$" "" originprefix "${originurl}")
relatedrepo_GetClosestMatch(REPO_NAME roottest
ORIGIN_PREFIX ${originprefix} UPSTREAM_PREFIX ${upstreamprefix}
FETCHURL_VARIABLE roottest_url FETCHREF_VARIABLE roottest_ref)
Expand Down Expand Up @@ -690,7 +694,15 @@ if(testing)
endif()

if(LLVM_LINKER_IS_MOLD)
message(FATAL_ERROR "The mold linker is not supported by ROOT. Please use a different linker")
execute_process(
COMMAND mold --version
OUTPUT_VARIABLE MOLD_VERSION
OUTPUT_STRIP_TRAILING_WHITESPACE
)
string(REGEX REPLACE "mold ([0-9]+\\.[0-9]+\\.[0-9]+).*" "\\1" MOLD_VERSION "${MOLD_VERSION}")
if(MOLD_VERSION VERSION_LESS "2.32.0")
message(FATAL_ERROR "The mold linker version ${MOLD_VERSION} is not supported by ROOT. Please use mold >= 2.32.0 or a different linker")
endif()
endif()

cmake_host_system_information(RESULT PROCESSOR QUERY PROCESSOR_DESCRIPTION)
Expand Down
Loading