Skip to content

Commit a014ab0

Browse files
authored
Merge pull request #1 from intel/master
sync from orig repo
2 parents 8867f57 + 60d36e0 commit a014ab0

File tree

2,950 files changed

+65244
-771767
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,950 files changed

+65244
-771767
lines changed

.dockerignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
linux/installer/docker
2+
linux/installer/docker/*
3+
docker
4+
docker/*
5+
docker/build/*
6+
*.md
7+
.git*
8+
*/*/.git*
9+

.gitmodules

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
[submodule "external/dcap_source"]
22
path = external/dcap_source
33
url = https://github.com/intel/SGXDataCenterAttestationPrimitives.git
4+
[submodule "openmp"]
5+
path = external/openmp/openmp_code
6+
url = https://github.com/llvm-mirror/openmp.git
7+
branch = svn-tags/RELEASE_801
8+
[submodule "dnnl"]
9+
path = external/dnnl/dnnl
10+
url = https://github.com/intel/mkl-dnn.git
11+
branch = rls-v1.1
12+
[submodule "ipp-crypto"]
13+
path = external/ippcp_internal/ipp-crypto
14+
url = https://github.com/intel/ipp-crypto.git
15+
branch = ipp-crypto_2019_update5

License.txt

Lines changed: 301 additions & 303 deletions
Large diffs are not rendered by default.

Makefile

Lines changed: 238 additions & 52 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 236 additions & 109 deletions
Large diffs are not rendered by default.

SampleCode/Cxx11SGXDemo/App/App.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2019 Intel Corporation. All rights reserved.
2+
* Copyright (C) 2011-2020 Intel Corporation. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions
@@ -38,7 +38,6 @@
3838
# define MAX_PATH FILENAME_MAX
3939

4040
#include "sgx_urts.h"
41-
#include "sgx_uae_service.h"
4241
#include "App.h"
4342
#include "Enclave_u.h"
4443

SampleCode/Cxx11SGXDemo/App/App.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2019 Intel Corporation. All rights reserved.
2+
* Copyright (C) 2011-2020 Intel Corporation. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions

SampleCode/Cxx11SGXDemo/App/TrustedLibrary/Libcxx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2019 Intel Corporation. All rights reserved.
2+
* Copyright (C) 2011-2020 Intel Corporation. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions

SampleCode/Cxx11SGXDemo/Enclave/Enclave.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2019 Intel Corporation. All rights reserved.
2+
* Copyright (C) 2011-2020 Intel Corporation. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions

SampleCode/Cxx11SGXDemo/Enclave/Enclave.edl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2019 Intel Corporation. All rights reserved.
2+
* Copyright (C) 2011-2020 Intel Corporation. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions

0 commit comments

Comments
 (0)