Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libehp
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
Service Desk
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
Open Source Software
libehp
Commits
8dc3b9ad
Commit
8dc3b9ad
authored
2 years ago
by
Jason Hiser
Browse files
Options
Downloads
Plain Diff
Merge branch 'update_elfio' into 'master'
Update elfio See merge request
!17
parents
8a0ab3b3
64b71bd0
No related branches found
No related tags found
1 merge request
!17
Update elfio
Pipeline
#24139
canceled
1 year ago
Stage: test
Stage: fuzz
Stage: deploy
Changes
4
Pipelines
907
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
src/SConscript
+1
-1
1 addition, 1 deletion
src/SConscript
test/SConscript
+1
-1
1 addition, 1 deletion
test/SConscript
third-party/elfio-code
+1
-1
1 addition, 1 deletion
third-party/elfio-code
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
2
−
2
View file @
8dc3b9ad
...
@@ -49,10 +49,10 @@ arm64:
...
@@ -49,10 +49,10 @@ arm64:
tags
:
tags
:
-
arm64
-
arm64
c
entos76
:
c
oss9
:
<<
:
*do-test
<<
:
*do-test
tags
:
tags
:
-
c
entos76
-
c
oss9
#
#
# Fuzz
# Fuzz
...
...
This diff is collapsed.
Click to expand it.
src/SConscript
+
1
−
1
View file @
8dc3b9ad
...
@@ -38,7 +38,7 @@ LIBPATH="$SECURITY_TRANSFORMS_HOME/lib"
...
@@ -38,7 +38,7 @@ LIBPATH="$SECURITY_TRANSFORMS_HOME/lib"
LIBS
=
Split
(
""
)
LIBS
=
Split
(
""
)
myenv
=
myenv
.
Clone
(
CPPPATH
=
Split
(
cpppath
))
myenv
=
myenv
.
Clone
(
CPPPATH
=
Split
(
cpppath
))
myenv
.
Append
(
CXXFLAGS
=
"
-std=c++1
1
-Wall -Werror -fmax-errors=2 -fPIC
"
)
myenv
.
Append
(
CXXFLAGS
=
"
-std=c++1
4
-Wall -Werror -fmax-errors=2 -fPIC
"
)
lib1
=
myenv
.
Library
(
"
ehp
"
,
Split
(
files
),
LIBPATH
=
LIBPATH
,
LIBS
=
LIBS
)
lib1
=
myenv
.
Library
(
"
ehp
"
,
Split
(
files
),
LIBPATH
=
LIBPATH
,
LIBS
=
LIBS
)
install1
=
myenv
.
Install
(
"
../lib/
"
,
lib1
)
install1
=
myenv
.
Install
(
"
../lib/
"
,
lib1
)
...
...
This diff is collapsed.
Click to expand it.
test/SConscript
+
1
−
1
View file @
8dc3b9ad
...
@@ -34,7 +34,7 @@ LIBS='''
...
@@ -34,7 +34,7 @@ LIBS='''
ehp
ehp
'''
'''
myenv
=
myenv
.
Clone
(
CPPPATH
=
Split
(
cpppath
))
myenv
=
myenv
.
Clone
(
CPPPATH
=
Split
(
cpppath
))
myenv
.
Append
(
CXXFLAGS
=
"
-std=c++1
1
-Wall -Werror -fmax-errors=1 -g
"
)
myenv
.
Append
(
CXXFLAGS
=
"
-std=c++1
4
-Wall -Werror -fmax-errors=1 -g
"
)
lib
=
myenv
.
Program
(
"
test.exe
"
,
Split
(
files
),
LIBPATH
=
Split
(
LIBPATH
),
LIBS
=
Split
(
LIBS
))
lib
=
myenv
.
Program
(
"
test.exe
"
,
Split
(
files
),
LIBPATH
=
Split
(
LIBPATH
),
LIBS
=
Split
(
LIBS
))
Default
(
lib
)
Default
(
lib
)
...
...
This diff is collapsed.
Click to expand it.
elfio-code
@
be202e31
Compare
9f9407d3
...
be202e31
Subproject commit
9f9407d3018fb4317e56bb78a74b9cdbf6c96306
Subproject commit
be202e3107e2f5e02fdc3f676bebb5d63e7711b4
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