Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
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
base
Commits
f7fa4ef1
Commit
f7fa4ef1
authored
3 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Plain Diff
Merge branch 'mnt/c++17' into 'master'
Mnt/c++17 See merge request
!32
parents
e5b804b5
5cd91301
No related branches found
No related tags found
1 merge request
!32
Mnt/c++17
Pipeline
#11523
passed
3 years ago
Stage: fsl-ci-build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
config/buildSettings.mk
+2
-2
2 additions, 2 deletions
config/buildSettings.mk
with
7 additions
and
2 deletions
CHANGELOG.md
+
5
−
0
View file @
f7fa4ef1
# FSL base project changelog
## 2111.4 (Wednesday 17th November 2021)
*
The default C++ language standard is now
`-std=c++17`
.
## 2111.3 (Wednesday 17th November 2021)
*
The
`$FSLDEVDIR/lib`
directory is now added to the
`rpath`
entry for shared
...
...
This diff is collapsed.
Click to expand it.
config/buildSettings.mk
+
2
−
2
View file @
f7fa4ef1
...
...
@@ -46,10 +46,10 @@ TCLSH ?= ${FSLDIR}/bin/fsltclsh
ARCHCFLAGS
=
-std
=
c99
-fPIC
# Compiler flags for C++ projects.
# - C++1
1
as minimum source compatibility standard
# - C++1
7
as minimum source compatibility standard
# - Position independent code essential for
# compiling/using shared libraries
ARCHCXXFLAGS
=
-std
=
c++1
1
-fPIC
ARCHCXXFLAGS
=
-std
=
c++1
7
-fPIC
# Preprocesor flags for C/C++ projects.
ARCHCPPFLAGS
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment