Loading .gitignore +3 −0 Original line number Diff line number Diff line Loading @@ -15,3 +15,6 @@ syntax: glob # reject and backup file *.rej *.orig # macos .DS_Store No newline at end of file .gitlab/issue_templates/Bug.md 0 → 100644 +44 −0 Original line number Diff line number Diff line Please read this! Before opening a new issue, verify the issue you're about to submit isn't a duplicate. Please remove this notice if you're confident your issue isn't a duplicate. ------ ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the issue - this is very important) ### Dev environment * OS: (Linux, Windows, MacOS) * CMake version: (cmake --version) * Compiler: (gcc/clang/... & version) * Build type: (debug/release) * Commit: (current commit or tag) * (Any related repository commit/tag e.g fw4spl-deps, fw4spl, fw4spl-ar ...) ### What is the current *bug* behavior? (What actually happens) ### What is the expected *correct* behavior? (What you should see instead) ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem) /label ~bug .gitlab/issue_templates/Feature.md 0 → 100644 +27 −0 Original line number Diff line number Diff line Please read this! Before opening a new issue, verify the issue you're about to submit isn't a duplicate. Please remove this notice if you're confident your issue isn't a duplicate. ------ ### Description (Include problem, use cases, benefits, and/or goals) ### Proposal ### Links / references ### Documentation blurb (Write the start of the documentation of this feature here, include: 1. Why should someone use it; what's the underlying problem. 2. What is the solution. 3. How does someone use this During implementation, this can then be copied and used as a starter for the documentation.) /label ~feature .gitlab/merge_request_templates/Merge_Request.md 0 → 100644 +22 −0 Original line number Diff line number Diff line ## What does this MR do? (Briefly describe what this MR is about) ## How to test it? (Describe how to test this feature step by step) ## Data (link to the needed data) ## Some results (Some interesting results, screenshot, perfs, ...) ## Additional tests to run (If you need some specific test e.g Windows compilation...) - [ ] Build on Windows - [ ] ... .travis.yml +2 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ addons: branches: only: - dev - master compiler: - gcc before_script: Loading @@ -34,7 +35,7 @@ before_script: - git reset --hard - git clean -f -d - cd $TRAVIS_BUILD_DIR/build - $CMAKE_BIN -DCMAKE_INSTALL_PREFIX:PATH=/tmp $TRAVIS_BUILD_DIR/ -DBUILD_DOCUMENTATION:BOOL=ON -DBUILD_TESTS:BOOL=OFF -DDOXYGEN_EXECUTABLE:FILEPATH=$DOXYGEN_BIN -DENABLE_PCH:BOOL=OFF - $CMAKE_BIN -DCMAKE_INSTALL_PREFIX:PATH=/tmp $TRAVIS_BUILD_DIR/ -DCMAKE_BUILD_TYPE:STRING=Debug -DBUILD_DOCUMENTATION:BOOL=ON -DBUILD_TESTS:BOOL=OFF -DDOXYGEN_EXECUTABLE:FILEPATH=$DOXYGEN_BIN -DENABLE_PCH:BOOL=OFF - cd $TRAVIS_BUILD_DIR script: - fw4spl-git/hooks/sheldon $TRAVIS_COMMIT_RANGE Loading Loading
.gitignore +3 −0 Original line number Diff line number Diff line Loading @@ -15,3 +15,6 @@ syntax: glob # reject and backup file *.rej *.orig # macos .DS_Store No newline at end of file
.gitlab/issue_templates/Bug.md 0 → 100644 +44 −0 Original line number Diff line number Diff line Please read this! Before opening a new issue, verify the issue you're about to submit isn't a duplicate. Please remove this notice if you're confident your issue isn't a duplicate. ------ ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the issue - this is very important) ### Dev environment * OS: (Linux, Windows, MacOS) * CMake version: (cmake --version) * Compiler: (gcc/clang/... & version) * Build type: (debug/release) * Commit: (current commit or tag) * (Any related repository commit/tag e.g fw4spl-deps, fw4spl, fw4spl-ar ...) ### What is the current *bug* behavior? (What actually happens) ### What is the expected *correct* behavior? (What you should see instead) ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem) /label ~bug
.gitlab/issue_templates/Feature.md 0 → 100644 +27 −0 Original line number Diff line number Diff line Please read this! Before opening a new issue, verify the issue you're about to submit isn't a duplicate. Please remove this notice if you're confident your issue isn't a duplicate. ------ ### Description (Include problem, use cases, benefits, and/or goals) ### Proposal ### Links / references ### Documentation blurb (Write the start of the documentation of this feature here, include: 1. Why should someone use it; what's the underlying problem. 2. What is the solution. 3. How does someone use this During implementation, this can then be copied and used as a starter for the documentation.) /label ~feature
.gitlab/merge_request_templates/Merge_Request.md 0 → 100644 +22 −0 Original line number Diff line number Diff line ## What does this MR do? (Briefly describe what this MR is about) ## How to test it? (Describe how to test this feature step by step) ## Data (link to the needed data) ## Some results (Some interesting results, screenshot, perfs, ...) ## Additional tests to run (If you need some specific test e.g Windows compilation...) - [ ] Build on Windows - [ ] ...
.travis.yml +2 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ addons: branches: only: - dev - master compiler: - gcc before_script: Loading @@ -34,7 +35,7 @@ before_script: - git reset --hard - git clean -f -d - cd $TRAVIS_BUILD_DIR/build - $CMAKE_BIN -DCMAKE_INSTALL_PREFIX:PATH=/tmp $TRAVIS_BUILD_DIR/ -DBUILD_DOCUMENTATION:BOOL=ON -DBUILD_TESTS:BOOL=OFF -DDOXYGEN_EXECUTABLE:FILEPATH=$DOXYGEN_BIN -DENABLE_PCH:BOOL=OFF - $CMAKE_BIN -DCMAKE_INSTALL_PREFIX:PATH=/tmp $TRAVIS_BUILD_DIR/ -DCMAKE_BUILD_TYPE:STRING=Debug -DBUILD_DOCUMENTATION:BOOL=ON -DBUILD_TESTS:BOOL=OFF -DDOXYGEN_EXECUTABLE:FILEPATH=$DOXYGEN_BIN -DENABLE_PCH:BOOL=OFF - cd $TRAVIS_BUILD_DIR script: - fw4spl-git/hooks/sheldon $TRAVIS_COMMIT_RANGE Loading