author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
8,483 | 10.08.2018 13:26:49 | -7,200 | dac26b261b9f50380de3485856d2eaa13b9c3874 | Fix BCH fast | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/BCH/Fast/Decoder_BCH_fast.cpp",
"new_path": "src/Module/Decoder/BCH/Fast/Decoder_BCH_fast.cpp",
"diff": "@@ -49,12 +49,17 @@ Decoder_BCH_fast<B,R>\n<< this->N_p2_1 << \", 'std::numeric_limits<B>::max()' = \" << std::numeric_limits<B>::max() ... | C++ | MIT License | aff3ct/aff3ct | Fix BCH fast |
8,483 | 10.08.2018 13:56:02 | -7,200 | d0f26d03aa98dc269f6ae01364ca5925f94eb968 | Fix B,N sizes conditions to run | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/BCH/Fast/Decoder_BCH_fast.cpp",
"new_path": "src/Module/Decoder/BCH/Fast/Decoder_BCH_fast.cpp",
"diff": "@@ -42,11 +42,11 @@ Decoder_BCH_fast<B,R>\nthrow tools::invalid_argument(__FILE__, __LINE__, __func__, message.str());\n}\n- if (this->N... | C++ | MIT License | aff3ct/aff3ct | Fix B,N sizes conditions to run |
8,483 | 10.08.2018 18:42:54 | -7,200 | 9c5345b80dd5102183dab6292b2357aee3c548d7 | Add update_refs_header.py script. Update test-regression with last aff3ct refs reader version | [
{
"change_type": "MODIFY",
"old_path": "ci/test-regression.py",
"new_path": "ci/test-regression.py",
"diff": "@@ -14,7 +14,7 @@ import subprocess\nimport numpy as np\nsys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), \"../refs\")))\n-from aff3ct_refs_reader import aff3ctRefs... | C++ | MIT License | aff3ct/aff3ct | Add update_refs_header.py script. Update test-regression with last aff3ct refs reader version |
8,483 | 10.08.2018 19:00:34 | -7,200 | 6b9bb84260097f3908f41506a4f6ca3a85ecb1b4 | Remove also argument -t in the metadata command line | [
{
"change_type": "MODIFY",
"old_path": "src/Launcher/Launcher.cpp",
"new_path": "src/Launcher/Launcher.cpp",
"diff": "@@ -130,21 +130,23 @@ void Launcher::print_header()\nthis->stream << rang::tag::comment << std::endl;\n}\n-std::string remove_sim_meta(const std::string& cmd)\n+std::string remove_ar... | C++ | MIT License | aff3ct/aff3ct | Remove also argument -t in the metadata command line |
8,483 | 10.08.2018 19:15:28 | -7,200 | 210bdb2aaed0c768263a9e1b2552cf35ac530510 | Enhance remove_argument function in Launcher to remove also ter-freq and rewrite correcly the Terminal end of line display | [
{
"change_type": "MODIFY",
"old_path": "src/Launcher/Launcher.cpp",
"new_path": "src/Launcher/Launcher.cpp",
"diff": "@@ -133,7 +133,6 @@ void Launcher::print_header()\nstd::string remove_argument(const std::string& cmd, std::string arg)\n{\n#if !defined(__clang__) && !defined(__llvm__) && defined(_... | C++ | MIT License | aff3ct/aff3ct | Enhance remove_argument function in Launcher to remove also ter-freq and rewrite correcly the Terminal end of line display |
8,490 | 14.08.2018 09:07:10 | -7,200 | 1a48b80ca511e7fca0691634e96e0f8f6857f2fc | Improve the carrier return character management. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Display/Terminal/Standard/Terminal_std.cpp",
"new_path": "src/Tools/Display/Terminal/Standard/Terminal_std.cpp",
"diff": "@@ -218,8 +218,11 @@ void Terminal_std\n{\nstd::ios::fmtflags f(stream.flags());\n- stream << \"\\r\" << data_tag;\n+ // Ugly ha... | C++ | MIT License | aff3ct/aff3ct | Improve the carrier return character management. |
8,483 | 20.08.2018 12:19:15 | -7,200 | 476d73962b74f988d0026c229872be65f56dd946 | Fix test regression and the update ref headers scripts | [
{
"change_type": "MODIFY",
"old_path": "ci/test-regression.py",
"new_path": "ci/test-regression.py",
"diff": "@@ -165,7 +165,7 @@ class tableStats:\nclass compStats:\ndef __init__(self, dataCur, dataRef, sensibility, asked_n_fe):\n- if not isinstance(dataCur, aff3ctRefsReader) or not isinstance(data... | C++ | MIT License | aff3ct/aff3ct | Fix test regression and the update ref headers scripts |
8,483 | 20.08.2018 18:50:06 | -7,200 | e3c2a717e2c814256ae06ba558fcd35f289bc2c6 | read info bits positions at the end of the file in encoder USER; Adapt Codec LDPC to handle this | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp",
"new_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp",
"diff": "@@ -91,16 +91,7 @@ Codec_LDPC<B,Q>\nif (info_bits_pos.empty())\n{\nif (enc_params.type == \"LDPC_H\")\n- {\nthis->set_encoder(factory::Encoder_LDPC::build<B>(en... | C++ | MIT License | aff3ct/aff3ct | read info bits positions at the end of the file in encoder USER; Adapt Codec LDPC to handle this |
8,483 | 21.08.2018 11:57:59 | -7,200 | 7929d98252541f1dae720d819612e0131bb3d1d0 | Add default stream for terminal legend calls and fix the SC simulation end of the loop condition | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp",
"new_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp",
"diff": "@@ -51,7 +51,7 @@ void SC_BFER_ite<B,R,Q>\nthis->monitor_er[tid]->add_handler_check([&]() -> void\n{\n- if (this->monitor_er_r... | C++ | MIT License | aff3ct/aff3ct | Add default stream for terminal legend calls and fix the SC simulation end of the loop condition |
8,483 | 21.08.2018 16:21:59 | -7,200 | aac2306d5199d486dcc776957d284ee3152459b0 | Arrange Terminal::stop call order to display the results except if the user has interrupt the simulation | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/BFER.cpp",
"new_path": "src/Simulation/BFER/BFER.cpp",
"diff": "@@ -221,21 +221,15 @@ void BFER<B,R,Q>\n}\ncatch (std::exception const& e)\n{\n- tools::Terminal::stop();\nmodule::Monitor_reduction::is_done_all(true, true); // final reductio... | C++ | MIT License | aff3ct/aff3ct | Arrange Terminal::stop call order to display the results except if the user has interrupt the simulation |
8,483 | 21.08.2018 16:23:04 | -7,200 | 059c639fc99664e5a3a2f08a887a36654351b3bb | Enhance SC_Duplicator for any number of output; Update consequently SC_BFER_ite and std; Use a vector of duplicators instead of a table in the lasts | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp",
"new_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp",
"diff": "@@ -16,8 +16,7 @@ SC_BFER_ite<B,R,Q>\n: BFER_ite<B,R,Q>(params_BFER_ite),\ncoset_real_i(nullptr),\n-\n- duplicator {nullptr, n... | C++ | MIT License | aff3ct/aff3ct | Enhance SC_Duplicator for any number of output; Update consequently SC_BFER_ite and std; Use a vector of duplicators instead of a table in the lasts |
8,483 | 21.08.2018 16:40:16 | -7,200 | 875baaf8817e8837ca8b44e3eb468337b7c617e3 | Fiw SC_Duplicator::SI_t instantiation | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/SystemC/SC_Duplicator.hpp",
"new_path": "src/Tools/SystemC/SC_Duplicator.hpp",
"diff": "@@ -22,7 +22,7 @@ public:\nusing SI_t = tlm_utils::simple_target_socket <SC_Duplicator>;\nusing SO_t = tlm_utils::simple_initiator_socket<SC_Duplicator>;\n- SI s_... | C++ | MIT License | aff3ct/aff3ct | Fiw SC_Duplicator::SI_t instantiation |
8,483 | 22.08.2018 10:50:15 | -7,200 | 04438e4e4554a30d82bc14af3af553c9fbb862ee | Fix the Monitor MPI reduction by setting correctly the virtual method signature | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Monitor/Monitor_reduction_MPI.hpp",
"new_path": "src/Module/Monitor/Monitor_reduction_MPI.hpp",
"diff": "@@ -23,7 +23,7 @@ public:\nprotected:\nusing Attributes = typename M::Attributes;\n- virtual void _reduce(bool fully = false, bool stop_simu = f... | C++ | MIT License | aff3ct/aff3ct | Fix the Monitor MPI reduction by setting correctly the virtual method signature |
8,483 | 22.08.2018 14:06:07 | -7,200 | c0afd6022cefb53a98838d12da43ed91614c2a34 | Add to mutual_sort a new parameter that is the called function to compare and sort vectors. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/general_utils.h",
"new_path": "src/Tools/general_utils.h",
"diff": "@@ -57,6 +57,15 @@ inline void mutual_sort(std::vector<Ta>& vec_abscissa, std::vector<To>& vec_ordi\ntemplate <typename Ta, typename To>\ninline void mutual_sort(std::vector<Ta>& vec... | C++ | MIT License | aff3ct/aff3ct | Add to mutual_sort a new parameter that is the called function to compare and sort vectors. |
8,483 | 22.08.2018 14:06:38 | -7,200 | 64535339cd66e68bbd4f0424f6f2973148c69262 | Add functionalities to Matrix and Full matrix and clean Sparse Matrix | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Algo/Matrix/Full_matrix/Full_matrix.cpp",
"new_path": "src/Tools/Algo/Matrix/Full_matrix/Full_matrix.cpp",
"diff": "#include <algorithm>\n#include \"Tools/Exception/exception.hpp\"\n+#include \"Tools/general_utils.h\"\n#include \"Full_matrix.hpp\"\nu... | C++ | MIT License | aff3ct/aff3ct | Add functionalities to Matrix and Full matrix and clean Sparse Matrix |
8,483 | 23.08.2018 08:58:07 | -7,200 | 5288ca760f5fc6a0d7ad0649273d44b0362c2449 | Add a check_GH function that return if G*H == 0. Add the matrix_utils files. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Tools/Algo/Matrix/matrix_utils.h",
"diff": "+#ifndef MATRIX_UTILS_H__\n+#define MATRIX_UTILS_H__\n+\n+#include \"Sparse_matrix/Sparse_matrix.hpp\"\n+#include \"Full_matrix/Full_matrix.hpp\"\n+\n+namespace aff3ct\n+{\n+namespace tools\n+{\n+/... | C++ | MIT License | aff3ct/aff3ct | Add a check_GH function that return if G*H == 0. Add the matrix_utils files. |
8,483 | 23.08.2018 08:59:29 | -7,200 | b3c458cdff657d7e45eafab9bb1504645f7c05a7 | Fix all_zeros call name | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Algo/Matrix/matrix_utils.h",
"new_path": "src/Tools/Algo/Matrix/matrix_utils.h",
"diff": "@@ -57,7 +57,7 @@ void modulo2(Full_matrix<T>&);\n* \\brief check if all elements of the matrix are zero\n*/\ntemplate <typename T>\n-bool all_zero(const Full_m... | C++ | MIT License | aff3ct/aff3ct | Fix all_zeros call name |
8,483 | 23.08.2018 10:44:08 | -7,200 | da967a467dcfe6bb9fc1bd64c7008f0a5389f8e2 | transform_H_to_G return G instead of modifying H. Force the way of the input matrixes to not loose time by turning them | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Algo/Matrix/Matrix.cpp",
"new_path": "src/Tools/Algo/Matrix/Matrix.cpp",
"diff": "@@ -81,9 +81,59 @@ void Matrix\n}\n+\n+bool Matrix\n+::is_of_way(Way w) const noexcept\n+{\n+ return get_way() == w;\n+}\n+\n+void Matrix\n+::is_of_way_throw(Way w) con... | C++ | MIT License | aff3ct/aff3ct | transform_H_to_G return G instead of modifying H. Force the way of the input matrixes to not loose time by turning them |
8,483 | 23.08.2018 13:27:45 | -7,200 | 3dd07f589f82a109e3245cef5c0b06578b91011a | Come back to original SC_Duplicator; Move some duplicator call in bindings to avoid seg fault | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp",
"new_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp",
"diff": "@@ -169,11 +169,7 @@ void SC_BFER_ite<B,R,Q>\n{\nauto &dp0 = *this->duplicator[0];\nauto &dp1 = *this->duplicator[1];\n- auto ... | C++ | MIT License | aff3ct/aff3ct | Come back to original SC_Duplicator; Move some duplicator call in bindings to avoid seg fault |
8,483 | 23.08.2018 13:37:12 | -7,200 | adf2ebcf36649acdb4ac90d079f53d9c88433529 | Fix string error on two lines | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/Standard/SystemC/SC_BFER_std.cpp",
"new_path": "src/Simulation/BFER/Standard/SystemC/SC_BFER_std.cpp",
"diff": "@@ -24,8 +24,8 @@ SC_BFER_std<B,R,Q>\n\"monitoring.\");\nif (params_BFER_std.mutinfo)\n- throw tools::invalid_argument(__FILE__,... | C++ | MIT License | aff3ct/aff3ct | Fix string error on two lines |
8,483 | 23.08.2018 16:04:48 | -7,200 | ebb8b3aae90d29fe64d33bfafeee799c0537ca97 | Add sparse matrixes multiplation functions and rename functions 'real gemm' into 'binary gemmm' that assure a modulo 2 result; Make then check_GH with sparse matrix directly | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.cpp",
"new_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.cpp",
"diff": "#include <sstream>\n#include \"Tools/Exception/exception.hpp\"\n-#include \"Tools/Math/matrix.h\"\n#include \"Encoder_LDPC_f... | C++ | MIT License | aff3ct/aff3ct | Add sparse matrixes multiplation functions and rename functions 'real gemm' into 'binary gemmm' that assure a modulo 2 result; Make then check_GH with sparse matrix directly |
8,483 | 24.08.2018 10:25:15 | -7,200 | 6a459b4f30b9d00a8000ed6f867de3d066717b2f | Change support of unsigned integer value for FullMatrix into signed integers because MIPP does not support unsigned | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Algo/Matrix/Full_matrix/Full_matrix.cpp",
"new_path": "src/Tools/Algo/Matrix/Full_matrix/Full_matrix.cpp",
"diff": "@@ -354,8 +354,8 @@ void Full_matrix<T>\n}\n// ==================================================================================== ex... | C++ | MIT License | aff3ct/aff3ct | Change support of unsigned integer value for FullMatrix into signed integers because MIPP does not support unsigned |
8,483 | 24.08.2018 10:35:25 | -7,200 | 119743e3935cd0ddf606491d82cae44a83ff8b90 | Add a method to activate or not the histogram use in Monitor BFER and MI | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp",
"new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp",
"diff": "@@ -16,7 +16,7 @@ Monitor_BFER<B>\n::Monitor_BFER(const int K, const unsigned max_fe, const unsigned max_n_frames,\nconst bool count_unknown_values, con... | C++ | MIT License | aff3ct/aff3ct | Add a method to activate or not the histogram use in Monitor BFER and MI |
8,483 | 24.08.2018 16:47:02 | -7,200 | 23cb8a29a1d546b38111774d320faf0c6e64be64 | Enhance from_diagonal and from identity to create them from any corner of the matrix | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/LDPC/Matrix_handler/LDPC_matrix_handler.cpp",
"new_path": "src/Tools/Code/LDPC/Matrix_handler/LDPC_matrix_handler.cpp",
"diff": "@@ -191,9 +191,9 @@ LDPC_matrix_handler::LDPC_matrix LDPC_matrix_handler\nauto N = G.get_n_cols();\nauto K = N - M;\... | C++ | MIT License | aff3ct/aff3ct | Enhance from_diagonal and from identity to create them from any corner of the matrix |
8,483 | 28.08.2018 10:24:10 | -7,200 | 2ef4091cc73a2609ef5921c58dabd4d958c1f5ff | Add 'positive' tag that is an info tag in green | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Display/rang_format/rang_format.cpp",
"new_path": "src/Tools/Display/rang_format/rang_format.cpp",
"diff": "@@ -27,6 +27,12 @@ std::ostream& format_comment(std::ostream& os)\nreturn os;\n}\n+std::ostream& format_positive(std::ostream& os)\n+{\n+ os <... | C++ | MIT License | aff3ct/aff3ct | Add 'positive' tag that is an info tag in green |
8,483 | 28.08.2018 10:25:11 | -7,200 | c3020e4afec34da72abbf97a363017243a230e82 | Add a zero padding option argument to not zero pad by default the written AList files because it takes memory space. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/LDPC/AList/AList.cpp",
"new_path": "src/Tools/Code/LDPC/AList/AList.cpp",
"diff": "#include \"Tools/Exception/exception.hpp\"\n#include \"Tools/general_utils.h\"\n+#include \"Tools/Display/rang_format/rang_format.h\"\n#include \"AList.hpp\"\n@@ ... | C++ | MIT License | aff3ct/aff3ct | Add a zero padding option argument to not zero pad by default the written AList files because it takes memory space. |
8,483 | 28.08.2018 10:27:02 | -7,200 | fd42b5a6733112786d15ceffd9ab046290b67d18 | add comments and optimize with MIPP bgemmt for full matrix | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Algo/Matrix/matrix_utils.cpp",
"new_path": "src/Tools/Algo/Matrix/matrix_utils.cpp",
"diff": "@@ -26,7 +26,7 @@ Sparse_matrix aff3ct::tools::bgemm(const Sparse_matrix& A, const Sparse_matrix&\n{\nsize_t sum = 0; // number of common bits\nfor (auto& c... | C++ | MIT License | aff3ct/aff3ct | add comments and optimize with MIPP bgemmt for full matrix |
8,483 | 28.08.2018 10:28:16 | -7,200 | e07c30311962a1518f937d52617d47f2a9d8fff6 | Add a G from H build function with a sparsing method (from ADS) | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/LDPC/Matrix_handler/LDPC_matrix_handler.cpp",
"new_path": "src/Tools/Code/LDPC/Matrix_handler/LDPC_matrix_handler.cpp",
"diff": "@@ -171,24 +171,218 @@ bool LDPC_matrix_handler\n}\nSparse_matrix LDPC_matrix_handler\n-::transform_H_to_G(const Spa... | C++ | MIT License | aff3ct/aff3ct | Add a G from H build function with a sparsing method (from ADS) |
8,483 | 28.08.2018 10:29:19 | -7,200 | 42dd98d87af5621c2360723559422d0c82ca410e | Remove overload of is_sys and get_info_bit_pos in encoder LDPC. Add for encoder LDPC_H a new G from H generation method in option in factory and allow the save of the generated matrix | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Encoder/LDPC/Encoder_LDPC.cpp",
"new_path": "src/Factory/Module/Encoder/LDPC/Encoder_LDPC.cpp",
"diff": "@@ -50,8 +50,6 @@ void Encoder_LDPC::parameters\nargs.add_link({p+\"-h-path\"}, {p+\"-cw-size\", \"N\"}); // N_cw is H width\nargs.add_l... | C++ | MIT License | aff3ct/aff3ct | Remove overload of is_sys and get_info_bit_pos in encoder LDPC. Add for encoder LDPC_H a new G from H generation method in option in factory and allow the save of the generated matrix |
8,483 | 28.08.2018 10:38:36 | -7,200 | e4f95632af15d281f6483d6a2d4a988b304e1f95 | Add a exception throw when in SPARSE HtoG function if H is rank deficient. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/LDPC/Matrix_handler/LDPC_matrix_handler.cpp",
"new_path": "src/Tools/Code/LDPC/Matrix_handler/LDPC_matrix_handler.cpp",
"diff": "@@ -289,6 +289,7 @@ LDPC_matrix_handler::LDPC_matrix gauss_decomposition(const LDPC_matrix_handler::\nif (allow_rank... | C++ | MIT License | aff3ct/aff3ct | Add a exception throw when in SPARSE HtoG function if H is rank deficient. |
8,483 | 28.08.2018 12:06:03 | -7,200 | 6bf5dd57659da086f30a2fc7cd275699d0c36805 | Rename HtoG SPARSE method into IDENTITY method that is more explicit. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Encoder/LDPC/Encoder_LDPC.cpp",
"new_path": "src/Factory/Module/Encoder/LDPC/Encoder_LDPC.cpp",
"diff": "@@ -66,10 +66,10 @@ void Encoder_LDPC::parameters\nargs.add(\n{p+\"-g-method\"},\n- tools::Text(tools::Including_set(\"FAST\", \"SPARSE\... | C++ | MIT License | aff3ct/aff3ct | Rename HtoG SPARSE method into IDENTITY method that is more explicit. |
8,483 | 28.08.2018 12:22:20 | -7,200 | 57b290d72fa407a023c07b0e01e197317c45ba99 | Renaming of variables in LDPC_matrix_handler::invert_H2 | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/LDPC/Matrix_handler/LDPC_matrix_handler.cpp",
"new_path": "src/Tools/Code/LDPC/Matrix_handler/LDPC_matrix_handler.cpp",
"diff": "@@ -828,88 +828,88 @@ LDPC_matrix_handler::LDPC_matrix LDPC_matrix_handler\nauto N = H.get_n_cols();\nauto K = N - M... | C++ | MIT License | aff3ct/aff3ct | Renaming of variables in LDPC_matrix_handler::invert_H2 |
8,483 | 28.08.2018 15:59:58 | -7,200 | 0fd2bb3ffe73fca2a328511a0c0a9ed229a75879 | Add a 0 on a null degree row or col | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/LDPC/AList/AList.cpp",
"new_path": "src/Tools/Code/LDPC/AList/AList.cpp",
"diff": "@@ -85,6 +85,9 @@ void AList\nif (zero_padding)\nfor (; i < matrix.get_rows_max_degree(); i++)\nstream << 0 << \" \";\n+ else if (r.size() == 0)\n+ stream << 0 <<... | C++ | MIT License | aff3ct/aff3ct | Add a 0 on a null degree row or col |
8,483 | 28.08.2018 16:00:23 | -7,200 | ad322f502fc07bc987eafaf31b2066b7757a20a1 | Add resize / self_resize methods to Sparse_Matrix | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Algo/Matrix/Sparse_matrix/Sparse_matrix.cpp",
"new_path": "src/Tools/Algo/Matrix/Sparse_matrix/Sparse_matrix.cpp",
"diff": "@@ -113,110 +113,103 @@ void Sparse_matrix\n// else the connection has not been found\n}\n+void Sparse_matrix\n+::parse_connec... | C++ | MIT License | aff3ct/aff3ct | Add resize / self_resize methods to Sparse_Matrix |
8,483 | 28.08.2018 17:19:17 | -7,200 | b4ec02cd36d8708ac0c28f4414dd9be9c4242e77 | Change name method HtoG FAST into Identity | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Encoder/LDPC/Encoder_LDPC.cpp",
"new_path": "src/Factory/Module/Encoder/LDPC/Encoder_LDPC.cpp",
"diff": "@@ -66,10 +66,10 @@ void Encoder_LDPC::parameters\nargs.add(\n{p+\"-g-method\"},\n- tools::Text(tools::Including_set(\"FAST\", \"LU_DEC\... | C++ | MIT License | aff3ct/aff3ct | Change name method HtoG FAST into Identity |
8,483 | 29.08.2018 10:00:34 | -7,200 | 8f7c2c4cdabba940290a681713e91cba8636aa9b | Change the use of size_t index for connection into uint32_t | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Algo/Matrix/Sparse_matrix/Sparse_matrix.cpp",
"new_path": "src/Tools/Algo/Matrix/Sparse_matrix/Sparse_matrix.cpp",
"diff": "@@ -118,13 +118,13 @@ void Sparse_matrix\n::parse_connections()\n{\nthis->n_connections = std::accumulate(row_to_cols.begin(),... | C++ | MIT License | aff3ct/aff3ct | Change the use of size_t index for connection into uint32_t |
8,483 | 29.08.2018 10:21:29 | -7,200 | cef77e81ac180f6ec212df969abb0df90ea60528 | Check the returned sizes of G and H in encoder/decoder LDPC factories and swap them if necessary to have the good proportions | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"diff": "@@ -140,6 +140,10 @@ void Decoder_LDPC::parameters\n{\nint M;\ntools::LDPC_matrix_handler::read_matrix_size(this->H_path, M, this->N_cw)... | C++ | MIT License | aff3ct/aff3ct | Check the returned sizes of G and H in encoder/decoder LDPC factories and swap them if necessary to have the good proportions |
8,494 | 06.09.2018 17:19:33 | -7,200 | e25da7ac7c4494c209f1258f74a42e00644aa104 | Add WBF and MWBF fit flipping decoders for LDPC codes | [
{
"change_type": "MODIFY",
"old_path": "refs",
"new_path": "refs",
"diff": "-Subproject commit 03c3e0c82039d9e0f81537f27f7c5dbdc24d3dde\n+Subproject commit 5899187811258b8c85613994a511849654e59741\n"
},
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.... | C++ | MIT License | aff3ct/aff3ct | Add WBF and MWBF fit flipping decoders for LDPC codes |
8,494 | 07.09.2018 10:27:47 | -7,200 | 67cc4f6e79da13912714273f8fc07614873b9900 | Remove useless things for compilation | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/LDPC/BF/OMWBF/Decoder_LDPC_bit_flipping_OMWBF.cpp",
"new_path": "src/Module/Decoder/LDPC/BF/OMWBF/Decoder_LDPC_bit_flipping_OMWBF.cpp",
"diff": "@@ -46,8 +46,6 @@ bool Decoder_LDPC_bit_flipping_OMWBF<B,R>\nbool syndrome = 0;\nR energy[this->... | C++ | MIT License | aff3ct/aff3ct | Remove useless things for compilation |
8,494 | 07.09.2018 10:37:12 | -7,200 | d2efc0215ef9a3df7c84c0db8d9f8d3ad8dd4747 | Fix namespace closing | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/LDPC/BF/OMWBF/Decoder_LDPC_bit_flipping_OMWBF.hpp",
"new_path": "src/Module/Decoder/LDPC/BF/OMWBF/Decoder_LDPC_bit_flipping_OMWBF.hpp",
"diff": "@@ -30,6 +30,7 @@ protected:\n// BF functions for decoding\nvirtual bool BF_process(const R *Y_N... | C++ | MIT License | aff3ct/aff3ct | Fix namespace closing |
8,494 | 07.09.2018 11:02:16 | -7,200 | 60e0dbe622aeccd2169d10afb6bef869b156595e | Change local arrays into class vector attributes | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/LDPC/BF/Decoder_LDPC_bit_flipping.cpp",
"new_path": "src/Module/Decoder/LDPC/BF/Decoder_LDPC_bit_flipping.cpp",
"diff": "@@ -21,8 +21,7 @@ Decoder_LDPC_bit_flipping<B,R>\nconst R mwbf_factor,\nconst bool enable_syndrome,\nconst int syndrome_... | C++ | MIT License | aff3ct/aff3ct | Change local arrays into class vector attributes |
8,483 | 07.09.2018 12:39:08 | -7,200 | a6c2da5ca1f04d0ae7c56a83cc56a0ac977f1752 | Add explicit to constructors | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/RS/Standard/Decoder_RS_std.cpp",
"new_path": "src/Module/Decoder/RS/Standard/Decoder_RS_std.cpp",
"diff": "@@ -100,11 +100,10 @@ void Decoder_RS_std<B,R>\nwhile ((discrepancy[q] == -1) && (q > 0))\nq--;\n- int j;\n// have found first non-zer... | C++ | MIT License | aff3ct/aff3ct | Add explicit to constructors |
8,494 | 07.09.2018 14:34:28 | -7,200 | c47b0676d9d620d8f11607529cb94209331d6e73 | Case cosmetics and add the matrix in conf doc | [
{
"change_type": "MODIFY",
"old_path": "conf",
"new_path": "conf",
"diff": "-Subproject commit d36d091f421b4d30ce28de4edf29f052c1da3b90\n+Subproject commit 190d0263bc579df42468024c2a6bbdadb18b7d83\n"
},
{
"change_type": "MODIFY",
"old_path": "refs",
"new_path": "refs",
"diff": "-... | C++ | MIT License | aff3ct/aff3ct | Case cosmetics and add the matrix in conf doc |
8,483 | 07.09.2018 14:59:02 | -7,200 | 563354c1d422e14f262e3d22664e65984c9dd5db | Set the inheritance of the Full_matrix container as private and use as public only size() and operator[] | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Algo/Matrix/Full_matrix/Full_matrix.hpp",
"new_path": "src/Tools/Algo/Matrix/Full_matrix/Full_matrix.hpp",
"diff": "@@ -19,13 +19,13 @@ namespace tools\n*/\ntemplate <typename T = int32_t>\n-class Full_matrix : public Matrix, public std::vector<std::... | C++ | MIT License | aff3ct/aff3ct | Set the inheritance of the Full_matrix container as private and use as public only size() and operator[] |
8,483 | 10.09.2018 09:43:37 | -7,200 | 9b75f3417b5429f24b82f59958078cb07a7adcbf | Use shared pointers in the SC simulations, too | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp",
"new_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp",
"diff": "@@ -14,11 +14,7 @@ template <typename B, typename R, typename Q>\nSC_BFER_ite<B,R,Q>\n::SC_BFER_ite(const factory::BFER_ite::p... | C++ | MIT License | aff3ct/aff3ct | Use shared pointers in the SC simulations, too |
8,483 | 10.09.2018 10:02:56 | -7,200 | 2a98a45d9a92c3ff2140ea90cf781eba15845170 | Fix SC ite simu | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp",
"new_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp",
"diff": "@@ -31,6 +31,7 @@ template <typename B, typename R, typename Q>\nSC_BFER_ite<B,R,Q>\n::~SC_BFER_ite()\n{\n+ release_objects()\... | C++ | MIT License | aff3ct/aff3ct | Fix SC ite simu |
8,483 | 10.09.2018 10:30:36 | -7,200 | db4a6100ad15096d62f6ddca7c53478297a3de66 | Use a shared pointer for managing the Noise in BFER simu | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/BFER.cpp",
"new_path": "src/Simulation/BFER/BFER.cpp",
"diff": "@@ -28,7 +28,6 @@ BFER<B,R,Q>\nbarrier(params_BFER.n_threads),\nbit_rate((float)params_BFER.src->K / (float)params_BFER.cdc->N),\n- noise(nullptr),\nmonitor_mi(params_BFER.n_th... | C++ | MIT License | aff3ct/aff3ct | Use a shared pointer for managing the Noise in BFER simu |
8,483 | 10.09.2018 11:42:15 | -7,200 | ca240fe9f93a951716fe436d77f1e112e5ad983b | Add set_decoder_siho_hiho set_decoder_siso_siho functions to manage the case that pointers to decoder SISO and SIHO can be same; Do the same with SIHO/HIHO | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Codec/BCH/Codec_BCH.cpp",
"new_path": "src/Module/Codec/BCH/Codec_BCH.cpp",
"diff": "@@ -68,9 +68,7 @@ Codec_BCH<B,Q>\nif (dec_params.implem == \"GENIUS\")\nthis->get_encoder()->set_memorizing(true);\n- auto dec = factory::Decoder_BCH::build_hiho<B,... | C++ | MIT License | aff3ct/aff3ct | Add set_decoder_siho_hiho set_decoder_siso_siho functions to manage the case that pointers to decoder SISO and SIHO can be same; Do the same with SIHO/HIHO |
8,483 | 10.09.2018 15:36:23 | -7,200 | 270dc5a275e4aa7bc05a4f55ec10dbf14bce8b78 | Differentiate to builder for factory channel, with or without a reference to a distribution. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Channel/Channel.cpp",
"new_path": "src/Factory/Module/Channel/Channel.cpp",
"diff": "@@ -222,19 +222,16 @@ module::Channel<R>* Channel::parameters\ntemplate <typename R>\nmodule::Channel<R>* Channel::parameters\n-::build_userpdf(std::shared_... | C++ | MIT License | aff3ct/aff3ct | Differentiate to builder for factory channel, with or without a reference to a distribution. |
8,483 | 10.09.2018 15:38:03 | -7,200 | 8072a8ed5d4c886131ee7919e4cdfe7e2648c499 | Differentiate the builder for factory encoder ldpc, with or without a reference to a dvbs2 object | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Encoder/LDPC/Encoder_LDPC.cpp",
"new_path": "src/Factory/Module/Encoder/LDPC/Encoder_LDPC.cpp",
"diff": "@@ -135,24 +135,40 @@ void Encoder_LDPC::parameters\ntemplate <typename B>\nmodule::Encoder_LDPC<B>* Encoder_LDPC::parameters\n-::build(... | C++ | MIT License | aff3ct/aff3ct | Differentiate the builder for factory encoder ldpc, with or without a reference to a dvbs2 object |
8,483 | 11.09.2018 08:17:20 | -7,200 | 3e924bfc6cf68a85317a6fd8775d572c09b35b91 | Update aff3ct with aff3ct trace readers scripts | [
{
"change_type": "MODIFY",
"old_path": "ci/test-build-coverage-regression.sh",
"new_path": "ci/test-build-coverage-regression.sh",
"diff": "@@ -27,10 +27,6 @@ function gen_coverage_info\nlocal folder=$2\nfor path in $folder/*\ndo [ -f $path ] && {\n- if [ ${path: -3} == \".py\" ]; then\n- continue\n... | C++ | MIT License | aff3ct/aff3ct | Update aff3ct with aff3ct trace readers scripts |
8,483 | 11.09.2018 09:39:31 | -7,200 | 6f38ae90c3512a06f55f56328cde05a17913c6c4 | Fix refs and tests build coverage | [
{
"change_type": "MODIFY",
"old_path": "ci/test-build-coverage-regression.sh",
"new_path": "ci/test-build-coverage-regression.sh",
"diff": "@@ -40,7 +40,7 @@ function gen_coverage_info\nfi\n} || {\n[ -d $path ] && {\n- if [ ${path: -11} == \"readers\" ]; then\n+ if [ ${path: -7} == \"readers\" ]; th... | C++ | MIT License | aff3ct/aff3ct | Fix refs and tests build coverage |
8,483 | 11.09.2018 18:59:00 | -7,200 | f0aaa9d83d0ba7c7564786e9e838bc39f21b0be7 | Use unique ptr in SC simu too | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp",
"new_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp",
"diff": "@@ -111,24 +111,24 @@ void SC_BFER_ite<B,R,Q>\ntools::Predicate_ite p(this->params_BFER_ite.n_ite);\n- this->duplicator[0] = s... | C++ | MIT License | aff3ct/aff3ct | Use unique ptr in SC simu too |
8,483 | 13.09.2018 11:41:11 | -7,200 | 58260b95ab6dbadcdb16bc9c3f99b1a225615bfd | Add __pycache__ in the ignored folders of the refs submodule | [
{
"change_type": "MODIFY",
"old_path": "ci/test-build-coverage-regression.sh",
"new_path": "ci/test-build-coverage-regression.sh",
"diff": "@@ -40,7 +40,7 @@ function gen_coverage_info\nfi\n} || {\n[ -d $path ] && {\n- if [ ${path: -7} == \"readers\" ]; then\n+ if [ ${path: -7} == \"readers\" || ${p... | C++ | MIT License | aff3ct/aff3ct | Add __pycache__ in the ignored folders of the refs submodule |
8,483 | 13.09.2018 11:53:14 | -7,200 | 3339ee25d0e3e0189637b7a52caf15a9c1b0c808 | Use unique pointer to manage GSL ressources in draw generators | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Algo/Draw_generator/Event_generator/GSL/Event_generator_GSL.cpp",
"new_path": "src/Tools/Algo/Draw_generator/Event_generator/GSL/Event_generator_GSL.cpp",
"diff": "@@ -10,23 +10,16 @@ using namespace aff3ct::tools;\ntemplate <typename R, typename E>\... | C++ | MIT License | aff3ct/aff3ct | Use unique pointer to manage GSL ressources in draw generators |
8,483 | 13.09.2018 12:01:24 | -7,200 | b3d9934feed67be1cf2a273eda77e68f03d05401 | Use unique_ptr in the generation of the LDPC DVBS2 standard. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp",
"new_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp",
"diff": "@@ -61,8 +61,7 @@ Codec_LDPC<B,Q>\n}\nelse if (enc_params.type == \"LDPC_DVBS2\")\n{\n- dvbs2.reset(tools::build_dvbs2(this->K, this->N));\n-\n+ dvbs2 = tools::... | C++ | MIT License | aff3ct/aff3ct | Use unique_ptr in the generation of the LDPC DVBS2 standard. |
8,483 | 13.09.2018 12:58:23 | -7,200 | a7d54fa0592866ecd4014de92d4b52b68c63b85c | fix if statement with double bracket [[ ]] | [
{
"change_type": "MODIFY",
"old_path": "ci/test-build-coverage-regression.sh",
"new_path": "ci/test-build-coverage-regression.sh",
"diff": "@@ -40,7 +40,7 @@ function gen_coverage_info\nfi\n} || {\n[ -d $path ] && {\n- if [ ${path: -7} == \"readers\" || ${path: -11} == \"__pycache__\"]; then\n+ if [... | C++ | MIT License | aff3ct/aff3ct | fix if statement with double bracket [[ ]] |
8,483 | 13.09.2018 13:57:49 | -7,200 | 59ce89d65e47ea88f8e7c0f4b237754262d96942 | Set back noise inline functions in header | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Noise/Noise.cpp",
"new_path": "src/Tools/Noise/Noise.cpp",
"diff": "using namespace aff3ct;\nusing namespace aff3ct::tools;\n-Noise_type str_to_type(const std::string& str)\n-{\n- Noise_type t;\n-\n- if (str == \"SIGMA\")\n- t = Noise_type::SIGMA;\n-... | C++ | MIT License | aff3ct/aff3ct | Set back noise inline functions in header |
8,483 | 13.09.2018 14:10:39 | -7,200 | 1f2488b71bfd841fdffc19493d846f7fa6e48c24 | Use unique_ptr in Distributions | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Math/Distribution/Distributions.cpp",
"new_path": "src/Tools/Math/Distribution/Distributions.cpp",
"diff": "@@ -31,15 +31,6 @@ Distributions(const std::string& filename, Distribution_mode mode, bool read_all\nread_distribution_from_file(i);\n}\n-temp... | C++ | MIT License | aff3ct/aff3ct | Use unique_ptr in Distributions |
8,483 | 13.09.2018 15:01:18 | -7,200 | 2c70d5ef4a5c774a77e6ce955848c43c0377de9d | Add an optical channel with ROP distribution examples and references. | [
{
"change_type": "MODIFY",
"old_path": "conf",
"new_path": "conf",
"diff": "-Subproject commit 02ccd31f7bbebad6240ddd63632ad8fcb98af96b\n+Subproject commit b53be8355eeff5abc8e528c52a1d6ead685d1f74\n"
},
{
"change_type": "MODIFY",
"old_path": "refs",
"new_path": "refs",
"diff": "-... | C++ | MIT License | aff3ct/aff3ct | Add an optical channel with ROP distribution examples and references. |
8,483 | 14.09.2018 08:48:29 | -7,200 | 69055e3284e5bccbfaefd5f1ee6027433214744e | Use smart pointers in Modules, Tasks and Sockets. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Decoder.cpp",
"new_path": "src/Module/Decoder/Decoder.cpp",
"diff": "@@ -50,7 +50,7 @@ Decoder(const int K, const int N, const int n_frames, const int simd_inter_frame\nthrow tools::invalid_argument(__FILE__, __LINE__, __func__, message.str(... | C++ | MIT License | aff3ct/aff3ct | Use smart pointers in Modules, Tasks and Sockets. |
8,483 | 14.09.2018 09:59:42 | -7,200 | 95a94d7f118d430b1038a288400799a23cb3b7fe | Fix memory leak in polar parser. Initialize codec_polar pointers. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Codec/Polar/Codec_polar.cpp",
"new_path": "src/Module/Codec/Polar/Codec_polar.cpp",
"diff": "@@ -18,7 +18,10 @@ Codec_polar<B,Q>\nCodec_SISO_SIHO<B,Q>(enc_params.K, enc_params.N_cw, pct_params ? pct_params->N : enc_params.N_cw, enc_params.tail_lengt... | C++ | MIT License | aff3ct/aff3ct | Fix memory leak in polar parser. Initialize codec_polar pointers. |
8,483 | 14.09.2018 09:59:59 | -7,200 | 3e5e70dcdc05b67dfff0e59cb913faf23983dbfb | Add valgrind tests in CI | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -482,6 +482,23 @@ test-build-coverage-regression:\n- source ./ci/tools/threads.sh\n- ./ci/test-build-coverage-regression.sh\n+test-valgrind:\n+ stage: test\n+ tags:\n+ - linux\n+ - gcc\n+ - valgrind\n+... | C++ | MIT License | aff3ct/aff3ct | Add valgrind tests in CI |
8,483 | 14.09.2018 10:08:19 | -7,200 | 99b974b97bac668549e8cb0bacf5e107a2af3566 | Change ROP noise display with 4 digits after comma | [
{
"change_type": "MODIFY",
"old_path": "refs",
"new_path": "refs",
"diff": "-Subproject commit b7acfb171ebcd2a7418f6c9557baed81f578ca46\n+Subproject commit 7f32c432d86f7b11f49e396415865a814d0aac3d\n"
},
{
"change_type": "MODIFY",
"old_path": "src/Tools/Display/Reporter/Noise/Reporter_noi... | C++ | MIT License | aff3ct/aff3ct | Change ROP noise display with 4 digits after comma |
8,483 | 14.09.2018 10:40:01 | -7,200 | 8f7085bd4db5e485f45eacd9b655b4b06e9f7af1 | Fix SC_Module | [
{
"change_type": "MODIFY",
"old_path": "src/Module/SC_Module.cpp",
"new_path": "src/Module/SC_Module.cpp",
"diff": "@@ -39,7 +39,8 @@ SC_Module::SC_Module(Task &task, sc_core::sc_module_name sc_name)\ncase socket_t::SIN:\nindirect_sockets_in[i] = id_in;\nindirect_sockets_in_rev.push_back(i);\n- sock... | C++ | MIT License | aff3ct/aff3ct | Fix SC_Module |
8,483 | 14.09.2018 14:23:28 | -7,200 | ceeb49b955c95b267c2a60d9900052c9d4937361 | Fix test valgrind path to the whole refs folder | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -297,6 +297,23 @@ build-macos-clang-x64-sse4.2:\n- source ./ci/tools/threads.sh\n- ./ci/build-linux-macos.sh\n+test-valgrind:\n+ stage: test\n+ tags:\n+ - linux\n+ - gcc\n+ - valgrind\n+ - sse4.2\n+ - ... | C++ | MIT License | aff3ct/aff3ct | Fix test valgrind path to the whole refs folder |
8,483 | 14.09.2018 17:15:07 | -7,200 | 206a8b7118531324bcf7b7a5b724878ad65dbb06 | Remove valgrind tests because it's too long. Set it as a simple script to run manually. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -297,23 +297,6 @@ build-macos-clang-x64-sse4.2:\n- source ./ci/tools/threads.sh\n- ./ci/build-linux-macos.sh\n-test-valgrind:\n- stage: test\n- tags:\n- - linux\n- - gcc\n- - valgrind\n- - sse4.2\n- - ... | C++ | MIT License | aff3ct/aff3ct | Remove valgrind tests because it's too long. Set it as a simple script to run manually. |
8,483 | 17.09.2018 16:54:33 | -7,200 | 7834f13d1abc9696119564589ab35c96f9f38f09 | Fix test valgrind script | [
{
"change_type": "MODIFY",
"old_path": "scripts/test-valgrind.sh",
"new_path": "scripts/test-valgrind.sh",
"diff": "@@ -30,11 +30,11 @@ function check_valgrind\ncd $build\neval \"valgrind -q --error-exitcode=1 --leak-check=full ${cmd} --sim-stop-time 1 -t 1 -e 10000\"\nrc=$?;\n+ cd ..\nif [[ $rc != ... | C++ | MIT License | aff3ct/aff3ct | Fix test valgrind script |
8,483 | 18.09.2018 08:13:08 | -7,200 | dcd4da8e854fe46df367f6a680365a4b6fbaafc8 | Create a function to transform an initialization list of pointers to a vector of unique_ptr in pattern polar parser. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/Pattern_polar_parser.cpp",
"new_path": "src/Tools/Code/Polar/Pattern_polar_parser.cpp",
"diff": "using namespace aff3ct;\nusing namespace aff3ct::tools;\n+std::vector<std::unique_ptr<tools::Pattern_polar_i>> convert_initlist_to_vecuniptr(s... | C++ | MIT License | aff3ct/aff3ct | Create a function to transform an initialization list of pointers to a vector of unique_ptr in pattern polar parser. |
8,482 | 19.09.2018 23:58:16 | -10,800 | 1ac3c40784b3e72cca8df8cde9ed8839d3f8f4cd | Fix typo in codebook3 | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx",
"new_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx",
"diff": "@@ -29,7 +29,7 @@ const std::complex<float> Modem_SCMA<B,R,Q,PSI>::CB[6][4][4] =\n{ { -0.6351f, 0.4615f }, { 0.1815f, -0.1318f }, { -0.1815f, 0.1318f }, { 0.635... | C++ | MIT License | aff3ct/aff3ct | Fix typo in codebook3 |
8,483 | 27.09.2018 08:30:06 | -7,200 | df66a6080d305ca0694658af2370c414c4719dff | Add to the Modem SCMA a file path argument to get the codebook from a file. Add a Codebook class to read and stock it. Use the --mdm-codebook command line argument to give the path. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "codebook_basic.cb",
"diff": "+6 4 4\n+ 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000\n+-0.1815 -0.1318 -0.6351 -0.4615 0.6351 0.4615 0.1815 0.1318\n+ 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000\n+ 0.7851 0.0000 -0.2243 0.00... | C++ | MIT License | aff3ct/aff3ct | Add to the Modem SCMA a file path argument to get the codebook from a file. Add a Codebook class to read and stock it. Use the --mdm-codebook command line argument to give the path. |
8,482 | 27.09.2018 15:59:52 | -10,800 | 999b43285e36c55b83150dfe141f6d329f283a4e | Move re_user from Modem_SCMA to Codebook | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp",
"new_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp",
"diff": "@@ -20,7 +20,6 @@ class Modem_SCMA : public Modem<B,R,Q>\n{\nprivate:\nconst tools::Codebook<R> CB;\n- const int re_user[4][3] = {{1,2,4},{0,2,5},{1,3,5},{0,3,4... | C++ | MIT License | aff3ct/aff3ct | Move re_user from Modem_SCMA to Codebook |
8,482 | 27.09.2018 19:43:21 | -10,800 | 546f6f80f3e834de5f56930a6e80e6a12a9205b6 | Add user_re array and small refactor | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx",
"new_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx",
"diff": "@@ -236,20 +236,20 @@ void Modem_SCMA<B,R,Q,PSI>\nQ guess[6][4] = {};\n// initial probability of each codeword/user\n- for (auto i = 0; i < 4; i++)\n- {\n- msg_... | C++ | MIT License | aff3ct/aff3ct | Add user_re array and small refactor |
8,490 | 12.10.2018 11:14:24 | -7,200 | af850462d1dd0f1c3396102e2e7a59494fb06863 | LDPC BP flooding SPA with intra SIMD from cs0x7f. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"diff": "#include \"Module/Decoder/LDPC/BP/Horizontal_layered/ONMS/Decoder_LDPC_BP_horizontal_layered_ONMS_inter.hpp\"\n#include \"Module/Decoder... | C++ | MIT License | aff3ct/aff3ct | LDPC BP flooding SPA with intra SIMD from cs0x7f. |
8,490 | 19.10.2018 17:15:47 | -7,200 | d4abe8a8d0ed5849aa99c9a2ef6c073085d6b4b0 | Add a more generic encoder for polar code: it is capable to encode all powers and not only powers of two. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"new_path": "src/Factory/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"diff": "@@ -52,7 +52,8 @@ module::Encoder_polar_MK<B>* Encoder_polar_MK::parameters\n{\nif (this->type == \"POLAR\" && !this->sy... | C++ | MIT License | aff3ct/aff3ct | Add a more generic encoder for polar code: it is capable to encode all powers and not only powers of two. |
8,490 | 23.10.2018 15:25:41 | -7,200 | f680cf1a21037d4cc0abc0b30365dc44c54e2e3c | Speedup the POLAR_MK encoder. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"new_path": "src/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"diff": "@@ -90,14 +90,13 @@ Encoder_polar_MK<B>\n::Encoder_polar_MK(const int& K, const int& N, const std::vector<bool>& frozen_bits,\nconst std... | C++ | MIT License | aff3ct/aff3ct | Speedup the POLAR_MK encoder. |
8,490 | 24.10.2018 11:07:48 | -7,200 | 9f22f8fb6ad1ebaf2c6fe86df4b3f6b4ffef7215 | Fix errors management in frozen bit generator from file. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_file.cpp",
"new_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_file.cpp",
"diff": "@@ -44,16 +44,20 @@ bool Frozenbits_generator_file\ntry\n{\n- if (std::stoi(trash) != this... | C++ | MIT License | aff3ct/aff3ct | Fix errors management in frozen bit generator from file. |
8,490 | 24.10.2018 14:38:44 | -7,200 | 6568e73b48c7599de65aec60eae39da41985b0a3 | Enable generics decoders. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/Polar_MK/Decoder_polar_MK.cpp",
"new_path": "src/Factory/Module/Decoder/Polar_MK/Decoder_polar_MK.cpp",
"diff": "@@ -60,6 +60,12 @@ template <typename B, typename Q>\nmodule::Decoder_SIHO<B,Q>* Decoder_polar_MK::parameters\n::build(c... | C++ | MIT License | aff3ct/aff3ct | Enable generics decoders. |
8,490 | 24.10.2018 14:39:33 | -7,200 | 4c580699e43263fad6627aaa112cd8073dd8c108 | Fix the POLAR_MK encoder for bases higher than 2. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"new_path": "src/Factory/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"diff": "using namespace aff3ct;\nusing namespace aff3ct::factory;\n-const std::string aff3ct::factory::Encoder_polar_MK_name = \... | C++ | MIT License | aff3ct/aff3ct | Fix the POLAR_MK encoder for bases higher than 2. |
8,490 | 24.10.2018 17:53:07 | -7,200 | 232a407f75fc0cb5c35c4ce8fd32a27311018d17 | Add the possibility to select the polar kernel from the cmd line. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"new_path": "src/Factory/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"diff": "@@ -24,6 +24,17 @@ Encoder_polar_MK::parameters* Encoder_polar_MK::parameters\nreturn new Encoder_polar_MK::parameters(*... | C++ | MIT License | aff3ct/aff3ct | Add the possibility to select the polar kernel from the cmd line. |
8,483 | 24.10.2018 18:48:48 | -7,200 | 4fc9656a0c0799b32223f3bc6d25cc0388aeadca | Add a read order from any of the 4 corners for ROW_COL and COL_ROW interleavers. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Tools/Interleaver/Interleaver_core.cpp",
"new_path": "src/Factory/Tools/Interleaver/Interleaver_core.cpp",
"diff": "@@ -72,6 +72,12 @@ void Interleaver_core::parameters\n{p+\"-seed\", \"S\"},\ntools::Integer(tools::Positive()),\n\"seed used to init... | C++ | MIT License | aff3ct/aff3ct | Add a read order from any of the 4 corners for ROW_COL and COL_ROW interleavers. |
8,490 | 25.10.2018 16:49:08 | -7,200 | 6cc3b4c427b1b0b30a77d93cc7020ff50692036b | Improve the checks in the POLAR_MK encoder. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"new_path": "src/Factory/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"diff": "@@ -62,24 +62,6 @@ void Encoder_polar_MK::parameters\nif(vals.exist({p+\"-kernel\"})) this->kernel_matrix = vals.to_list... | C++ | MIT License | aff3ct/aff3ct | Improve the checks in the POLAR_MK encoder. |
8,490 | 29.10.2018 09:30:35 | -3,600 | 2271e184d0bebb9ce91d827fb7b538276bbec1d1 | Fix the POLAR_MK encoder to work on multi kernel polar codes. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"new_path": "src/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"diff": "@@ -181,7 +181,7 @@ Encoder_polar_MK<B>\nkernel_matrices(1, kernel_matrix),\nstages((int)(std::log(N)/std::log(kernel_matrix.size())), 0... | C++ | MIT License | aff3ct/aff3ct | Fix the POLAR_MK encoder to work on multi kernel polar codes. |
8,483 | 30.10.2018 08:46:08 | -3,600 | 3aa1a47008338bae09b16f5dade4631e5db0c4a4 | Fix sparse matrix self_resize function. Thanks to Elie Janin. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Algo/Matrix/Sparse_matrix/Sparse_matrix.cpp",
"new_path": "src/Tools/Algo/Matrix/Sparse_matrix/Sparse_matrix.cpp",
"diff": "@@ -131,7 +131,7 @@ void Sparse_matrix\nvoid Sparse_matrix\n::self_resize(const size_t n_rows, const size_t n_cols, Origin o)\... | C++ | MIT License | aff3ct/aff3ct | Fix sparse matrix self_resize function. Thanks to Elie Janin. |
8,490 | 31.10.2018 14:20:20 | -3,600 | 23f09dad38b9f189149da1e08b89c04a41cd0214 | Add a systematic encoder for Polar_ML codes. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"new_path": "src/Factory/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"diff": "#include \"Tools/Exception/exception.hpp\"\n#include \"Module/Encoder/Polar_MK/Encoder_polar_MK.hpp\"\n+#include \"Modul... | C++ | MIT License | aff3ct/aff3ct | Add a systematic encoder for Polar_ML codes. |
8,490 | 31.10.2018 16:59:15 | -3,600 | cb32be08eb566b8b0c79729cf0767571ea622053 | Fix colors maccro. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -100,9 +100,9 @@ else()\nmessage(STATUS \"AFF3CT - Polar bit packing: off\")\nendif()\nif (AFF3CT_COLORS)\n+ add_definitions (-DAFF3CT_COLORS)\nmessage(STATUS \"AFF3CT - Terminal colors: on\")\nelse()\... | C++ | MIT License | aff3ct/aff3ct | Fix colors maccro. |
8,490 | 31.10.2018 18:17:52 | -3,600 | 0622f90d8e061756537f1e74c2e8828caf55b4c8 | Fix old school style CMake options. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -41,7 +41,7 @@ build-linux-gcc-nointr:\n- export CXX=\"g++\"\n- export CFLAGS=\"-DMIPP_NO_INTRINSICS\"\n- export LFLAGS=\"-static -static-libgcc -static-libstdc++ -Wl,--whole-archive -lpthread -Wl,--no... | C++ | MIT License | aff3ct/aff3ct | Fix old school style CMake options. |
8,490 | 31.10.2018 18:18:33 | -3,600 | 5b0205af6fefd64b4fcc458cac4a1bcf660f7be9 | Add the 'install' directives in the CMake. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -313,3 +313,32 @@ if (\"${CMAKE_CXX_COMPILER_ID}\" STREQUAL \"Clang\" OR\n\"${CMAKE_CXX_COMPILER_ID}\" STREQUAL \"Intel\")\naff3ct_link_libraries (-lpthread)\nendif()\n+\n+# ---------------------------... | C++ | MIT License | aff3ct/aff3ct | Add the 'install' directives in the CMake. |
8,490 | 31.10.2018 18:50:52 | -3,600 | 2f064568cc25c0563c8150441f1c7f34bf4ae5d1 | Simplify the CMakeList a little bit. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -334,11 +334,11 @@ install(DIRECTORY \"${CMAKE_CURRENT_SOURCE_DIR}/src/\" DESTINATION include/aff3ct\nFILES_MATCHING PATTERN \"*.hpp\")\ninstall(DIRECTORY \"${CMAKE_CURRENT_SOURCE_DIR}/src/\" DESTINATI... | C++ | MIT License | aff3ct/aff3ct | Simplify the CMakeList a little bit. |
8,490 | 31.10.2018 18:51:56 | -3,600 | efd9cd73f6e937f147cf66d9b890bdf8fe04778c | Improve the CI builds following the Linux style. | [
{
"change_type": "MODIFY",
"old_path": "ci/build-linux-macos.sh",
"new_path": "ci/build-linux-macos.sh",
"diff": "@@ -45,11 +45,11 @@ fi\nmake -j $THREADS -k\nrc=$?; if [[ $rc != 0 ]]; then exit $rc; fi\n-mkdir $NAME $NAME/bin $NAME/lib $NAME/inc\n+mkdir $NAME $NAME/bin $NAME/lib $NAME/include $NAME... | C++ | MIT License | aff3ct/aff3ct | Improve the CI builds following the Linux style. |
8,490 | 01.11.2018 01:18:25 | -3,600 | 0b09d8b41fcddbfeea6316ab668cb1fd02baf3b1 | Improve the 'CMakeList.txt' to automatically generate CMake config files. | [
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "@@ -12,6 +12,8 @@ src_files.txt\n.idea/\n.vs\nCMakeSettings.json\n+aff3ct-config.cmake\n+aff3ct-config-version.cmake\n.scannerwork/\nbuild*/\n"
},
{
"change_type": "MODIFY",
"old_path": "CMakeLists.tx... | C++ | MIT License | aff3ct/aff3ct | Improve the 'CMakeList.txt' to automatically generate CMake config files. |
8,490 | 01.11.2018 11:46:57 | -3,600 | 9ae74f0afa5a4dfd912d894906d2e8cd966a523a | Improve the generation of the CMake config files. | [
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "@@ -12,8 +12,6 @@ src_files.txt\n.idea/\n.vs\nCMakeSettings.json\n-aff3ct-config.cmake\n-aff3ct-config-version.cmake\n.scannerwork/\nbuild*/\n"
},
{
"change_type": "MODIFY",
"old_path": "CMakeLists.tx... | C++ | MIT License | aff3ct/aff3ct | Improve the generation of the CMake config files. |
8,490 | 01.11.2018 18:23:09 | -3,600 | 9cd60f6464ab53cdce3828648c871c492f7a81fe | Fix wrong definitions for SystemC. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -320,12 +320,12 @@ endif (AFF3CT_LINK_MKL)\n# SystemC\nif (AFF3CT_SYSTEMC_SIMU OR AFF3CT_SYSTEMC_MODULE)\n- if (AFF3CT_SYSTEMC_MODULE)\n+ if (AFF3CT_SYSTEMC_SIMU)\n+ aff3ct_add_definitions (\"-DAFF3CT_... | C++ | MIT License | aff3ct/aff3ct | Fix wrong definitions for SystemC. |
8,490 | 02.11.2018 14:44:23 | -3,600 | 3b80db98e6af37d260b84872145b63e2299a2589 | Add 'AFF3CT_BACKTRACE' and 'AFF3CT_PREC' options to the CMake config file. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -23,6 +23,8 @@ option (AFF3CT_COLORS \"Enable the colors in the terminal\"\nif (NOT (WIN32 OR APPLE))\noption (AFF3CT_BACKTRACE \"Enable the backtrace display when and exception is raised\" ON)\n+else(... | C++ | MIT License | aff3ct/aff3ct | Add 'AFF3CT_BACKTRACE' and 'AFF3CT_PREC' options to the CMake config file. |
8,483 | 02.11.2018 08:39:22 | -3,600 | 08b97918224f258829b71b3df87adaacf8c27015 | Remove the powerful tag to the BCH/RS/Uncoded regression tests. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -307,7 +307,6 @@ test-regression-bch:\n- x86\n- 64-bit\n- sse4.2\n- - powerful\n- python\nartifacts:\nname: test-regression-results-bch\n@@ -370,7 +369,6 @@ test-regression-rs:\n- x86\n- 64-bit\n- sse4... | C++ | MIT License | aff3ct/aff3ct | Remove the powerful tag to the BCH/RS/Uncoded regression tests. |
8,490 | 05.11.2018 13:28:40 | -3,600 | 81fba8f5b3f5d6c18bd20d8c423be2e7da6f202b | Simplify the CMake config file. | [
{
"change_type": "MODIFY",
"old_path": "aff3ct-config.cmake.in",
"new_path": "aff3ct-config.cmake.in",
"diff": "@@ -27,34 +27,6 @@ set(AFF3CT_COLORS @AFF3CT_COLORS@)\nset(AFF3CT_BACKTRACE @AFF3CT_BACKTRACE@)\nset(AFF3CT_PREC \"@AFF3CT_PREC@\")\n-if(WIN32)\n- if(AFF3CT_STATIC_LIB)\n- set(AFF3CT_LIB_P... | C++ | MIT License | aff3ct/aff3ct | Simplify the CMake config file. |
8,490 | 05.11.2018 14:44:50 | -3,600 | c179f68921ac196cff1e605233c174651aed19bb | Add priority to static library in the CMake config file. | [
{
"change_type": "MODIFY",
"old_path": "aff3ct-config.cmake.in",
"new_path": "aff3ct-config.cmake.in",
"diff": "@@ -39,5 +39,5 @@ if (MSVC)\nendif()\nset(AFF3CT_LIBRARIES_ROOT \"@CMAKE_INSTALL_PREFIX@/lib/aff3ct-@GIT_VERSION_MAJOR@.@GIT_VERSION_MINOR@.@GIT_VERSION_PATCH@@GIT_TAIL@\")\n-find_library ... | C++ | MIT License | aff3ct/aff3ct | Add priority to static library in the CMake config file. |
8,490 | 05.11.2018 15:58:42 | -3,600 | d0e17872164372e48d74451b769fd032d0a098a3 | Fix link with SystemC when using AFF3CT as a library. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -294,6 +294,29 @@ endmacro()\n# -------------------------------------------------------------------------------------------------- COMPILED LIBRARIES\n# ------------------------------------------------... | C++ | MIT License | aff3ct/aff3ct | Fix link with SystemC when using AFF3CT as a library. |
8,490 | 05.11.2018 19:03:59 | -3,600 | d228d7cec0c2fb32cd27b17877c29e3bfe12f8ca | Move the aff3ct-config files into the cmake folder. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -393,9 +393,9 @@ endif()\n# Auto generate cmake config files to link with AFF3CT library (only if an AFF3CT library has been compiled)\nif (AFF3CT_COMPILE_STATIC_LIB OR AFF3CT_COMPILE_SHARED_LIB)\n- co... | C++ | MIT License | aff3ct/aff3ct | Move the aff3ct-config files into the cmake folder. |
8,490 | 06.11.2018 11:05:50 | -3,600 | d60f653af72bbe349864ed9161b1f55d5dd68e00 | Removed submodule 'lib/CLI11' as it is not used at this time. | [
{
"change_type": "MODIFY",
"old_path": ".gitmodules",
"new_path": ".gitmodules",
"diff": "[submodule \"refs\"]\npath = refs\nurl = ../error_rate_references\n-[submodule \"lib/CLI11\"]\n- path = lib/CLI11\n- url = https://github.com/CLIUtils/CLI11.git\n[submodule \"lib/rang\"]\npath = lib/rang\nurl =... | C++ | MIT License | aff3ct/aff3ct | Removed submodule 'lib/CLI11' as it is not used at this time. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.