Skip to content

Commit

Permalink
latest coda-oss from master-C++17 (#212)
Browse files Browse the repository at this point in the history
* latest from coda-oss

* Update .gitignore

* update externals/coda-oss

* coda-oss compiler warning fixes

* coda-oss updates to fix compiler warnings

* latest from coda-oss/develop/master-C++17

* update with latest master-C++17 from coda-oss

* ignore more CMake output

* trying to fix Linux build failure on github.com

* trying to get unit-tests building

* Update master.yml

need latest g++

* restore coda-oss from "master" (compiler crash on github.com)
  • Loading branch information
J. Daniel Smith authored Sep 9, 2020
1 parent 7caacb9 commit 033220f
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@
.lock-waf*
.waf-*

# CMake
out/build/
out/install/
_deps/
CMakeFiles/
*.cmake
CMakeCache.txt

externals/coda-oss/modules/c++/**/Makefile
modules/**/Makefile

# Build artifacts
target/
install/
**/install-*/
out/build/
out/install/
test_package/build/
*.pyc
*.swp
Expand All @@ -17,7 +26,10 @@ test_package/build/
**/Debug/
**/Release/
packages/
*.so*
*.a

# Drivers
modules/c/j2k/external/openjpeg/openjpeg-2.0.0/
modules/c/j2k/external/jasper/jasper-1.900.1-mod/

0 comments on commit 033220f

Please sign in to comment.