-
- Downloads
Set the experimental mode for revision packages and exclude all experimental...
Set the experimental mode for revision packages and exclude all experimental code (and documentation) from the release packages. The pyfaust.fact module and mafaust.fact namespace are completely removed except for eigtj. The doxygen doc generation is made from a copy of original source (tmp_gendoc_matfaust made by wrapper/matlab/CMakeLists.txt) to workaround a bug when it's done to on the package filtered source code (the copy is needed because we need to filter out experimental code but not modifying the original source code) (only matlab wrapper is concerned). Manage the deletion of factparams folder in CMake script also for matfaust only.
Showing
- .gitlab-ci.yml 7 additions, 5 deletions.gitlab-ci.yml
- CDashConfScript.cmake 2 additions, 0 deletionsCDashConfScript.cmake
- CMakeLists.txt 2 additions, 0 deletionsCMakeLists.txt
- gen_doc/Doxyfile.in 1 addition, 1 deletiongen_doc/Doxyfile.in
- gen_doc/gen_matlab_inline_doc_from_doxy_blocks.sh 1 addition, 1 deletiongen_doc/gen_matlab_inline_doc_from_doxy_blocks.sh
- wrapper/matlab/+matfaust/+demo/@hadamard/hadamard.m 2 additions, 0 deletionswrapper/matlab/+matfaust/+demo/@hadamard/hadamard.m
- wrapper/matlab/+matfaust/+demo/@quickstart/quickstart.m 1 addition, 3 deletionswrapper/matlab/+matfaust/+demo/@quickstart/quickstart.m
- wrapper/matlab/+matfaust/+fact/fact.m 4 additions, 2 deletionswrapper/matlab/+matfaust/+fact/fact.m
- wrapper/matlab/+matfaust/+fact/fgft_palm.m 2 additions, 0 deletionswrapper/matlab/+matfaust/+fact/fgft_palm.m
- wrapper/matlab/+matfaust/+fact/hierarchical.m 2 additions, 0 deletionswrapper/matlab/+matfaust/+fact/hierarchical.m
- wrapper/matlab/+matfaust/+fact/palm4msa.m 2 additions, 0 deletionswrapper/matlab/+matfaust/+fact/palm4msa.m
- wrapper/matlab/+matfaust/+fact/svdtj.m 2 additions, 0 deletionswrapper/matlab/+matfaust/+fact/svdtj.m
- wrapper/matlab/CMakeLists.txt 17 additions, 8 deletionswrapper/matlab/CMakeLists.txt
- wrapper/python/CMakeLists.txt 8 additions, 6 deletionswrapper/python/CMakeLists.txt
- wrapper/python/pyfaust/demo.py 3 additions, 1 deletionwrapper/python/pyfaust/demo.py
- wrapper/python/pyfaust/fact.py 12 additions, 3 deletionswrapper/python/pyfaust/fact.py
- wrapper/python/pyfaust/factparams.py 2 additions, 0 deletionswrapper/python/pyfaust/factparams.py
Loading
Please register or sign in to comment