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
Compare revisions
8a0ab3b37445ca736cb3021be1c7126a77e57d7d to 67a273395215676f4316c14b9ef618cfd04d5987
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
opensrc/libehp
Select target project
No results found
67a273395215676f4316c14b9ef618cfd04d5987
Select Git revision
Branches
add_arm32
aware-sw-delivery
master
ubuntu24
Tags
CFAR_AEI
Release_1.0.0
Swap
Target
opensrc/libehp
Select target project
opensrc/libehp
1 result
8a0ab3b37445ca736cb3021be1c7126a77e57d7d
Select Git revision
Branches
add_arm32
aware-sw-delivery
master
ubuntu24
Tags
CFAR_AEI
Release_1.0.0
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Updated to latest elfio.
· 9c6651ad
Jason Hiser
authored
2 years ago
9c6651ad
Update to use CentOS Stream 9, abanadon CentOS 7
· 67a27339
Jason Hiser
authored
2 years ago
67a27339
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
src/SConscript
+1
-1
1 addition, 1 deletion
src/SConscript
third-party/elfio-code
+1
-1
1 addition, 1 deletion
third-party/elfio-code
with
4 additions
and
4 deletions
.gitlab-ci.yml
View file @
67a27339
...
...
@@ -49,10 +49,10 @@ arm64:
tags
:
-
arm64
c
entos76
:
c
oss9
:
<<
:
*do-test
tags
:
-
c
entos76
-
c
oss9
#
# Fuzz
...
...
This diff is collapsed.
Click to expand it.
src/SConscript
View file @
67a27339
...
...
@@ -38,7 +38,7 @@ LIBPATH="$SECURITY_TRANSFORMS_HOME/lib"
LIBS
=
Split
(
""
)
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
)
install1
=
myenv
.
Install
(
"
../lib/
"
,
lib1
)
...
...
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.