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,490
21.04.2017 22:23:56
-7,200
72fbd8d22433b00f3ca6b87846d9a017777cacbe
Add a new LDPC BP layered decoder: ONMS + SIMD inter frame.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/LDPC/Launcher_BFER_LDPC.cpp", "new_path": "src/Launcher/BFER/LDPC/Launcher_BFER_LDPC.cpp", "diff": "@@ -59,6 +59,10 @@ void Launcher_BFER_LDPC<B,R,Q>\nthis->opt_args[{\"dec-synd-depth\"}] =\n{\"positive_int\",\n\"successive number of iteratio...
C++
MIT License
aff3ct/aff3ct
Add a new LDPC BP layered decoder: ONMS + SIMD inter frame.
8,490
22.04.2017 11:41:02
-7,200
ad78be5928eab33ee610c51515025e32f6042f90
Improve the MIPP lib by using the right interface for operator[].
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Layered/ONMS/Decoder_LDPC_BP_layered_ONMS_inter.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Layered/ONMS/Decoder_LDPC_BP_layered_ONMS_inter.cpp", "diff": "@@ -274,8 +274,8 @@ void Decoder_LDPC_BP_layered_ONMS_inter<B,R>\nauto cste1...
C++
MIT License
aff3ct/aff3ct
Improve the MIPP lib by using the right interface for operator[].
8,486
24.04.2017 10:15:29
-7,200
431a0c217d97ef8a50067b0141f398b2f85bd48e
Add getter for N and K.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Decoder.hpp", "new_path": "src/Module/Decoder/Decoder.hpp", "diff": "@@ -176,7 +176,10 @@ public:\n{\nreturn this->simd_inter_frame_level;\n}\n-\n+ int get_N()\n+ {\n+ return this->N;\n+ }\nprotected:\nvirtual void _hard_decode(const R *Y_N,...
C++
MIT License
aff3ct/aff3ct
Add getter for N and K.
8,490
24.04.2017 12:23:19
-7,200
811511469befa47fb52b2e44d71ac97ff15e5fa9
Add a alias in mipp: copysign(a,b) = neg(a,b) + remove the multiplication in the LDPC decoder when the normalize factor is equal to 1.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Layered/ONMS/Decoder_LDPC_BP_layered_ONMS_inter.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Layered/ONMS/Decoder_LDPC_BP_layered_ONMS_inter.cpp", "diff": "using namespace aff3ct::module;\nusing namespace aff3ct::tools;\n-template <...
C++
MIT License
aff3ct/aff3ct
Add a alias in mipp: copysign(a,b) = neg(a,b) + remove the multiplication in the LDPC decoder when the normalize factor is equal to 1.
8,490
24.04.2017 16:51:44
-7,200
c1e3fda5fd7c456337a8646b144341ba3666b6dc
Add a saturation in the LDPC BP decoder (inter SIMD).
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding.cpp", "diff": "@@ -28,7 +28,7 @@ Decoder_LDPC_BP_flooding<B,R>\nn_branches ((int)alist_data.get_n_branches() ),\nenable...
C++
MIT License
aff3ct/aff3ct
Add a saturation in the LDPC BP decoder (inter SIMD).
8,490
25.04.2017 08:55:15
-7,200
9ed594f7fea698408498e85436b6e773a2cc3bba
Improve the saturation.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Layered/ONMS/Decoder_LDPC_BP_layered_ONMS_inter.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Layered/ONMS/Decoder_LDPC_BP_layered_ONMS_inter.cpp", "diff": "@@ -48,11 +48,9 @@ Decoder_LDPC_BP_layered_ONMS_inter<B,R>\nif (N != (int)al...
C++
MIT License
aff3ct/aff3ct
Improve the saturation.
8,490
25.04.2017 09:53:33
-7,200
daf1296407b5199ba0fd30541459ebcd38863945
Add cast instruction to mipp.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Layered/ONMS/Decoder_LDPC_BP_layered_ONMS_inter.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Layered/ONMS/Decoder_LDPC_BP_layered_ONMS_inter.cpp", "diff": "@@ -226,9 +226,7 @@ bool Decoder_LDPC_BP_layered_ONMS_inter<B,R>\nfor (auto ...
C++
MIT License
aff3ct/aff3ct
Add cast instruction to mipp.
8,490
25.04.2017 16:40:36
-7,200
9f55353503d584d028589c8f78d3ca87073f47e4
Add 16-bit support for BP flooding ONMS.
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -160,7 +160,7 @@ _aff3ct() {\n${codetype} == \"LDPC\" && ${simutype} == \"BFERI\" ]]\nthen\nopts=\"$opts --dec-type -D --dec-implem --dec-ite -i --cde-alist-path \\\n- --dec...
C++
MIT License
aff3ct/aff3ct
Add 16-bit support for BP flooding ONMS.
8,490
25.04.2017 17:18:40
-7,200
7b525be96554100c191b48d04ba42abd571eccfc
Do not display warning when negative value in the Argument_reader.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments_reader.cpp", "new_path": "src/Tools/Arguments_reader.cpp", "diff": "@@ -61,6 +61,11 @@ bool Arguments_reader\nn_req_arg++;\n}\nvalid_arg = this->sub_parse_arguments(this->m_optional_args, i) || valid_arg;\n+\n+ // do not display warning whe...
C++
MIT License
aff3ct/aff3ct
Do not display warning when negative value in the Argument_reader.
8,490
26.04.2017 09:02:15
-7,200
4b78ac6962c23d53f01ebd7c5615af70d67b3e59
Update the BCH curves.
[ { "change_type": "MODIFY", "old_path": "tests/data/BFER/bch/ALGEBRAIC/1023_983_4.txt", "new_path": "tests/data/BFER/bch/ALGEBRAIC/1023_983_4.txt", "diff": "Run command:\n-./bin/aff3ct --sim-type \"BFER\" --cde-type \"BCH\" -N \"1023\" -K \"983\" -T \"4\" --mGF \"10\" -m \"0\" -M \"8.01\" -s \"0.25\"...
C++
MIT License
aff3ct/aff3ct
Update the BCH curves.
8,490
26.04.2017 09:10:25
-7,200
d759ec0e4ff7a4b4974c5230781a032ae6d815df
Remove some remaining exit calls in the SCL fast decoders.
[ { "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": "@@ -719,8 +719,7 @@ void Decoder_polar_SCL_MEM_fast_sys<B,R,API_polar>\ns[new_path][off_s + bit_flips[2 * ...
C++
MIT License
aff3ct/aff3ct
Remove some remaining exit calls in the SCL fast decoders.
8,490
26.04.2017 10:18:02
-7,200
45aa19edea47ca980816da232c53d3df247208ce
Fix arg. order in mipp.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Perf/MIPP/mipp_object.hxx", "new_path": "src/Tools/Perf/MIPP/mipp_object.hxx", "diff": "@@ -238,7 +238,7 @@ public:\ninline Reg<T> fmadd (const Reg<T> v1, const Reg<T> v2) const { return r * v1.r + v2.r; }\ninline Reg<T> fnmadd (const Reg<T> v1, cons...
C++
MIT License
aff3ct/aff3ct
Fix arg. order in mipp.
8,483
28.04.2017 09:52:59
-7,200
f33a8a1ee0a14abf6e8b6a65b24e5f78284e1706
Correction in the CPM BCJR when filling the extrinsic
[ { "change_type": "MODIFY", "old_path": "src/Module/Modulator/CPM/BCJR/CPM_BCJR.hpp", "new_path": "src/Module/Modulator/CPM/BCJR/CPM_BCJR.hpp", "diff": "@@ -14,7 +14,10 @@ class CPM_BCJR\n{\nprotected:\nconst CPM_parameters<SIN,SOUT>& cpm; // all CPM parameters\n- const int frame_size; // size of a f...
C++
MIT License
aff3ct/aff3ct
Correction in the CPM BCJR when filling the extrinsic
8,490
28.04.2017 17:36:48
-7,200
6e8653fc14e6438f86399406995411f5678af514
Replace N by N_code.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Code/Polar/Simulation_BFER_polar.cpp", "new_path": "src/Simulation/BFER/Code/Polar/Simulation_BFER_polar.cpp", "diff": "@@ -24,7 +24,7 @@ template <typename B, typename R, typename Q>\nSimulation_BFER_polar<B,R,Q>\n::Simulation_BFER_polar(c...
C++
MIT License
aff3ct/aff3ct
Replace N by N_code.
8,490
28.04.2017 17:37:20
-7,200
9fc65b95f47ae9a37cbb43e81bab3f6cbe7b565d
Fix wrong deinterleaver method name.
[ { "change_type": "MODIFY", "old_path": "src/Module/Interleaver/Interleaver.hpp", "new_path": "src/Module/Interleaver/Interleaver.hpp", "diff": "@@ -165,7 +165,7 @@ public:\n}\ntemplate <typename D>\n- inline void _deinterleave(const D *interleaved_vec, D *natural_vec,\n+ inline void deinterleave(con...
C++
MIT License
aff3ct/aff3ct
Fix wrong deinterleaver method name.
8,490
28.04.2017 17:38:46
-7,200
4b1a5544cb535d5f333ed8c8f6f6021437f81df8
Improve the TLM wrapper: 0-copy + exceptions management.
[ { "change_type": "MODIFY", "old_path": "src/Module/CRC/SC_CRC.hpp", "new_path": "src/Module/CRC/SC_CRC.hpp", "diff": "@@ -30,13 +30,11 @@ public:\nprivate:\nSC_CRC<B> &crc;\n- mipp::vector<B> U_K;\npublic:\nSC_CRC_module(SC_CRC<B> &crc, const sc_core::sc_module_name name = \"SC_CRC_module\")\n: sc_m...
C++
MIT License
aff3ct/aff3ct
Improve the TLM wrapper: 0-copy + exceptions management.
8,490
28.04.2017 17:49:13
-7,200
36f1240f9c13fbfc5cb77222d34218278f6284a0
Replace cassert includes by stdexcept ones.
[ { "change_type": "MODIFY", "old_path": "src/Module/CRC/SC_CRC.hpp", "new_path": "src/Module/CRC/SC_CRC.hpp", "diff": "#ifdef SYSTEMC\n#include <vector>\n#include <string>\n-#include <cassert>\n+#include <stdexcept>\n#include <systemc>\n#include <tlm>\n#include <tlm_utils/simple_target_socket.h>\n" ...
C++
MIT License
aff3ct/aff3ct
Replace cassert includes by stdexcept ones.
8,490
28.04.2017 21:43:47
-7,200
cd9d6a3287ab4b1c1c52d20ce15cff6cab441c75
Improve a little bit the SC_Debug class.
[ { "change_type": "MODIFY", "old_path": "src/Tools/SystemC/SC_Debug.hpp", "new_path": "src/Tools/SystemC/SC_Debug.hpp", "diff": "@@ -54,12 +54,8 @@ private:\nft.display_bit_vector(data_in);\nstd::cout << std::endl;\n- tlm::tlm_generic_payload payload;\n- payload.set_data_ptr((unsigned char*)data_in.d...
C++
MIT License
aff3ct/aff3ct
Improve a little bit the SC_Debug class.
8,490
30.04.2017 12:53:21
-7,200
7d6ef991b1fb8835c7adf518a7aaf47bdbed1d2d
Fix C++17 warning: remove the register keyword.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp", "new_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp", "diff": "@@ -41,7 +41,7 @@ void Decoder_BCH<B, R>\nauto d_load = std::chrono::steady_clock::now() - t_load;\nauto t_decod = std::chrono::steady_clock::now(); // ----...
C++
MIT License
aff3ct/aff3ct
Fix C++17 warning: remove the register keyword.
8,490
02.05.2017 10:46:26
-7,200
ad6b3c2e6babcbbf28a66b3f6b34e53fa6d7aaaa
Remove useless "main.h" file + adapt "main.cpp" file.
[ { "change_type": "MODIFY", "old_path": "src/aff3ct.hpp", "new_path": "src/aff3ct.hpp", "diff": "#include <Tools/Display/bash_tools.h>\n// #include <Tools/MSVC/dirent.h>\n#include <Tools/params.h>\n-// #include <main.h>\n-\n//find ./src/ -type f -follow -print | grep \"[.]hpp$\"\n#include <Tools/Thre...
C++
MIT License
aff3ct/aff3ct
Remove useless "main.h" file + adapt "main.cpp" file.
8,490
02.05.2017 11:26:15
-7,200
97033550c094cab9d16e1ffd9044c9c319ee7c10
Remove useless "SC_HAS_PROCESS" macro calls.
[ { "change_type": "MODIFY", "old_path": "src/Module/CRC/SC_CRC.hpp", "new_path": "src/Module/CRC/SC_CRC.hpp", "diff": "@@ -22,8 +22,6 @@ class SC_CRC;\ntemplate <typename B = int>\nclass SC_CRC_module : public sc_core::sc_module\n{\n- SC_HAS_PROCESS(SC_CRC_module);\n-\npublic:\ntlm_utils::simple_targ...
C++
MIT License
aff3ct/aff3ct
Remove useless "SC_HAS_PROCESS" macro calls.
8,490
02.05.2017 14:17:50
-7,200
58f98573ba454da132525bb0ecf6f46e83feb6fe
Compile the SystemC tools with the SystemC modules.
[ { "change_type": "MODIFY", "old_path": "src/Tools/SystemC/SC_Debug.hpp", "new_path": "src/Tools/SystemC/SC_Debug.hpp", "diff": "-#ifdef SYSTEMC\n+#if defined(SYSTEMC) || defined(SYSTEMC_MODULE)\n#ifndef SC_DEBUG_HPP_\n#define SC_DEBUG_HPP_\n" }, { "change_type": "MODIFY", "old_path": "sr...
C++
MIT License
aff3ct/aff3ct
Compile the SystemC tools with the SystemC modules.
8,490
02.05.2017 14:35:24
-7,200
269e50a065033b280f8773369a7b1bd56867a8d8
Fix wrong includes.
[ { "change_type": "MODIFY", "old_path": "src/aff3ct.hpp", "new_path": "src/aff3ct.hpp", "diff": "#include <Tools/Display/Terminal/BFER/Terminal_BFER.hpp>\n#include <Module/Interleaver/Random/Interleaver_random.hpp>\n#include <Module/Interleaver/Golden/Interleaver_golden.hpp>\n-#include <Module/Interl...
C++
MIT License
aff3ct/aff3ct
Fix wrong includes.
8,490
02.05.2017 15:47:18
-7,200
8a96e29c22a86ba226d80cb6dd0cf3951d5a2159
Remove the register keyword.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/Galois.cpp", "new_path": "src/Tools/Math/Galois.cpp", "diff": "@@ -57,7 +57,7 @@ void Galois\nvoid Galois\n::Generate_GF()\n{\n- register int i, mask;\n+ int i, mask;\nmask = 1;\nalpha_to[m] = 0;\n@@ -86,8 +86,8 @@ void Galois\nvoid Galois\n::Co...
C++
MIT License
aff3ct/aff3ct
Remove the register keyword.
8,483
03.05.2017 11:25:03
-7,200
c93cf547d38bf11dca7b57aec83dcb64f48891b8
Change the frame tracing to allow a dynamic control of the precision of the displayed real numbers when debugging.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Launcher_BFER.cpp", "new_path": "src/Launcher/BFER/Launcher_BFER.cpp", "diff": "@@ -16,6 +16,7 @@ Launcher_BFER<B,R,Q>\nthis->params.simulation .benchs = 0;\nthis->params.simulation .debug = false;\nthis->params.simulation .debug_limit = 0;\n...
C++
MIT License
aff3ct/aff3ct
Change the frame tracing to allow a dynamic control of the precision of the displayed real numbers when debugging.
8,490
03.05.2017 15:35:27
-7,200
a9528ad5c9ca8989d9de59ee77a7d4d0996c337b
Fix cmake issue on MacOSX.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -6,6 +6,13 @@ project (aff3ct)\nset (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} \"${CMAKE_SOURCE_DIR}/cmake/Modules/\")\nset (CMAKE_MACOSX_RPATH 1)\n+# Enable C++11\n+if (\"${CMAKE_CXX_COMPILER_ID}\" STREQ...
C++
MIT License
aff3ct/aff3ct
Fix cmake issue on MacOSX.
8,490
03.05.2017 16:30:40
-7,200
76100bb93f51531a67a2cabb81656903654c7279
Add the possibility to compile AFF3CT exec or libs.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -38,6 +38,8 @@ assign_source_group(${source_files})\n# Command line options\noption (ENABLE_EXEC \"Enable to compile AFF3CT executable\" ON )\n+option (ENABLE_STATIC_LIB \"Enable to compile AFF3CT stat...
C++
MIT License
aff3ct/aff3ct
Add the possibility to compile AFF3CT exec or libs.
8,490
04.05.2017 17:15:22
-7,200
260ff2acd1903b0acfe771b62597a421d10fd125
Fix bad template.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/NO/Decoder_NO.cpp", "new_path": "src/Module/Decoder/NO/Decoder_NO.cpp", "diff": "@@ -61,6 +61,6 @@ template class aff3ct::module::Decoder_NO<B_16,Q_16>;\ntemplate class aff3ct::module::Decoder_NO<B_32,Q_32>;\ntemplate class aff3ct::module::D...
C++
MIT License
aff3ct/aff3ct
Fix bad template.
8,490
07.05.2017 09:04:31
-7,200
cb2485d0ba1c563aa945bd231720af58461862d1
Fix bad N val for turbo codes and puncturer no.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Factory/Turbo/Factory_puncturer_turbo.cpp", "new_path": "src/Tools/Factory/Turbo/Factory_puncturer_turbo.cpp", "diff": "@@ -19,7 +19,9 @@ Puncturer<B,Q>* Factory_puncturer_turbo<B,Q>\nparams.encoder.buffered,\nparams.simulation.inter_frame_level);\ne...
C++
MIT License
aff3ct/aff3ct
Fix bad N val for turbo codes and puncturer no.
8,490
09.05.2017 09:09:21
-7,200
2b4ff9242aa59cd935cbe78dd42359c215fc82c9
Do not start non-SIMD INTER frame decoder with the --dec-simd INTER option.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Factory/LDPC/Factory_decoder_LDPC.cpp", "new_path": "src/Tools/Factory/LDPC/Factory_decoder_LDPC.cpp", "diff": "@@ -22,7 +22,7 @@ Decoder_SISO<B,R>* Factory_decoder_LDPC<B,R>\nif (params.encoder.systematic)\n{\n- if (params.decoder.type == \"BP\" || ...
C++
MIT License
aff3ct/aff3ct
Do not start non-SIMD INTER frame decoder with the --dec-simd INTER option.
8,490
10.05.2017 14:07:58
-7,200
362b8ce3afbf3c7884730208a376cb6ccf9944fb
Do not allocate SIMD buffer when it is not needed.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Decoder.hpp", "new_path": "src/Module/Decoder/Decoder.hpp", "diff": "@@ -65,8 +65,8 @@ public:\nstd::string name = \"Decoder_i\")\n: Module(n_frames, name),\nn_inter_frame_rest(this->n_frames % simd_inter_frame_level),\n- Y_N(simd_inter_fram...
C++
MIT License
aff3ct/aff3ct
Do not allocate SIMD buffer when it is not needed.
8,490
11.05.2017 17:07:15
-7,200
3f8b48454047a1f54d607c6b9032d9ed8b4c1339
Add a new K_info param + put N_code where needed.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -346,6 +346,7 @@ void Launcher<B,R,Q>\n// ---------------------------------------------------------------------------------------------------------- code\nparams.code.type = ar.ge...
C++
MIT License
aff3ct/aff3ct
Add a new K_info param + put N_code where needed.
8,490
11.05.2017 18:03:31
-7,200
25028447ab6d7737fbf5a32cd20ecc7582676785
Add missing includes + cosmetics.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Standard/STD_Simulation_BFER.cpp", "new_path": "src/Simulation/BFER/Standard/STD_Simulation_BFER.cpp", "diff": "@@ -156,7 +156,7 @@ void Simulation_BFER<B,R,Q>\n{\n#ifdef ENABLE_MPI\n// build a monitor to compute BER/FER (reduce the other m...
C++
MIT License
aff3ct/aff3ct
Add missing includes + cosmetics.
8,490
11.05.2017 18:05:22
-7,200
5028a6003b4ea952724eaae29e779a4d3b0e114a
Remove dead include.
[ { "change_type": "MODIFY", "old_path": "src/aff3ct.hpp", "new_path": "src/aff3ct.hpp", "diff": "// #include <Module/CRC/SPU_CRC.hpp>\n// #include <Module/CRC/SC_CRC.hpp>\n#include <Module/CRC/Polynomial/CRC_polynomial.hpp>\n-#include <Module/CRC/Polynomial/CRC_polynomial_double.hpp>\n#include <Modul...
C++
MIT License
aff3ct/aff3ct
Remove dead include.
8,483
12.05.2017 11:41:16
-7,200
54840912efd2489944ddbc327780cc77d220090d
Correction of the frame trace displayer to allow a nice display of scientific numbers (too big numbers to be displayed normally)
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Frame_trace/Frame_trace.hxx", "new_path": "src/Tools/Display/Frame_trace/Frame_trace.hxx", "diff": "@@ -91,7 +91,12 @@ void Frame_trace<B>\nbreak;\ncase REAL:\nsstream << std::setprecision(prec) << std::setw(prec+2) << value;\n- value_string ...
C++
MIT License
aff3ct/aff3ct
Correction of the frame trace displayer to allow a nice display of scientific numbers (too big numbers to be displayed normally)
8,490
15.05.2017 17:40:27
-7,200
cfd4b189743bbb1b88c3a42c394060076fb272e1
Fix bad legend display.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Standard/SystemC/SC_Simulation_BFER_std.cpp", "new_path": "src/Simulation/BFER/Standard/SystemC/SC_Simulation_BFER_std.cpp", "diff": "@@ -119,7 +119,6 @@ void SC_Simulation_BFER_std<B,R,Q>\nthis->bind_sockets_debug();\nsc_core::sc_start(); ...
C++
MIT License
aff3ct/aff3ct
Fix bad legend display.
8,490
22.05.2017 16:49:04
-7,200
2e32099a97ed5da8edffbeb88b8db5a7d5d61ac0
Fix a bug: bad use of frame_id param.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/NO/Encoder_NO.cpp", "new_path": "src/Module/Encoder/NO/Encoder_NO.cpp", "diff": "@@ -21,7 +21,7 @@ Encoder_NO<B>\ntemplate <typename B>\nvoid Encoder_NO<B>\n-::encode(const B *U_K, B *X_N, const int frame_id)\n+::encode(const B *U_K, B *X_N)...
C++
MIT License
aff3ct/aff3ct
Fix a bug: bad use of frame_id param.
8,490
22.05.2017 16:49:49
-7,200
c3775bc44fc1b1ecda2332d505874ed349f32927
Fix a bug: template issue on Monitor.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Standard/StarPU/SPU_Simulation_BFER_std.cpp", "new_path": "src/Simulation/BFER/Standard/StarPU/SPU_Simulation_BFER_std.cpp", "diff": "@@ -280,7 +280,7 @@ void SPU_Simulation_BFER_std<B,R,Q>\ntask_names[tid][13] = \"crc::extract_\" + str_id;...
C++
MIT License
aff3ct/aff3ct
Fix a bug: template issue on Monitor.
8,490
22.05.2017 16:50:19
-7,200
8c76be4b19f1965ccee216c4144c71f6d9cf0143
Improve the time report.
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/Standard/Monitor_reduction.cpp", "new_path": "src/Module/Monitor/Standard/Monitor_reduction.cpp", "diff": "@@ -13,6 +13,7 @@ Monitor_reduction<B>\n::Monitor_reduction(const int size, const unsigned max_fe, std::vector<Monitor<B>*> monitors, ...
C++
MIT License
aff3ct/aff3ct
Improve the time report.
8,490
23.05.2017 14:35:11
-7,200
068f36cfce9e66b36a7c75937b68992aeced3f9b
Fix Rayleigh channel.
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/Rayleigh/Channel_Rayleigh_LLR.cpp", "new_path": "src/Module/Channel/Rayleigh/Channel_Rayleigh_LLR.cpp", "diff": "@@ -37,16 +37,16 @@ void Channel_Rayleigh_LLR<R>\nif (this->complex)\n{\n- for (auto i = 0; i < (this->N * this->n_frames) / 2 ;...
C++
MIT License
aff3ct/aff3ct
Fix Rayleigh channel.
8,490
23.05.2017 14:53:19
-7,200
cce59005a9e6f8e10fd9a1bdd941e81b782de971
Update aff3ct header file.
[ { "change_type": "MODIFY", "old_path": "src/aff3ct.hpp", "new_path": "src/aff3ct.hpp", "diff": "#include <Tools/Code/Polar/API/functions_polar_inter.h>\n#include <Tools/Code/Polar/API/functions_polar_intra_32bit.h>\n#include <Tools/Code/Polar/decoder_polar_functions.h>\n+#include <Tools/Code/Polar/f...
C++
MIT License
aff3ct/aff3ct
Update aff3ct header file.
8,490
23.05.2017 15:26:42
-7,200
e1e14f91eb01d1d0e0f77917aef48dbfdd88a707
Replace --dmod-ite param by --sim-ite.
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -87,7 +87,7 @@ _aff3ct() {\nopts=\"$opts --sim-benchs -b --sim-debug -d --sim-debug-fe \\\n--sim-debug-limit \\\n--snr-sim-trace-path --sim-time-report --cde-coset -c --itl-...
C++
MIT License
aff3ct/aff3ct
Replace --dmod-ite param by --sim-ite.
8,490
29.05.2017 11:36:14
-7,200
189eae89c39b6ad2bac01835ef9bc6fbecb5924b
Fix SystemC BFER simu (iterative).
[ { "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": "@@ -388,7 +388,13 @@ Interleaver<int>* SC_Simulation_BFER_ite<B,R,Q>\nconst auto seed = (this->params.in...
C++
MIT License
aff3ct/aff3ct
Fix SystemC BFER simu (iterative).
8,490
29.05.2017 14:58:21
-7,200
e9ea5ceead00d3c291a2400548b134b93b0d0f6c
Move the seeds generation to the builder method in the simus.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Iterative/Simulation_BFER_ite.cpp", "new_path": "src/Simulation/BFER/Iterative/Simulation_BFER_ite.cpp", "diff": "@@ -49,13 +49,18 @@ template <typename B, typename R, typename Q>\nvoid Simulation_BFER_ite<B,R,Q>\n::build_communication_chai...
C++
MIT License
aff3ct/aff3ct
Move the seeds generation to the builder method in the simus.
8,490
29.05.2017 15:06:29
-7,200
753d2d7285f3445cb857777ce361bb91fe989532
Fix bad AZCW encoder prototype.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/AZCW/Encoder_AZCW.cpp", "new_path": "src/Module/Encoder/AZCW/Encoder_AZCW.cpp", "diff": "@@ -17,14 +17,14 @@ Encoder_AZCW<B>\ntemplate <typename B>\nvoid Encoder_AZCW<B>\n-::encode(const B *U_K, B *X_N, const int frame_id)\n+::encode(const B...
C++
MIT License
aff3ct/aff3ct
Fix bad AZCW encoder prototype.
8,490
30.05.2017 09:47:35
-7,200
6cb68f9578d01f68c0ffd63579e0ba0e015e3bad
Refacto the EXIT simu + clean code.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/EXIT/Launcher_EXIT.hpp", "new_path": "src/Launcher/EXIT/Launcher_EXIT.hpp", "diff": "@@ -13,7 +13,7 @@ template <typename B = int, typename R = float, typename Q = R>\nclass Launcher_EXIT : public Launcher<B,R,Q>\n{\nprotected:\n- tools::Codec_SIS...
C++
MIT License
aff3ct/aff3ct
Refacto the EXIT simu + clean code.
8,490
30.05.2017 10:16:33
-7,200
28ad2bb5698b5bcf2a429968c8622d6185bda4b9
Fix a bug with the puncturer in the simulation.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Standard/Simulation_BFER_std.cpp", "new_path": "src/Simulation/BFER/Standard/Simulation_BFER_std.cpp", "diff": "@@ -158,9 +158,16 @@ Puncturer<B,Q>* Simulation_BFER_std<B,R,Q>\ntemplate <typename B, typename R, typename Q>\nInterleaver<int>...
C++
MIT License
aff3ct/aff3ct
Fix a bug with the puncturer in the simulation.
8,490
30.05.2017 11:53:01
-7,200
a12f98a5ae238ed51cb4da2964dd9b03fa277f86
Add a new add_users mode in the channels.
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/AWGN/Channel_AWGN_LLR.cpp", "new_path": "src/Module/Channel/AWGN/Channel_AWGN_LLR.cpp", "diff": "@@ -7,9 +7,10 @@ using namespace aff3ct::module;\ntemplate <typename R>\nChannel_AWGN_LLR<R>\n-::Channel_AWGN_LLR(const int N, const R sigma, to...
C++
MIT License
aff3ct/aff3ct
Add a new add_users mode in the channels.
8,490
30.05.2017 12:00:59
-7,200
aae84355fbd4a27504e372cc79e317ee7e4a8311
Little optim in the channels.
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/AWGN/Channel_AWGN_LLR.cpp", "new_path": "src/Module/Channel/AWGN/Channel_AWGN_LLR.cpp", "diff": "@@ -28,7 +28,7 @@ template <typename R>\nvoid Channel_AWGN_LLR<R>\n::add_noise(const R *X_N, R *Y_N)\n{\n- if (add_users)\n+ if (add_users && th...
C++
MIT License
aff3ct/aff3ct
Little optim in the channels.
8,488
30.05.2017 12:46:27
14,400
2328c58c6c2fcb44ac2db8b53c2d3841d16efcb3
Add SCMA files.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Module/Modulator/SCMA/Modulator_SCMA.hpp", "diff": "+#ifndef MODULATOR_SCMA_HPP_\n+#define MODULATOR_SCMA_HPP_\n+\n+#include <complex>\n+#include <vector>\n+#include \"Tools/Perf/MIPP/mipp.h\"\n+#include \"modulator_SCMA_functions.hpp\"\n+\n...
C++
MIT License
aff3ct/aff3ct
Add SCMA files.
8,488
30.05.2017 15:38:22
14,400
0ecbc9495d330ea2c79b442b3cc1b345c1420ac3
Integrate SCMA.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -76,6 +76,8 @@ Launcher<B,R,Q>\nparams.modulator .complex = true;\nparams.demodulator.max = \"MAXSS\";\nparams.demodulator.no_sig2 = false;\n+ params.demodulator.psi = \"PSI0\";\n...
C++
MIT License
aff3ct/aff3ct
Integrate SCMA.
8,488
31.05.2017 09:45:10
14,400
f9302c327f0a5e56c199663b1ec848999fe272a9
Add PSI functions selection.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -410,7 +410,12 @@ void Launcher<B,R,Q>\n// force the number of bits per symbol to 3 when SCMA mod\nif (params.modulator.type == \"SCMA\")\n+ {\nparams.modulator.bits_per_symbol = ...
C++
MIT License
aff3ct/aff3ct
Add PSI functions selection.
8,490
31.05.2017 19:11:09
-7,200
faeb6bc653ad9b0c701f15fba11a2eaa9dde7aee
Move the SCMA function in the Tools folder.
[ { "change_type": "MODIFY", "old_path": "src/Module/Modulator/SCMA/Modulator_SCMA.hpp", "new_path": "src/Module/Modulator/SCMA/Modulator_SCMA.hpp", "diff": "#include <complex>\n#include <vector>\n#include \"Tools/Perf/MIPP/mipp.h\"\n-#include \"modulator_SCMA_functions.hpp\"\n+#include \"Tools/Code/S...
C++
MIT License
aff3ct/aff3ct
Move the SCMA function in the Tools folder.
8,490
01.06.2017 10:13:26
-7,200
46ec84f27c7c10dc4ed4aad7803fdf6d2a13fd7f
Add a set_seed method to the noise objects + add new constructors for AWGN and Rayleigh channels.
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/AWGN/Channel_AWGN_LLR.cpp", "new_path": "src/Module/Channel/AWGN/Channel_AWGN_LLR.cpp", "diff": "@@ -17,6 +17,16 @@ Channel_AWGN_LLR<R>\nthrow std::invalid_argument(\"aff3ct::module::Channel_AWGN_LLR: \\\"noise_generator\\\" can't be NULL.\"...
C++
MIT License
aff3ct/aff3ct
Add a set_seed method to the noise objects + add new constructors for AWGN and Rayleigh channels.
8,490
01.06.2017 10:26:46
-7,200
1658b8c84b262c3962296165d50828db7f9e8fa0
Simplify the Encoder_NO and the Decoder_NO.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/NO/Decoder_NO.cpp", "new_path": "src/Module/Decoder/NO/Decoder_NO.cpp", "diff": "@@ -6,11 +6,9 @@ using namespace aff3ct::module;\ntemplate <typename B, typename R>\nDecoder_NO<B,R>\n-::Decoder_NO(const int K, const int N, const int n_frames...
C++
MIT License
aff3ct/aff3ct
Simplify the Encoder_NO and the Decoder_NO.
8,490
01.06.2017 10:38:05
-7,200
d6670f4aba0d3c5bfbe4b47ddeb56d90d29ff223
Remove the possibility to choose between LR and LLR: all the simus are now in LLR.
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -44,7 +44,7 @@ _aff3ct() {\n${codetype} == \"POLAR\" && ${simutype} == \"GEN\" ]]\nthen\nopts=\"$opts --sim-snr-min -m --snr-min-max -M --sim-snr-step -s \\\n- --sim-snr-typ...
C++
MIT License
aff3ct/aff3ct
Remove the possibility to choose between LR and LLR: all the simus are now in LLR.
8,490
01.06.2017 11:51:13
-7,200
7c414cc66e3aeb59f054239251e71496b6177618
Fix a potential bug in the 64-bit mode.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/Turbo/Post_processing_SISO/CRC/CRC_checker.cpp", "new_path": "src/Tools/Code/Turbo/Post_processing_SISO/CRC/CRC_checker.cpp", "diff": "@@ -27,11 +27,6 @@ bool CRC_checker<B,R>\n{\nif (ite >= start_crc_check_ite)\n{\n-// // compute the hard decis...
C++
MIT License
aff3ct/aff3ct
Fix a potential bug in the 64-bit mode.
8,490
01.06.2017 12:00:18
-7,200
0c14f16a3b793ead7342d7e6305a3e3cf923986e
Fix compilation error with StarPU.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Standard/StarPU/SPU_Simulation_BFER_std.cpp", "new_path": "src/Simulation/BFER/Standard/StarPU/SPU_Simulation_BFER_std.cpp", "diff": "@@ -182,7 +182,7 @@ void SPU_Simulation_BFER_std<B,R,Q>\nauto task_build_crc = CRC <B >::spu_task_build (t...
C++
MIT License
aff3ct/aff3ct
Fix compilation error with StarPU.
8,490
01.06.2017 15:05:25
-7,200
361f25f83af62bb87ecbbe15c7add3bc8ccb0bd4
Externalize sigma computations.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Simulation_BFER.cpp", "new_path": "src/Simulation/BFER/Simulation_BFER.cpp", "diff": "#include <stdexcept>\n#include <functional>\n+#include \"Tools/general_utils.h\"\n#include \"Tools/Factory/Factory_monitor.hpp\"\n#include \"Tools/Factory...
C++
MIT License
aff3ct/aff3ct
Externalize sigma computations.
8,490
01.06.2017 15:41:07
-7,200
0b558e7c7797171b990a8b4713e159eac9671bd3
Improve the terminal for the library use case.
[ { "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": "@@ -130,11 +130,12 @@ void Simulation_BFER_ite_threads<B,R,Q>\n::simulation_loop(const int tid...
C++
MIT License
aff3ct/aff3ct
Improve the terminal for the library use case.
8,490
01.06.2017 17:08:46
-7,200
6e9b003da889f7d7e37564fef7064d4b8c2d1329
Improve a little bit the repetiton decoder.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Repetition/Decoder_repetition.cpp", "new_path": "src/Module/Decoder/Repetition/Decoder_repetition.cpp", "diff": "@@ -10,8 +10,7 @@ template <typename B, typename R>\nDecoder_repetition<B,R>\n::Decoder_repetition(const int& K, const int& N, c...
C++
MIT License
aff3ct/aff3ct
Improve a little bit the repetiton decoder.
8,490
02.06.2017 11:31:22
-7,200
8699fb32df5a3ab3c822e2569e2d87e1f82d616c
Refacto the Terminal_BFER.
[ { "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": "#include <algorithm>\n#include <stdexcept>\n-#include \"Tools/Factory/Factory_terminal.hpp\"\n...
C++
MIT License
aff3ct/aff3ct
Refacto the Terminal_BFER.
8,490
02.06.2017 14:32:21
-7,200
5ff57777b4feb4176c8a08704b92b21e5e30eadb
Improve the sc::module management in the aff3ct:module.
[ { "change_type": "MODIFY", "old_path": "src/Module/CRC/SC_CRC.hpp", "new_path": "src/Module/CRC/SC_CRC.hpp", "diff": "@@ -121,12 +121,14 @@ public:\nvoid create_sc_module_build()\n{\n+ if (sc_module_build != nullptr) { delete sc_module_build; sc_module_build = nullptr; }\nconst std::string new_name ...
C++
MIT License
aff3ct/aff3ct
Improve the sc::module management in the aff3ct:module.
8,490
02.06.2017 15:38:21
-7,200
cf1846fc13331a7aa907c5900e172b8e632c296d
Fix the MKL channel.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Noise/MKL/Noise_MKL.cpp", "new_path": "src/Tools/Algo/Noise/MKL/Noise_MKL.cpp", "diff": "@@ -9,29 +9,29 @@ using namespace aff3ct::tools;\ntemplate <typename R>\nNoise_MKL<R>\n::Noise_MKL(const int seed)\n-: Noise<R>(), stream_state(nullptr)\n+:...
C++
MIT License
aff3ct/aff3ct
Fix the MKL channel.
8,490
03.06.2017 11:28:18
-7,200
fce08af8522d3ac86b562ac954839a988ea3106d
Use frame_id instead of cur_frame.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding.cpp", "diff": "@@ -21,7 +21,6 @@ Decoder_LDPC_BP_flooding<B,R>\nconst int n_frames,\nconst std::string name)\n: Decoder...
C++
MIT License
aff3ct/aff3ct
Use frame_id instead of cur_frame.
8,490
04.06.2017 11:41:37
-7,200
764dae1d7a10675f01efd4043332a015b35cbeb6
Fix the --sim-stop-time option.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Simulation_BFER.cpp", "new_path": "src/Simulation/BFER/Simulation_BFER.cpp", "diff": "@@ -24,6 +24,8 @@ Simulation_BFER<B,R,Q>\n::Simulation_BFER(const parameters& params, Codec<B,Q> &codec)\n: Simulation(),\n+ stop_terminal(false),\n+\ncod...
C++
MIT License
aff3ct/aff3ct
Fix the --sim-stop-time option.
8,490
04.06.2017 12:10:06
-7,200
75ae554722b4917112a8391c58f79bc2a77d8ae9
Fix bad commands in BFER iterative simus.
[ { "change_type": "MODIFY", "old_path": "tests/data/BFERI/CPM_LDPC/GSM_BPL/gsm_BPL_NMS_MAX_it10_0.0_3.0.txt", "new_path": "tests/data/BFERI/CPM_LDPC/GSM_BPL/gsm_BPL_NMS_MAX_it10_0.0_3.0.txt", "diff": "Run command:\n-./bin/aff3ct --cde-type LDPC --sim-type BFERI --sim-prec 32 -m 0.0 -M 3.01 --sim-snr-...
C++
MIT License
aff3ct/aff3ct
Fix bad commands in BFER iterative simus.
8,490
04.06.2017 13:26:32
-7,200
5729a243d9a968eca1cfc49cb63c9342590a414e
Add Git SHA1 in the --version.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -20,6 +20,11 @@ set (LIBRARY_OUTPUT_PATH lib/)\n# Generate the source files list\nfile (GLOB_RECURSE source_files src/*)\n+include(GetGitRevisionDescription)\n+get_git_head_revision(GIT_REFSPEC GIT_SHA...
C++
MIT License
aff3ct/aff3ct
Add Git SHA1 in the --version.
8,490
04.06.2017 13:27:43
-7,200
5bada823237e676e863bd43d2bbf22de0f6ec104
Oups forgot some files.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Tools/git_sha1.cpp.in", "diff": "+#include \"Tools/git_sha1.h\"\n+\n+#define GIT_SHA1 \"@GIT_SHA1@\"\n+const char g_GIT_SHA1[] = GIT_SHA1;\n\\ No newline at end of file\n" }, { "change_type": "ADD", "old_path": null, "new_pat...
C++
MIT License
aff3ct/aff3ct
Oups forgot some files.
8,490
04.06.2017 13:48:27
-7,200
69e057e525688ac40395fd07ca1311e96316de3a
Add a comment in the CMakeList file for the GIT SHA1 gen.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -20,6 +20,7 @@ set (LIBRARY_OUTPUT_PATH lib/)\n# Generate the source files list\nfile (GLOB_RECURSE source_files src/*)\n+# Auto generate a header containing the last GIT SHA1\ninclude(GetGitRevisionDe...
C++
MIT License
aff3ct/aff3ct
Add a comment in the CMakeList file for the GIT SHA1 gen.
8,490
06.06.2017 09:29:28
-7,200
f787182e83272a92e36205e70c21d17a2a55dd1b
Shorten the date.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "#endif\n#include \"Tools/date.h\"\n+#include \"Tools/general_utils.h\"\n#include \"Tools/Factory/Factory_modem.hpp\"\n#include \"Tools/Display/bash_tools.h\"\n@@ -525,7 +526,8 @@ std...
C++
MIT License
aff3ct/aff3ct
Shorten the date.
8,490
06.06.2017 10:03:19
-7,200
94bbfa123f90485a55779230573ef9247fb5723c
Use CURRENT_SOURCE_DIR instead of SOURCE_DIR: this way projects using aff3ct as a library can use the Cmake modules defined in aff3ct.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.0.2)\nproject (aff3ct)\n-set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} \"${CMAKE_SOURCE_DIR}/cmake/Modules/\")\n+set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}...
C++
MIT License
aff3ct/aff3ct
Use CURRENT_SOURCE_DIR instead of SOURCE_DIR: this way projects using aff3ct as a library can use the Cmake modules defined in aff3ct.
8,490
06.06.2017 15:33:21
-7,200
4462c4a09ef0d6bda7e02e99221833c066bdc364
Add the g_GIT_SHA1 variable in the aff3ct::tools namespace.
[ { "change_type": "MODIFY", "old_path": "src/Tools/git_sha1.cpp.in", "new_path": "src/Tools/git_sha1.cpp.in", "diff": "#include \"Tools/git_sha1.h\"\n#define GIT_SHA1 \"@GIT_SHA1@\"\n+\n+namespace aff3ct\n+{\n+namespace tools\n+{\nconst char g_GIT_SHA1[] = GIT_SHA1;\n+}\n+}\n\\ No newline at end of f...
C++
MIT License
aff3ct/aff3ct
Add the g_GIT_SHA1 variable in the aff3ct::tools namespace.
8,483
07.06.2017 18:19:37
-7,200
d922fc429458e3d93fb247a175dfb4b170a29b6a
Cosmetics on encoder LDPC from H; correct a factory encoder bug.
[ { "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 <iostream>\n#include <vector>\n#include <numeric>\n-#include <algorithm>\n#include <functional>\n#include \"Tools/D...
C++
MIT License
aff3ct/aff3ct
Cosmetics on encoder LDPC from H; correct a factory encoder bug.
8,490
08.06.2017 17:46:40
-7,200
42516f0e25ac2397e6c351947e719d98fdd2983e
Fix G construction.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Tools/Codec/LDPC/Codec_LDPC.cpp", "diff": "@@ -24,7 +24,7 @@ Codec_LDPC<B,Q>\nH = AList::read(file_H);\nfile_H.close();\n- if (!params.encoder.path.empty())\n+ if (!params.encoder.path.empty() && params.en...
C++
MIT License
aff3ct/aff3ct
Fix G construction.
8,488
08.06.2017 13:53:39
14,400
fb8486443c72702751dda3001a36fe7d2a1e7f48
Fix SCMA tests.
[ { "change_type": "MODIFY", "old_path": "tests/data/BFER/turbo/LTE/scma_PSI2_turbo_3072_1024_0_3.75_LTE.txt", "new_path": "tests/data/BFER/turbo/LTE/scma_PSI2_turbo_3072_1024_0_3.75_LTE.txt", "diff": "Run command:\n-./bin/aff3ct --sim-type BFER --cde-type TURBO -K 1024 -N 3072 -m 0 -M 3.75 -s 0.25 --...
C++
MIT License
aff3ct/aff3ct
Fix SCMA tests.
8,483
09.06.2017 15:29:04
-7,200
c22387805dbaf71039178dae9619826b9ff75cdc
Update aff3ct.hpp; Integrate the H matrix transpose inside LDPC_matrix_handler in function of the H dimensions.
[ { "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": "@@ -31,6 +31,10 @@ Sparse_matrix LDPC_matrix_handler\n::transform_H_to_G(const Sparse_matrix& H, mipp::vector<unsign...
C++
MIT License
aff3ct/aff3ct
Update aff3ct.hpp; Integrate the H matrix transpose inside LDPC_matrix_handler in function of the H dimensions.
8,490
09.06.2017 15:38:27
-7,200
24be325cf009c6cc1e7e48aedf04005b7ad04aea
Fix a segfault when K > N...
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/Galois.cpp", "new_path": "src/Tools/Math/Galois.cpp", "diff": "@@ -8,8 +8,11 @@ using namespace aff3ct::tools;\nGalois\n::Galois(const int& K, const int& N, const int& m, const int& t)\n- : K(K), N(N), m(m), t(t), d(2 * t + 1), alpha_to(N + 1), ...
C++
MIT License
aff3ct/aff3ct
Fix a segfault when K > N...
8,488
09.06.2017 09:54:10
14,400
0d99a372066c4dbcf161177abd390e90ed375df6
Fix SCMA for odd values of N
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "diff": "@@ -121,7 +121,7 @@ void Modem_SCMA<B,R,Q,PSI>\nassert(typeid(R) == typeid(Q));\nassert(typeid(Q) == typeid(float) || typeid(Q) == typeid(double));\n- for (auto...
C++
MIT License
aff3ct/aff3ct
Fix SCMA for odd values of N
8,490
09.06.2017 15:56:47
-7,200
3c47bd65b104b6a6b38191e7f74f2c6652eda774
Move the generated git_sha1.cpp file in the src/Tools folder.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -23,8 +23,8 @@ 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
Move the generated git_sha1.cpp file in the src/Tools folder.
8,490
09.06.2017 16:24:46
-7,200
aff3332b492a0a0fd75f993c7f5f2b4bf0ff7ba7
Replace SCMA_N4096 simu by SCMA_N4003 simu.
[ { "change_type": "ADD", "old_path": null, "new_path": "tests/data/BFER/Uncoded/AWGN/8-scma_N4003.txt", "diff": "+Run command:\n+./bin/aff3ct --sim-type \"BFER\" --cde-type \"UNCODED\" -K \"4003\" -N \"4003\" -m \"0\" -M \"18\" -s \"0.5\" --chn-type \"AWGN_FAST\" --mod-type \"SCMA\" --dmod-ite \"6\" ...
C++
MIT License
aff3ct/aff3ct
Replace SCMA_N4096 simu by SCMA_N4003 simu.
8,490
09.06.2017 16:42:22
-7,200
2635336b089491c2f3ac06f3ece1e61f96ceb8fc
Legend renaming.
[ { "change_type": "MODIFY", "old_path": "tests/data/BFER/Turbo/LTE/scma_PSI2_turbo_3072_1024_0_4_LTE.txt", "new_path": "tests/data/BFER/Turbo/LTE/scma_PSI2_turbo_3072_1024_0_4_LTE.txt", "diff": "Run command:\n./bin/aff3ct --sim-type \"BFER\" --cde-type \"TURBO\" -K \"1024\" -N \"3072\" -m \"0\" -M \"...
C++
MIT License
aff3ct/aff3ct
Legend renaming.
8,483
09.06.2017 17:44:49
-7,200
a14b46ab19b24edce43c6bc650e052e17e1d306e
change info bit pos mipp -> std; add 'at' method in sparse matrix
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.hpp", "new_path": "src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.hpp", "diff": "@@ -18,7 +18,7 @@ template <typename B = int>\nclass Encoder_LDPC_from_H : public Encoder_LDPC<B>\n{\nprotected:\n- mipp::ve...
C++
MIT License
aff3ct/aff3ct
change info bit pos mipp -> std; add 'at' method in sparse matrix
8,483
12.06.2017 10:33:44
-7,200
740fd1450d6bea3147dcc5ec906cb1a1ab08435b
Correct the LDPC_matrix_handler header; separate the Alis::read_info_bits_pos in two methods (one checks the read values).
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/LDPC/AList/AList.cpp", "new_path": "src/Tools/Code/LDPC/AList/AList.cpp", "diff": "@@ -94,7 +94,7 @@ void AList\n}\nstd::vector<unsigned> AList\n-::read_info_bits_pos(std::istream &stream, const int K)\n+::read_info_bits_pos(std::istream &stream...
C++
MIT License
aff3ct/aff3ct
Correct the LDPC_matrix_handler header; separate the Alis::read_info_bits_pos in two methods (one checks the read values).
8,483
12.06.2017 15:24:08
-7,200
aa1d05d10e5ab5f436b866d85e2ae51a16373999
LDPC codec bug correct following the previous commit.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Tools/Codec/LDPC/Codec_LDPC.cpp", "diff": "@@ -28,7 +28,7 @@ Codec_LDPC<B,Q>\ntry\n{\n- info_bits_pos = AList::read_info_bits_pos(file_G, params.code.K);\n+ info_bits_pos = AList::read_info_bits_pos(file_G...
C++
MIT License
aff3ct/aff3ct
LDPC codec bug correct following the previous commit.
8,483
13.06.2017 10:10:08
-7,200
b8563e098b96a7a9feff0a83bf28c25f9f9f881e
Add methods names inside exception messages in Alist struct; Add methods that incorporate an interleaver inside a matrix and a vector of bits positions in LDPC_matrix_handler struct.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/LDPC/AList/AList.cpp", "new_path": "src/Tools/Code/LDPC/AList/AList.cpp", "diff": "@@ -101,14 +101,16 @@ std::vector<unsigned> AList\ngetline(stream, line);\nauto values = split(line);\nif (values.size() != 1)\n- throw std::runtime_error(\"aff3c...
C++
MIT License
aff3ct/aff3ct
Add methods names inside exception messages in Alist struct; Add methods that incorporate an interleaver inside a matrix and a vector of bits positions in LDPC_matrix_handler struct.
8,490
14.06.2017 16:54:40
-7,200
33badcbf87c3fd8f03c74aa95b4efd008ea69ff8
Reorganize the SNR loop.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Simulation_BFER.cpp", "new_path": "src/Simulation/BFER/Simulation_BFER.cpp", "diff": "@@ -169,6 +169,15 @@ void Simulation_BFER<B,R,Q>\n// join the slave threads with the master thread\nfor (auto tid = 1; tid < this->params.simulation.n_thr...
C++
MIT License
aff3ct/aff3ct
Reorganize the SNR loop.
8,490
15.06.2017 08:25:00
-7,200
ada61e6e82f03a7cbd33087fa6d9bf69561ddf65
Remove useless threads members.
[ { "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": "@@ -18,8 +18,6 @@ Simulation_BFER_ite_threads<B,R,Q>\n::Simulation_BFER_ite_threads(const para...
C++
MIT License
aff3ct/aff3ct
Remove useless threads members.
8,490
15.06.2017 09:00:53
-7,200
aff6fec399cc5f106fc94c59ad4657fab1f48880
Compute the code rate (R) in the launcher.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -459,6 +459,12 @@ int Launcher<B,R,Q>\nparams.modulator.cpm_L,\nparams.modulator.cpm_p);\n+ // compute the code rate R\n+ auto real_K = params.code.K;\n+ if (!this->params.crc.pol...
C++
MIT License
aff3ct/aff3ct
Compute the code rate (R) in the launcher.
8,490
15.06.2017 09:01:21
-7,200
ea6f2d64a0973cfa492856dc6d7a29ea667bfeb4
Fix turbo puncturer.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Codec/Turbo/Codec_turbo.cpp", "new_path": "src/Tools/Codec/Turbo/Codec_turbo.cpp", "diff": "@@ -138,7 +138,7 @@ template <typename B, typename Q, typename QD>\nPuncturer<B,Q>* Codec_turbo<B,Q,QD>\n::build_puncturer(const int tid)\n{\n- const std::str...
C++
MIT License
aff3ct/aff3ct
Fix turbo puncturer.
8,483
15.06.2017 09:43:20
-7,200
2ac2184b1a7dfa2983562d698b467c8231c59d87
Change LDPC_matrix_handler::interleavers with a given old cols positions instead of new positions.
[ { "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": "@@ -177,37 +177,48 @@ float LDPC_matrix_handler\n}\nSparse_matrix LDPC_matrix_handler\n-::interleave_matrix(const Sp...
C++
MIT License
aff3ct/aff3ct
Change LDPC_matrix_handler::interleavers with a given old cols positions instead of new positions.
8,490
15.06.2017 14:21:47
-7,200
3e999e186e222dfafa3aadf22497777628e43146
Fix compilation error with MPI.
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/Standard/Monitor_reduction_mpi.hpp", "new_path": "src/Module/Monitor/Standard/Monitor_reduction_mpi.hpp", "diff": "@@ -30,7 +30,7 @@ private:\npublic:\nMonitor_reduction_mpi(const int size, const unsigned max_fe,\n- std::vector<Monitor<B,R>*...
C++
MIT License
aff3ct/aff3ct
Fix compilation error with MPI.
8,490
15.06.2017 15:02:50
-7,200
c2491ca948b8fb783f7e3a96b2d62a02373bb6d1
Improve the simulation management.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Iterative/Simulation_BFER_ite.cpp", "new_path": "src/Simulation/BFER/Iterative/Simulation_BFER_ite.cpp", "diff": "@@ -50,7 +50,7 @@ Simulation_BFER_ite<B,R,Q>\ntemplate <typename B, typename R, typename Q>\nvoid Simulation_BFER_ite<B,R,Q>\n...
C++
MIT License
aff3ct/aff3ct
Improve the simulation management.
8,490
15.06.2017 15:13:36
-7,200
e401d1b6045ee706252d54095050a8211baaceb6
Fix an error in the monitor MPI.
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/Standard/Monitor_reduction.hpp", "new_path": "src/Module/Monitor/Standard/Monitor_reduction.hpp", "diff": "@@ -28,7 +28,7 @@ public:\nunsigned long long get_n_fe () const;\nunsigned long long get_n_be () const;\n- void reset();\n+ virtual vo...
C++
MIT License
aff3ct/aff3ct
Fix an error in the monitor MPI.
8,483
16.06.2017 16:35:36
-7,200
baaf17dcf4df8bd5f811e3dc26ddcea8934e23c6
add colors inside argument reader
[ { "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 <algorithm>\n-using namespace std;\n+#include <type_traits>\n#include \"Arguments_reader.hpp\"\n+#include \"Tools/Displa...
C++
MIT License
aff3ct/aff3ct
add colors inside argument reader
8,483
19.06.2017 16:12:04
-7,200
a519a2b5ea1e6a49f866b3f86c427ff39f5f4992
Change bash tools colors
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments_reader.cpp", "new_path": "src/Tools/Arguments_reader.cpp", "diff": "@@ -166,7 +166,7 @@ void Arguments_reader\nvoid Arguments_reader\n::print_usage(std::vector<std::vector<std::string>> arg_groups)\n{\n- Format head_format = Style::BOLD | S...
C++
MIT License
aff3ct/aff3ct
Change bash tools colors
8,490
19.06.2017 16:36:44
-7,200
2bf007ad64a2d3d0f825f097f096e83d87cfffa5
Improve the exceptions in the module::Coset.
[ { "change_type": "MODIFY", "old_path": "src/Module/Coset/Coset.hpp", "new_path": "src/Module/Coset/Coset.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 \"Modul...
C++
MIT License
aff3ct/aff3ct
Improve the exceptions in the module::Coset.
8,483
19.06.2017 16:46:48
-7,200
376594a17e1745b0a188911bf07db110b02a0b75
Change argument reader to list directly all the wrong arguments and to give the whole list of tags of an argument.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments_reader.cpp", "new_path": "src/Tools/Arguments_reader.cpp", "diff": "@@ -149,9 +149,9 @@ void Arguments_reader\nfor (auto it = this->m_required_args.begin(); it != this->m_required_args.end(); ++it)\nif (it->second[0] != \"\")\n- std::cout <...
C++
MIT License
aff3ct/aff3ct
Change argument reader to list directly all the wrong arguments and to give the whole list of tags of an argument.
8,483
19.06.2017 17:30:07
-7,200
48cf0467b942ef59b75e762be1fdc2c26d77148d
Create function to add the (EE) symbol on each line of the error message returned by the argument reader.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -497,7 +497,7 @@ int Launcher<B,R,Q>\nstd::string error;\nif (!ar.check_arguments(error))\n{\n- std::cerr << format_error(error) << std::endl;\n+ std::cerr << apply_on_each_line(e...
C++
MIT License
aff3ct/aff3ct
Create function to add the (EE) symbol on each line of the error message returned by the argument reader.
8,483
19.06.2017 17:38:22
-7,200
342982ea2c963b92766692a3e131b88dfa0a3b4e
Change usage printing colors
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments_reader.cpp", "new_path": "src/Tools/Arguments_reader.cpp", "diff": "@@ -273,10 +273,10 @@ void Arguments_reader\n{\nFormat arg_format = 0;\n- if (required)\n- arg_format |= FG::Color::RED;\n- else\n- arg_format |= FG::Color::BLUE;\n+// if (...
C++
MIT License
aff3ct/aff3ct
Change usage printing colors