mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
Refactored .CMake/alg_support.cmake, and kem/ and sig/ CMakeLists.txt files. Refactored copy_from_pqclean/ templating. Added custom x64 CPU extension detection code and removed cpu_features. Removed duplicate Kyber source directories.
17 lines
389 B
Plaintext
17 lines
389 B
Plaintext
# find src tests .CMake -name '*.[ch]' | grep -v '/external/' | grep -v 'kem.*/pqclean_' | grep -v 'sig.*/pqclean_' | xargs astyle --options=.astylerc
|
|
--style=google
|
|
--indent=tab
|
|
#--indent-preproc-define
|
|
#--indent-preproc-cond
|
|
--pad-oper
|
|
--pad-comma
|
|
--pad-header
|
|
#--unpad-paren
|
|
--align-pointer=name
|
|
--add-braces
|
|
--convert-tabs
|
|
--mode=c
|
|
# disable backup files
|
|
--suffix=none
|
|
--lineend=linux
|