Skip to content

Commit 1df1e04

Browse files
Merge branch 'master' into windows
2 parents e6c0ce1 + 662de93 commit 1df1e04

38 files changed

Lines changed: 18015 additions & 17987 deletions

.gitattributes

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.c text
7+
*.cpp text
8+
*.cxx text
9+
*.h text
10+
*.hpp text
11+
*.hxx text
12+
*.java text
13+
*.sh text eol=lf
14+
*.cmake text
15+
*.txt text
16+
*.in text
17+
*.rst text
18+
19+
# Declare files that will always have CRLF line endings on checkout.
20+
*.sln text eol=crlf
21+
*.vcproj text eol=crlf
22+
*.bat text eol=crlf
23+
24+
# Denote all files that are truly binary and should not be modified.
25+
*.png binary
26+
*.jpg binary
27+
*.class binary
28+

cmake_include/FindJNI.cmake

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

0 commit comments

Comments
 (0)