[12gevmoller_sim] [EXTERNAL] [JeffersonLab/remoll] 5cf760: Remove all signed-unsigned warnings by using decltype
Wouter Deconinck
noreply at github.com
Mon May 11 13:45:58 EDT 2020
Branch: refs/heads/enhancement-docker-with-jlabce-devel
Home: https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll&d=DwICaQ&c=CJqEzB1piLOyyvZjb8YUQw&r=-0uahHXTLsQsllHBZNHgOynLaY6DUxqehsUJ91-BlNY&m=N6SMEcn7gqX8AFlEQXpJ4cpbxNhBOzm5vZ3T3lmRQI4&s=atwt8FSp4GjDbWycLMk-AINc2jMRDGzVzD4ClBOxjCg&e=
Commit: 5cf760703996b5e53321161a9feeb195080aa101
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_5cf760703996b5e53321161a9feeb195080aa101&d=DwICaQ&c=CJqEzB1piLOyyvZjb8YUQw&r=-0uahHXTLsQsllHBZNHgOynLaY6DUxqehsUJ91-BlNY&m=N6SMEcn7gqX8AFlEQXpJ4cpbxNhBOzm5vZ3T3lmRQI4&s=pn8Y2sVQIUHIeKcnDqR3zKw1cVIyXVyXPJRZyzz7_iw&e=
Author: Wouter Deconinck <wdconinc at gmail.com>
Date: 2020-05-05 (Tue, 05 May 2020)
Changed paths:
M src/remollDetectorConstruction.cc
M src/remollEvent.cc
M src/remollEventAction.cc
M src/remollParallelConstruction.cc
Log Message:
-----------
Remove all signed-unsigned warnings by using decltype
For some we could have used ranged-for but that is not possible
for the majority which are daughter volume lookups.
Commit: 35d652e8facc8438902267b8dfa8c774afe5c251
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_35d652e8facc8438902267b8dfa8c774afe5c251&d=DwICaQ&c=CJqEzB1piLOyyvZjb8YUQw&r=-0uahHXTLsQsllHBZNHgOynLaY6DUxqehsUJ91-BlNY&m=N6SMEcn7gqX8AFlEQXpJ4cpbxNhBOzm5vZ3T3lmRQI4&s=U3aVwQ4ZjpPEGayL2oj6xC1M5CTxG3jc6DCRYawoOJI&e=
Author: Wouter Deconinck <wdconinc at jlab.org>
Date: 2020-05-08 (Fri, 08 May 2020)
Changed paths:
M src/remollDetectorConstruction.cc
M src/remollEvent.cc
M src/remollEventAction.cc
M src/remollParallelConstruction.cc
Log Message:
-----------
Merge pull request #341 from JeffersonLab/bugfix-no-more-signed-unsigned-warnings
Bugfix: Remove all signed-unsigned warnings by using decltype
Commit: e5afed1f1a72db0357c8b5ff92dda72d854b3fef
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_e5afed1f1a72db0357c8b5ff92dda72d854b3fef&d=DwICaQ&c=CJqEzB1piLOyyvZjb8YUQw&r=-0uahHXTLsQsllHBZNHgOynLaY6DUxqehsUJ91-BlNY&m=N6SMEcn7gqX8AFlEQXpJ4cpbxNhBOzm5vZ3T3lmRQI4&s=OBAqIv-GCPJYF-CQ8u_kmre76IbIJis2oeagTKbehNw&e=
Author: Wouter Deconinck <wdconinc at gmail.com>
Date: 2020-05-09 (Sat, 09 May 2020)
Changed paths:
M Dockerfile
Log Message:
-----------
Note on building in directories that are hyperlinked to lustre
If ~/scratch/ is actually /lustre/$USER/, then building in ~/scratch
will fail but building in /lustre/$USER/ will work.
Commit: 9a285a33d3163a4f0ef7202fa615fec349ec7139
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_9a285a33d3163a4f0ef7202fa615fec349ec7139&d=DwICaQ&c=CJqEzB1piLOyyvZjb8YUQw&r=-0uahHXTLsQsllHBZNHgOynLaY6DUxqehsUJ91-BlNY&m=N6SMEcn7gqX8AFlEQXpJ4cpbxNhBOzm5vZ3T3lmRQI4&s=NOgODcsH5WbPaonsnpacFxj-xu9W7BjW4PUogJbu5WY&e=
Author: Wouter Deconinck <wdconinc at gmail.com>
Date: 2020-05-10 (Sun, 10 May 2020)
Changed paths:
M Dockerfile
A docker/docker-jlabce.patch
A docker/jlab.sh
Log Message:
-----------
Fix to the jlab.sh script that works in existing environments
When using singularity we don't call JLab CE's jlab.sh with an
empty environment (nor do we want to, we need $DISPLAY, for one).
This fixes the tcsh to bash translator for environment variables
to be more accommodating of environments with existing functions
(bash completion, module system, spack, you name it).
Commit: 583620d89e927f094c1294a30bdd0a24654a10f7
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_583620d89e927f094c1294a30bdd0a24654a10f7&d=DwICaQ&c=CJqEzB1piLOyyvZjb8YUQw&r=-0uahHXTLsQsllHBZNHgOynLaY6DUxqehsUJ91-BlNY&m=N6SMEcn7gqX8AFlEQXpJ4cpbxNhBOzm5vZ3T3lmRQI4&s=oxPQZLppNnF3azr-2o5xvBwXp-mSFCN0DWdvPrO6qqo&e=
Author: Wouter Deconinck <wdconinc at gmail.com>
Date: 2020-05-10 (Sun, 10 May 2020)
Changed paths:
R docker/docker-jlabce.patch
Log Message:
-----------
Don't need the patch when shipping the full file.
Commit: a3289ad7fff45bbafb0055238874736546d1888c
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_a3289ad7fff45bbafb0055238874736546d1888c&d=DwICaQ&c=CJqEzB1piLOyyvZjb8YUQw&r=-0uahHXTLsQsllHBZNHgOynLaY6DUxqehsUJ91-BlNY&m=N6SMEcn7gqX8AFlEQXpJ4cpbxNhBOzm5vZ3T3lmRQI4&s=Dyj4XOG_iWb1fpg6mo6QoPaju4VsGL7P_noH90DEt4E&e=
Author: Wouter Deconinck <wdconinc at gmail.com>
Date: 2020-05-10 (Sun, 10 May 2020)
Changed paths:
M .dockerignore
Log Message:
-----------
Use more sensible docker ignore, don't copy GBs of root files...
Commit: 8e86fa979b876352bdf11a61e3607d58947e4a51
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_8e86fa979b876352bdf11a61e3607d58947e4a51&d=DwICaQ&c=CJqEzB1piLOyyvZjb8YUQw&r=-0uahHXTLsQsllHBZNHgOynLaY6DUxqehsUJ91-BlNY&m=N6SMEcn7gqX8AFlEQXpJ4cpbxNhBOzm5vZ3T3lmRQI4&s=PZZfrSp19540b61WRGO7Zdwbvnq8aqWg6djiGYulohk&e=
Author: Wouter Deconinck <wdconinc at gmail.com>
Date: 2020-05-10 (Sun, 10 May 2020)
Changed paths:
M docker/jlab.sh
Log Message:
-----------
csh uses setenv, not set
Commit: 1f1a711db4d21ddedec5cb4c1552bc6bb1f3826b
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_1f1a711db4d21ddedec5cb4c1552bc6bb1f3826b&d=DwICaQ&c=CJqEzB1piLOyyvZjb8YUQw&r=-0uahHXTLsQsllHBZNHgOynLaY6DUxqehsUJ91-BlNY&m=N6SMEcn7gqX8AFlEQXpJ4cpbxNhBOzm5vZ3T3lmRQI4&s=HaJRloHDbxigtDjXg95cARUCm-Pr5VEa4j98xzQR4bE&e=
Author: Wouter Deconinck <wdconinc at gmail.com>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
M scripts/tests/targz_macros.sh
M scripts/tests/test_geometries.sh
M scripts/tests/test_macros.sh
M scripts/tests/watermark.sh
Log Message:
-----------
No branch name when .git is in .dockerignore, use HEAD instead
Commit: a3d1c0fe1f87ae5432a6cb1ee81f5bc6bf21d225
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_a3d1c0fe1f87ae5432a6cb1ee81f5bc6bf21d225&d=DwICaQ&c=CJqEzB1piLOyyvZjb8YUQw&r=-0uahHXTLsQsllHBZNHgOynLaY6DUxqehsUJ91-BlNY&m=N6SMEcn7gqX8AFlEQXpJ4cpbxNhBOzm5vZ3T3lmRQI4&s=KorqtEcuGyEEIJv-3zvNxKg8vm_ptGi1TxO48890WXQ&e=
Author: Wouter Deconinck <wdconinc at jlab.org>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
M .dockerignore
M Dockerfile
A cmake/templates/remoll.csh.in
A cmake/templates/remoll.sh.in
A docker/jlab.sh
M scripts/tests/targz_macros.sh
M scripts/tests/test_geometries.sh
M scripts/tests/test_macros.sh
M scripts/tests/watermark.sh
Log Message:
-----------
Merge pull request #342 from JeffersonLab/bugfix-docker-run-in-pwd
Bugfix: Run docker run in pwd, not in /jlab/remoll, when using singularity
Commit: 09a92c6540e19d603f26cf6b3d4773e1eb1c936a
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_09a92c6540e19d603f26cf6b3d4773e1eb1c936a&d=DwICaQ&c=CJqEzB1piLOyyvZjb8YUQw&r=-0uahHXTLsQsllHBZNHgOynLaY6DUxqehsUJ91-BlNY&m=N6SMEcn7gqX8AFlEQXpJ4cpbxNhBOzm5vZ3T3lmRQI4&s=4DxqFDOkn5o57TDAKCFf7yeX7aw9Oiwb29zwzF8EgCU&e=
Author: Wouter Deconinck <wdconinc at gmail.com>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
M Dockerfile
M scripts/tests/watermark.sh
Log Message:
-----------
Move to jlabce:devel, centos8, and pdftk -> qpdf
Commit: edf6eca3b4c43c4dc2635156366e6dafe5ac0bd9
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_edf6eca3b4c43c4dc2635156366e6dafe5ac0bd9&d=DwICaQ&c=CJqEzB1piLOyyvZjb8YUQw&r=-0uahHXTLsQsllHBZNHgOynLaY6DUxqehsUJ91-BlNY&m=N6SMEcn7gqX8AFlEQXpJ4cpbxNhBOzm5vZ3T3lmRQI4&s=mC8OThUaPrg6oKY3EnmKtcJEPA5F-fRcQF48SnP_HjM&e=
Author: Wouter Deconinck <wdconinc at gmail.com>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
Log Message:
-----------
Merge branch 'enhancement-docker-with-jlabce-devel' of github.com:JeffersonLab/remoll into enhancement-docker-with-jlabce-devel
Compare: https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_compare_172647a8059a...edf6eca3b4c4&d=DwICaQ&c=CJqEzB1piLOyyvZjb8YUQw&r=-0uahHXTLsQsllHBZNHgOynLaY6DUxqehsUJ91-BlNY&m=N6SMEcn7gqX8AFlEQXpJ4cpbxNhBOzm5vZ3T3lmRQI4&s=fwU8iTYVBPWqDo4BHA52GG3aDKOwCjmicStmV60Oez8&e=
More information about the 12gevmoller_sim
mailing list