Commit Graph

47 Commits

Author SHA1 Message Date
Carles Fernandez 0c988c5be3
Avoid very-long-line-length-in-source-file lintian warning 2021-10-29 10:21:19 +02:00
Carles Fernandez a7fd7f81d1
Fix location of clang-apply-replacements 2021-10-08 18:03:07 +02:00
Carles Fernandez efc07b40ad
CI: clang-tidy job: More robust detection of LLVM paths installed by homebrew 2021-10-08 17:11:53 +02:00
Carles Fernandez 056a44a243
CI: Fix clang-tidy job (run-clang-tidy.py renamed and in another location in LLVM 13 2021-10-08 12:24:51 +02:00
Carles Fernandez be3d07b349
CI: Add build/include_what_you_use to cpplint job 2021-10-08 11:57:52 +02:00
Carles Fernandez e8e24d50fe
CI: Fix clang-tidy job (upgrade to LLVM 13) 2021-10-08 11:38:12 +02:00
Carles Fernandez f49978e536
CI: fix building in macOS 2021-10-01 12:53:27 +02:00
Carles Fernandez f4699aad07
Fix CI clang-tidy job 2021-09-08 17:32:47 +02:00
Carles Fernandez 7a9592c265
The default Git branch changed from master to main 2021-06-17 14:32:16 +02:00
Carles Fernandez 8833562599
CI: fix clang-tidy job 2021-06-13 22:06:55 +02:00
Carles Fernandez 5e4fe38d70
CI: Fix clang-tidy job (update llvm version to 12) 2021-04-30 21:52:21 +02:00
Carles Fernandez 49fc117ab1
Improve control on gtest version 2021-04-24 01:16:20 +02:00
Carles Fernandez 9ee57dca59 CI: Fix build-macos job 2021-03-28 19:38:21 +02:00
Carles Fernandez ebb0fa395f
CI: Fix macOS jobs 2021-03-07 08:49:05 +01:00
Carles Fernandez ffef0ca126
ci: Install python3-mako and liborc-dev packages in volk-gnsssdr-ubuntu job 2021-02-22 15:14:25 +01:00
Carles Fernandez cb1924e0b4
Improve details on how to sign commits 2021-01-31 21:10:05 +01:00
Carles Fernandez da2bc8d406
Replace CLA by DCO mechanism for new contributors
From now on, new contributors do not have to sign the Contributor License Agreement (CLA) anymore. This has been replaced by the Developer's Certificate of Origin (DCO), which implies that contributed commits need to be signed, either automatically by git or by suffixing a 'Signed-off-by: Your Name your.email@example.com' line in the commit message(s) when doing a pull-request.
2021-01-27 16:26:48 +01:00
Carles Fernandez e6d802d3e8
Fixes for new clang-format behavior 2020-11-22 11:05:16 +01:00
Carles Fernandez 96202c3b02
Clang-format has changed behavior 2020-11-21 20:34:44 +01:00
Carles Fernandez 79d846d21a
Clang-format fixes 2020-11-21 20:26:43 +01:00
Carles Fernandez e9b874dafa
CI: Execute volk_gnsssdr_profile in Windows 2020-11-21 10:45:49 +01:00
Carles Fernandez 03178b61df
No need to link clang-format 2020-11-06 10:51:38 +01:00
Carles Fernandez e241bbb0f3
Fix clang-tidy job 2020-10-29 12:58:13 +01:00
Carles Fernandez cb891a34ee
Fix clang-format job 2020-10-29 12:51:11 +01:00
Carles Fernandez 499f0d78ad
Update clang-tidy job to llvm 11 2020-10-29 11:59:33 +01:00
Carles Fernandez c8a084e711
CI: Fix mako install 2020-05-15 09:09:46 +02:00
Carles Fernandez 0637365d6c
Remove python-six as a dependency if Python version is 3.x 2020-05-10 17:31:39 +02:00
Carles Fernandez 0075cf24ad
Add libtool and automake to build-macos job, required to build matio 2020-05-07 11:22:21 +02:00
Carles Fernandez abb6d259f3
Fix linkage of local matio library with HDF5 1.12 2020-05-07 11:16:39 +02:00
Carles Fernandez 496b205eec
ci: Fix REUSE job 2020-04-25 19:00:50 +02:00
Carles Fernandez cc51107a9d
ci: update jobs to llvm 10 2020-04-25 18:33:00 +02:00
Carles Fernandez 09b6ea293d
Remove build/include_what_you_use filter since it reports false positives when includes are in a macro 2020-04-03 12:09:25 +02:00
Carles Fernandez 4b3f777425
Add cmake modules to cmakelint job and fix errors 2020-03-01 12:29:21 +01:00
Carles Fernandez ae26f63140
Add cmakelint job 2020-03-01 11:33:51 +01:00
Carles Fernandez 73fd1e28ad
Make the changelog file a markdown .md file 2020-02-27 21:05:29 +01:00
Carles Fernandez 716fa970c4
More markdown fixes 2020-02-27 19:50:08 +01:00
Carles Fernandez 66644eac2a
Add prettier-markdown job to check markdown formatting 2020-02-27 19:09:55 +01:00
Carles Fernandez 1f523a113b
Add more filters to cpplint CI job 2020-02-23 10:40:58 +01:00
Carles Fernandez d54340427c
Fix cpplint job 2020-02-23 01:04:09 +01:00
Carles Fernandez d0c017ec45
Fix cpplint job 2020-02-23 00:59:31 +01:00
Carles Fernandez 63d401b070
Add cpplint job 2020-02-23 00:57:16 +01:00
Carles Fernandez b7a75453d3
Fix comments syntax in Markdown 2020-02-08 10:52:42 +01:00
Carles Fernandez 4d0d263280
Make the software package compliant with the REUSE Specification v3.0 (see https://reuse.software/spec/)
Update license headers to SPDX format (see https://spdx.org/)
Add license to all files
Add CI job in GitHub Actions to ensure compliance
2020-02-08 01:20:02 +01:00
Carles Fernandez 39234295d7
Move pull-request template to .github folder 2019-11-30 22:36:21 +01:00
Carles Fernandez 4d1759bf9a
Use python3-mako and python3-six in build-ubuntu job 2019-11-30 14:23:20 +01:00
Carles Fernandez 9424f9144e
Re-synchronize the package index files from their sources in Ubuntu job 2019-11-30 10:15:26 +01:00
Carles Fernandez b0bb2c145f
Add simple Continuous Integration system at GitHub 2019-11-30 02:05:56 +01:00