-
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.
Conflicts: src/backend/avro/AvroCpp/api/NodeImpl.hh src/backend/avro/AvroCpp/impl/FileStream.cc
- Loading branch information
Showing
514 changed files
with
620,521 additions
and
101,595 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
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,9 @@ | ||
[submodule "src/avrocpp"] | ||
path = src/avrocpp | ||
url = ../avrocpp.git | ||
[submodule "cmake_modules"] | ||
path = cmake_modules | ||
url = ../cmake_modules | ||
[submodule "tools/developer_tools"] | ||
path = tools/dev_tools | ||
url = ../developer_tools.git |
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,3 @@ | ||
{ | ||
"name": "RMF" | ||
} |
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,40 @@ | ||
language: cpp | ||
branches: | ||
only: | ||
- master | ||
- develop | ||
compiler: | ||
- gcc | ||
- clang | ||
env: | ||
- INSTALL="libhdf5-serial-dev liblog4cxx10-dev" BOOST= FLAGS= TESTS=RMF TEST_SETUP= | ||
- INSTALL="" BOOST= FLAGS= TESTS=RMF TEST_SETUP= | ||
git: | ||
submodules: false | ||
|
||
matrix: | ||
exclude: | ||
# I don't understand this failure, and it is only in deprecated code | ||
- compiler: gcc | ||
env: INSTALL="libhdf5-serial-dev liblog4cxx10-dev" BOOST= FLAGS= TESTS=RMF TEST_SETUP= | ||
include: | ||
# can't get it to work with the python module | ||
- compiler: clang | ||
env: INSTALL= BOOST= FLAGS="-fsanitize=address,undefined -fno-omit-frame-pointer" TESTS=cpp TEST_SETUP= | ||
|
||
before_install: | ||
- sudo apt-get update -qq | ||
- sudo apt-get install -qq libboost$BOOST-all-dev swig libc-dbg $INSTALL | ||
|
||
script: | ||
- mkdir build | ||
- cd build | ||
- cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="$FLAGS" -DCMAKE_EXE_LINKER_FLAGS="$FLAGS" -DCMAKE_MODULE_LINKER_FLAGS="$FLAGS" -DCMAKE_SHARED_LINKER_FLAGS="$FLAGS" -DIMP_TEST_SETUP=$TEST_SETUP | ||
- make -j 2 | ||
- export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so | ||
- ctest -j 2 --output-on-failure -L $TESTS | ||
|
||
# sanitize :-) -fsanitize=address -fno-omit-frame-pointer | ||
# -fsanitize=undefined | ||
#1.48 seems to exist | ||
# [ci skip] |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.