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 | 20.06.2017 09:51:02 | -7,200 | d3547ded645e08b8ece5d7ad87bee517ebb4bee5 | Change argument reader and launcher to display all warnings just after the command line. | [
{
"change_type": "MODIFY",
"old_path": "src/Launcher/Launcher.cpp",
"new_path": "src/Launcher/Launcher.cpp",
"diff": "@@ -443,6 +443,8 @@ int Launcher<B,R,Q>\nthis->build_args();\nauto display_help = true;\n+\n+ std::vector<std::string> cmd_warn;\nif (ar.parse_arguments(req_args, opt_args, cmd_warn)... | C++ | MIT License | aff3ct/aff3ct | Change argument reader and launcher to display all warnings just after the command line. |
8,483 | 20.06.2017 10:05:37 | -7,200 | 2f599a4a329148a9c286cd4a2054006f344bb5dc | Add information message to give help tags after an wrong argument error message. | [
{
"change_type": "MODIFY",
"old_path": "src/Launcher/Launcher.cpp",
"new_path": "src/Launcher/Launcher.cpp",
"diff": "@@ -506,6 +506,16 @@ int Launcher<B,R,Q>\nar.print_usage(arg_grp);\nerror = true;\n}\n+ else if (error)\n+ {\n+ std::string message = \"For more information please display the help (... | C++ | MIT License | aff3ct/aff3ct | Add information message to give help tags after an wrong argument error message. |
8,490 | 20.06.2017 11:31:42 | -7,200 | 30554988fb8ae55826c22a3909f2066d4fe457cd | Improve the exceptions in the module::CRC. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/CRC/CRC.hpp",
"new_path": "src/Module/CRC/CRC.hpp",
"diff": "#include <string>\n#include <vector>\n-#include <stdexcept>\n+#include <sstream>\n+#include \"Tools/Exception/exception.hpp\"\n#include \"Tools/Perf/MIPP/mipp.h\"\n#include \"Module/Module... | C++ | MIT License | aff3ct/aff3ct | Improve the exceptions in the module::CRC. |
8,490 | 21.06.2017 15:21:13 | -7,200 | 6fae1d3273c31293d516bc871c6cea373e174b1b | Improve the exceptions in the module::Encoder. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Encoder/Encoder.hpp",
"new_path": "src/Module/Encoder/Encoder.hpp",
"diff": "#include <string>\n#include <vector>\n-#include <stdexcept>\n+#include <sstream>\n+#include \"Tools/Exception/exception.hpp\"\n#include \"Tools/Perf/MIPP/mipp.h\"\n#include... | C++ | MIT License | aff3ct/aff3ct | Improve the exceptions in the module::Encoder. |
8,490 | 21.06.2017 16:02:47 | -7,200 | 2ed489fa48bf863a5a5f95576883cc513957dccc | Improve the exceptions in the module::Interleaver. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Interleaver/CCSDS/Interleaver_CCSDS.hpp",
"new_path": "src/Module/Interleaver/CCSDS/Interleaver_CCSDS.hpp",
"diff": "#ifndef INTERLEAVER_CCSDS_HPP\n#define INTERLEAVER_CCSDS_HPP\n-#include <stdexcept>\n#include <map>\n+#include <sstream>\n+\n+#inclu... | C++ | MIT License | aff3ct/aff3ct | Improve the exceptions in the module::Interleaver. |
8,490 | 22.06.2017 11:26:55 | -7,200 | 551e22edd501e58bdc2ee1ca6dfd996cdb0adf78 | Improve the exceptions in the module::Monitor. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Monitor/Monitor.hpp",
"new_path": "src/Module/Monitor/Monitor.hpp",
"diff": "#define MONITOR_HPP_\n#include <functional>\n-#include <stdexcept>\n#include <csignal>\n#include <chrono>\n#include <vector>\n#include <string>\n+#include <sstream>\n+\n+#i... | C++ | MIT License | aff3ct/aff3ct | Improve the exceptions in the module::Monitor. |
8,490 | 22.06.2017 12:06:10 | -7,200 | 3359b2725e15f56ad91f60de54962390162f8794 | Improve the exceptions in the module::Puncturer. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Puncturer/Polar/Puncturer_polar_wangliu.cpp",
"new_path": "src/Module/Puncturer/Polar/Puncturer_polar_wangliu.cpp",
"diff": "#include <cmath>\n+#include <sstream>\n+#include \"Tools/Exception/exception.hpp\"\n#include \"Tools/Math/utils.h\"\n#includ... | C++ | MIT License | aff3ct/aff3ct | Improve the exceptions in the module::Puncturer. |
8,490 | 22.06.2017 14:35:34 | -7,200 | dfd3aa23c66bdd48ce55936f11a182cf8507479e | Improve the exceptions in the module::Quantizer. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Quantizer/Fast/Quantizer_fast.cpp",
"new_path": "src/Module/Quantizer/Fast/Quantizer_fast.cpp",
"diff": "-#include <stdexcept>\n#include <iostream>\n#include <algorithm>\n#include <cmath>\n+#include <sstream>\n+#include \"Tools/Exception/exception.h... | C++ | MIT License | aff3ct/aff3ct | Improve the exceptions in the module::Quantizer. |
8,490 | 22.06.2017 15:07:20 | -7,200 | d292a485b4cb8a4e652419e9c1efe6a746fa5d13 | Improve the exceptions in the module::Source. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Source/Source.hpp",
"new_path": "src/Module/Source/Source.hpp",
"diff": "#include <vector>\n#include <string>\n-#include <stdexcept>\n+#include <sstream>\n+#include \"Tools/Exception/exception.hpp\"\n#include \"Tools/Perf/MIPP/mipp.h\"\n#include \"M... | C++ | MIT License | aff3ct/aff3ct | Improve the exceptions in the module::Source. |
8,490 | 22.06.2017 15:31:24 | -7,200 | 04419ba96e139cff14b6efd2bdfa7efcf1fe4778 | Improve the exceptions in the Module. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Module.hpp",
"new_path": "src/Module/Module.hpp",
"diff": "#define MODULE_HPP_\n#include <string>\n-#include <stdexcept>\n+#include <sstream>\n+\n+#include \"Tools/Exception/exception.hpp\"\nnamespace aff3ct\n{\n@@ -36,7 +38,11 @@ public:\nModule(co... | C++ | MIT License | aff3ct/aff3ct | Improve the exceptions in the Module. |
8,490 | 22.06.2017 15:31:44 | -7,200 | a24493f3f2fd6ce63b50d2a08cf50c47e5b34346 | Improve the exceptions in the Simulation. | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/Iterative/SystemC/SC_Simulation_BFER_ite.cpp",
"new_path": "src/Simulation/BFER/Iterative/SystemC/SC_Simulation_BFER_ite.cpp",
"diff": "#ifdef SYSTEMC\n-#include <stdexcept>\n-\n+#include \"Tools/Exception/exception.hpp\"\n#include \"Tools/... | C++ | MIT License | aff3ct/aff3ct | Improve the exceptions in the Simulation. |
8,490 | 22.06.2017 15:59:52 | -7,200 | a0076992a27ac2be936ad717ddda040f538d0348 | Improve the exceptions in the tools::Algo. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Algo/Bit_packer.hpp",
"new_path": "src/Tools/Algo/Bit_packer.hpp",
"diff": "#define BIT_PACKER_HPP_\n#include <cmath>\n-#include <stdexcept>\n+#include <sstream>\n+\n+#include \"Tools/Exception/exception.hpp\"\n#include \"Tools/Perf/MIPP/mipp.h\"\n@@... | C++ | MIT License | aff3ct/aff3ct | Improve the exceptions in the tools::Algo. |
8,490 | 23.06.2017 10:59:45 | -7,200 | 7b832ab599de6ce519f9387536a75deaca98b469 | Improve the exceptions in the tools::Codec. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Codec/LDPC/Codec_LDPC.cpp",
"new_path": "src/Tools/Codec/LDPC/Codec_LDPC.cpp",
"diff": "#include <fstream>\n+#include <sstream>\n#include <numeric>\n#include <algorithm>\n-#include <exception>\n+#include \"Tools/Exception/exception.hpp\"\n#include \"... | C++ | MIT License | aff3ct/aff3ct | Improve the exceptions in the tools::Codec. |
8,490 | 23.06.2017 11:58:33 | -7,200 | 979a374887b71db6b7d0e2f5a4a161690f9f93c8 | Improve the exceptions in the tools::Display. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Display/Dumper/Dumper.cpp",
"new_path": "src/Tools/Display/Dumper/Dumper.cpp",
"diff": "#include <vector>\n#include <sstream>\n#include <iostream>\n-#include <stdexcept>\n+\n+#include \"Tools/Exception/exception.hpp\"\n#include \"Dumper.hpp\"\n@@ -13... | C++ | MIT License | aff3ct/aff3ct | Improve the exceptions in the tools::Display. |
8,490 | 23.06.2017 14:14:15 | -7,200 | 65ae9aceb86fd396409b7e6488c131a360463ff7 | Improve the exceptions in the tools::Math. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Factory/Polar/Factory_decoder_polar_gen.cpp",
"new_path": "src/Tools/Factory/Polar/Factory_decoder_polar_gen.cpp",
"diff": "+#include <sstream>\n+\n#include \"Tools/Exception/exception.hpp\"\n/* // GENERATED DECODERS // */\n@@ -1118,7 +1120,11 @@ voi... | C++ | MIT License | aff3ct/aff3ct | Improve the exceptions in the tools::Math. |
8,490 | 23.06.2017 15:33:47 | -7,200 | 589d3b8e1649a9ccd8672467024727b3013e3369 | Improve the exceptions in the Tools. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Arguments_reader.cpp",
"new_path": "src/Tools/Arguments_reader.cpp",
"diff": "#include <iostream>\n-#include <stdexcept>\n+#include <sstream>\n#include <algorithm>\nusing namespace std;\n+#include \"Tools/Exception/exception.hpp\"\n+\n#include \"Argu... | C++ | MIT License | aff3ct/aff3ct | Improve the exceptions in the Tools. |
8,490 | 23.06.2017 15:35:51 | -7,200 | c82bd5e0a60cf31896a7b3cc38ec3c93d92bd5e9 | Add the exceptions to the AFF3CT header. | [
{
"change_type": "MODIFY",
"old_path": "src/aff3ct.hpp",
"new_path": "src/aff3ct.hpp",
"diff": "//find ./src/ -type f -follow -print | grep \"[.]hpp$\"\n+#include <Tools/Exception/exception.hpp>\n#include <Tools/Threads/Barrier.hpp>\n#include <Tools/Math/Galois.hpp>\n#include <Tools/Factory/Factory_... | C++ | MIT License | aff3ct/aff3ct | Add the exceptions to the AFF3CT header. |
8,490 | 23.06.2017 17:36:46 | -7,200 | 06476089dd0e5851df031dc352633647bb1050ce | Update the colors of the terminal. | [
{
"change_type": "MODIFY",
"old_path": "src/Launcher/Launcher.cpp",
"new_path": "src/Launcher/Launcher.cpp",
"diff": "@@ -485,14 +485,6 @@ int Launcher<B,R,Q>\nstd::vector<std::string> cmd_error;\nbool error = !ar.check_arguments(cmd_error);\n- for (unsigned e = 0; e < cmd_error.size(); e++)\n- std:... | C++ | MIT License | aff3ct/aff3ct | Update the colors of the terminal. |
8,490 | 23.06.2017 18:53:13 | -7,200 | 5b8930d94b8ec8dee93f50112ac746445b37b38e | Put back the LICENSE. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "LICENSE",
"diff": "+MIT License\n+\n+Copyright (c) 2017 aff3ct\n+\n+Permission is hereby granted, free of charge, to any person obtaining a copy\n+of this software and associated documentation files (the \"Software\"), to deal\n+in the Software ... | C++ | MIT License | aff3ct/aff3ct | Put back the LICENSE. |
8,490 | 23.06.2017 22:43:02 | -7,200 | 6403f196677f5c0141bafc455d74578ea3a9f995 | Rm MIPP inc. | [
{
"change_type": "MODIFY",
"old_path": "src/aff3ct.hpp",
"new_path": "src/aff3ct.hpp",
"diff": "#include <Tools/Code/Polar/API/functions_polar_intra_32bit.h>\n#include <Tools/Code/Polar/decoder_polar_functions.h>\n#include <Tools/Code/Polar/fb_extract.h>\n-#include <Tools/Perf/MIPP/math/sse_mathfun.... | C++ | MIT License | aff3ct/aff3ct | Rm MIPP inc. |
8,490 | 26.06.2017 11:15:29 | -7,200 | 590dce6bf198ccaed6cff7227df3b53477495bcf | Remove PyBER from AFF3CT. | [
{
"change_type": "MODIFY",
"old_path": ".gitmodules",
"new_path": ".gitmodules",
"diff": "[submodule \"lib/MIPP\"]\npath = lib/MIPP\nurl = ../MIPP\n-[submodule \"plotter/PyBER/lib/pyqtgraph\"]\n- path = plotter/PyBER/lib/pyqtgraph\n- url = https://github.com/pyqtgraph/pyqtgraph.git\n[submodule \"con... | C++ | MIT License | aff3ct/aff3ct | Remove PyBER from AFF3CT. |
8,490 | 26.06.2017 12:17:44 | -7,200 | 7a516a0c8909439c1421630cd975e83e0ec880ca | Update the README for the submodules. | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -15,6 +15,12 @@ Download and install `cmake`: [https://cmake.org/files/v3.7/cmake-3.7.1-win64-x6\nMake sure to add the `cmake` program to the `PATH`.\n+## Get the Git submodules\n+\n+AFF3CT depends on some other... | C++ | MIT License | aff3ct/aff3ct | Update the README for the submodules. |
8,490 | 26.06.2017 12:28:08 | -7,200 | bcbed41467d737655df4fe6804451c23498239a3 | Improve a little bit the error msg when the cmake can't found MIPP. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -74,7 +74,7 @@ if (EXISTS \"${CMAKE_CURRENT_SOURCE_DIR}/lib/MIPP/src/mipp.h\")\nmessage(STATUS \"MIPP found\")\nelse ()\nmessage(FATAL_ERROR \"MIPP can't be found, try to init the submodules with the f... | C++ | MIT License | aff3ct/aff3ct | Improve a little bit the error msg when the cmake can't found MIPP. |
8,490 | 26.06.2017 15:03:26 | -7,200 | 7d520f9b5cf79c6ed64bfcc3e19c7edb6c912410 | Fix a format issue. | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/Simulation_BFER.cpp",
"new_path": "src/Simulation/BFER/Simulation_BFER.cpp",
"diff": "@@ -299,7 +299,7 @@ void Simulation_BFER<B,R,Q>\nmax_chars = std::max(max_chars, (int)duration.first.second.length());\nstream << \"#\" << std::endl;\n- s... | C++ | MIT License | aff3ct/aff3ct | Fix a format issue. |
8,490 | 27.06.2017 11:04:50 | -7,200 | 7ec67c19376507dbdb59efe4b2465b4a766bbdba | Update MIPP version. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -70,6 +70,7 @@ endif()\n# MIPP wrapper includes\nif (EXISTS \"${CMAKE_CURRENT_SOURCE_DIR}/lib/MIPP/src/mipp.h\")\n+ add_definitions (-DMIPP_ENABLE_BACKTRACE)\ninclude_directories (\"${CMAKE_CURRENT_SOU... | C++ | MIT License | aff3ct/aff3ct | Update MIPP version. |
8,486 | 27.06.2017 15:40:18 | -7,200 | 72f367b66861dabc7280d5529498c092b9623ce5 | Bug correction for iterative decoding. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Modem/User/Modem_user.hxx",
"new_path": "src/Module/Modem/User/Modem_user.hxx",
"diff": "@@ -245,7 +245,7 @@ void Modem_user<B,R,Q,MAX>\nL1 = MAX(L1, -tempL);\n}\n- Y_N3[n] = (L0 - L1) + Y_N2[n];\n+ Y_N3[n] = (L0 - L1);\n}\n}\n@@ -290,7 +290,7 @@ vo... | C++ | MIT License | aff3ct/aff3ct | Bug correction for iterative decoding. |
8,486 | 27.06.2017 17:34:05 | -7,200 | e2edb905620287c63ddfa4366b98cd89c25cdb02 | Bug correction in BPSK demod with a priori. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Modem/BPSK/Modem_BPSK.cpp",
"new_path": "src/Module/Modem/BPSK/Modem_BPSK.cpp",
"diff": "@@ -95,38 +95,14 @@ template <typename B, typename R, typename Q>\nvoid Modem_BPSK<B,R,Q>\n::demodulate(const Q *Y_N1, const Q *Y_N2, Q *Y_N3)\n{\n- if (typeid(... | C++ | MIT License | aff3ct/aff3ct | Bug correction in BPSK demod with a priori. |
8,486 | 27.06.2017 18:13:21 | -7,200 | 45c8a23f06ae3ce522d47f043702d208eee664c8 | Enabling nonsystematic encoding of Polar codes for BFERI. | [
{
"change_type": "MODIFY",
"old_path": "src/Launcher/BFERI/Polar/Launcher_BFERI_polar.cpp",
"new_path": "src/Launcher/BFERI/Polar/Launcher_BFERI_polar.cpp",
"diff": "@@ -63,6 +63,9 @@ void Launcher_BFERI_polar<B,R,Q>\n// -------------------------------------------------------------------------------... | C++ | MIT License | aff3ct/aff3ct | Enabling nonsystematic encoding of Polar codes for BFERI. |
8,486 | 28.06.2017 10:28:49 | -7,200 | 025c29fc729c4f0271bbf53a9d2297b5ac0df556 | Small corrections for enabling iterative non-systematic polar. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Polar/SCAN/Decoder_polar_SCAN_naive.hpp",
"new_path": "src/Module/Decoder/Polar/SCAN/Decoder_polar_SCAN_naive.hpp",
"diff": "@@ -27,6 +27,7 @@ protected:\nstd::vector<mipp::vector<R>> feedback_graph;\nstd::vector<mipp::vector<R>> soft_graph;... | C++ | MIT License | aff3ct/aff3ct | Small corrections for enabling iterative non-systematic polar. |
8,483 | 28.06.2017 16:32:19 | -7,200 | 444258745222cc7857bcf7a6227ce4376cdff26e | Change decoder and encoder elements of param chain struct into pointers | [
{
"change_type": "MODIFY",
"old_path": "src/Launcher/BFER/BCH/Launcher_BFER_BCH.cpp",
"new_path": "src/Launcher/BFER/BCH/Launcher_BFER_BCH.cpp",
"diff": "@@ -24,10 +24,25 @@ Launcher_BFER_BCH<B,R,Q>\n::Launcher_BFER_BCH(const int argc, const char **argv, std::ostream &stream)\n: Launcher_BFER<B,R,Q>... | C++ | MIT License | aff3ct/aff3ct | Change decoder and encoder elements of param chain struct into pointers |
8,483 | 29.06.2017 09:55:58 | -7,200 | 8ec7ac96d2bf24de12e79db5d929146c42f6de15 | Always display help message when an issue happens in the main function | [
{
"change_type": "MODIFY",
"old_path": "src/main.cpp",
"new_path": "src/main.cpp",
"diff": "@@ -127,20 +127,14 @@ void read_arguments(const int argc, const char** argv, std::string &code_type, s\nFactory_simulation_main::store_args(ar, params);\n-\nif (params.display_version)\nprint_version();\n- if... | C++ | MIT License | aff3ct/aff3ct | Always display help message when an issue happens in the main function |
8,483 | 29.06.2017 14:29:18 | -7,200 | 77b1e459b8e0bcc7bc2a7dff1cda718ea2a270c8 | Complete Factory interleaver; Add Launcher_RA code. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Launcher/RA/Launcher_RA.hpp",
"diff": "+#ifndef LAUNCHER_RA_HPP_\n+#define LAUNCHER_RA_HPP_\n+\n+#include \"Tools/Factory/RA/Factory_decoder_RA.hpp\"\n+#include \"Tools/Factory/RA/Factory_encoder_RA.hpp\"\n+#include \"Tools/Factory/Factory_i... | C++ | MIT License | aff3ct/aff3ct | Complete Factory interleaver; Add Launcher_RA code. |
8,483 | 29.06.2017 15:44:28 | -7,200 | e4d508c301d8175565c2bb3f58cad30e409c21a6 | Add Repetition and RSC launchers | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Launcher/RSC/Launcher_RSC.hpp",
"diff": "+#ifndef LAUNCHER_RSC_HPP_\n+#define LAUNCHER_RSC_HPP_\n+\n+#include \"Tools/Factory/RSC/Factory_decoder_RSC.hpp\"\n+#include \"Tools/Factory/RSC/Factory_encoder_RSC.hpp\"\n+\n+namespace aff3ct\n+{\n+... | C++ | MIT License | aff3ct/aff3ct | Add Repetition and RSC launchers |
8,483 | 30.06.2017 11:29:39 | -7,200 | f9e24a1135e7f2a860447557b8c872cb46f9266b | Refacto the BFER iterative chain launcher and factories | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Launcher/Simulation_chain/Launcher_BFER_ite.cpp",
"diff": "+#include \"Launcher_BFER_ite.hpp\"\n+#include <thread>\n+#include <string>\n+#include <iostream>\n+\n+\n+using namespace aff3ct::tools;\n+using namespace aff3ct::launcher;\n+using n... | C++ | MIT License | aff3ct/aff3ct | Refacto the BFER iterative chain launcher and factories |
8,483 | 04.07.2017 14:20:08 | -7,200 | 6eb264f29b74acd0533db1c16d5d354a87f279a8 | Correct n_thread parameter bug | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Factory/Simulation/BFER/Factory_simulation_BFER.cpp",
"new_path": "src/Tools/Factory/Simulation/BFER/Factory_simulation_BFER.cpp",
"diff": "@@ -36,12 +36,12 @@ void Factory_simulation_BFER::build_args(Arguments_reader::arg_map &req_args, Ar\nvoid Fac... | C++ | MIT License | aff3ct/aff3ct | Correct n_thread parameter bug |
8,490 | 07.07.2017 18:07:05 | -7,200 | 09387bd8d28768a126e13e96dc6155df64ec6702 | Enable backtrace for clang. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Exception/exception.cpp",
"new_path": "src/Tools/Exception/exception.cpp",
"diff": "-#if defined(__GNUC__) && (defined(__linux__) || defined(__linux))\n+#if (defined(__GNUC__) || defined(__clang__) || defined(__llvm__)) && (defined(__linux__) || defi... | C++ | MIT License | aff3ct/aff3ct | Enable backtrace for clang. |
8,486 | 12.07.2017 17:46:38 | -7,200 | 993b85ccf1369a4bd205686befa5d20865b0612e | Modification of the SCAN store function. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Polar/SCAN/Decoder_polar_SCAN_naive_sys.hxx",
"new_path": "src/Module/Decoder/Polar/SCAN/Decoder_polar_SCAN_naive_sys.hxx",
"diff": "@@ -71,7 +71,7 @@ void Decoder_polar_SCAN_naive_sys<B,R,I,F,V,H>\nfor (auto i = 0; i < this->N; i++)\n{\nif ... | C++ | MIT License | aff3ct/aff3ct | Modification of the SCAN store function. |
8,490 | 13.07.2017 10:02:48 | -7,200 | 6f267e192f562c43429de1e1adf80ea368fd4b2a | Folder renaming. | [
{
"change_type": "RENAME",
"old_path": "src/Launcher/Simulation_chain/Launcher_BFER_ite.cpp",
"new_path": "src/Launcher/Simulation/Launcher_BFER_ite.cpp",
"diff": "-#include \"Launcher_BFER_ite.hpp\"\n#include <thread>\n#include <string>\n#include <iostream>\n+#include \"Launcher_BFER_ite.hpp\"\nusi... | C++ | MIT License | aff3ct/aff3ct | Folder renaming. |
8,490 | 13.07.2017 12:09:20 | -7,200 | 5f330cc133eaece3855d0f66e9671977c62cbf81 | Improve the Factory_source arguments management. | [
{
"change_type": "MODIFY",
"old_path": "src/Launcher/Simulation/Launcher_BFER_ite.cpp",
"new_path": "src/Launcher/Simulation/Launcher_BFER_ite.cpp",
"diff": "@@ -33,7 +33,13 @@ void Launcher_BFER_ite<B,R,Q>\nLauncher::build_args();\nFactory_simulation_BFER_ite::build_args(this->req_args, this->opt_a... | C++ | MIT License | aff3ct/aff3ct | Improve the Factory_source arguments management. |
8,490 | 17.07.2017 14:43:01 | -7,200 | 781209a8441354ee9a3eb8cb3678965405c4bf00 | Clean and cosmetics. | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/Iterative/Threads/Simulation_BFER_ite_threads.cpp",
"new_path": "src/Simulation/BFER/Iterative/Threads/Simulation_BFER_ite_threads.cpp",
"diff": "@@ -227,7 +227,7 @@ void Simulation_BFER_ite_threads<B,R,Q>\nthis->durations[tid][std::make_pa... | C++ | MIT License | aff3ct/aff3ct | Clean and cosmetics. |
8,490 | 18.07.2017 15:40:35 | -7,200 | bdfd897578468e64c40787b750e95902deaf34eb | Rename Launcher_NO in Launcher_uncoded. | [
{
"change_type": "RENAME",
"old_path": "src/Launcher/Code/Uncoded/Launcher_NO.hpp",
"new_path": "src/Launcher/Code/Uncoded/Launcher_uncoded.hpp",
"diff": "@@ -30,6 +30,6 @@ protected:\n}\n}\n-#include \"Launcher_NO.hxx\"\n+#include \"Launcher_uncoded.hxx\"\n#endif /* LAUNCHER_NO_HPP_ */\n"
},
{
... | C++ | MIT License | aff3ct/aff3ct | Rename Launcher_NO in Launcher_uncoded. |
8,490 | 19.07.2017 15:11:58 | -7,200 | 1086166ea02601863e59d642be9aa5b31c507619 | Fix launcher BFERI and coset approach. | [
{
"change_type": "MODIFY",
"old_path": "src/Launcher/Simulation/Launcher_BFER_ite.cpp",
"new_path": "src/Launcher/Simulation/Launcher_BFER_ite.cpp",
"diff": "@@ -36,9 +36,34 @@ void Launcher_BFER_ite<B,R,Q>\nFactory_interleaver ::build_args(this->req_args, this->opt_args);\nFactory_modem ::build_arg... | C++ | MIT License | aff3ct/aff3ct | Fix launcher BFERI and coset approach. |
8,490 | 19.07.2017 15:41:11 | -7,200 | 2b430ad9aaa57235dc3c8b18b9539a3b78a8cf03 | Fix EXIT launcher params. | [
{
"change_type": "MODIFY",
"old_path": "scripts/run_exit_polar_SCAN.sh",
"new_path": "scripts/run_exit_polar_SCAN.sh",
"diff": "@@ -4,7 +4,7 @@ cd ../build\n./bin/aff3ct \\\n--sim-type EXIT \\\n- --cde-type POLAR \\\n+ --sim-cde-type POLAR \\\n-K 1194 \\\n-N 2048 \\\n--sim-snr-min -3 \\\n@@ -15,5 +1... | C++ | MIT License | aff3ct/aff3ct | Fix EXIT launcher params. |
8,490 | 20.07.2017 16:56:19 | -7,200 | 2c36e57f98be6ac3913bb40b0b9b97a7d65653a5 | Improve the coset factory. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Factory/Module/Coset.cpp",
"diff": "+#include \"Coset.hpp\"\n+\n+using namespace aff3ct;\n+using namespace aff3ct::factory;\n+\n+template <typename B, typename BR>\n+module::Coset<B,BR>* Coset\n+::build(const parameters ¶ms)\n+{\n+ if (p... | C++ | MIT License | aff3ct/aff3ct | Improve the coset factory. |
8,490 | 20.07.2017 18:02:59 | -7,200 | 07e7d471dad27761e61408d106f7c2388f66d38f | Improve the terminal BFER and EXIT factories. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Tools/Display/Terminal/BFER/Terminal_BFER.cpp",
"new_path": "src/Factory/Tools/Display/Terminal/BFER/Terminal_BFER.cpp",
"diff": "#include \"Terminal_BFER.hpp\"\n+using namespace aff3ct;\nusing namespace aff3ct::factory;\n+template <typename B>\n+t... | C++ | MIT License | aff3ct/aff3ct | Improve the terminal BFER and EXIT factories. |
8,490 | 21.07.2017 09:54:41 | -7,200 | 9b2678b7142484daa627eec2400204a947be8a8d | Improve the terminal integration. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Tools/Display/Terminal/EXIT/Terminal_EXIT.cpp",
"new_path": "src/Factory/Tools/Display/Terminal/EXIT/Terminal_EXIT.cpp",
"diff": "@@ -56,6 +56,4 @@ void Terminal_EXIT::header(params_list& head_ter, const parameters& params)\nhead_ter.push_back(std:... | C++ | MIT License | aff3ct/aff3ct | Improve the terminal integration. |
8,490 | 21.07.2017 10:16:57 | -7,200 | c6f2541b6eab1e865f11ea8e1ea5d4b6e0d806eb | Use the Decoder_NO factory in the Codec. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Code/NO/Decoder_NO.cpp",
"new_path": "src/Factory/Module/Code/NO/Decoder_NO.cpp",
"diff": "@@ -10,8 +10,8 @@ using namespace aff3ct;\nusing namespace aff3ct::factory;\ntemplate <typename B, typename Q>\n-module::Decoder<B,Q>* Decoder_NO\n-::... | C++ | MIT License | aff3ct/aff3ct | Use the Decoder_NO factory in the Codec. |
8,490 | 22.07.2017 11:29:48 | -7,200 | c65034378f76787b773033e52e51ec7a783de054 | Update the auto-completion script. | [
{
"change_type": "MODIFY",
"old_path": "scripts/aff3ct_completion.sh",
"new_path": "scripts/aff3ct_completion.sh",
"diff": "@@ -9,7 +9,9 @@ _aff3ct() {\n# determine code type\nfor ((i = 0 ; i < ${#COMP_WORDS[*]}; ++ i))\ndo\n- if [[ ${COMP_WORDS[$i]} == \"--cde-type\" ]]; then\n+ if [[ ${COMP_WORDS[... | C++ | MIT License | aff3ct/aff3ct | Update the auto-completion script. |
8,490 | 22.07.2017 11:54:43 | -7,200 | b55fe1835db3bdd6affd6af84beb80d6acabe8e1 | Update the scripts. | [
{
"change_type": "MODIFY",
"old_path": "scripts/GSM_LDPC/gsm_BPF_MAXS_SPA.sh",
"new_path": "scripts/GSM_LDPC/gsm_BPF_MAXS_SPA.sh",
"diff": "#!/bin/bash\n+cd ../../build\n+\n./bin/aff3ct \\\n--sim-type BFERI \\\n--sim-prec 32 \\\n--mnt-max-fe 100 \\\n--src-type RAND_FAST \\\n-K 2112 \\\n- --cde-type ... | C++ | MIT License | aff3ct/aff3ct | Update the scripts. |
8,489 | 24.07.2017 14:37:45 | -7,200 | 07847659b82a107d1a526a7c3a5b8c469a7e0d92 | working on scan integration | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Module/Decoder/Polar/SCAN/Decoder_polar_SCAN_SC_naive.hpp",
"diff": "+#ifndef DECODER_POLAR_SCAN_SC_NAIVE_H_\n+#define DECODER_POLAR_SCAN_SC_NAIVE_H_\n+\n+#include <vector>\n+#include \"Tools/Perf/MIPP/mipp.h\"\n+#include \"Tools/Math/utils.... | C++ | MIT License | aff3ct/aff3ct | working on scan integration |
8,489 | 24.07.2017 17:03:45 | -7,200 | fd012befe2a0eed0ebb2475c8cc0de71e4c3b069 | Remove SCAN SC. | [
{
"change_type": "DELETE",
"old_path": "src/Module/Decoder/Polar/SCAN/Decoder_polar_SCAN_SC_naive.hpp",
"new_path": null,
"diff": "-#ifndef DECODER_POLAR_SCAN_SC_NAIVE_H_\n-#define DECODER_POLAR_SCAN_SC_NAIVE_H_\n-\n-#include <vector>\n-#include \"Tools/Perf/MIPP/mipp.h\"\n-#include \"Tools/Math/uti... | C++ | MIT License | aff3ct/aff3ct | Remove SCAN SC. |
8,486 | 25.07.2017 10:01:25 | -7,200 | c5d42d5d1e50a486e4c70fc0c0bf2fe99224fbc0 | Stable min star function (f_LLR) for SCAN. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/decoder_polar_functions.h",
"new_path": "src/Tools/Code/Polar/decoder_polar_functions.h",
"diff": "@@ -66,6 +66,9 @@ __forceinline R f_LR(const R& lambda_a, const R& lambda_b);\ntemplate <typename R>\n__forceinline R f_LLR(const R& lambda_... | C++ | MIT License | aff3ct/aff3ct | Stable min star function (f_LLR) for SCAN. |
8,490 | 25.07.2017 17:38:09 | -7,200 | 10c67aa6593c75738c76418970f320ec837ed855 | Updte the aff3ct completion script. | [
{
"change_type": "MODIFY",
"old_path": "scripts/aff3ct_completion.sh",
"new_path": "scripts/aff3ct_completion.sh",
"diff": "@@ -56,8 +56,8 @@ _aff3ct() {\n--mdm-no-sig2 --chn-type --chn-path --chn-blk-fad --qnt-type \\\n--qnt-dec --qnt-bits --qnt-range --dec-type --dec-implem \\\n--ter-no --ter-freq... | C++ | MIT License | aff3ct/aff3ct | Updte the aff3ct completion script. |
8,490 | 25.07.2017 17:38:37 | -7,200 | f63db7f775cd7e2a0bb1f3926034e6cdcec6d345 | Fulfill a missing variable. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Encoder/Encoder.hpp",
"new_path": "src/Module/Encoder/Encoder.hpp",
"diff": "@@ -108,7 +108,7 @@ public:\nif (this->N * this->n_frames != (int)X_N.size())\n{\nstd::stringstream message;\n- message << \"'X_N.size()' has to be equal to 'N' * 'n_frames... | C++ | MIT License | aff3ct/aff3ct | Fulfill a missing variable. |
8,490 | 25.07.2017 21:20:29 | -7,200 | b970bd6af0195ed0223ec345b334f7c35572ceaa | Fix SystemC simus. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Simulation/BFER/BFER_ite.cpp",
"new_path": "src/Factory/Simulation/BFER/BFER_ite.cpp",
"diff": "@@ -14,7 +14,7 @@ simulation::BFER_ite<B,R,Q>* BFER_ite\n::build(const parameters ¶ms, tools::Codec_SISO<B,Q> &codec)\n{\n#if defined(SYSTEMC)\n- re... | C++ | MIT License | aff3ct/aff3ct | Fix SystemC simus. |
8,490 | 25.07.2017 21:40:11 | -7,200 | f2c0af32f29f4458323e5d29a6f476fe18b862bc | Fix StarPU simulation. | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/Standard/StarPU/SPU_BFER_std.cpp",
"new_path": "src/Simulation/BFER/Standard/StarPU/SPU_BFER_std.cpp",
"diff": "@@ -12,47 +12,47 @@ using namespace aff3ct::tools;\nusing namespace aff3ct::simulation;\ntemplate <typename B, typename R, typen... | C++ | MIT License | aff3ct/aff3ct | Fix StarPU simulation. |
8,490 | 26.07.2017 10:54:54 | -7,200 | e6aeff8b13e97002c8f673a783d8a2076294e666 | Display warnings just before the simulation. | [
{
"change_type": "MODIFY",
"old_path": "src/Launcher/Launcher.cpp",
"new_path": "src/Launcher/Launcher.cpp",
"diff": "@@ -66,7 +66,7 @@ int Launcher::read_arguments()\n{\nthis->build_args();\n- std::vector<std::string> cmd_warn, cmd_error;\n+ std::vector<std::string> cmd_error;\nbool miss_arg = !ar.... | C++ | MIT License | aff3ct/aff3ct | Display warnings just before the simulation. |
8,490 | 26.07.2017 11:28:10 | -7,200 | 1bd36e7decf445dd55dfd4149f14b6231f6b1e91 | Fix perf. issue in the AList reader. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/LDPC/AList/AList.cpp",
"new_path": "src/Tools/Code/LDPC/AList/AList.cpp",
"diff": "@@ -247,37 +247,38 @@ Sparse_matrix AList\n}\n}\n- for (unsigned i = 0; i < n_cols; i++)\n- {\n- for (unsigned j = 0; j < cols_max_degree; j++)\n- {\n- unsigned r... | C++ | MIT License | aff3ct/aff3ct | Fix perf. issue in the AList reader. |
8,490 | 26.07.2017 12:01:30 | -7,200 | f156056d18e0c5ee9986ab4703e8f6512b8b64ad | Update the AFF3CT reader. | [
{
"change_type": "MODIFY",
"old_path": "src/aff3ct.hpp",
"new_path": "src/aff3ct.hpp",
"diff": "//find ./src/ -type f -follow -print | grep \"[.]h$\"\n-#include <Tools/general_utils.h>\n#include <Tools/git_sha1.h>\n+#include <Tools/general_utils.h>\n#include <Tools/types.h>\n#include <Tools/Math/mat... | C++ | MIT License | aff3ct/aff3ct | Update the AFF3CT reader. |
8,490 | 26.07.2017 12:14:21 | -7,200 | 01ce30a15f2ec58aa0e9d635fef00851fc6c0984 | Fix the cmake MKL module for MacOS. | [
{
"change_type": "MODIFY",
"old_path": "cmake/Modules/FindMKL.cmake",
"new_path": "cmake/Modules/FindMKL.cmake",
"diff": "@@ -43,6 +43,13 @@ if(WIN32)\nelse()\nset(CMAKE_FIND_LIBRARY_SUFFIXES _dll.lib)\nendif()\n+else()\n+ if(APPLE)\n+ if(MKL_STATAIC)\n+ set(CMAKE_FIND_LIBRARY_SUFFIXES .a)\n+ else()... | C++ | MIT License | aff3ct/aff3ct | Fix the cmake MKL module for MacOS. |
8,490 | 26.07.2017 16:51:10 | -7,200 | 663eb906f992a029fe628004d38fa13da00489b2 | Improve the genericity of the polar node parser function. | [
{
"change_type": "DELETE",
"old_path": "src/Tools/Code/Polar/nodes_parser.cpp",
"new_path": null,
"diff": "-#include <string>\n-#include <sstream>\n-#include <vector>\n-#include <cmath>\n-\n-#include \"Tools/Code/Polar/Patterns/Pattern_polar_r0.hpp\"\n-#include \"Tools/Code/Polar/Patterns/Pattern_po... | C++ | MIT License | aff3ct/aff3ct | Improve the genericity of the polar node parser function. |
8,490 | 26.07.2017 16:53:50 | -7,200 | aec194addd0d7990b5956a85ea0bac5bd6c3734a | Update the AFF3CT header. | [
{
"change_type": "MODIFY",
"old_path": "src/aff3ct.hpp",
"new_path": "src/aff3ct.hpp",
"diff": "#include <Tools/Code/Polar/Patterns/Pattern_polar_i.hpp>\n#include <Tools/Code/Polar/Patterns/Pattern_polar_r1.hpp>\n#include <Tools/Code/Polar/Patterns/Pattern_polar_rep.hpp>\n-#include <Tools/Code/Polar... | C++ | MIT License | aff3ct/aff3ct | Update the AFF3CT header. |
8,490 | 27.07.2017 15:04:28 | -7,200 | a292ab7833911aa54756869a1bc1f8bc2f899363 | Fix broken interleaver selection with the turbo when a standard was selected. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Code/Turbo/Decoder_turbo.hxx",
"new_path": "src/Factory/Module/Code/Turbo/Decoder_turbo.hxx",
"diff": "@@ -94,14 +94,10 @@ void Decoder_turbo\nif(exist(vals, {p+\"-sc\" })) params.self_corrected = true;\nif(exist(vals, {p+\"-json\" })) param... | C++ | MIT License | aff3ct/aff3ct | Fix broken interleaver selection with the turbo when a standard was selected. |
8,490 | 28.07.2017 10:01:51 | -7,200 | 645cb648a72f0bacc8b977c1c30d097cdf5b96ca | Rename Decoder_turbo_naive in Decoder_turbo_std. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Code/Turbo/Decoder_turbo.hxx",
"new_path": "src/Factory/Module/Code/Turbo/Decoder_turbo.hxx",
"diff": "#include \"Tools/Exception/exception.hpp\"\n-#include \"Module/Decoder/Turbo/Decoder_turbo_naive.hpp\"\n+#include \"Module/Decoder/Turbo/D... | C++ | MIT License | aff3ct/aff3ct | Rename Decoder_turbo_naive in Decoder_turbo_std. |
8,490 | 28.07.2017 16:09:25 | -7,200 | 41fa4cb485a3af22a5f7be1f900f70590db9f740 | Fix bad info bits pos in LDPC. | [
{
"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": "@@ -77,15 +77,15 @@ void LDPC_matrix_handler\nstd::swap(mat[swapped_cols[l*2-2]], mat[swapped_cols[l*2-1]]);\n// ret... | C++ | MIT License | aff3ct/aff3ct | Fix bad info bits pos in LDPC. |
8,490 | 28.07.2017 16:47:12 | -7,200 | b19de30f05d8f4b08141e475b02dcc4cf59352c6 | Do not force USER encoder when reversing err. tracker if the encoder is not COSET. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Simulation/BFER/BFER.cpp",
"new_path": "src/Factory/Simulation/BFER/BFER.cpp",
"diff": "@@ -94,6 +94,7 @@ void BFER::store_args(const arg_val_map &vals, parameters ¶ms, const std::st\n{\nparams.err_track_enable = false;\nparams.src->type = \"US... | C++ | MIT License | aff3ct/aff3ct | Do not force USER encoder when reversing err. tracker if the encoder is not COSET. |
8,490 | 28.07.2017 17:43:28 | -7,200 | 4880c777aee30e4872127f2c96617b6d56ab0b5d | Allow the channel USER to read float or double even if this is not the corresponding type. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Channel/User/Channel_user.cpp",
"new_path": "src/Module/Channel/User/Channel_user.cpp",
"diff": "using namespace aff3ct::module;\nusing namespace aff3ct::tools;\n+\n+\ntemplate <typename R>\nChannel_user<R>\n::Channel_user(const int N, const std::st... | C++ | MIT License | aff3ct/aff3ct | Allow the channel USER to read float or double even if this is not the corresponding type. |
8,490 | 28.07.2017 18:41:31 | -7,200 | 6768345aa0f1dc621b67de4977073642ac1bc1a0 | Improve the error tracker feature. | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/BFER.cpp",
"new_path": "src/Simulation/BFER/BFER.cpp",
"diff": "@@ -42,6 +42,8 @@ BFER<B,R,Q>\nsnr_b(0.f),\nsigma(0.f),\n+ max_fra(0),\n+\nmonitor (params.n_threads, nullptr),\nmonitor_red( nullptr),\ndumper (params.n_threads, nullptr),\n@@... | C++ | MIT License | aff3ct/aff3ct | Improve the error tracker feature. |
8,490 | 28.07.2017 22:45:42 | -7,200 | d93795c1ecacf19d314eb41ad94e4f17b54cfd38 | Fix the LDPC DVB-S2 encoder. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Encoder/LDPC/Encoder_LDPC.cpp",
"new_path": "src/Module/Encoder/LDPC/Encoder_LDPC.cpp",
"diff": "@@ -14,7 +14,7 @@ using namespace aff3ct::tools;\ntemplate <typename B>\nEncoder_LDPC<B>\n::Encoder_LDPC(const int K, const int N, const int n_frames, c... | C++ | MIT License | aff3ct/aff3ct | Fix the LDPC DVB-S2 encoder. |
8,490 | 28.07.2017 23:05:33 | -7,200 | 3151acc9657f4796ab98f38b367ac93d5fa6ab25 | Does not display quantizer info. in floating point. | [
{
"change_type": "MODIFY",
"old_path": "src/Launcher/Simulation/BFER_ite.cpp",
"new_path": "src/Launcher/Simulation/BFER_ite.cpp",
"diff": "@@ -176,6 +176,7 @@ void BFER_ite<B,R,Q>\nfactory::Interleaver ::make_header(this->pl_itl, *params->itl, false);\nfactory::Modem ::make_header(this->pl_mdm, *pa... | C++ | MIT License | aff3ct/aff3ct | Does not display quantizer info. in floating point. |
8,490 | 30.07.2017 15:31:17 | -7,200 | b3ddd99fb6e693c163771f6a1f7fec4096e0cad7 | Fix a potential bug in the Launcher factory. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Launcher/Launcher.cpp",
"new_path": "src/Factory/Launcher/Launcher.cpp",
"diff": "@@ -181,7 +181,7 @@ void Launcher::store_args(const arg_val_map &vals, parameters ¶ms, const std\nif(exist(vals, {\"version\", \"v\"})) params.display_version = t... | C++ | MIT License | aff3ct/aff3ct | Fix a potential bug in the Launcher factory. |
8,490 | 31.07.2017 13:50:25 | -7,200 | a4c3f923138a7a160c4191f66dcc702dc279da9f | Add exceptions. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/RSC/BCJR/Decoder_RSC_BCJR.hxx",
"new_path": "src/Module/Decoder/RSC/BCJR/Decoder_RSC_BCJR.hxx",
"diff": "@@ -36,7 +36,6 @@ Decoder_RSC_BCJR<B,R>\nmessage << \"'n_states' has to be a power of 2 ('n_states' = \" << n_states << \").\";\nthrow t... | C++ | MIT License | aff3ct/aff3ct | Add exceptions. |
8,490 | 01.08.2017 10:19:25 | -7,200 | 346d94c03a9039e13c2947aeb9e2d818c48b067b | Move std iterleaver automatic selection after parsing the itl params. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Code/Turbo/Decoder_turbo.hpp",
"new_path": "src/Factory/Module/Code/Turbo/Decoder_turbo.hpp",
"diff": "@@ -52,7 +52,6 @@ struct Decoder_turbo : public Decoder\nstatic void store_args(const arg_val_map &vals, parameters<D1,D2> ¶ms, const ... | C++ | MIT License | aff3ct/aff3ct | Move std iterleaver automatic selection after parsing the itl params. |
8,490 | 01.08.2017 10:21:47 | -7,200 | 51298e40f21181712de06e7ca856e10f4699ea54 | Fix issue when debugging. | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/Standard/Threads/BFER_std_threads.cpp",
"new_path": "src/Simulation/BFER/Standard/Threads/BFER_std_threads.cpp",
"diff": "@@ -461,7 +461,7 @@ void BFER_std_threads<B,R,Q>\nstd::cout << \"Extract the CRC bits from V_K1 and keep only the info... | C++ | MIT License | aff3ct/aff3ct | Fix issue when debugging. |
8,490 | 01.08.2017 11:36:49 | -7,200 | aea00f202532458f47fe232006714dc8893f9dfd | Improve the genericity of the Turbo DB: now it is possible to use all the available interleavers. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Code/Turbo_DB/Decoder_turbo_DB.cpp",
"new_path": "src/Factory/Module/Code/Turbo_DB/Decoder_turbo_DB.cpp",
"diff": "@@ -81,7 +81,7 @@ void Decoder_turbo_DB\nparams.N_cw = 2 * params.sub.N_cw - params.K;\nparams.R = (float)params.K / (float)pa... | C++ | MIT License | aff3ct/aff3ct | Improve the genericity of the Turbo DB: now it is possible to use all the available interleavers. |
8,490 | 01.08.2017 11:50:10 | -7,200 | 1593f9218af64c5f6ace40951c95e40ee7da047c | Fix the inter frame mode in the Turbo DB chain. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Encoder/RSC_DB/Encoder_RSC_DB.cpp",
"new_path": "src/Module/Encoder/RSC_DB/Encoder_RSC_DB.cpp",
"diff": "@@ -243,7 +243,6 @@ template <typename B>\nvoid Encoder_RSC_DB<B>\n::_encode_sys(const B *U_K, B *par, const int frame_id)\n{\n-\nint circ_state... | C++ | MIT License | aff3ct/aff3ct | Fix the inter frame mode in the Turbo DB chain. |
8,490 | 01.08.2017 12:08:38 | -7,200 | 9539a65649726f1d91770a8a8e94a817346db547 | Fix the generic RSC DB decoder. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/RSC_DB/BCJR/Decoder_RSC_DB_BCJR_generic.hxx",
"new_path": "src/Module/Decoder/RSC_DB/BCJR/Decoder_RSC_DB_BCJR_generic.hxx",
"diff": "@@ -59,7 +59,12 @@ void Decoder_RSC_DB_BCJR_generic<B,R,MAX>\nthis->alpha[k][s1] + this->gamma[k][4*s1 + 1])... | C++ | MIT License | aff3ct/aff3ct | Fix the generic RSC DB decoder. |
8,490 | 01.08.2017 12:09:58 | -7,200 | e6c238af6788479f131f12f454bcbd664c55f988 | Add the possibility to override the decoder implem even if a std is selected (double binary chains). | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Code/Turbo_DB/Decoder_turbo_DB.cpp",
"new_path": "src/Factory/Module/Code/Turbo_DB/Decoder_turbo_DB.cpp",
"diff": "@@ -67,12 +67,6 @@ void Decoder_turbo_DB\nif(exist(vals, {p+\"-ite\", \"i\"})) params.n_ite = std::stoi(vals.at({p+\"-ite\", \... | C++ | MIT License | aff3ct/aff3ct | Add the possibility to override the decoder implem even if a std is selected (double binary chains). |
8,490 | 01.08.2017 12:51:15 | -7,200 | 03d22adecfcae43a50c62fd35a0343080d3f1e17 | Fix code and bit rates. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Simulation/BFER/BFER.cpp",
"new_path": "src/Factory/Simulation/BFER/BFER.cpp",
"diff": "@@ -133,7 +133,7 @@ void BFER::make_header(params_list& head_sim, const parameters& params, const bo\nhead_sim.push_back(std::make_pair(\"Bad frames base path\"... | C++ | MIT License | aff3ct/aff3ct | Fix code and bit rates. |
8,490 | 01.08.2017 17:10:36 | -7,200 | 750c0dc80a3fe2b79e0fc929f662d1f3c468e3d4 | Update the AFF3CT includes. | [
{
"change_type": "MODIFY",
"old_path": "src/aff3ct.hpp",
"new_path": "src/aff3ct.hpp",
"diff": "#include <Tools/Code/Turbo/Post_processing_SISO/Scaling_factor/Scaling_factor_array.hpp>\n#include <Tools/Code/Turbo/Post_processing_SISO/Scaling_factor/Scaling_factor.hpp>\n#include <Tools/Code/Turbo/Pos... | C++ | MIT License | aff3ct/aff3ct | Update the AFF3CT includes. |
8,490 | 02.08.2017 13:17:35 | -7,200 | 66f978bd5942ab569528f53a2f70bad8465dbf0e | Use Decoder_NO fast hard decision whenever possible. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp",
"new_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp",
"diff": "@@ -12,7 +12,7 @@ template <typename B, typename R>\nDecoder_BCH<B, R>\n::Decoder_BCH(const int& K, const int& N, const int&t, const Galois &GF, const int n... | C++ | MIT License | aff3ct/aff3ct | Use Decoder_NO fast hard decision whenever possible. |
8,490 | 02.08.2017 15:14:56 | -7,200 | 5c1f5fb5bdd0a1b5ebfec191e8330fb4df09ca9c | Add a new type of decoder: the Decoder_HIHO (Hard Input Hard Output). | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp",
"new_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp",
"diff": "@@ -12,9 +12,9 @@ template <typename B, typename R>\nDecoder_BCH<B, R>\n::Decoder_BCH(const int& K, const int& N, const int&t, const Galois &GF, const int n... | C++ | MIT License | aff3ct/aff3ct | Add a new type of decoder: the Decoder_HIHO (Hard Input Hard Output). |
8,490 | 02.08.2017 15:18:34 | -7,200 | 8c4caed6f5685baad319db2badc04dda9ef87d58 | Update the AFF3CT header file. | [
{
"change_type": "MODIFY",
"old_path": "src/aff3ct.hpp",
"new_path": "src/aff3ct.hpp",
"diff": "// #include <Module/Channel/SC_Channel.hpp>\n#include <Module/Channel/NO/Channel_NO.hpp>\n#include <Module/Decoder/Decoder_SIHO.hpp>\n+#include <Module/Decoder/Decoder_HIHO.hpp>\n#include <Module/Decoder/... | C++ | MIT License | aff3ct/aff3ct | Update the AFF3CT header file. |
8,490 | 02.08.2017 15:31:04 | -7,200 | d096b7e7015894fb81c0e8c690df630f9045605a | Fix wrong doc. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Decoder_SIHO_HIHO.hpp",
"new_path": "src/Module/Decoder/Decoder_SIHO_HIHO.hpp",
"diff": "/*!\n* \\file\n- * \\brief A Decoder_SISO is both a \"Soft Input Hard Output\" decoder and a \"Soft Input Soft Output\" decoder.\n+ * \\brief A Decoder_... | C++ | MIT License | aff3ct/aff3ct | Fix wrong doc. |
8,490 | 02.08.2017 16:47:05 | -7,200 | cb98c327cb8beb6c2f6c046b984b29f7930b560d | Improving the versionning of AFF3CT. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -23,8 +23,9 @@ file (GLOB_RECURSE source_files src/*)\n# Auto generate a header containing the last GIT SHA1\ninclude(GetGitRevisionDescription)\nget_git_head_revision(GIT_REFSPEC GIT_SHA1)\n-configure... | C++ | MIT License | aff3ct/aff3ct | Improving the versionning of AFF3CT. |
8,490 | 03.08.2017 10:12:49 | -7,200 | f5a99a5f0ff771093798bc1ebd1c42ff04d4cc65 | Convert the Gallager A from Decoder_SISO_SIHO to Decoder_SIHO_HIHO + do not display the full git sha1 anymore. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Code/LDPC/Decoder_LDPC.cpp",
"new_path": "src/Factory/Module/Code/LDPC/Decoder_LDPC.cpp",
"diff": "@@ -19,12 +19,11 @@ const std::string aff3ct::factory::Decoder_LDPC::prefix = \"dec\";\ntemplate <typename B, typename R>\nmodule::Decoder_SIS... | C++ | MIT License | aff3ct/aff3ct | Convert the Gallager A from Decoder_SISO_SIHO to Decoder_SIHO_HIHO + do not display the full git sha1 anymore. |
8,490 | 04.08.2017 14:23:39 | -7,200 | 5cf15554f64e2893792c2838f0eeacbec30776f2 | Move the select_best_path method outside of the _decode method. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_MEM_fast_sys.hxx",
"new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_MEM_fast_sys.hxx",
"diff": "@@ -235,7 +235,6 @@ void Decoder_polar_SCL_MEM_fast_sys<B,R,API_polar>\n{\nint first_node_id = 0, off_l = ... | C++ | MIT License | aff3ct/aff3ct | Move the select_best_path method outside of the _decode method. |
8,490 | 04.08.2017 14:40:00 | -7,200 | 1a3bb50fb14aa705f75a80428ab8ff30feba3f91 | Add _decode_siho_coded method. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/NO/Decoder_NO.cpp",
"new_path": "src/Module/Decoder/NO/Decoder_NO.cpp",
"diff": "@@ -45,6 +45,13 @@ void Decoder_NO<B,R>\nthis->d_store_total += d_store;\n}\n+template <typename B, typename R>\n+void Decoder_NO<B,R>\n+::_decode_siho_coded(co... | C++ | MIT License | aff3ct/aff3ct | Add _decode_siho_coded method. |
8,490 | 04.08.2017 14:45:08 | -7,200 | f621c04f05a5fa22a76e0fa86ddf9ac605ff3c28 | Rename REPETITION in REP. | [
{
"change_type": "MODIFY",
"old_path": "scripts/aff3ct_completion.sh",
"new_path": "scripts/aff3ct_completion.sh",
"diff": "@@ -35,7 +35,7 @@ _aff3ct() {\n${codetype} == \"RSC\" && ${simutype} == \"BFER\" || \\\n${codetype} == \"BCH\" && ${simutype} == \"BFER\" || \\\n${codetype} == \"TURBO\" && ${s... | C++ | MIT License | aff3ct/aff3ct | Rename REPETITION in REP. |
8,490 | 07.08.2017 09:42:20 | -7,200 | c9dbfd21d3a6525debe057883641c6df815535c4 | Fix compilation error on MSVC v1910. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Code/Polar/Decoder_polar.cpp",
"new_path": "src/Factory/Module/Code/Polar/Decoder_polar.cpp",
"diff": "@@ -49,11 +49,11 @@ module::Decoder_SISO_SIHO<B,Q>* Decoder_polar\n{\nif (params.type == \"SCAN\" && params.systematic)\n{\n- if (params.i... | C++ | MIT License | aff3ct/aff3ct | Fix compilation error on MSVC v1910. |
8,490 | 16.08.2017 13:57:58 | -7,200 | 9ba50bd6d2c48f5fafc8ef31d1fb6a78670e7960 | Put a '#' before the lines. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Process.cpp",
"new_path": "src/Module/Process.cpp",
"diff": "@@ -90,6 +90,7 @@ void Process::exec()\nconst auto sty_class = tools::Style::BOLD;\nconst auto sty_method = tools::Style::BOLD | tools::FG::Color::GREEN;\n+ std::cout << \"# \";\nstd::cout... | C++ | MIT License | aff3ct/aff3ct | Put a '#' before the lines. |
8,490 | 17.08.2017 09:27:25 | -7,200 | 98b2a7e0474f94a42cfcf630524870cc146d4a06 | Implement the BFERI simu with the new binding. | [
{
"change_type": "MODIFY",
"old_path": "scripts/aff3ct_completion.sh",
"new_path": "scripts/aff3ct_completion.sh",
"diff": "@@ -70,9 +70,9 @@ _aff3ct() {\n${codetype} == \"LDPC\" && ${simutype} == \"BFER\" || \\\n${codetype} == \"UNCODED\" && ${simutype} == \"BFER\" ]]\nthen\n- opts=\"$opts --sim-be... | C++ | MIT License | aff3ct/aff3ct | Implement the BFERI simu with the new binding. |
8,486 | 17.08.2017 16:45:02 | -7,200 | acd1cfa78388fbf1cf003e6b581937f15631c245 | Factor 2 for real modulations. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Modem/PAM/Modem_PAM.hxx",
"new_path": "src/Module/Modem/PAM/Modem_PAM.hxx",
"diff": "@@ -123,7 +123,7 @@ void Modem_PAM<B,R,Q,MAX>\nthrow tools::invalid_argument(__FILE__, __LINE__, __func__, \"Type 'Q' has to be float or double.\");\nauto size = th... | C++ | MIT License | aff3ct/aff3ct | Factor 2 for real modulations. |
8,486 | 17.08.2017 16:52:24 | -7,200 | 28e50d7c5e1497a18f9d91cdc3df902cbf8ac173 | Modification for handling real/complex modulations. | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/Iterative/Simulation_BFER_ite.cpp",
"new_path": "src/Simulation/BFER/Iterative/Simulation_BFER_ite.cpp",
"diff": "@@ -158,9 +158,11 @@ template <typename B, typename R, typename Q>\nModem<B,R,Q>* Simulation_BFER_ite<B,R,Q>\n::build_modem(co... | C++ | MIT License | aff3ct/aff3ct | Modification for handling real/complex modulations. |
8,483 | 08.09.2017 10:13:36 | -7,200 | 5309e222cbce3f7390232fa5ac31526fc90765d6 | Add a column_row interleaver (written column by column, read row by row) in opposition to the row_column interleaver (written row by row, read column by column) | [
{
"change_type": "MODIFY",
"old_path": "scripts/aff3ct_completion.sh",
"new_path": "scripts/aff3ct_completion.sh",
"diff": "@@ -311,8 +311,8 @@ _aff3ct() {\n--itl-type)\nlocal params\ncase \"${simutype}\" in\n- BFER) params=\"LTE CCSDS RANDOM RAND_COL ROW_COL GOLDEN USER NO\" ;;\n- BFERI) params=\"L... | C++ | MIT License | aff3ct/aff3ct | Add a column_row interleaver (written column by column, read row by row) in opposition to the row_column interleaver (written row by row, read column by column) |
8,483 | 12.09.2017 14:32:07 | -7,200 | 0b5ae43782977ac65837f2952d1907de569358b1 | Design the OOK modem | [
{
"change_type": "MODIFY",
"old_path": "scripts/aff3ct_completion.sh",
"new_path": "scripts/aff3ct_completion.sh",
"diff": "@@ -365,7 +365,7 @@ _aff3ct() {\n;;\n--mdm-type)\n- local params=\"BPSK BPSK_FAST PSK PAM QAM CPM SCMA USER\"\n+ local params=\"BPSK BPSK_FAST OOK PSK PAM QAM CPM SCMA USER\"\n... | C++ | MIT License | aff3ct/aff3ct | Design the OOK modem |
8,483 | 12.09.2017 16:46:28 | -7,200 | 125cad0d87f5529d81aeed61b1928bc6a665198e | Design a Rayleigh channel getting its attenuation gain from a file | [
{
"change_type": "MODIFY",
"old_path": "scripts/aff3ct_completion.sh",
"new_path": "scripts/aff3ct_completion.sh",
"diff": "@@ -200,7 +200,7 @@ _aff3ct() {\n--sim-snr-min | -m | --snr-min-max | -M | --sim-snr-min | -m | \\\n--snr-min-max | -M | --sim-snr-step | -s | --sim-stop-time | \\\n--sim-threa... | C++ | MIT License | aff3ct/aff3ct | Design a Rayleigh channel getting its attenuation gain from a file |
8,483 | 13.09.2017 09:58:32 | -7,200 | 1672d51fa8ee8270f4113ffccc519494523a5633 | Set back the OOK demodulation to inversed LLR arbitrarily set to >0 -> 0 and <0 -> 1 | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Modem/OOK/Modem_OOK.cpp",
"new_path": "src/Module/Modem/OOK/Modem_OOK.cpp",
"diff": "@@ -40,7 +40,7 @@ void Modem_OOK<B,R,Q>\n{\nauto size = (unsigned int)(this->N * this->n_frames);\nfor (unsigned i = 0; i < size; i++)\n- X_N2[i] = X_N1[i] ? 0 : 1;... | C++ | MIT License | aff3ct/aff3ct | Set back the OOK demodulation to inversed LLR arbitrarily set to >0 -> 0 and <0 -> 1 |
8,490 | 14.09.2017 15:02:01 | -7,200 | 151917cbd5cd60505391d76961271900b7139e05 | Fix bad group args storage. | [
{
"change_type": "MODIFY",
"old_path": "src/Launcher/Code/BCH/BCH.cpp",
"new_path": "src/Launcher/Code/BCH/BCH.cpp",
"diff": "@@ -54,7 +54,7 @@ template <class L, typename B, typename R, typename Q>\nvoid BCH<L,B,R,Q>\n::group_args()\n{\n- L::store_args();\n+ L::group_args();\nthis->arg_group.push_b... | C++ | MIT License | aff3ct/aff3ct | Fix bad group args storage. |
8,490 | 14.09.2017 15:02:22 | -7,200 | ea5e4b7eccfa33500c805e49141a3b82c307fb6c | Fix polar parameters. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Codec/Polar/Codec_polar.cpp",
"new_path": "src/Factory/Module/Codec/Polar/Codec_polar.cpp",
"diff": "@@ -68,6 +68,7 @@ void Codec_polar::parameters\nreq_args.erase({pdec+\"-info-bits\", \"K\"});\nopt_args.erase({pdec+\"-fra\", \"F\"});\nopt_... | C++ | MIT License | aff3ct/aff3ct | Fix polar parameters. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.