forked from cdslaborg/paramonte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the first major commit toward releasing the ParaMonte 2 C, C+…
…+, Fortran library.
- Loading branch information
1 parent
08b5ee7
commit fba14a5
Showing
13,972 changed files
with
7,445,236 additions
and
165,750 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Handle line endings automatically for files detected as text | ||
# and leave all files detected as binary untouched. | ||
* text=auto | ||
|
||
# | ||
# The above will handle all files NOT found below | ||
# | ||
# These files are text and should be normalized (Convert crlf => lf) | ||
*.css eol=lf | ||
*.df eol=lf | ||
*.htm eol=lf | ||
*.html eol=lf | ||
*.java eol=lf | ||
*.js eol=lf | ||
*.json eol=lf | ||
*.jsp eol=lf | ||
*.jspf eol=lf | ||
*.jspx eol=lf | ||
*.properties eol=lf | ||
*.sh eol=lf | ||
*.tld eol=lf | ||
*.txt eol=lf | ||
*.tag eol=lf | ||
*.tagx eol=lf | ||
*.xml eol=lf | ||
*.yml eol=lf | ||
|
||
# These files are binary and should be left untouched | ||
# (binary is a macro for -text -diff) | ||
*.class binary | ||
*.dll binary | ||
*.ear binary | ||
*.gif binary | ||
*.ico binary | ||
*.jar binary | ||
*.jpg binary | ||
*.jpeg binary | ||
*.png binary | ||
*.so binary | ||
*.war binary | ||
|
||
# Prevent development files from making it into the release archives | ||
*.enc export-ignore | ||
.github export-ignore | ||
.gitignore export-ignore | ||
.travis.yml export-ignore | ||
.Dockerfiles export-ignore | ||
.gitattributes export-ignore | ||
.pullapprove.yml export-ignore | ||
**/.travis/* export-ignore | ||
**/pubs/* export-ignore | ||
codecov.yml export-ignore | ||
|
||
# override github-liguist's automatic detection of m-files as M code. | ||
*.m linguist-language=MATLAB |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[submodule "OpenBLAS"] | ||
path = OpenBLAS | ||
url = [email protected]:xianyi/OpenBLAS.git | ||
[submodule "external/paramonted"] | ||
path = external/paramonted | ||
url = https://github.com/cdslaborg/paramonted |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.