Commit Graph

32 Commits

Author SHA1 Message Date
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