Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
utils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
FSL
utils
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
1eb08d35909e81b63dff27a55c2018017628aff6
Select Git revision
Branches
15
MJlrfix_branch
cvsHEAD
protected
enh/scopedtimer
fix-boolean-options
fsl-3_2
fsl-3_3-branch
fslview-2_5-branch
fslview-3_0-branch
fslview-3_1-branch
fslview-qt4
master
default
protected
osx-109-branch
qt4-port-branch
release-branch
universal_branch
Tags
20
2412.0
2203.5
2203.4
2203.3
2203.2
2203.1
2203.0
2111.1
2111.0
2007.0
1908.0
cvsFINAL
protected
FSL6-0-1
FinalFive
FSL6-0-0
fsl-5_0_10
fsl-5_0_11
fsl-5_0_9
fsl-5_0_8
fsl-5_0_7
35 results
Begin with the selected commit
Created with Raphaël 2.2.0
6
Mar
19
Nov
18
28
Jul
20
Jun
19
12
3
Mar
2
25
Feb
17
15
29
Nov
23
Sep
22
16
Dec
6
Aug
23
Jul
21
27
May
6
Feb
19
Aug
16
15
Apr
28
Jan
11
Jan
23
May
20
Oct
6
2
6
Nov
11
Jul
31
Jan
9
Dec
21
Nov
15
May
8
14
Feb
2
Jan
7
Dec
5
25
Sep
30
Aug
8
6
Apr
26
Oct
29
Jul
10
May
4
Aug
1
Jul
22
Jun
26
Jan
22
14
5
Nov
18
May
24
Apr
23
17
24
Oct
22
25
Sep
12
Mar
8
Feb
18
Jan
11
19
Dec
18
29
Nov
16
15
7
5
1
7
Aug
3
2
1
31
Jul
10
11
Jun
11
May
21
Nov
23
Oct
27
Mar
17
8
3
Sep
2
29
Jul
28
Jun
31
May
17
Sep
27
Aug
20
Apr
17
Sep
16
9
3
Jun
21
May
9
2
Mar
25
Feb
23
22
21
1
Nov
13
Sep
16
Aug
9
29
Apr
12
10
Sep
13
Jun
16
May
11
26
Feb
8
1
26
Jan
24
Nov
23
22
20
17
16
15
14
ENH: New Utilities::ScopedTimer class, for lightweight profiling
enh/scopedtimer
enh/scopedtimer
ENH: Variants for parfor/apply - they can now be called:
2412.0 master
2412.0 master
ENH: parfor/apply overloads which can be called without a NoOfThreads
ENH: Adjust NoOfThreads so that it defaults to FSL_NUM_THREADS, which is read
MNT: Call omp_set_num_threads in addition to openblas_set_num_threads, as the
2203.5
2203.5
BF: Clean up includes in threading.h, ensure that cstdint is inclued
2203.4
2203.4
MNT: Ignore messages from dlerror, as it can return a message even when dlopen
2203.3
2203.3
MNT: use local threading.h
2203.2
2203.2
RF: superfluous __attribute__
2203.1
2203.1
DOC: Spelling mistake
RF: Removed debug text
RF: Rename to indicate general scope
RF: Global object for setting threading parameters
ENH: Prototype global options code
RF: Need to load libblas.dylib on macOS
2203.0
2203.0
MNT: Check for invalid key in EndAccumulate, small tweaks to threading_init
ENH,BF: Remove call to no-longer-existing CreateAccumulate function. New
STY: use of reference operator
STY: whitespace
ENH: Accumulate methods, for timimg repeat execution of code blocks
ENH: Singleton/default FSLProfiler, handy if you want to direct all profiling
Minor formatting
Fixed X_OptionError to avoid compiler warning
First commit of a file where we can collect utilities related to threading
Fixed FSLProfilerException so it doesn't cause compiler warning
MNT: Update stack_dump.h to work on apple M1
2111.1
2111.1
STY: whitespace
MNT: More namespacing
2111.0
2111.0
RF: Disambiguate Tracer
RF: Remove "using namespace" statements from header files
MNT: Shared lib dependencies must be specified when compiling a shared lib on macOS
BF: Dodgy indentation, and not enough braces
STY: Whitespace
RF: Conformance with C++17
MNT: use CXX, not CXX11
MNT: Update makefile to new make system, and to build shared library
MNT: Fix newmat includes
CXX11 Changes for Centos6
2007.0
2007.0
Added some includes needed for build on CentOS
Added initialisation of class static variables
Loading