Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
slic
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SLIC_software
slic
Graph
iss26
Select Git revision
Branches
16
infiniteloop
iss12
iss17
iss20
iss21
iss22
iss26
iss32
iss35
iss39
iss4
iss6
iss7
iss8
master
default
summarypruning
Tags
2
v6.0.0-pre
v5.0.1
18 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
7
Jun
15
May
10
5
4
3
24
Apr
20
19
18
17
16
13
12
11
10
6
4
Aug
14
Jul
2
Feb
5
Nov
13
Oct
1
29
Sep
3
6
Feb
13
Jan
19
Aug
11
7
5
30
Jul
18
16
15
8
May
10
Apr
26
Mar
27
Feb
26
20
14
24
Jan
21
Nov
18
11
Possible bug
summarypruning
summarypruning
Possibly working track summary pruning during event tracking.
Removed dependence on TrackManager::_trackSummaries vector which carried information redundant WRT TrackManager::_trackSummaryMap. This is in preparation of pruning the track summary tree during event simulation for memory management of very large events.
Added protection against recursive MCParticleManager::createPrimary() from getting out of control
infiniteloop ma…
infiniteloop master
Merge pull request #40 from slaclab/iss39
v6.0.0-pre
v6.0.0-pre
provide macros for finding LCIO to work around its broken cmake find_package() scripts
iss39
iss39
install cmake files required by LCIO macros
remove unnecessary include guard
Update README.md
Merge pull request #37 from slaclab/iss35
use different variable name for ext dep github tags to not interfere with find_package macro
iss35
iss35
add LCIO compatibility preprocessor macros
Separate external dep install dir from CMake prefix dir (#36)
correct prefix dirs for ext deps
iss32
iss32
minor correction to header guard
separate the slic prefix from the install dir for external projects
Implement user plugin framework (#33)
change default plugin library name
iss4
iss4
remove setting of GDML_SCHEMA_DIR for now
install slicPlugins lib
initial implementation of sim plugin framework
fix compile error
Cleanup config and fix compilation warnings (#28)
Add option for dependency installation (#27)
fix compilation warnings
iss26
iss26
fix some compilation warnings
remove deleted files
remove unneeded config of Geant4 version
remove Geant4 version from LCIO naming
rename cmake flag
iss22
iss22
add option with flag for dependency installation (OFF by default)
CMake build enhancements and bug fixes (#23)
install ext dep sources directly in build dir
iss20
iss20
correct slic bin dir
comment out debug prints
use unquoted version variables in cmake install scripts
change GLOBAL_INSTALL_DIR to CMAKE_INSTALL_PREFIX
use standard cmake prefix dir for install path
iss21
iss21
revert change to install dir; always use global install dir for now
put back physics manager init to fix broken particle table lookup (#18)
Loading