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
15.09.2017 12:34:24
-7,200
35883e65e2eaed77bfdc99c6fb5a5e3b25348df9
Change access right to attributes from private to protected
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/OOK/Modem_OOK.hpp", "new_path": "src/Module/Modem/OOK/Modem_OOK.hpp", "diff": "@@ -10,7 +10,7 @@ namespace module\ntemplate <typename B = int, typename R = float, typename Q = R>\nclass Modem_OOK : public Modem<B,R,Q>\n{\n-private:\n+protected...
C++
MIT License
aff3ct/aff3ct
Change access right to attributes from private to protected
8,483
15.09.2017 15:22:04
-7,200
f7e54a61accad9ee0489819ef5f58afd74a3fb91
Set gallois function private
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/Galois.hpp", "new_path": "src/Tools/Math/Galois.hpp", "diff": "@@ -25,10 +25,6 @@ public:\nGalois(const int& K, const int& N, const int& t);\nvirtual ~Galois();\n- void Select_Polynomial(); // move this private section\n- void Generate_GF();\n- ...
C++
MIT License
aff3ct/aff3ct
Set gallois function private
8,483
18.09.2017 10:46:58
-7,200
6e8729a846e9ff265381fb054caf28c3922d4b48
Change Channel RAYLEIGH USER to inherit directly from Channel. Add gain directly from file; Correct channel factory
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Channel.cpp", "new_path": "src/Factory/Module/Channel.cpp", "diff": "@@ -112,7 +112,7 @@ void Channel\nif(exist(vals, {p+\"-seed\", \"S\"})) params.seed = std::stoi(vals.at({p+\"-seed\", \"S\"}));\nif(exist(vals, {p+\"-add-users\" })) params...
C++
MIT License
aff3ct/aff3ct
Change Channel RAYLEIGH USER to inherit directly from Channel. Add gain directly from file; Correct channel factory
8,483
18.09.2017 10:54:50
-7,200
e2f78f757e848489540d3f1de4b97f8ccfb0d4be
Change Noise generator to include a noise mean parameter
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Noise/Fast/Noise_fast.cpp", "new_path": "src/Tools/Algo/Noise/Fast/Noise_fast.cpp", "diff": "@@ -77,7 +77,7 @@ float Noise_fast<float>\ntemplate <typename R>\nvoid Noise_fast<R>\n-::generate(R *noise, const unsigned length, const R sigma)\n+::ge...
C++
MIT License
aff3ct/aff3ct
Change Noise generator to include a noise mean parameter
8,490
19.09.2017 13:24:13
-7,200
40b674d306cb0fa58bf9661046303ee1750bd2bc
Fix bad simu name.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Simulation/BFER_ite.cpp", "new_path": "src/Launcher/Simulation/BFER_ite.cpp", "diff": "@@ -167,7 +167,7 @@ void BFER_ite<B,R,Q>\n{\nLauncher::group_args();\n- this->arg_group.push_back({params. get_prefix(), params. get_short_name() + \" parameter...
C++
MIT License
aff3ct/aff3ct
Fix bad simu name.
8,490
19.09.2017 13:24:47
-7,200
20bee9c7953681e1606ba07860cae403ed8d6926
Fix argument reader bad arguments detection.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments_reader.cpp", "new_path": "src/Tools/Arguments_reader.cpp", "diff": "@@ -48,7 +48,7 @@ bool Arguments_reader\nbool Arguments_reader\n::parse_arguments(const arg_map &required_args, const arg_map &optional_args, std::vector<std::string> &warn...
C++
MIT License
aff3ct/aff3ct
Fix argument reader bad arguments detection.
8,490
19.09.2017 14:08:16
-7,200
643cccdce15383cccc46f343964f257f1b058ad7
Fix turbo DB itl param.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Turbo_DB/Decoder_turbo_DB.cpp", "new_path": "src/Factory/Module/Decoder/Turbo_DB/Decoder_turbo_DB.cpp", "diff": "@@ -55,7 +55,7 @@ void Decoder_turbo_DB::parameters\nitl->get_description(req_args, opt_args);\n- auto pi = this->get_pr...
C++
MIT License
aff3ct/aff3ct
Fix turbo DB itl param.
8,490
19.09.2017 14:20:26
-7,200
0b22f8e5f218c607d3f3f78385b37a3897956c51
Fix rep buffered param.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/Repetition/Codec_repetition.cpp", "new_path": "src/Factory/Module/Codec/Repetition/Codec_repetition.cpp", "diff": "@@ -53,6 +53,7 @@ void Codec_repetition::parameters\nreq_args.erase({pdec+\"-cw-size\", \"N\"});\nreq_args.erase({pdec+\...
C++
MIT License
aff3ct/aff3ct
Fix rep buffered param.
8,490
19.09.2017 14:33:06
-7,200
6d09dacfa14e31e3bd3a7fb65823139ae6806c6c
Display the codec info in the header.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Simulation/BFER_ite.cpp", "new_path": "src/Launcher/Simulation/BFER_ite.cpp", "diff": "@@ -182,16 +182,29 @@ template <typename B, typename R, typename Q>\nvoid BFER_ite<B,R,Q>\n::print_header()\n{\n+ auto cpy_titles = this->titles;\n+ this->title...
C++
MIT License
aff3ct/aff3ct
Display the codec info in the header.
8,490
19.09.2017 16:25:33
-7,200
70b6b5edb88cbb3795c9bc5ab5d4f859e7bf9856
Fix a div by 0 in the EXIT launcher.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Simulation/EXIT.cpp", "new_path": "src/Launcher/Simulation/EXIT.cpp", "diff": "@@ -46,14 +46,12 @@ void EXIT<B,R>\nauto psrc = params.src ->get_prefix();\nauto penc = params.cdc->enc->get_prefix();\n- auto ppct = std::string(\"pct\");\nauto pmdm =...
C++
MIT License
aff3ct/aff3ct
Fix a div by 0 in the EXIT launcher.
8,490
21.09.2017 10:15:41
-7,200
2f5ceaaa68676808ec8111144632ad28e4a48ddc
Fix display bug in turbo decoder headers.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Turbo/Decoder_turbo.hxx", "new_path": "src/Factory/Module/Decoder/Turbo/Decoder_turbo.hxx", "diff": "@@ -187,10 +187,10 @@ void Decoder_turbo::parameters<D1,D2>\nsf->get_headers(headers, full);\nfnc->get_headers(headers, full);\n- th...
C++
MIT License
aff3ct/aff3ct
Fix display bug in turbo decoder headers.
8,490
21.09.2017 10:16:30
-7,200
e7034ccb67b44d933f32be5022a5e64f9449d8ce
Do not display max in the modem headers when not needed.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Modem/Modem.cpp", "new_path": "src/Factory/Module/Modem/Modem.cpp", "diff": "@@ -226,6 +226,7 @@ void Modem::parameters\nif (this->sigma != -1.f && full)\nheaders[p].push_back(std::make_pair(\"Sigma value\", std::to_string(this->sigma)));\nh...
C++
MIT License
aff3ct/aff3ct
Do not display max in the modem headers when not needed.
8,490
21.09.2017 10:17:02
-7,200
a08203f482dc38e3012a8f2a78f95c2a9d4277f8
Improve the debug mode by displaying frame by frame.
[ { "change_type": "MODIFY", "old_path": "src/Module/Process.cpp", "new_path": "src/Module/Process.cpp", "diff": "@@ -72,11 +72,31 @@ bool Process::is_debug()\n}\ntemplate <typename T>\n-static inline void display_data(const T *data, const size_t n_elmts, const uint8_t p)\n+static inline void display_...
C++
MIT License
aff3ct/aff3ct
Improve the debug mode by displaying frame by frame.
8,490
21.09.2017 10:17:56
-7,200
e7a856ffa7126bdc47e621cb2c4767cdf7c31697
Fix the n0 computation in the SCMA (when sigma changes).
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "diff": "@@ -20,8 +20,7 @@ private:\nconst int re_user[4][3] = {{1,2,4},{0,2,5},{1,3,5},{0,3,4}};\nQ arr_phi[4][4][4][4] = {}; // probability functions\nconst bool disab...
C++
MIT License
aff3ct/aff3ct
Fix the n0 computation in the SCMA (when sigma changes).
8,490
21.09.2017 11:19:18
-7,200
4819555d82f16b9cd9c27afabef16598a15ebbe8
Fix RSC launcher and adapt quantif for RSC and RSC_DB simus.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Code/RSC/RSC.cpp", "new_path": "src/Launcher/Code/RSC/RSC.cpp", "diff": "#include <iostream>\n-#include <typeinfo>\n#include <mipp.h>\n#include \"Launcher/Simulation/BFER_std.hpp\"\n@@ -17,9 +16,6 @@ RSC<L,B,R,Q>\n: L(argc, argv, stream), params_c...
C++
MIT License
aff3ct/aff3ct
Fix RSC launcher and adapt quantif for RSC and RSC_DB simus.
8,490
22.09.2017 21:22:23
-7,200
1cda29a5a91903cb89d4b63f90df44f653cc1841
Update EXIT simulation with the new Module/Process/Socket.
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/Codec.hpp", "new_path": "src/Module/Codec/Codec.hpp", "diff": "@@ -118,6 +118,17 @@ public:\nreturn 0;\n});\n+\n+ auto &p4 = this->create_process(\"add_sys_ext\");\n+ this->template create_socket_in<Q>(p4, \"ext\", this->K * this->n_frames);\n...
C++
MIT License
aff3ct/aff3ct
Update EXIT simulation with the new Module/Process/Socket.
8,490
26.09.2017 12:45:07
-7,200
a854afc1d6046c7cfb0ea016c0a9c1829e832aa7
Add a sub encoding function more generic in the RSC encoder.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/RSC/Encoder_RSC_sys.cpp", "new_path": "src/Module/Encoder/RSC/Encoder_RSC_sys.cpp", "diff": "@@ -51,20 +51,31 @@ void Encoder_RSC_sys<B>\n::_encode(const B *U_K, B *X_N, const int frame_id)\n{\nif (buffered_encoding)\n- {\n- std::copy(U_K, U...
C++
MIT License
aff3ct/aff3ct
Add a sub encoding function more generic in the RSC encoder.
8,490
26.09.2017 21:40:43
-7,200
ebdc26c2b13ae0315bf36ec6a0b0ab648d3a5cba
Simplify the encoding buffered mode for the RSC and the Turbo codes.
[ { "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": "@@ -56,12 +56,8 @@ void Decoder_RSC_BCJR<B,R>\nif (n_frames == 1)\n{\n- std::copy(Y_N + 0*this->K, Y_N + 1*this->K, sys.begin());\n- std...
C++
MIT License
aff3ct/aff3ct
Simplify the encoding buffered mode for the RSC and the Turbo codes.
8,490
26.09.2017 22:01:13
-7,200
f533614e87faff9c450698eab1ff00b178d35a8c
Fix the SISO decoding in the generic BCJR.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/RSC/BCJR/Seq_generic/Decoder_RSC_BCJR_seq_generic_std.hpp", "new_path": "src/Module/Decoder/RSC/BCJR/Seq_generic/Decoder_RSC_BCJR_seq_generic_std.hpp", "diff": "@@ -37,8 +37,6 @@ protected:\nvirtual void compute_beta ( );\nvirtual void compu...
C++
MIT License
aff3ct/aff3ct
Fix the SISO decoding in the generic BCJR.
8,490
27.09.2017 09:10:44
-7,200
1542fe6fe66dad40ef7134300d49561ac1e88179
Add a new type of socket : in_out.
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/Codec.hpp", "new_path": "src/Module/Codec/Codec.hpp", "diff": "@@ -121,7 +121,7 @@ public:\nauto &p4 = this->create_process(\"add_sys_ext\");\nthis->template create_socket_in <Q>(p4, \"ext\", this->K * this->n_frames);\n- this->template create...
C++
MIT License
aff3ct/aff3ct
Add a new type of socket : in_out.
8,490
27.09.2017 14:51:52
-7,200
cac44b8733478cc622431c44fdae2f222bd623ac
Improve the sockets contral and management in the process.
[ { "change_type": "MODIFY", "old_path": "src/Module/Process.cpp", "new_path": "src/Module/Process.cpp", "diff": "@@ -26,7 +26,7 @@ Process::Process(const Module &module, const std::string name, const bool autost\n{\n}\n-std::string Process::get_name()\n+std::string Process::get_name() const\n{\nretur...
C++
MIT License
aff3ct/aff3ct
Improve the sockets contral and management in the process.
8,490
27.09.2017 19:41:26
-7,200
46ae519280633b6e1d998680300fc2a52492cc0c
Improve the socket binding.
[ { "change_type": "MODIFY", "old_path": "src/Module/Socket.cpp", "new_path": "src/Module/Socket.cpp", "diff": "@@ -63,47 +63,119 @@ void* Socket::get_dataptr() const\nreturn this->dataptr;\n}\n-int Socket::bind(Socket &s_in)\n+int Socket::bind(Socket &s)\n{\n- if (s_in.datatype != this->datatype)\n+ ...
C++
MIT License
aff3ct/aff3ct
Improve the socket binding.
8,490
28.09.2017 15:45:34
-7,200
aee2de8345b5d4970b69e26393bd77eff047cfc6
Fix potential bugs.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/Simulation.cpp", "new_path": "src/Simulation/Simulation.cpp", "diff": "@@ -79,10 +79,6 @@ void Simulation\n{\nfor (auto &p : m.second[0]->processes)\n{\n-// size_t n_elmts = p.second->s_out .size() ? p.second->s_out [0].get_n_elmts():\n-// p.sec...
C++
MIT License
aff3ct/aff3ct
Fix potential bugs.
8,490
28.09.2017 15:46:12
-7,200
35ecf8815be97dbca765b940ad22d6d91dd09fa6
Fix bad display in the statistics.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Iterative/BFER_ite.cpp", "new_path": "src/Simulation/BFER/Iterative/BFER_ite.cpp", "diff": "@@ -77,11 +77,14 @@ void BFER_ite<B,R,Q>\nthis->modules[\"quantizer\" ][tid] = quantizer [tid];\nthis->modules[\"coset_real\" ][tid] = coset_real [t...
C++
MIT License
aff3ct/aff3ct
Fix bad display in the statistics.
8,490
28.09.2017 15:46:35
-7,200
d628eee44d04c0b532d8d1ab5a126cb96e30e682
Fix MPI compilation.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -137,7 +137,7 @@ void Launcher::launch()\n{\n// print the warnings\n#ifdef ENABLE_MPI\n- if (this->params->mpi_rank == 0)\n+ if (this->params.mpi_rank == 0)\n#endif\nfor (unsigned...
C++
MIT License
aff3ct/aff3ct
Fix MPI compilation.
8,490
28.09.2017 15:47:09
-7,200
1a36683bd9245e85c929a9754deb5202ebeb78fa
Add autoalloc option in the process + rename autostart in autoexec.
[ { "change_type": "MODIFY", "old_path": "src/Module/Module.hpp", "new_path": "src/Module/Module.hpp", "diff": "@@ -112,8 +112,8 @@ public:\nprotected:\nProcess& create_process(const std::string name)\n{\n- bool autostart = true, stats = true, debug = false;\n- processes[name] = new Process(*this, nam...
C++
MIT License
aff3ct/aff3ct
Add autoalloc option in the process + rename autostart in autoexec.
8,490
28.09.2017 15:57:19
-7,200
d380a6cec3f4b918b807cd60dbc1b3940c7eb3f4
Fix debug mode cosmetics.
[ { "change_type": "MODIFY", "old_path": "src/Module/Process.cpp", "new_path": "src/Module/Process.cpp", "diff": "@@ -94,7 +94,7 @@ static inline void display_data(const T *data,\n{\nfor (auto i = 0; i < (int)limit; i++)\nstd::cout << std::fixed << std::setprecision(p) << std::setw(p +3) << +data[i]\n...
C++
MIT License
aff3ct/aff3ct
Fix debug mode cosmetics.
8,490
28.09.2017 16:04:55
-7,200
54da158dc8af81e08c42c80ef69f746e6cefafa6
Improve the autoalloc setter in the process.
[ { "change_type": "MODIFY", "old_path": "src/Module/Process.cpp", "new_path": "src/Module/Process.cpp", "diff": "@@ -34,10 +34,28 @@ std::string Process::get_name() const\n}\nvoid Process::set_autoalloc(const bool autoalloc)\n+{\n+ if (autoalloc != this->autoalloc)\n{\nthis->autoalloc = autoalloc;\n-...
C++
MIT License
aff3ct/aff3ct
Improve the autoalloc setter in the process.
8,490
29.09.2017 09:25:48
-7,200
ec9af9ade6e1c262d45478de30f856fafcfa1c39
By default all the features of a Task are set to false.
[ { "change_type": "MODIFY", "old_path": "src/Module/Module.hpp", "new_path": "src/Module/Module.hpp", "diff": "#include \"Task.hpp\"\n#include \"Tools/Exception/exception.hpp\"\n-\nnamespace aff3ct\n{\nnamespace module\n@@ -112,7 +111,7 @@ public:\nprotected:\nTask& create_task(const std::string name...
C++
MIT License
aff3ct/aff3ct
By default all the features of a Task are set to false.
8,490
02.10.2017 12:04:23
-7,200
043af4d8fe07179d0c703f36c57ee5b0b4d572d2
Fix compilation errors and warnings on clang.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Repetition/Decoder_repetition.cpp", "new_path": "src/Factory/Module/Decoder/Repetition/Decoder_repetition.cpp", "diff": "@@ -65,24 +65,24 @@ void Decoder_repetition::parameters\nif (full) headers[p].push_back(std::make_pair(\"Buffere...
C++
MIT License
aff3ct/aff3ct
Fix compilation errors and warnings on clang.
8,490
02.10.2017 13:37:51
-7,200
5a8371b0abd18be42bbe1590aba69c904ab91161
Update aff3ct.hpp.
[ { "change_type": "MODIFY", "old_path": "src/aff3ct.hpp", "new_path": "src/aff3ct.hpp", "diff": "+#ifndef AFF3CT_HPP\n+#define AFF3CT_HPP\n+\n//find ./src/ -type f -follow -print | grep \"[.]h$\"\n#include <Tools/general_utils.h>\n#include <Tools/types.h>\n-#include \"Tools/version.h\"\n#include <Too...
C++
MIT License
aff3ct/aff3ct
Update aff3ct.hpp.
8,490
04.10.2017 14:31:13
-7,200
87aa2ac147e29fc899f9c1f7153f087ef20adce2
Re-implement the BFERI SystemC simulation.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp", "new_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp", "diff": "@@ -65,6 +65,12 @@ void SC_BFER_ite<B,R,Q>\nthis->dumper[tid]->register_data(enc_data, enc_size, \"enc\", false, {(unsigned)th...
C++
MIT License
aff3ct/aff3ct
Re-implement the BFERI SystemC simulation.
8,490
04.10.2017 15:25:48
-7,200
c3e584d2f036c583cc23263a012567178777faad
Remove useless throw for MPI and debug mode + and the coset_real_i object in the module list.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.cpp", "new_path": "src/Simulation/BFER/BFER.cpp", "diff": "@@ -45,11 +45,6 @@ BFER<B,R,Q>\ndumper_red ( nullptr),\nterminal ( nullptr)\n{\n-#ifdef ENABLE_MPI\n- if (params.debug)\n- throw tools::invalid_argument(__FILE__, __LINE__, __f...
C++
MIT License
aff3ct/aff3ct
Remove useless throw for MPI and debug mode + and the coset_real_i object in the module list.
8,490
04.10.2017 16:46:22
-7,200
9ecd950d09740248232e568c0383624c980f62b8
Remove StarPU from AFF3CT.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/BFER/BFER.cpp", "new_path": "src/Factory/Simulation/BFER/BFER.cpp", "diff": "@@ -80,7 +80,7 @@ void BFER::parameters\nvoid BFER::parameters\n::store(const arg_val_map &vals)\n{\n-#if !defined(STARPU) && !defined(SYSTEMC)\n+#if !defined(S...
C++
MIT License
aff3ct/aff3ct
Remove StarPU from AFF3CT.
8,490
04.10.2017 16:47:20
-7,200
0b5ccd165a8913ce7ab4c39f8a42e6e04e9550b9
Remove the StarPU entry in the CMakeList file.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -52,18 +52,8 @@ option (ENABLE_GSL \"Enable GSL support\" OF\noption (ENABLE_MKL \"Enable MKL support\" OFF)\noption (ENABLE_SYSTEMC \"Enable SystemC support\" OFF)\noption (ENABLE_SYSTEMC_MODULE \"Ena...
C++
MIT License
aff3ct/aff3ct
Remove the StarPU entry in the CMakeList file.
8,490
05.10.2017 09:32:15
-7,200
67d912e9c300cc1c1cba569304379714cacd6a43
Fix the seed...
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/Simulation.cpp", "new_path": "src/Factory/Simulation/Simulation.cpp", "diff": "@@ -143,6 +143,8 @@ void Simulation::parameters\n// ensure that all the MPI processes have a different seed (crucial for the Monte-Carlo method)\nthis->local_...
C++
MIT License
aff3ct/aff3ct
Fix the seed...
8,490
05.10.2017 11:05:12
-7,200
9e7dd1b4cabeee1c17c1c5a6f9624fd4bccca40c
Fix wrong proto in Modem_BPSK.
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/BPSK/Modem_BPSK.hpp", "new_path": "src/Module/Modem/BPSK/Modem_BPSK.hpp", "diff": "@@ -23,8 +23,8 @@ public:\nvoid modulate ( const B *X_N1, R *X_N2); using Modem<B,R,Q>::modulate;\nvoid filter ( const R *Y_N1, R *Y_N2); using Modem<B,R,Q>::fi...
C++
MIT License
aff3ct/aff3ct
Fix wrong proto in Modem_BPSK.
8,490
06.10.2017 16:14:34
-7,200
9beb224a3a8ad4455248ec6829b23762226888f4
Improve the statistics by adding the ordered feature.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.cpp", "new_path": "src/Simulation/BFER/BFER.cpp", "diff": "@@ -243,7 +243,7 @@ void BFER<B,R,Q>\nmod_vec.push_back(vm.second);\nstd::cout << \"#\" << std::endl;\n- tools::Stats::show(mod_vec, std::cout);\n+ tools::Stats::show(mod_vec, ...
C++
MIT License
aff3ct/aff3ct
Improve the statistics by adding the ordered feature.
8,490
06.10.2017 20:05:22
-7,200
dc74c741f587b6d0928f1fa20d7818a299a53568
Improve the stats: now supports a vector of tasks.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Statistics/Statistics.cpp", "new_path": "src/Tools/Display/Statistics/Statistics.cpp", "diff": "@@ -169,7 +169,7 @@ void Statistics\n}\nvoid Statistics\n-::show(const std::vector<module::Module*> &modules, const bool ordered, std::ostream &st...
C++
MIT License
aff3ct/aff3ct
Improve the stats: now supports a vector of tasks.
8,490
08.10.2017 09:57:15
-7,200
029d0380083eac5dbd65786a795677a47f0bc49f
Enable the statistics in the task only if the user want to display the stats.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/Simulation.cpp", "new_path": "src/Simulation/Simulation.cpp", "diff": "@@ -26,6 +26,8 @@ void Simulation\n{\nt.second->set_autoexec (true);\nt.second->set_autoalloc(true);\n+\n+ if (params.statistics)\nt.second->set_stats(true);\n// enable the d...
C++
MIT License
aff3ct/aff3ct
Enable the statistics in the task only if the user want to display the stats.
8,490
09.10.2017 13:29:59
-7,200
06c9e9d5ea7d4894eb9c90efef762c0ce4ffbd3c
Add the total in the stats.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Statistics/Statistics.cpp", "new_path": "src/Tools/Display/Statistics/Statistics.cpp", "diff": "@@ -18,16 +18,32 @@ Statistics\n}\nvoid Statistics\n-::show_header(std::ostream &stream)\n+::separation1(std::ostream &stream)\n{\nstream << tools...
C++
MIT License
aff3ct/aff3ct
Add the total in the stats.
8,490
09.10.2017 13:54:09
-7,200
1eae7e16906e8d145a99725731b32ca26e7743af
Do not display the task name for sub-tasks.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Statistics/Statistics.cpp", "new_path": "src/Tools/Display/Statistics/Statistics.cpp", "diff": "@@ -119,7 +119,6 @@ void Statistics\nvoid Statistics\n::show_sub_task(const float total_sec,\n- const std::string task_name,\nconst uint32_t task_...
C++
MIT License
aff3ct/aff3ct
Do not display the task name for sub-tasks.
8,490
11.10.2017 10:08:46
-7,200
f7408daf2960d7adc518b4c66410718f798520c7
Decompose the binding of the sockets and the simu loop in the EXIT simu.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/EXIT/EXIT.hpp", "new_path": "src/Simulation/EXIT/EXIT.hpp", "diff": "@@ -52,6 +52,7 @@ public:\nprotected:\nvoid _build_communication_chain();\n+ void sockets_binding ();\nvoid simulation_loop ();\nvoid release_objects ();\n" } ]
C++
MIT License
aff3ct/aff3ct
Decompose the binding of the sockets and the simu loop in the EXIT simu.
8,490
11.10.2017 10:09:21
-7,200
b4395da1ac3a400d4065950ed4248c928e234ae3
Fix AZCW BFER simus.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Iterative/Threads/BFER_ite_threads.cpp", "new_path": "src/Simulation/BFER/Iterative/Threads/BFER_ite_threads.cpp", "diff": "@@ -35,39 +35,6 @@ BFER_ite_threads<B,R,Q>\n{\n}\n-template <typename B, typename R, typename Q>\n-void BFER_ite_thr...
C++
MIT License
aff3ct/aff3ct
Fix AZCW BFER simus.
8,483
13.10.2017 10:29:58
-7,200
4a3773a8f4cc95fa7f86feb843c1a76ed483513f
Correction of the BCH polynomial generator
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Code/BCH/Decoder_BCH.cpp", "new_path": "src/Factory/Module/Code/BCH/Decoder_BCH.cpp", "diff": "@@ -13,11 +13,11 @@ const std::string aff3ct::factory::Decoder_BCH::prefix = \"dec\";\ntemplate <typename B, typename Q>\nmodule::Decoder_SIHO<B,Q...
C++
MIT License
aff3ct/aff3ct
Correction of the BCH polynomial generator
8,490
13.10.2017 16:36:39
-7,200
867e588b1087a9a5b952877bed1338b66e03474b
Simplify SystemC.
[ { "change_type": "MODIFY", "old_path": "src/Module/SC_Module.cpp", "new_path": "src/Module/SC_Module.cpp", "diff": "@@ -246,8 +246,11 @@ void SC_Module_container::create_module(const int id)\nfill(sc_modules.begin(), sc_modules.end(), nullptr);\n}\n- if ((size_t)id < sc_modules.size() && sc_modules[...
C++
MIT License
aff3ct/aff3ct
Simplify SystemC.
8,490
16.10.2017 11:46:58
-7,200
206bf4a0e6a29c6af24c19d7c6d4b11d90768b83
Add new method in the factories in order to be able to catch all the prefixes and names dynamically.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Factory.cpp", "new_path": "src/Factory/Factory.cpp", "diff": "@@ -75,3 +75,26 @@ std::string Factory::parameters\n{\nreturn this->prefix;\n}\n+\n+std::vector<std::string> Factory::parameters\n+::get_names() const\n+{\n+ std::vector<std::string> n;\...
C++
MIT License
aff3ct/aff3ct
Add new method in the factories in order to be able to catch all the prefixes and names dynamically.
8,490
16.10.2017 11:47:40
-7,200
cce3402bd30cd1b95feb67630979f67d0b538014
Do not display the same required argument twice.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments_reader.cpp", "new_path": "src/Tools/Arguments_reader.cpp", "diff": "@@ -234,13 +234,20 @@ void Arguments_reader\nstd::cout << \"Usage: \" << this->m_program_name;\n+ std::vector<std::string> existing_flags;\n+\nfor (auto it = this->m_requir...
C++
MIT License
aff3ct/aff3ct
Do not display the same required argument twice.
8,490
16.10.2017 14:14:41
-7,200
4283cd9ec571379f3933c34779dbda61a9a27946
Remove the 'get_module_name' method.
[ { "change_type": "MODIFY", "old_path": "src/Module/Socket.hpp", "new_path": "src/Module/Socket.hpp", "diff": "@@ -75,8 +75,8 @@ public:\n<< \", 's.name' = \" << s.get_name()\n<< \", 'task.name' = \" << task.get_name()\n<< \", 's.task.name' = \" << s.task.get_name()\n- << \", 'task.module.name' = \" ...
C++
MIT License
aff3ct/aff3ct
Remove the 'get_module_name' method.
8,490
16.10.2017 15:00:41
-7,200
405cacc644b7da7292788415791ad15b1b232ae8
Add some new specific functions to manage the arguments and the headers automatically.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Factory.cpp", "new_path": "src/Factory/Factory.cpp", "diff": "#include <algorithm>\n#include <iostream>\n#include <utility>\n+#include <sstream>\n#include <vector>\n#include <map>\n#include \"Tools/general_utils.h\"\n+#include \"Tools/Exception/exc...
C++
MIT License
aff3ct/aff3ct
Add some new specific functions to manage the arguments and the headers automatically.
8,490
16.10.2017 17:49:44
-7,200
035574e6eb3c356f64f8353aa8c130b637f963da
Move sub encoder after the scaling factor and the Flip and check.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Turbo/Decoder_turbo.hxx", "new_path": "src/Factory/Module/Decoder/Turbo/Decoder_turbo.hxx", "diff": "@@ -54,10 +54,10 @@ std::vector<std::string> Decoder_turbo::parameters<D1,D2>\n::get_names() const\n{\nauto n = Decoder::parameters:...
C++
MIT License
aff3ct/aff3ct
Move sub encoder after the scaling factor and the Flip and check.
8,490
18.10.2017 11:55:56
-7,200
9674ee61ccc45fdc4a5f122e6c63db207427b71c
Fix the puncturer in the turbo code factories.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/Turbo/Codec_turbo.cpp", "new_path": "src/Factory/Module/Codec/Turbo/Codec_turbo.cpp", "diff": "@@ -162,9 +162,9 @@ void Codec_turbo::parameters\n{\nCodec_SIHO::parameters::get_headers(headers, full);\nenc->get_headers(headers, full);\n...
C++
MIT License
aff3ct/aff3ct
Fix the puncturer in the turbo code factories.
8,490
19.10.2017 07:57:32
-7,200
e76f9139604c0f12f485f1648ff516c64d7898c6
Rm the GEN sim type because it does not exist anymore.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Launcher/Launcher.cpp", "new_path": "src/Factory/Launcher/Launcher.cpp", "diff": "@@ -81,7 +81,7 @@ void factory::Launcher::parameters\nopt_args[{p+\"-type\"}] =\n{\"string\",\n\"select the type of simulation to launch (default is BFER).\",\n- \"BF...
C++
MIT License
aff3ct/aff3ct
Rm the GEN sim type because it does not exist anymore.
8,490
19.10.2017 13:19:16
-7,200
f22a9e0ab08645e962994bd5ae0d2db39fe05f28
Fix the codec type.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/Codec.cpp", "new_path": "src/Factory/Module/Codec/Codec.cpp", "diff": "@@ -85,6 +85,8 @@ void Codec::parameters\nconst auto code_rate = (float)this->K / (float)this->N;\nauto v = tools::string_split(this->get_name(), ' ');\nauto name =...
C++
MIT License
aff3ct/aff3ct
Fix the codec type.
8,490
19.10.2017 17:37:02
-7,200
f11d816e78423883aa73c2a8625ab9c92c20a931
Autostop AFF3CT when the --sim-stop-time param take effect.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.cpp", "new_path": "src/Simulation/BFER/BFER.cpp", "diff": "@@ -262,6 +262,10 @@ void BFER<B,R,Q>\nthis->dumper_red->clear();\n}\n+ if (this->monitor_red->get_n_fe() < this->monitor_red->get_fe_limit() &&\n+ (max_fra == 0 || this->monit...
C++
MIT License
aff3ct/aff3ct
Autostop AFF3CT when the --sim-stop-time param take effect.
8,490
19.10.2017 18:52:29
-7,200
065a3155e77deb0b986b8164212d4054116b4ce7
Fix Turbo DB pct conf.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/Turbo_DB/Codec_turbo_DB.cpp", "new_path": "src/Factory/Module/Codec/Turbo_DB/Codec_turbo_DB.cpp", "diff": "@@ -127,6 +127,7 @@ void Codec_turbo_DB::parameters\nif (this->pct)\n{\nthis->pct->K = this->enc->K;\n+ this->pct->N = this->enc...
C++
MIT License
aff3ct/aff3ct
Fix Turbo DB pct conf.
8,490
20.10.2017 17:12:51
-7,200
70128ae641daf141317fb67232f622fcc8a246ec
Fix the turbo code 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": "@@ -27,11 +27,11 @@ Puncturer_polar_wangliu<B,Q>\nthrow tools::invalid_argument(__FILE__, __LINE__, __func__, message.str())...
C++
MIT License
aff3ct/aff3ct
Fix the turbo code puncturer.
8,490
20.10.2017 18:55:02
-7,200
4e3388e8ed52917250497040ae7bfab2391a2aaf
Prevent to completely stop the simu when ctrl+c is used.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.cpp", "new_path": "src/Simulation/BFER/BFER.cpp", "diff": "@@ -262,7 +262,7 @@ void BFER<B,R,Q>\nthis->dumper_red->clear();\n}\n- if (this->monitor_red->get_n_fe() < this->monitor_red->get_fe_limit() &&\n+ if (!module::Monitor::is_inte...
C++
MIT License
aff3ct/aff3ct
Prevent to completely stop the simu when ctrl+c is used.
8,490
23.10.2017 14:11:17
-7,200
e306625cff043707b58d62fb78cb13de93198f7e
Fix RSC poly param.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/RSC/Decoder_RSC.cpp", "new_path": "src/Factory/Module/Decoder/RSC/Decoder_RSC.cpp", "diff": "@@ -97,10 +97,10 @@ void Decoder_RSC::parameters\nif(exist(vals, {p+\"-std\" })) this->standard = vals.at({p+\"-std\" });\nif(exist(vals, {p...
C++
MIT License
aff3ct/aff3ct
Fix RSC poly param.
8,486
23.10.2017 16:42:49
-7,200
800526efc10e620d68f740e2ff30dce751ec3da8
Extraction of systematic bits for RSC codes.
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/RSC/Codec_RSC.cpp", "new_path": "src/Module/Codec/RSC/Codec_RSC.cpp", "diff": "@@ -127,6 +127,19 @@ void Codec_RSC<B,Q>\nY_N[i*2] += ext[i];\n}\n+template <typename B, typename Q>\n+void Codec_RSC<B,Q>\n+::_extract_sys_bit(const Q *Y_N, B *V_K...
C++
MIT License
aff3ct/aff3ct
Extraction of systematic bits for RSC codes.
8,486
23.10.2017 16:44:13
-7,200
3f35c88992ed1b53cb7ec1534d9e41579ea81e96
New task tmodulate for soft modulation.
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/Modem.hpp", "new_path": "src/Module/Modem/Modem.hpp", "diff": "@@ -26,12 +26,13 @@ namespace module\n{\nnamespace tsk\n{\n- enum list { modulate, filter, demodulate, tdemodulate, demodulate_wg, tdemodulate_wg, SIZE };\n+ enum list { modulate, ...
C++
MIT License
aff3ct/aff3ct
New task tmodulate for soft modulation.
8,486
23.10.2017 16:45:19
-7,200
788c69005c07d2f639a8a28d9025c1203dad1a8c
tmodulate implementation + bit order inversion in modem user + 0 padding.
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/User/Modem_user.hpp", "new_path": "src/Module/Modem/User/Modem_user.hpp", "diff": "@@ -38,6 +38,7 @@ public:\n}\nprotected:\n+ void _tmodulate ( const Q *X_N1, R *X_N2, const int frame_id);\nvoid _modulate ( const B *X_N1, R *X_N2, const int f...
C++
MIT License
aff3ct/aff3ct
tmodulate implementation + bit order inversion in modem user + 0 padding.
8,490
25.10.2017 10:09:53
-7,200
fcb6fde0eadd4fb56ef367f438353b0762f01e0c
Fix the info bits detection in G and H LDPC matrices.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/LDPC/AList/AList.cpp", "new_path": "src/Tools/Code/LDPC/AList/AList.cpp", "diff": "@@ -100,6 +100,11 @@ std::vector<unsigned> AList\n{\nstd::string line;\n+ // look for the position in the file where the info bits begin\n+ while (std::getline(st...
C++
MIT License
aff3ct/aff3ct
Fix the info bits detection in G and H LDPC matrices.
8,490
25.10.2017 10:37:03
-7,200
b58a84672b2bff2be53d31dd86981b5dd2eec85f
Fix bad display of titles in some specific cases (in the headers).
[ { "change_type": "MODIFY", "old_path": "src/Factory/Factory.cpp", "new_path": "src/Factory/Factory.cpp", "diff": "@@ -175,14 +175,28 @@ void aff3ct::factory::Header::print_parameters(const std::vector<Factory::parame\nthrow tools::runtime_error(__FILE__, __LINE__, __func__, message.str());\n}\n+ boo...
C++
MIT License
aff3ct/aff3ct
Fix bad display of titles in some specific cases (in the headers).
8,490
25.10.2017 10:48:11
-7,200
c9baccd3158960e872ba14c7d38a27147ef11f30
Add a the possibility to use the fe from the original simu.
[ { "change_type": "MODIFY", "old_path": "tests/tests.py", "new_path": "tests/tests.py", "diff": "@@ -9,7 +9,7 @@ PathBuild = \"../build\"\nSensibility = 1.0\nNthreads = 0 # if 0 then AFF3CT takes all the available threads\nRecursiveScan = True\n-MaxFE = 100\n+MaxFE = 100 # 0 takes fe from the origina...
C++
MIT License
aff3ct/aff3ct
Add a the possibility to use the fe from the original simu.
8,486
26.10.2017 00:48:05
-7,200
a8a47d43b2706b58c520c55974714eefb44a78d5
Correction of small bug in tmodulate + removal of bps multiple of 2 constraint.
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/User/Modem_user.hxx", "new_path": "src/Module/Modem/User/Modem_user.hxx", "diff": "@@ -30,13 +30,6 @@ Modem_user<B,R,Q,MAX>\nif (const_path.empty())\nthrow tools::invalid_argument(__FILE__, __LINE__, __func__, \"'const_path' should not be empt...
C++
MIT License
aff3ct/aff3ct
Correction of small bug in tmodulate + removal of bps multiple of 2 constraint.
8,483
30.10.2017 15:28:23
-3,600
7e1708c66b0fb54f89aeb6837020fac971a946eb
Add threshold on err tracker; Correct Modem_CPM factor computation
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Modem/Modem.cpp", "new_path": "src/Factory/Module/Modem/Modem.cpp", "diff": "@@ -124,21 +124,8 @@ void Modem::parameters\nauto p = this->get_prefix();\n// --------------------------------------------------------------------------------------...
C++
MIT License
aff3ct/aff3ct
Add threshold on err tracker; Correct Modem_CPM factor computation
8,483
30.10.2017 16:51:21
-3,600
d4c03b749197e88ad8ab6a81753d4c94981e9288
Remove get gain method in rayleigh channels
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/Rayleigh/Channel_Rayleigh_LLR.cpp", "new_path": "src/Module/Channel/Rayleigh/Channel_Rayleigh_LLR.cpp", "diff": "@@ -54,20 +54,13 @@ Channel_Rayleigh_LLR<R>\ndelete noise_generator;\n}\n-template <typename R>\n-void Channel_Rayleigh_LLR<R>\n...
C++
MIT License
aff3ct/aff3ct
Remove get gain method in rayleigh channels
8,483
30.10.2017 17:46:45
-3,600
829440cbbd9db1bacf12e7df9661fd03f57012cc
Split channel type into a type and an implementation arguments
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -52,8 +52,8 @@ _aff3ct() {\n--src-type --src-path --enc-type --enc-path --mdm-type --mdm-bps\\\n--mdm-ups --mdm-cpm-ws --mdm-cpm-map --mdm-cpm-L --mdm-cpm-p \\\n--mdm-cpm-k ...
C++
MIT License
aff3ct/aff3ct
Split channel type into a type and an implementation arguments
8,483
31.10.2017 09:25:21
-3,600
cec02285bcfa36ac9a8cfbac168f5436608db7e1
Correct OOK modem; Add OOK curve ref
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/OOK/Modem_OOK.cpp", "new_path": "src/Module/Modem/OOK/Modem_OOK.cpp", "diff": "@@ -13,7 +13,10 @@ Modem_OOK<B,R,Q>\n: Modem<B,R,Q>(N, sigma, n_frames, name),\ndisable_sig2(disable_sig2)\n{\n- this->set_sigma(sigma);\n+ if(disable_sig2)\n+ sigm...
C++
MIT License
aff3ct/aff3ct
Correct OOK modem; Add OOK curve ref
8,490
31.10.2017 09:51:34
-3,600
a4ec63b36496275d5fdf4b3c75443d2a3af6c216
Do not show the 'Bad frames threshold' parameter when its value is 0.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/BFER/BFER.cpp", "new_path": "src/Factory/Simulation/BFER/BFER.cpp", "diff": "@@ -169,6 +169,7 @@ void BFER::parameters\nstd::string enable_rev_track = (this->err_track_revert) ? \"on\" : \"off\";\nheaders[p].push_back(std::make_pair(\"Ba...
C++
MIT License
aff3ct/aff3ct
Do not show the 'Bad frames threshold' parameter when its value is 0.
8,483
31.10.2017 11:58:36
-3,600
0fc256905cd353258c3cebc7fa08e2a9d3114985
Add a strictly positive float/int conditional flag for arguments; Improve argument checker of the argument reader class
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/Simulation.cpp", "new_path": "src/Factory/Simulation/Simulation.cpp", "diff": "@@ -41,7 +41,7 @@ void Simulation::parameters\n\"maximal signal/noise ratio to simulate.\"};\nopt_args[{p+\"-snr-step\", \"s\"}] =\n- {\"positive_float\",\n+ ...
C++
MIT License
aff3ct/aff3ct
Add a strictly positive float/int conditional flag for arguments; Improve argument checker of the argument reader class
8,483
31.10.2017 17:29:32
-3,600
8292145c31ac206d799ab62eaf1550710d97b858
Add negative and non-zero conditional flags in argument checker method in argument reader class
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments_reader.cpp", "new_path": "src/Tools/Arguments_reader.cpp", "diff": "@@ -440,7 +440,15 @@ std::string Arguments_reader\n}\n}\n- // check if the input is strictly positive\n+ else if (args.at(tags)[0] == \"negative_int\")\n+ {\n+ if (int_num ...
C++
MIT License
aff3ct/aff3ct
Add negative and non-zero conditional flags in argument checker method in argument reader class
8,483
06.11.2017 09:19:13
-3,600
8855d2239a53689244bc2f9a58be5cd6a3c7f293
Change some others parameters into strictly positive values
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Factory/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "@@ -43,7 +43,7 @@ void Monitor_BFER::parameters\n\"set the number of inter frame level to process.\"};\nopt_args[{p+\"-max-fe\", \"e\"}]...
C++
MIT License
aff3ct/aff3ct
Change some others parameters into strictly positive values
8,483
06.11.2017 09:34:39
-3,600
bac9871f18561d1cc1a67f9828c76912022cb6c6
Set back n_thread as a possibly zero value
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/Simulation.cpp", "new_path": "src/Factory/Simulation/Simulation.cpp", "diff": "@@ -69,8 +69,8 @@ void Simulation::parameters\n\"display statistics module by module.\"};\nopt_args[{p+\"-threads\", \"t\"}] =\n- {\"strictly_positive_int\",\...
C++
MIT License
aff3ct/aff3ct
Set back n_thread as a possibly zero value
8,483
07.11.2017 12:38:35
-3,600
5b58946838ff12b532a2617a8646a2b8f902b260
Modify test.py to write command line properly; Correction of arguments
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Modem/Modem.cpp", "new_path": "src/Factory/Module/Modem/Modem.cpp", "diff": "@@ -115,7 +115,7 @@ void Modem::parameters\n\"PSI0, PSI1, PSI2, PSI3\"};\nopt_args[{p+\"-ite\"}] =\n- {\"strictly_positive int\",\n+ {\"strictly_positive_int\",\n\"...
C++
MIT License
aff3ct/aff3ct
Modify test.py to write command line properly; Correction of arguments
8,483
07.11.2017 12:41:34
-3,600
e6e6addcedd6b91314239cd426a3f72e49346849
Correction argument
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Modem/Modem.cpp", "new_path": "src/Factory/Module/Modem/Modem.cpp", "diff": "@@ -115,7 +115,7 @@ void Modem::parameters\n\"PSI0, PSI1, PSI2, PSI3\"};\nopt_args[{p+\"-ite\"}] =\n- {\"strictly_positive int\",\n+ {\"strictly_positive_int\",\n\"...
C++
MIT License
aff3ct/aff3ct
Correction argument
8,483
07.11.2017 12:42:01
-3,600
4f450d931765194920fdabbc959cfbb848741783
Modify test script to write aff3ct command line correctly
[ { "change_type": "MODIFY", "old_path": "tests/tests.py", "new_path": "tests/tests.py", "diff": "@@ -11,7 +11,7 @@ Nthreads = 0 # if 0 then AFF3CT takes all the available threads\nRecursiveScan = True\nMaxFE = 100 # 0 takes fe from the original simulation\nWeakRate = 0.8 # 0 < WeakRate < 1\n-MaxTimeS...
C++
MIT License
aff3ct/aff3ct
Modify test script to write aff3ct command line correctly
8,483
07.11.2017 12:43:07
-3,600
91e1508ef64faf7cf9f370a884c07724435f7e58
Modify test time per SNR
[ { "change_type": "MODIFY", "old_path": "tests/tests.py", "new_path": "tests/tests.py", "diff": "@@ -11,7 +11,7 @@ Nthreads = 0 # if 0 then AFF3CT takes all the available threads\nRecursiveScan = True\nMaxFE = 100 # 0 takes fe from the original simulation\nWeakRate = 0.8 # 0 < WeakRate < 1\n-MaxTimeS...
C++
MIT License
aff3ct/aff3ct
Modify test time per SNR
8,483
10.11.2017 09:30:46
-3,600
d4c57da57c394897a8d78f5b9e01aa31fccdb3f9
Modify argument map to have a pointer to the second member
[ { "change_type": "MODIFY", "old_path": "src/Factory/Launcher/Launcher.cpp", "new_path": "src/Factory/Launcher/Launcher.cpp", "diff": "@@ -87,10 +87,10 @@ void factory::Launcher::parameters\nopt_args.add(\n{p+\"-prec\", \"p\"},\nnew tools::Integer<>({new tools::Including_set<int>({8, 16, 32})}),\n- \...
C++
MIT License
aff3ct/aff3ct
Modify argument map to have a pointer to the second member
8,490
11.11.2017 23:39:36
-3,600
cb63988d6f5da99d55003e313f86c4535c49de51
Up. to the last MIPP version (with AVX512 ready).
[ { "change_type": "MODIFY", "old_path": "lib/MIPP", "new_path": "lib/MIPP", "diff": "-Subproject commit af3a522ce5766451cc68808cc48d905cd73921f2\n+Subproject commit 73e040ce1e92d4e242b7f3b0d5639aa92b72bcc7\n" }, { "change_type": "MODIFY", "old_path": "src/Module/CRC/Polynomial/CRC_polynom...
C++
MIT License
aff3ct/aff3ct
Up. to the last MIPP version (with AVX512 ready).
8,490
13.11.2017 10:49:57
-3,600
b495e6df0a383f5cce8ba00febc84fead3e207e7
Update the polar API for AVX512.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/Polar/API/functions_polar_intra_16bit.h", "new_path": "src/Tools/Code/Polar/API/functions_polar_intra_16bit.h", "diff": "@@ -27,7 +27,18 @@ struct f_intra_16bit\n}\n};\n-#ifdef __AVX__\n+#if defined(__MIC__) || defined(__KNCNI__) || defined(__AV...
C++
MIT License
aff3ct/aff3ct
Update the polar API for AVX512.
8,490
13.11.2017 10:52:59
-3,600
8518986b68aba622df6f648854d55b18c38ea281
Fix bug in prev. commit...
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/Polar/API/functions_polar_intra_32bit.h", "new_path": "src/Tools/Code/Polar/API/functions_polar_intra_32bit.h", "diff": "@@ -82,6 +82,7 @@ struct g_intra_32bit\n};\n#if defined(__MIC__) || defined(__KNCNI__) || defined(__AVX512__) || defined(__A...
C++
MIT License
aff3ct/aff3ct
Fix bug in prev. commit...
8,483
15.11.2017 09:31:09
-3,600
5ae747eac2b74894ae2464bc3f179a1270749da9
Change sim-debug-prec into a positive int argument (before > 2); When setting to the module task debug precision and limit, allow a null value.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/Simulation.cpp", "new_path": "src/Factory/Simulation/Simulation.cpp", "diff": "@@ -64,7 +64,7 @@ void Simulation::parameters\nopt_args.add(\n{p+\"-debug-prec\"},\n- new tools::Integer<>({new tools::Min<int>(2)}),\n+ new tools::Integer<>(...
C++
MIT License
aff3ct/aff3ct
Change sim-debug-prec into a positive int argument (before > 2); When setting to the module task debug precision and limit, allow a null value.
8,483
15.11.2017 11:07:30
-3,600
6a7607d3430b61a73dcfb1abac9bf43824ec2b64
Change headers to call only argument tools in Factory header.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Factory.hpp", "new_path": "src/Factory/Factory.hpp", "diff": "#include <map>\n#include \"Tools/Display/bash_tools.h\"\n-#include \"Tools/Arguments/Argument_map.hpp\"\n#include \"Tools/Arguments/Argument_tools.hpp\"\nnamespace aff3ct\n" }, { ...
C++
MIT License
aff3ct/aff3ct
Change headers to call only argument tools in Factory header.
8,483
28.11.2017 10:30:04
-3,600
522ce17dc62c9356fe24951c69c22d191e652862
Enhance get back trace of tools::exception to display clearly the called functions.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Exception/exception.cpp", "new_path": "src/Tools/Exception/exception.cpp", "diff": "#if (defined(__GNUC__) || defined(__clang__) || defined(__llvm__)) && (defined(__linux__) || defined(__linux) || defined(__APPLE__))\n-#include <execinfo.h>\n+#includ...
C++
MIT License
aff3ct/aff3ct
Enhance get back trace of tools::exception to display clearly the called functions.
8,483
28.11.2017 15:47:25
-3,600
c024589f45e674c873b461ea51234f1b732327e3
Enhance even more the tools::exception; Create a system_functions.hpp with backtrace, addr2line and runSystemCommand functions; Call addr2line only when displaying exceptions to not have performance loss; addr2line can be disabled with flag -DNDEBUG for release because it works only with in debug with -g flag; Bug in addr2line, lines does not match always
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "#include \"Tools/general_utils.h\"\n#include \"Tools/Display/bash_tools.h\"\n#include \"Tools/Exception/exception.hpp\"\n+#include \"Tools/system_functions.hpp\"\n#include \"Factory/...
C++
MIT License
aff3ct/aff3ct
Enhance even more the tools::exception; Create a system_functions.hpp with backtrace, addr2line and runSystemCommand functions; Call addr2line only when displaying exceptions to not have performance loss; addr2line can be disabled with flag -DNDEBUG for release because it works only with in debug with -g flag; Bug in addr2line, lines does not match always
8,483
28.11.2017 15:53:23
-3,600
d97689b499090f7193cced195c8fe2f18bd4e8b8
Add a catch where to apply the addr2line function
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -163,7 +163,7 @@ void Launcher::launch()\n}\ncatch (std::exception const& e)\n{\n- std::cerr << tools::apply_on_each_line(e.what(), &tools::format_error) << std::endl;\n+ std::cer...
C++
MIT License
aff3ct/aff3ct
Add a catch where to apply the addr2line function
8,483
01.12.2017 14:41:06
-3,600
bd869fcd09b9b6e9f7b05d0b80fa37960c8aabb7
Test before the division if the denominator is null or not instead of after.
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/User/Channel_user.cpp", "new_path": "src/Module/Channel/User/Channel_user.cpp", "diff": "@@ -32,8 +32,6 @@ Channel_user<R>\nfile.clear(); // since ignore will have set eof.\nfile.seekg(8, std::ios_base::beg);\n- const unsigned sizeof_float =...
C++
MIT License
aff3ct/aff3ct
Test before the division if the denominator is null or not instead of after.
8,483
04.12.2017 10:37:15
-3,600
c2e783d6ba68f0915913494886b4199ea07cd542
Deactivate #include call when not on linux or apple; Change call function to run a system command on windows
[ { "change_type": "MODIFY", "old_path": "src/Tools/system_functions.cpp", "new_path": "src/Tools/system_functions.cpp", "diff": "+#if (defined(__GNUC__) || defined(__clang__) || defined(__llvm__)) && (defined(__linux__) || defined(__linux) || defined(__APPLE__))\n#include <execinfo.h> // backtrace, b...
C++
MIT License
aff3ct/aff3ct
Deactivate #include call when not on linux or apple; Change call function to run a system command on windows
8,481
07.11.2017 10:33:40
-3,600
ffcb21b6f219b85ac82aa24d72587bd08656a49c
Add QC_matrix functions (load, expand and invert_H2)
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Tools/Code/LDPC/QC_matrix/QC_matrix.cpp", "diff": "+#include <Tools/Code/LDPC/QC_matrix/QC_matrix.hpp>\n+#include <string>\n+#include <sstream>\n+#include \"Tools/Code/LDPC/AList/AList.hpp\"\n+\n+#include \"Tools/Exception/exception.hpp\"\n+...
C++
MIT License
aff3ct/aff3ct
Add QC_matrix functions (load, expand and invert_H2) Signed-off-by: Adrien Cassagne <adrien.cassagne@inria.fr>
8,481
07.11.2017 10:40:17
-3,600
4438808d0a9764210b43e36c25ba84e91627ca7f
Add LDPC Puncturer
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "diff": "@@ -11,6 +11,7 @@ Codec_LDPC::parameters\n: Codec ::parameters(Codec_LDPC::name, prefix),\nCodec_SISO_SIHO::parameters(Codec_LDPC::name, prefix)...
C++
MIT License
aff3ct/aff3ct
Add LDPC Puncturer Signed-off-by: Adrien Cassagne <adrien.cassagne@inria.fr>
8,481
07.11.2017 10:43:33
-3,600
4f6e1f0a36eb461e5b1c415af759af5e4a31cdd7
Add QC matrix support for LDPC Decoder
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "diff": "@@ -43,10 +43,14 @@ void Decoder_LDPC::parameters\nauto p = this->get_prefix();\n- req_args[{p+\"-h-path\"}] =\n+ opt_args[{p+\"-h-path\...
C++
MIT License
aff3ct/aff3ct
Add QC matrix support for LDPC Decoder Signed-off-by: Adrien Cassagne <adrien.cassagne@inria.fr>
8,481
07.11.2017 10:45:05
-3,600
3bbea75460c6ab6bdb08a023eb8dec71956515c4
Add approximate min star LDPC decoder
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "diff": "#include \"Module/Decoder/LDPC/BP/Flooding/SPA/Decoder_LDPC_BP_flooding_sum_product.hpp\"\n#include \"Module/Decoder/LDPC/BP/Flooding/LS...
C++
MIT License
aff3ct/aff3ct
Add approximate min star LDPC decoder Signed-off-by: Adrien Cassagne <adrien.cassagne@inria.fr>
8,481
07.11.2017 10:47:52
-3,600
1f26940439ef8d9aaed5581d60b0e71bcd94080b
Add a LDPC encoder for systematic QC matrix
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "diff": "@@ -87,6 +87,7 @@ void Codec_LDPC::parameters\ndec->store(vals);\nthis->enc->H_alist_path = this->dec->H_alist_path;\n+ this->enc->QC_matrix_pat...
C++
MIT License
aff3ct/aff3ct
Add a LDPC encoder for systematic QC matrix Signed-off-by: Adrien Cassagne <adrien.cassagne@inria.fr>
8,490
12.12.2017 16:22:04
-3,600
947e9212d2298657d53d28cffd713d17f37dda5a
Add the MIN choice in the AMS decoder.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "diff": "#include \"Tools/Exception/exception.hpp\"\n+#include \"Tools/Math/max.h\"\n#include \"Module/Decoder/LDPC/BP/Flooding/SPA/Decoder_LDPC_...
C++
MIT License
aff3ct/aff3ct
Add the MIN choice in the AMS decoder.
8,490
13.12.2017 10:51:40
-3,600
ea7cf0380aba66a62bff5bc9405339ecac0d2928
Improve the LDPC puncturer integration.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "diff": "@@ -11,8 +11,8 @@ Codec_LDPC::parameters\n: Codec ::parameters(Codec_LDPC::name, prefix),\nCodec_SISO_SIHO::parameters(Codec_LDPC::name, prefix)...
C++
MIT License
aff3ct/aff3ct
Improve the LDPC puncturer integration.
8,490
13.12.2017 12:05:54
-3,600
54bf3ee8ef61fa415d79de156f2452119436b584
Simplify the LDPC QC reader a little bit.
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp", "diff": "#include \"Tools/Exception/exception.hpp\"\n#include \"Tools/Code/LDPC/AList/AList.hpp\"\n-#include \"Tools/Code/LDPC/QC_matrix/QC_matrix.hpp\"\n+#include \"Too...
C++
MIT License
aff3ct/aff3ct
Simplify the LDPC QC reader a little bit.
8,483
13.12.2017 12:15:23
-3,600
ebc367ee993b56e8c581992c622b2e129fd1f497
Add mean value in the Noise Generator
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Noise/Fast/Noise_fast.cpp", "new_path": "src/Tools/Algo/Noise/Fast/Noise_fast.cpp", "diff": "@@ -97,8 +97,8 @@ void Noise_fast<R>\nmipp::Reg<R> sintheta, costheta;\nmipp::sincos(theta, sintheta, costheta);\n- auto awgn1 = radius * costheta;\n- a...
C++
MIT License
aff3ct/aff3ct
Add mean value in the Noise Generator
8,481
21.11.2017 15:29:08
-3,600
7c7a9b88b9084c23db51a1c7b8cae7f7ed642773
Edit tails symbols generation on CPM
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Modem/Modem.cpp", "new_path": "src/Factory/Module/Modem/Modem.cpp", "diff": "@@ -176,7 +176,8 @@ void Modem::parameters\nthis->N,\nthis->bps,\nthis->upf,\n- this->cpm_L);\n+ this->cpm_L,\n+ this->cpm_p);\nthis->N_fil = get_buffer_size_after_...
C++
MIT License
aff3ct/aff3ct
Edit tails symbols generation on CPM