Skip to content

Commit 9b94b87

Browse files
committedJun 14, 2020
Initial commit
1 parent bb8506a commit 9b94b87

File tree

1,320 files changed

+181483
-0
lines changed

Some content is hidden

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

1,320 files changed

+181483
-0
lines changed
 

‎.gitignore

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
*.VC.opendb
2+
*.VC.db
3+
WinRelease/
4+
WinDebug/
5+
WinFinal/
6+
WinRelease.x64/
7+
WinDebug.x64/
8+
WinFinal.x64/
9+
WinReleaseS/
10+
WinDebugS/
11+
WinFinalS/
12+
WinReleaseS.x64/
13+
WinDebugS.x64/
14+
WinFinalS.x64/
15+
ipch/
16+
# stop recurcive 'lib' ignoring
17+
lib
18+
NeoML/lib
19+
NeoMathEngine/lib
20+
.vs/
21+
*/.idea/vcs.xml
22+
*.user
23+
.DS_Store
24+
Android.*/
25+
NeoMathEngine/Src/GPU/Vulkan/shaders/generated
26+
xcuserdata/
27+
.vscode/settings.json
28+
.vscode/c_cpp_properties.json
29+
NeoML/test/InferenceTest/lib
30+
NeoML/test/InferenceTestIOS/InferenceTestIOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata
31+
NeoML/test/InferenceTestAndroid/app/src/main/assets
32+
NeoML/test/InferenceTestAndroid/app/.cxx
33+
NeoML/test/InferenceTestAndroid/app/build
34+

‎Build/BuildFailedMessage.txt

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
SUBJECT:
2+
Build %BUILD_NAME% failed!
3+
TO:
4+
$$MailList.txt
5+
.
6+
BODY:
7+
This message was generated automatically by Build. Please do not reply.
8+
9+
See attached logs for details.
10+
11+
Errors:
12+
$$%ROOT%\Build\Logs\_ErrorsList.txt
13+
14+
Warnings:
15+
$$%ROOT%\Build\Logs\_WarningsList.txt
16+
17+
Logs:
18+
$$%ROOT%\Build\Logs\_LogFilesWithErrorsList.txt
19+
.
20+
ATTACH:
21+
$$%ROOT%\Build\Logs\_LogFilesWithErrorsList.txt
22+
.

0 commit comments

Comments
 (0)
Please sign in to comment.