Quentin Bourgerie
3e30d37823
docs(frontend-python): Update API documentation
2024-12-24 14:08:08 +01:00
Quentin Bourgerie
2095d06d98
chore(ci): Update api docs checks to the current wheel and create artifacts in case of failure
2024-12-24 14:08:07 +01:00
Quentin Bourgerie
1adf9ee236
fix(ci): Macos python test
2024-11-15 14:10:10 +01:00
Bourgerie Quentin
84cb1b5b73
refactor(ci): Refactoring CI workflows
2024-11-12 14:09:35 +01:00
youben11
d5a1bbdad5
feat(ci): release CP to new zama public pypi
2024-05-07 12:18:18 +01:00
Benoit Chevallier-Mames
e37a840e7e
docs(compiler): adding API doc
2024-03-13 17:10:00 +01:00
Quentin Bourgerie
c20726e487
chore: Refactor the ci in order to dispatch dependeding of file changes
2023-03-07 14:40:32 +01:00
Mayeul@Zama
fa3556e8cc
feat(CI): add cmake-format CI job
2022-11-18 15:15:41 +01:00
youben11
1354759884
chore: rename refs to main branch
2022-06-09 09:19:06 +01:00
Mayeul@Zama
a94b6fcabe
style: check tests format in the CI
2022-03-10 14:38:19 +01:00
rudy
8b71e9d476
feat(Clientlib): separate client encryption and server computation
...
Resolve #200
2022-02-24 15:50:18 +01:00
youben11
2009ee1c94
chore: changing ref to repo after its renaming
...
also formatting and update the check_license script to match that
2022-01-06 12:40:10 +01:00
rudy
0f1dbd919d
fix(format_cpp): More robust error reporting
2022-01-03 17:58:01 +01:00
youben11
c276e13d97
chore(python): add namespace init file
2022-01-03 15:27:24 +01:00
youben11
1183c9dc94
fix(ci): fix formatting script
...
seems like big diffs weren't catched. Now we use ifne which checks if
the stdin isn't empty
2022-01-03 09:29:19 +01:00
youben11
e3ae6e9c06
ci: check if sources include license header
2022-01-03 09:29:19 +01:00
Antoniu Pop
23d3dca3f2
formatting(dfr): add .hpp to the formatting script and format the relevant files.
2021-12-23 15:57:53 +00:00
youben11
8535ab797e
ci: compatibility check workflows concretelib/llvm
2021-10-07 14:38:50 +01:00
Andi Drebes
5167781e44
ci(compiler): Add option --fix to lint_cpp.sh
...
Add an option `--fix` to `lint_cpp.sh` advising `clang-tidy` to apply
suggested fixes.
2021-06-11 10:45:00 +02:00
Andi Drebes
bf101e5147
ci(compiler): Add script for C++ linting
...
Add script `.github/workflows/scripts/lint_cpp.sh` that runs
`clang-tidy` with the right parameters to limit checks to source files
not generated automatically.
The script must be run from within the build directory as it relies on
`compiler_commands.json` and `CMakeFiles/CMakeDirectoryInformation.cmake`.
2021-06-08 14:26:42 +02:00
Ayoub Benaissa
eef82a4713
style(compiler): c++ formatting with github action ( #22 )
...
* style(compiler): c++ formatting with github action
* style(compiler): update format script
2021-06-04 09:18:14 +02:00