-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* coda-oss release 2022-05-03 * latest from coda-oss * more updates from coda-oss * fix build errors on Linux * don't need VS UnitTest project * latest from coda-oss
- Loading branch information
J. Daniel Smith
authored
May 13, 2022
1 parent
f27a389
commit 3e38c39
Showing
75 changed files
with
2,439 additions
and
726 deletions.
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 |
---|---|---|
@@ -1,52 +1,55 @@ | ||
*.swp | ||
*~ | ||
*.pyc | ||
__pycache__/ | ||
# Build artifacts | ||
|
||
install/ | ||
install-*/ | ||
target/ | ||
|
||
# Conan | ||
modules/drivers/**/build | ||
test_package/build/ | ||
|
||
# CMake | ||
_deps/ | ||
*.cmake | ||
CMakeCache.txt | ||
CMakeFiles/ | ||
*_config.h | ||
Makefile | ||
modules/**/Makefile | ||
out/ | ||
|
||
# Waf | ||
.waf-* | ||
waf-* | ||
.waf3-* | ||
waf3-* | ||
.lock-waf* | ||
build/waf*/ | ||
|
||
# Eclipse | ||
.project | ||
.cproject | ||
|
||
# Drivers | ||
modules/drivers/fftw/fftw-2.1.*/ | ||
modules/drivers/jpeg/jpeg-9/ | ||
modules/drivers/jpeg/jpeg-9d/ | ||
modules/drivers/j2k/openjpeg/openjpeg-2.3.*_mod/ | ||
modules/drivers/pcre/pcre2-10.*/ | ||
modules/drivers/uuid/e2fsprogs-1.*-uuid/ | ||
modules/drivers/xml/xerces/xerces-c-*/ | ||
modules/drivers/zlib/zlib-1.2.*/ | ||
|
||
# VS | ||
.vs/ | ||
project.sln | ||
.depproj/ | ||
|
||
CMakeSettings.json | ||
*.swp | ||
*~ | ||
*.pyc | ||
__pycache__/ | ||
# Build artifacts | ||
|
||
install/ | ||
install-*/ | ||
target/ | ||
|
||
# Conan | ||
modules/drivers/**/build | ||
test_package/build/ | ||
|
||
# CMake | ||
_deps/ | ||
*.cmake | ||
CMakeCache.txt | ||
CMakeFiles/ | ||
*_config.h | ||
Makefile | ||
modules/**/Makefile | ||
out/ | ||
|
||
# Waf | ||
.waf-* | ||
waf-* | ||
.waf3-* | ||
waf3-* | ||
.lock-waf* | ||
build/waf*/ | ||
|
||
# Eclipse | ||
.project | ||
.cproject | ||
|
||
# Drivers | ||
modules/drivers/fftw/fftw-2.1.*/ | ||
modules/drivers/jpeg/jpeg-9/ | ||
modules/drivers/jpeg/jpeg-9d/ | ||
modules/drivers/j2k/openjpeg/openjpeg-2.3.*_mod/ | ||
modules/drivers/pcre/pcre2-10.*/ | ||
modules/drivers/uuid/e2fsprogs-1.*-uuid/ | ||
modules/drivers/xml/xerces/xerces-c-*/ | ||
modules/drivers/zlib/zlib-1.2.*/ | ||
|
||
# VS | ||
.vs/ | ||
project.sln | ||
.depproj/ | ||
*.tlog | ||
**/x64/ | ||
*.vcxproj.user | ||
|
||
CMakeSettings.json |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.