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
17.04.2018 08:58:40
-7,200
6940d9e91ce50e96f50aac5c86fdb109398b4cbc
Remove the deactivation of cool bash when using sim-pyber argument
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/Simulation.cpp", "new_path": "src/Factory/Simulation/Simulation.cpp", "diff": "@@ -186,11 +186,11 @@ void Simulation::parameters\nthis->local_seed = this->global_seed;\n#endif\n-#ifdef ENABLE_COOL_BASH\n- // disable the cool bash mode fo...
C++
MIT License
aff3ct/aff3ct
Remove the deactivation of cool bash when using sim-pyber argument
8,483
17.04.2018 08:59:08
-7,200
ab7e2e832c798497f1254558a4139bbe5a2cd589
Using Terminal::comment_tag in Launcher when displaying the legend
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "#include <functional>\n#include <date.h>\n+#include \"Tools/Display/Terminal/Terminal.hpp\"\n+\n#ifdef ENABLE_MPI\n#include <mpi.h>\n#endif\n@@ -76,7 +78,7 @@ int Launcher::read_argu...
C++
MIT License
aff3ct/aff3ct
Using Terminal::comment_tag in Launcher when displaying the legend
8,483
17.04.2018 11:18:47
-7,200
e3ac183542a71d74f4c53e20873091e01e27fcf4
Add a 'comment' rang format and use it in terminal class, Launcher and Factory::Header class
[ { "change_type": "MODIFY", "old_path": "src/Factory/Factory.cpp", "new_path": "src/Factory/Factory.cpp", "diff": "#include <sstream>\n#include <vector>\n#include <map>\n-#include <rang.hpp>\n+#include \"Tools/Display/rang_format/rang_format.h\"\n#include \"Tools/general_utils.h\"\n#include \"Tools/E...
C++
MIT License
aff3ct/aff3ct
Add a 'comment' rang format and use it in terminal class, Launcher and Factory::Header class
8,483
17.04.2018 12:10:45
-7,200
6669bc7713542cf3c139e8ba4539946f4f294ce8
Move Noise class in Noise folder; Remove pointless const specifer in arguments
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/Channel.hpp", "new_path": "src/Module/Channel/Channel.hpp", "diff": "#include <vector>\n#include \"Module/Module.hpp\"\n-#include \"Tools/Noise.hpp\"\n+#include \"../../Tools/Noise/Noise.hpp\"\nnamespace aff3ct\n{\n" }, { "change_typ...
C++
MIT License
aff3ct/aff3ct
Move Noise class in Noise folder; Remove pointless const specifer in arguments
8,483
17.04.2018 12:11:04
-7,200
19878ba791f98a631ff419d8161b3254beea908e
Add the noise.hpp file
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Tools/Noise/Noise.hpp", "diff": "+#ifndef NOISE_HPP__\n+#define NOISE_HPP__\n+\n+#include \"../../../../../../../../../../usr/include/c++/5/utility\"\n+#include \"../../../../../../../../../../usr/include/c++/5/string\"\n+#include \"../../.....
C++
MIT License
aff3ct/aff3ct
Add the noise.hpp file
8,488
17.04.2018 17:14:58
-7,200
7a9056e21cc01ef6854e40958e16e2324a54ed41
Raise an error if no export type is given.
[ { "change_type": "MODIFY", "old_path": "scripts/debug_parser/aff3ct_debug_parser.py", "new_path": "scripts/debug_parser/aff3ct_debug_parser.py", "diff": "@@ -219,6 +219,10 @@ def adp_parse_args():\nparser.add_argument(\"-o\", \"--output\", type=str, help=\"path to the output folder\", default=\"./\"...
C++
MIT License
aff3ct/aff3ct
Raise an error if no export type is given.
8,488
17.04.2018 17:34:01
-7,200
249d94daba2036431d72852f09704a3acbb50654
Check that given output path is a directory.
[ { "change_type": "MODIFY", "old_path": "scripts/debug_parser/aff3ct_debug_parser.py", "new_path": "scripts/debug_parser/aff3ct_debug_parser.py", "diff": "@@ -206,6 +206,12 @@ def check_positive(value):\nreturn ivalue\n+def check_directory(value):\n+ if not os.path.isdir(value):\n+ raise argparse.Arg...
C++
MIT License
aff3ct/aff3ct
Check that given output path is a directory.
8,483
18.04.2018 08:37:29
-7,200
87d52b07d076f6a214c648c2b560113a2a669b62
Renaming rang::format into rang::tag
[ { "change_type": "MODIFY", "old_path": "src/Factory/Command_parser.cpp", "new_path": "src/Factory/Command_parser.cpp", "diff": "@@ -72,7 +72,7 @@ void Command_parser\nstd::string message = \"For more information please display the help (\\\"\";\nmessage += tools::Argument_handler::print_tag(Command_...
C++
MIT License
aff3ct/aff3ct
Renaming rang::format into rang::tag
8,483
18.04.2018 08:48:14
-7,200
853c87dab556fff00fce89aea688c484d2c70de1
Fix the CPM noise checker before generating the projection matrix
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/CPM/Modem_CPM.hxx", "new_path": "src/Module/Modem/CPM/Modem_CPM.hxx", "diff": "@@ -87,7 +87,7 @@ Modem_CPM<B,R,Q,MAX>\ngenerate_baseband();\n- if (no_sig2 || this->n->is_set())\n+ if (no_sig2 || (this->n != nullptr && this->n->is_set()))\ngene...
C++
MIT License
aff3ct/aff3ct
Fix the CPM noise checker before generating the projection matrix
8,483
18.04.2018 09:37:03
-7,200
a3695c1abfc7b4b88d6cbcd9b8329ad2fea46eb9
Fix rang::format to rang::tag in MPI
[ { "change_type": "MODIFY", "old_path": "src/Simulation/EXIT/EXIT.cpp", "new_path": "src/Simulation/EXIT/EXIT.cpp", "diff": "@@ -31,8 +31,8 @@ EXIT<B,R>\nterminal (nullptr)\n{\n#ifdef ENABLE_MPI\n- std::clog << rang::format::warning << \"This simulation is not MPI ready, the same computations will be...
C++
MIT License
aff3ct/aff3ct
Fix rang::format to rang::tag in MPI
8,483
18.04.2018 14:28:13
-7,200
f309f71092c760562454edaf035fea39296c7434
Fix generate range when only one value
[ { "change_type": "MODIFY", "old_path": "src/Tools/general_utils.cpp", "new_path": "src/Tools/general_utils.cpp", "diff": "@@ -126,6 +126,7 @@ R aff3ct::tools::ebn0_to_esn0(const R ebn0, const R bit_rate, const int bps)\nreturn esn0;\n}\n+#include <iostream>\ntemplate <typename R>\nstd::vector<R> aff...
C++
MIT License
aff3ct/aff3ct
Fix generate range when only one value
8,483
18.04.2018 17:30:51
-7,200
abe4e8bc3c628bd0592530c372069cff91fcc7a9
Modify test regression to handle several noise types and data to check
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -10,6 +10,7 @@ import time\nimport pathlib\nimport argparse\nimport subprocess\n+import numpy as np\n# ==================================================================== PACKAGES\n# ===...
C++
MIT License
aff3ct/aff3ct
Modify test regression to handle several noise types and data to check
8,483
18.04.2018 17:47:48
-7,200
68d5d78d73c550a7a1bf1c806e2f64fb22f8c5ad
Remove rang::tag::reset cause it is useless
[ { "change_type": "MODIFY", "old_path": "src/Factory/Command_parser.cpp", "new_path": "src/Factory/Command_parser.cpp", "diff": "@@ -72,7 +72,7 @@ void Command_parser\nstd::string message = \"For more information please display the help (\\\"\";\nmessage += tools::Argument_handler::print_tag(Command_...
C++
MIT License
aff3ct/aff3ct
Remove rang::tag::reset cause it is useless
8,483
19.04.2018 11:23:26
-7,200
026e9ccbc159fa704757ac8e4f8bd44c55153565
Change the output format for more lisibility; Change the sensibility computation to a ratio between the ref and the new value
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -23,17 +23,18 @@ parser.add_argument('--refs-path', action='store', dest='refsPath', ty\nparser.add_argument('--results-path', action='store', dest='resultsPath', type=str, default=\"test...
C++
MIT License
aff3ct/aff3ct
Change the output format for more lisibility; Change the sensibility computation to a ratio between the ref and the new value
8,483
23.04.2018 10:05:57
-7,200
53edd5745e3e4d2d156965b2fc5161d476d1cf1d
Change back the way of checking the new simulation curves to the old way by calculating the difference between the new and the ref
[ { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-Subproject commit 26e1a5f51eb5f8d12cb30b3a42420c5a300536f7\n+Subproject commit a96cf26955547ab3566cc96dbb58531228350515\n" } ]
C++
MIT License
aff3ct/aff3ct
Change back the way of checking the new simulation curves to the old way by calculating the difference between the new and the ref
8,483
23.04.2018 11:25:14
-7,200
afb041837636e2e348e05b1874e88280476ff76b
Replace arg -sigma to -noise in channel and modem factories; Change get_noise method to current_noise method in Modem and Channel Modules
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Channel/Channel.cpp", "new_path": "src/Factory/Module/Channel/Channel.cpp", "diff": "@@ -85,9 +85,9 @@ void Channel::parameters\n\"block fading policy for the RAYLEIGH channel.\");\nargs.add(\n- {p+\"-sigma\"},\n+ {p+\"-noise\"},\ntools::Rea...
C++
MIT License
aff3ct/aff3ct
Replace arg -sigma to -noise in channel and modem factories; Change get_noise method to current_noise method in Modem and Channel Modules
8,483
23.04.2018 11:27:15
-7,200
d5af526da040dd1786542d4d3eed7ff3072f4c9b
Renaming erased probability to erasure probability
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Channel/Channel.cpp", "new_path": "src/Factory/Module/Channel/Channel.cpp", "diff": "@@ -182,7 +182,7 @@ module::Channel<R>* Channel::parameters\nmodule::Channel<R>* c = nullptr;\nif (type == \"USER\") c = new module::Channel_user<R>(N, path...
C++
MIT License
aff3ct/aff3ct
Renaming erased probability to erasure probability
8,483
23.04.2018 11:31:42
-7,200
ce2ba7cc2961a26f3c4bc63bf6d9f1608ac40297
Change default noise to sigma in modem instead of 'Noise' that is virtual so couldn't be default value
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/BPSK/Modem_BPSK.hpp", "new_path": "src/Module/Modem/BPSK/Modem_BPSK.hpp", "diff": "@@ -15,7 +15,7 @@ private:\nR two_on_square_sigma;\npublic:\n- Modem_BPSK(const int N, const tools::Noise<R>& noise = tools::Noise<R>(), const bool disable_sig2...
C++
MIT License
aff3ct/aff3ct
Change default noise to sigma in modem instead of 'Noise' that is virtual so couldn't be default value
8,483
23.04.2018 11:33:50
-7,200
e89945d2e4b608b033a8d6fb7f51d35ce73322ee
Remove task idx when creating the task
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "@@ -19,7 +19,7 @@ Monitor_BFER<B>\nconst std::string name = \"Monitor_BFER\";\nthis->set_name(name);\n- auto &p = this->create_task(\"check_errors\", (i...
C++
MIT License
aff3ct/aff3ct
Remove task idx when creating the task
8,483
23.04.2018 11:42:01
-7,200
eec911785edeb4727051fce336b6d942f19cbbda
Change back weak-rate to 0.8 instead of 0.9
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -27,7 +27,7 @@ parser.add_argument('--sensibility', action='store', dest='sensibility', ty\nparser.add_argument('--n-threads', action='store', dest='nThreads', type=int, default=0, help='...
C++
MIT License
aff3ct/aff3ct
Change back weak-rate to 0.8 instead of 0.9
8,483
23.04.2018 11:45:22
-7,200
49749c246b103b5a6f9e561f92a624da3964f255
Init n to nullptr in constructor
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "new_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "diff": "@@ -18,7 +18,8 @@ Terminal_BFER<B,R>\nmonitor (monitor ),\nt_snr (std::chrono::steady_clock::now()),\nreal_time_state(0 ),\n- display_...
C++
MIT License
aff3ct/aff3ct
Init n to nullptr in constructor
8,483
23.04.2018 12:04:58
-7,200
e0e445ba2c86cea981dc8591609355d190252990
Fix monitor BFER
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "@@ -19,7 +19,7 @@ Monitor_BFER<B>\nconst std::string name = \"Monitor_BFER\";\nthis->set_name(name);\n- auto &p = this->create_task(\"check_errors\");\n...
C++
MIT License
aff3ct/aff3ct
Fix monitor BFER
8,483
23.04.2018 17:00:06
-7,200
5ea72f9b3ddc4a08d7e3738a2bbe985b19fcd17f
Modify Distributions to read a distribution only when simulating it
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/Simulation.cpp", "new_path": "src/Factory/Simulation/Simulation.cpp", "diff": "@@ -140,9 +140,7 @@ void Simulation::parameters\nif (vals.exist({p+\"-pdf-path\"}))\n{\nthis->pdf_path = vals.at({p+\"-pdf-path\"});\n- std::ifstream file(thi...
C++
MIT License
aff3ct/aff3ct
Modify Distributions to read a distribution only when simulating it
8,483
23.04.2018 17:16:07
-7,200
731086e7aa9621c3e3ba27b1de6e1873a486a994
Add the noise value in the error list
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -300,7 +300,7 @@ class tableStats:\nif self.sensibility != 0:\nself.rateSensibility = (self.avgSensibility / self.sensibility) * 100\nelse:\n- self.rateSensibility = float(100)\n+ self.ra...
C++
MIT License
aff3ct/aff3ct
Add the noise value in the error list
8,483
24.04.2018 12:35:13
-7,200
b931d4b7f1a7b52cb0e9bb29aadc95043d8f55c5
Add arguments sim-max-frame and sim-crit-nostop sim-max-frame stops the current noise point to the given number of played frames. when sim-crit-nostop does not stop completely the simulation but goes to the next point when sim-max-frame or sim-stop-time have been checked
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/Simulation.cpp", "new_path": "src/Factory/Simulation/Simulation.cpp", "diff": "@@ -71,7 +71,21 @@ void Simulation::parameters\nargs.add(\n{p+\"-stop-time\"},\ntools::Integer(tools::Positive()),\n- \"time in sec after what the current sim...
C++
MIT License
aff3ct/aff3ct
Add arguments sim-max-frame and sim-crit-nostop sim-max-frame stops the current noise point to the given number of played frames. when sim-crit-nostop does not stop completely the simulation but goes to the next point when sim-max-frame or sim-stop-time have been checked
8,483
24.04.2018 16:37:54
-7,200
82eb5462a0f8bdc05aefea051cbba252022363e9
Develop Histogram as a class; Use it to dump the Noise pdf of the different missions
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "#include \"Tools/Perf/common/hamming_distance.h\"\n#include \"Tools/Math/utils.h\"\n+using namespace aff3ct;\nusing namespace aff3ct::module;\ntemplate ...
C++
MIT License
aff3ct/aff3ct
Develop Histogram as a class; Use it to dump the Noise pdf of the different missions
8,483
24.04.2018 16:40:33
-7,200
83a84cdb2d1689cb53248aebf8210cdfcef8d029
Comment the dump of the histograms
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "@@ -71,11 +71,11 @@ R Monitor_BFER<B,R>\nY + f * this->N,\nf);\n- for(auto i = 0; i < this->n_frames*this->N ; i++)\n- if (X[i])\n- this->llrs1.add_valu...
C++
MIT License
aff3ct/aff3ct
Comment the dump of the histograms
8,483
25.04.2018 11:47:01
-7,200
01e42cf0621d7348b705917796b7b95bc3cdd68d
Move the LDMC matrix reader from Codec_LDPC to the LDPC_matrix_handler object
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp", "diff": "#include <algorithm>\n#include \"Tools/Exception/exception.hpp\"\n-#include \"Tools/Code/LDPC/AList/AList.hpp\"\n-#include \"Tools/Code/LDPC/QC/QC.hpp\"\n#inclu...
C++
MIT License
aff3ct/aff3ct
Move the LDMC matrix reader from Codec_LDPC to the LDPC_matrix_handler object
8,483
25.04.2018 11:54:40
-7,200
bab04cbfab04daf49f1dc821fa3a1fe8a2af0044
Do not build G twice when using en encoder LDPC_H
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp", "diff": "@@ -81,13 +81,19 @@ Codec_LDPC<B,Q>\nH = tools::LDPC_matrix_handler::read(dec_params.H_path, ibp, pct);\n}\n+ if (dec_params.H_reorder != \"NONE\")\n+ { // reor...
C++
MIT License
aff3ct/aff3ct
Do not build G twice when using en encoder LDPC_H
8,483
25.04.2018 14:21:03
-7,200
097ec538c44581754ccc60a8a41a3ef32f2d1590
Fix matrix dimensions reader in LDPC_matrix_handler, Alist, QC
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/LDPC/AList/AList.cpp", "new_path": "src/Tools/Code/LDPC/AList/AList.cpp", "diff": "@@ -82,6 +82,13 @@ void AList\n}\n}\n+void AList\n+::read_matrix_size(std::istream &stream, int& H, int& N)\n+{\n+ stream >> N;\n+ stream >> H;\n+}\n+\nstd::vecto...
C++
MIT License
aff3ct/aff3ct
Fix matrix dimensions reader in LDPC_matrix_handler, Alist, QC
8,483
25.04.2018 14:22:49
-7,200
23e9c7712685d40286d9135edf13d1b5b802e272
make sure that LDPC H matrix gives the K and N_cw to simulate, automatically
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "diff": "@@ -68,6 +68,9 @@ void Codec_LDPC::parameters\nargs.erase({pdec+\"-info-bits\", \"K\" });\nargs.erase({pdec+\"-fra\", \"F\" });\n+ args.add_link...
C++
MIT License
aff3ct/aff3ct
make sure that LDPC H matrix gives the K and N_cw to simulate, automatically
8,483
25.04.2018 14:36:51
-7,200
08e055c3d086927a84772e2754f73683dbf20b43
Fix the K and N storing
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "diff": "@@ -93,11 +93,15 @@ void Codec_LDPC::parameters\nenc->store(vals);\ndec->store(vals);\n- this->enc->N_cw = this->dec->N_cw;\n+ if (this->enc->ty...
C++
MIT License
aff3ct/aff3ct
Fix the K and N storing
8,483
25.04.2018 17:58:19
-7,200
9c20b57ebcf8d62542b2ebd4d9b117553efa1a60
Fix the read of K and N by using tools::getline
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/LDPC/AList/AList.cpp", "new_path": "src/Tools/Code/LDPC/AList/AList.cpp", "diff": "@@ -85,8 +85,19 @@ void AList\nvoid AList\n::read_matrix_size(std::istream &stream, int& H, int& N)\n{\n- stream >> N;\n- stream >> H;\n+ std::string line;\n+\n+ ...
C++
MIT License
aff3ct/aff3ct
Fix the read of K and N by using tools::getline
8,488
26.04.2018 08:54:18
-7,200
17fad641b69b80539f8380c712e46e10a10b0ab2
Add .mat generation.
[ { "change_type": "MODIFY", "old_path": "scripts/debug_parser/aff3ct_debug_parser.py", "new_path": "scripts/debug_parser/aff3ct_debug_parser.py", "diff": "@@ -4,7 +4,7 @@ import argparse\nimport struct\nimport os\nimport ctypes\n-\n+import mat4py\nclass OutputStructure:\nindex = 0\n@@ -130,6 +130,43 ...
C++
MIT License
aff3ct/aff3ct
Add .mat generation.
8,483
27.04.2018 16:34:20
-7,200
f03aa47e37d30756557ebc404b1df34b06456d02
Modify Channel User Fix the add_user part. Add a additive_noise parameter; When true, the noise is added to the signal, else it is set as the output. Add a file read as a text file; If can't be read, try as a binary file (as before)
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Channel/Channel.cpp", "new_path": "src/Factory/Module/Channel/Channel.cpp", "diff": "@@ -61,8 +61,9 @@ void Channel::parameters\nargs.add(\n{p+\"-type\"},\n- tools::Text(tools::Including_set(\"NO\", \"USER\", \"AWGN\", \"RAYLEIGH\", \"RAYLEI...
C++
MIT License
aff3ct/aff3ct
Modify Channel User Fix the add_user part. Add a additive_noise parameter; When true, the noise is added to the signal, else it is set as the output. Add a file read as a text file; If can't be read, try as a binary file (as before)
8,483
27.04.2018 16:41:30
-7,200
79205f8df7b36d4145e1225376824ba4ece5b3f6
Set the right channel type with error tracker revert
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Simulation/BFER_std.cpp", "new_path": "src/Launcher/Simulation/BFER_std.cpp", "diff": "@@ -154,7 +154,11 @@ void BFER_std<B,R,Q>\nparams.cdc->itl->core->path = params.err_track_path + std::string(\"_$snr.itl\");\n}\n+ if (params.chn->type == \"USE...
C++
MIT License
aff3ct/aff3ct
Set the right channel type with error tracker revert
8,483
27.04.2018 18:04:41
-7,200
d1c2f0efe0c2bc3f1631f288a79a314c191d15fa
Fix Modem optical
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/Optical/Modem_optical.cpp", "new_path": "src/Module/Modem/Optical/Modem_optical.cpp", "diff": "@@ -89,8 +89,6 @@ void Modem_optical<int,float,float>\n}\n}\n-\n-\ntemplate <typename B,typename R, typename Q>\nvoid Modem_optical<B,R,Q>\n::_filte...
C++
MIT License
aff3ct/aff3ct
Fix Modem optical
8,483
27.04.2018 18:17:28
-7,200
024f44a6221c0cd617e71a6e274d4fa066a495c9
Remove the Point class
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/Distribution/Distribution.hpp", "new_path": "src/Tools/Math/Distribution/Distribution.hpp", "diff": "#include <vector>\n-#include \"Tools/Math/Point.hpp\"\n-\nnamespace aff3ct\n{\nnamespace tools\n" }, { "change_type": "DELETE", "old...
C++
MIT License
aff3ct/aff3ct
Remove the Point class
8,483
30.04.2018 16:42:24
-7,200
6ad399c555a73ee91f065c670c41394c8ae5e987
Mangae the case of double types unsupported by mipp
[ { "change_type": "MODIFY", "old_path": "src/Tools/Perf/common/mutual_info.cpp", "new_path": "src/Tools/Perf/common/mutual_info.cpp", "diff": "@@ -24,6 +24,8 @@ template <typename B, typename R>\nR aff3ct::tools::mutual_info_histo(const B* ref, const R* llr, const unsigned size)\n{\nstatic_assert(mip...
C++
MIT License
aff3ct/aff3ct
Mangae the case of double types unsupported by mipp
8,483
30.04.2018 16:45:36
-7,200
b47bf53c4174ff1d103377aab3ddc70689f63652
Fix the Distribution by keeping the first element of the cdf and by comparing bitwisely the cumul
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/Distribution/Distribution.cpp", "new_path": "src/Tools/Math/Distribution/Distribution.cpp", "diff": "@@ -161,6 +161,7 @@ void Distribution<R>\nconst auto min_x = this->pdf_x.front();\nconst auto max_x = this->pdf_x.back ();\nconst auto step_x = ...
C++
MIT License
aff3ct/aff3ct
Fix the Distribution by keeping the first element of the cdf and by comparing bitwisely the cumul
8,483
02.05.2018 10:46:44
-7,200
e125544d93910a51737e6b2174a9675d9a0e5697
Do not display the last line when killing the simulation (Monisot::is_over)
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "new_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "diff": "@@ -226,15 +226,19 @@ void Terminal_BFER<B,R>\nTerminal::final_report(stream);\n+ auto et = duration_cast<milliseconds>(steady_clock::...
C++
MIT License
aff3ct/aff3ct
Do not display the last line when killing the simulation (Monisot::is_over)
8,483
02.05.2018 16:38:21
-7,200
dfca181d947c7bb4578c4f608c907fdc0b9f0936
Add a destructor to delete the noise object
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "new_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp", "diff": "@@ -24,6 +24,13 @@ Terminal_BFER<B,R>\n{\n}\n+template<typename B, typename R>\n+Terminal_BFER<B, R>::~Terminal_BFER()\n+{\n+ if (this...
C++
MIT License
aff3ct/aff3ct
Add a destructor to delete the noise object
8,483
03.05.2018 08:38:35
-7,200
d2d8bc2e38c2527fc388aae4f0d60ee2410cbcb9
Renaming Erasure Probability -> Event Probability
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Channel/Channel.cpp", "new_path": "src/Factory/Module/Channel/Channel.cpp", "diff": "@@ -193,7 +193,7 @@ module::Channel<R>* Channel::parameters\nif (type == \"USER\" ) return new module::Channel_user<R>(N, path, add_users, false, n_frames);...
C++
MIT License
aff3ct/aff3ct
Renaming Erasure Probability -> Event Probability
8,483
03.05.2018 11:57:43
-7,200
9d4f06dd8f955e825bb43017d10859cac66c80f1
Add a remove connection in the Sparse matrix
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Sparse_matrix/Sparse_matrix.cpp", "new_path": "src/Tools/Algo/Sparse_matrix/Sparse_matrix.cpp", "diff": "@@ -139,6 +139,79 @@ void Sparse_matrix\nthis->n_connections++;\n}\n+void Sparse_matrix::rm_connection(const size_t row_index, const size_t ...
C++
MIT License
aff3ct/aff3ct
Add a remove connection in the Sparse matrix
8,483
03.05.2018 12:29:51
-7,200
a49e507ee8630b260be2fb697a2714fb720af471
Add a sequential hard decide function
[ { "change_type": "DELETE", "old_path": "src/Tools/Perf/common.cpp", "new_path": null, "diff": "-#include <limits>\n-#include <algorithm>\n-#include <mipp.h>\n-\n-#include \"common.h\"\n-\n-//********************************************************************************************************** ha...
C++
MIT License
aff3ct/aff3ct
Add a sequential hard decide function
8,483
03.05.2018 14:02:03
-7,200
27a9915044d23b201cb544db8a1056cdbe42f380
Fix hard decide explicit template instanciation
[ { "change_type": "MODIFY", "old_path": "src/Tools/Perf/common/hard_decide.cpp", "new_path": "src/Tools/Perf/common/hard_decide.cpp", "diff": "@@ -49,6 +49,6 @@ template void aff3ct::tools::hard_decide_seq<B_16, Q_16>(const Q_16*, B_16*, con\ntemplate void aff3ct::tools::hard_decide_seq<B_32, Q_32>(c...
C++
MIT License
aff3ct/aff3ct
Fix hard decide explicit template instanciation
8,483
03.05.2018 14:17:33
-7,200
5d5216d039895dbab7af9d051abac461786305b9
Create an Erased value structure
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/BEC/Channel_BEC.cpp", "new_path": "src/Module/Channel/BEC/Channel_BEC.cpp", "diff": "#include <type_traits>\n+#include \"Tools/Noise/Erased_value.hpp\"\n#include \"Channel_BEC.hpp\"\nusing namespace aff3ct;\n@@ -70,7 +71,7 @@ void Channel_BE...
C++
MIT License
aff3ct/aff3ct
Create an Erased value structure
8,483
03.05.2018 15:39:03
-7,200
bd8dfc8bfb7613f00e3aabcb597d9023a81276d0
Add precompiler check for --except-no-bt and --except-a2l with ENABLE_BACk_TRACE and NDEBUG flags
[ { "change_type": "MODIFY", "old_path": "src/Factory/Launcher/Launcher.cpp", "new_path": "src/Factory/Launcher/Launcher.cpp", "diff": "@@ -115,18 +115,22 @@ void factory::Launcher::parameters\ntools::None(),\n\"print informations about the version of the code.\");\n+#ifdef ENABLE_BACK_TRACE\nargs.add...
C++
MIT License
aff3ct/aff3ct
Add precompiler check for --except-no-bt and --except-a2l with ENABLE_BACk_TRACE and NDEBUG flags
8,483
03.05.2018 16:26:47
-7,200
0c81f14a28502acc5fb704aa30a9ed2fd1a7ffd8
Return the exception messages when the Alist format is not respected.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/LDPC/AList/AList.cpp", "new_path": "src/Tools/Code/LDPC/AList/AList.cpp", "diff": "@@ -20,26 +20,42 @@ Sparse_matrix AList\n{\nreturn AList::read_format1(stream);\n}\n- catch (std::exception const&)\n+ catch (std::exception const& e1)\n{\n+ auto...
C++
MIT License
aff3ct/aff3ct
Return the exception messages when the Alist format is not respected.
8,483
03.05.2018 17:20:27
-7,200
94907cadf2adf43ca640263ff7dfe495cd5fb4ae
Change modem optical debug path
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/Optical/Modem_optical.cpp", "new_path": "src/Module/Modem/Optical/Modem_optical.cpp", "diff": "using namespace aff3ct;\nusing namespace aff3ct::module;\n-\n+//\n//std::vector<std::vector<float>> llrs;\n//size_t llr_idx;\n@@ -26,7 +26,7 @@ Mode...
C++
MIT License
aff3ct/aff3ct
Change modem optical debug path
8,483
03.05.2018 17:49:20
-7,200
4b17a0a600000270c1e58627ed33b77f1627d79b
Fix sparse matrix
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Sparse_matrix/Sparse_matrix.cpp", "new_path": "src/Tools/Algo/Sparse_matrix/Sparse_matrix.cpp", "diff": "@@ -180,7 +180,7 @@ void Sparse_matrix::rm_connection(const size_t row_index, const size_t col_index\n}\n// delete the link in the col_to_ro...
C++
MIT License
aff3ct/aff3ct
Fix sparse matrix
8,483
03.05.2018 17:49:31
-7,200
c76bec218767350c246221fc974fa6d967e44d62
Add a peeling 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/Layered/ONMS/Decoder_LDPC_BP_layered_offset_normalize_min_sum.hpp\"\n#include \"Module/Decoder/LDPC/BP...
C++
MIT License
aff3ct/aff3ct
Add a peeling decoder
8,483
03.05.2018 17:58:54
-7,200
1516d912fd565f4f12d2071ae4ebc2ac9dc20773
Add debug to the peeling
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "diff": "@@ -203,10 +203,6 @@ module::Decoder_SISO_SIHO<B,Q>* Decoder_LDPC::parameters\n{\nif (this->implem == \"ONMS\") return new module::Decod...
C++
MIT License
aff3ct/aff3ct
Add debug to the peeling
8,483
04.05.2018 08:18:55
-7,200
adcc77913a38894e430421864cda4884fafd51aa
Update .gitlab-ci.yml to a max-snr-time to 15 minutes for tests
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -113,4 +113,4 @@ test-regression:\n- test-regression-results/\nscript:\n- ./ci/test-build-linux-gcc.sh\n- - ./ci/test-regression.py --max-snr-time 5 --sensibility 2.5 --weak-rate 0.9 --verbose 1\n\\ No...
C++
MIT License
aff3ct/aff3ct
Update .gitlab-ci.yml to a max-snr-time to 15 minutes for tests
8,483
04.05.2018 10:27:22
-7,200
a52531cd1cb7bc8c662585aeb904d0483908ab3f
Fix the seed initialization in BEC channel and in Gaussian_noise_generator_fast::set_seed()
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/BEC/Channel_BEC.cpp", "new_path": "src/Module/Channel/BEC/Channel_BEC.cpp", "diff": "@@ -8,7 +8,7 @@ using namespace aff3ct::module;\ntemplate <typename R>\nChannel_BEC<R>\n::Channel_BEC(const int N, const int seed, const tools::Event_probab...
C++
MIT License
aff3ct/aff3ct
Fix the seed initialization in BEC channel and in Gaussian_noise_generator_fast::set_seed()
8,483
04.05.2018 10:29:26
-7,200
85323e86fc9065b83be9a1ff8c18ec77bb744280
Add a printer of the sparsed matrix
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Sparse_matrix/Sparse_matrix.cpp", "new_path": "src/Tools/Algo/Sparse_matrix/Sparse_matrix.cpp", "diff": "@@ -158,10 +158,12 @@ void Sparse_matrix::rm_connection(const size_t row_index, const size_t col_index\n}\n// delete the link in the row_to_...
C++
MIT License
aff3ct/aff3ct
Add a printer of the sparsed matrix
8,483
04.05.2018 11:21:00
-7,200
0adbb1ed6c53d787fb867fb70f9eec8a237e8b0e
Fix the decoder Peeling
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "diff": "@@ -224,7 +224,7 @@ module::Decoder_SIHO<B,Q>* Decoder_LDPC::parameters\n}\nelse if (this->type == \"BP_PEELING\")\n{\n- if (this->imple...
C++
MIT License
aff3ct/aff3ct
Fix the decoder Peeling
8,483
04.05.2018 11:36:12
-7,200
2cd65c97ea4505acd7004a18a6a3c5a07bee536a
Add a no modification syndrome and handle the syndrome depth
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Peeling/Decoder_LDPC_BP_peeling.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Peeling/Decoder_LDPC_BP_peeling.cpp", "diff": "@@ -84,7 +84,7 @@ void Decoder_LDPC_BP_peeling<B,R>\nfor (auto ite = 0; ite < this->n_ite; ite++)\n{\n- bool...
C++
MIT License
aff3ct/aff3ct
Add a no modification syndrome and handle the syndrome depth
8,483
04.05.2018 13:45:30
-7,200
ea7b2e0a8312abe5d00f1f7f1b7eb6678b813ff8
Enhance Encoder_LDPC Set Encoder::get_info_bits_pos as const. Add a Sparse_matrix H in the Encoder_LDPC to factorize code when checking its dimensions and the codeword.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/AZCW/Encoder_AZCW.cpp", "new_path": "src/Module/Encoder/AZCW/Encoder_AZCW.cpp", "diff": "@@ -26,7 +26,7 @@ void Encoder_AZCW<B>\ntemplate <typename B>\nconst std::vector<uint32_t>& Encoder_AZCW<B>\n-::get_info_bits_pos()\n+::get_info_bits_po...
C++
MIT License
aff3ct/aff3ct
Enhance Encoder_LDPC Set Encoder::get_info_bits_pos as const. Add a Sparse_matrix H in the Encoder_LDPC to factorize code when checking its dimensions and the codeword.
8,483
04.05.2018 13:51:43
-7,200
08be4b477b5c6a169cd58afc18c71e28890b7fa0
Update .gitlab-ci.yml, let 2 minutes to test
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -113,4 +113,4 @@ test-regression:\n- test-regression-results/\nscript:\n- ./ci/test-build-linux-gcc.sh\n- - ./ci/test-regression.py --max-snr-time 15 --sensibility 2.5 --weak-rate 0.9 --verbose 1\n\\ N...
C++
MIT License
aff3ct/aff3ct
Update .gitlab-ci.yml, let 2 minutes to test
8,483
04.05.2018 14:36:47
-7,200
f5f0e540863447ecd2acb7867c9c5a2d37bc1caa
Use Sparse_matrix::get_cols_from_row method to be more clear
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Peeling/Decoder_LDPC_BP_peeling.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Peeling/Decoder_LDPC_BP_peeling.cpp", "diff": "@@ -9,15 +9,15 @@ using namespace aff3ct::module;\ntemplate<typename B, typename R>\nDecoder_LDPC_BP_peeling...
C++
MIT License
aff3ct/aff3ct
Use Sparse_matrix::get_cols_from_row method to be more clear
8,483
04.05.2018 14:39:43
-7,200
94e68312fbaee45bbda53dee96e7ae15ffe93611
Set a standard for the H matrix direction: cols are CN and rows are VN. Automatically transpose if needed
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Decoder_LDPC_BP.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Decoder_LDPC_BP.cpp", "diff": "@@ -16,7 +16,7 @@ Decoder_LDPC_BP<B,R>\n::Decoder_LDPC_BP(const int K,\nconst int N,\nconst int n_ite,\n- const tools::Sparse_matrix &H,\n+ ...
C++
MIT License
aff3ct/aff3ct
Set a standard for the H matrix direction: cols are CN and rows are VN. Automatically transpose if needed
8,483
04.05.2018 17:04:42
-7,200
613b98841d1140c0615e6875349d9fd3fc3a0766
Remove the reference to Sparse matrix H
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Decoder_LDPC_BP.hpp", "new_path": "src/Module/Decoder/LDPC/BP/Decoder_LDPC_BP.hpp", "diff": "@@ -14,7 +14,7 @@ class Decoder_LDPC_BP : public Decoder_SISO_SIHO<B,R>\n{\nprotected:\nconst int n_ite;\n- const tools::Sparse_matrix &H; /...
C++
MIT License
aff3ct/aff3ct
Remove the reference to Sparse matrix H
8,483
04.05.2018 17:07:11
-7,200
01186563d03dc6c6425ebea74e8f2b3e8fe2798e
Set print as const
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Sparse_matrix/Sparse_matrix.cpp", "new_path": "src/Tools/Algo/Sparse_matrix/Sparse_matrix.cpp", "diff": "@@ -272,7 +272,7 @@ void Sparse_matrix\n}\nvoid Sparse_matrix\n-::print(bool transpose, std::ostream& os)\n+::print(bool transpose, std::ost...
C++
MIT License
aff3ct/aff3ct
Set print as const
8,483
04.05.2018 17:14:58
-7,200
68c6a58650444c7484ed8b84f09f5ac3b72f51a2
Fix the peeling decoder by propaging the found VN to its related CN
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Peeling/Decoder_LDPC_BP_peeling.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Peeling/Decoder_LDPC_BP_peeling.cpp", "diff": "@@ -53,7 +53,7 @@ void Decoder_LDPC_BP_peeling<B,R>\n// std::cout << \"(L) links : \" << std::endl;\n// link...
C++
MIT License
aff3ct/aff3ct
Fix the peeling decoder by propaging the found VN to its related CN
8,483
04.05.2018 17:24:46
-7,200
2b881eecdc30441bb06db2cda9ddc097be78c1dc
Set back snr time to 5 seconds
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -113,4 +113,4 @@ test-regression:\n- test-regression-results/\nscript:\n- ./ci/test-build-linux-gcc.sh\n- - ./ci/test-regression.py --max-snr-time 120 --sensibility 2.5 --weak-rate 0.9 --verbose 1\n\\ ...
C++
MIT License
aff3ct/aff3ct
Set back snr time to 5 seconds
8,483
07.05.2018 12:29:48
-7,200
2b03d3e0fec5880e1984242fb93e9156936262d6
Add a get_closest function that finds in a array the closest position of a given value
[ { "change_type": "MODIFY", "old_path": "src/Tools/general_utils.cpp", "new_path": "src/Tools/general_utils.cpp", "diff": "@@ -126,7 +126,6 @@ R aff3ct::tools::ebn0_to_esn0(const R ebn0, const R bit_rate, const int bps)\nreturn esn0;\n}\n-#include <iostream>\ntemplate <typename R>\nstd::vector<R> aff...
C++
MIT License
aff3ct/aff3ct
Add a get_closest function that finds in a array the closest position of a given value
8,483
07.05.2018 12:30:30
-7,200
610544eb7079866bc5e0f6f91b1371b8b94943d8
Add a nearest interpolation function in more than linear interpolation
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/interpolation.h", "new_path": "src/Tools/Math/interpolation.h", "diff": "@@ -9,17 +9,21 @@ namespace aff3ct\nnamespace tools\n{\n+enum class Interpolation_type {LINEAR, NEAREST};\n+\n+//***********************************************************...
C++
MIT License
aff3ct/aff3ct
Add a nearest interpolation function in more than linear interpolation
8,483
07.05.2018 12:31:43
-7,200
5ad6f131cac3c99179d699f7b3e2380f1edb9c14
Add a distribution mode to use a summed CDF or a interpoled CDF; Add a method to build a summed cdf
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/Distribution/Distribution.cpp", "new_path": "src/Tools/Math/Distribution/Distribution.cpp", "diff": "#include <random>\n#include <sstream>\n#include <algorithm>\n+#include <vector>\n+#include <numeric>\n#include \"Tools/Exception/exception.hpp\"...
C++
MIT License
aff3ct/aff3ct
Add a distribution mode to use a summed CDF or a interpoled CDF; Add a method to build a summed cdf
8,483
07.05.2018 12:33:33
-7,200
0ed8e92c0f394fbc4d224ce303634d76e9c9bcca
add in User_pdf_noise_generator a mode to use a linear or a nearest interpolation while generating noise
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Noise_generator/User_pdf_noise_generator/Standard/User_pdf_noise_generator_std.cpp", "new_path": "src/Tools/Algo/Noise_generator/User_pdf_noise_generator/Standard/User_pdf_noise_generator_std.cpp", "diff": "@@ -8,10 +8,21 @@ using namespace aff3...
C++
MIT License
aff3ct/aff3ct
add in User_pdf_noise_generator a mode to use a linear or a nearest interpolation while generating noise
8,483
07.05.2018 12:34:00
-7,200
007b11d2732cd92d2ad4ad89885a28dc42f83c49
rewrite optical demodulator to use the get_closet function
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/Optical/Modem_optical.cpp", "new_path": "src/Module/Modem/Optical/Modem_optical.cpp", "diff": "@@ -136,27 +136,10 @@ void Modem_optical<B,R,Q>\nconst auto& pdf_y0 = current_dist->get_pdf_y()[0];\nconst auto& pdf_y1 = current_dist->get_pdf_y()[...
C++
MIT License
aff3ct/aff3ct
rewrite optical demodulator to use the get_closet function
8,483
07.05.2018 14:30:33
-7,200
11a67668090e65b41cbe609be297bfb153b060e3
Fix distribution cmf_summation by normalizing it
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/Distribution/Distribution.cpp", "new_path": "src/Tools/Math/Distribution/Distribution.cpp", "diff": "@@ -130,7 +130,7 @@ void Distribution<R>\nif (this->pdf_y[k][i] != (R)0) // proba not null\n{\nthis->cdf_x[k].push_back(this->pdf_x[i]);\n- this...
C++
MIT License
aff3ct/aff3ct
Fix distribution cmf_summation by normalizing it
8,483
07.05.2018 18:03:55
-7,200
b20b043a0244259b14109971b54e4e6d365290b5
Fix compile error in simple precision simulation
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Modem/Modem.cpp", "new_path": "src/Factory/Module/Modem/Modem.cpp", "diff": "@@ -404,11 +404,11 @@ template aff3ct::module::Modem<B_16,R_16,R_16>* aff3ct::factory::Modem::build<B_\ntemplate aff3ct::module::Modem<B_32,R_32,Q_32>* aff3ct::fact...
C++
MIT License
aff3ct/aff3ct
Fix compile error in simple precision simulation
8,490
08.05.2018 11:33:43
-7,200
7f929fb61b207c276cbfa1f293372db68583edd4
Refacto LDPC BP + clean GALA + improve Sparse_matrix perf. with inline.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.hpp", "new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.hpp", "diff": "@@ -33,7 +33,7 @@ struct Decoder_LDPC : public Decoder\nfloat norm_factor = 1.f;\nfloat offset = 0.f;\nbool enable_syndrome = true;\n- i...
C++
MIT License
aff3ct/aff3ct
Refacto LDPC BP + clean GALA + improve Sparse_matrix perf. with inline.
8,490
08.05.2018 14:06:01
-7,200
663d260b6bac22f9525ac4f76d7a9835e5ec2483
Add a new class dedicated to the LDPC syndrome checking.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Decoder_LDPC_BP.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Decoder_LDPC_BP.cpp", "diff": "@@ -13,9 +13,7 @@ using namespace aff3ct::module;\ntemplate <typename B, typename R>\nDecoder_LDPC_BP<B,R>\n-::Decoder_LDPC_BP(const int K,\...
C++
MIT License
aff3ct/aff3ct
Add a new class dedicated to the LDPC syndrome checking.
8,490
08.05.2018 14:57:01
-7,200
e73f590398574e07bacbdee1547302aa6d6324c3
Refacto LDPC BP + add decoder HIHO interface to GALA.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Decoder_LDPC_BP.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Decoder_LDPC_BP.cpp", "diff": "-#include <chrono>\n-#include <limits>\n-#include <cmath>\n-#include <stdexcept>\n+#include <sstream>\n-#include \"Tools/Perf/common.h\"\n-#...
C++
MIT License
aff3ct/aff3ct
Refacto LDPC BP + add decoder HIHO interface to GALA.
8,490
08.05.2018 16:13:44
-7,200
69c90a0bbe89b0bc52a58b62f43c6e6e46f90101
Refacto LDPC BP ONMS inter frame.
[ { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-Subproject commit 9e9cb5c9dc4ad62609d80a5a73f6ba36cad2819a\n+Subproject commit ab0f3d812bbe385ce9d454489819a6b167f68d9a\n" }, { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC....
C++
MIT License
aff3ct/aff3ct
Refacto LDPC BP ONMS inter frame.
8,483
09.05.2018 11:30:13
-7,200
f562d5c2cdb45ebaa1477cee525de1f3444851b6
Move str2type and type2str method outside the Noise class as normal functions; Move erased_symbol_val and erased_llr_val attributes outside the Noise class as templated functions
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/BEC/Channel_BEC.cpp", "new_path": "src/Module/Channel/BEC/Channel_BEC.cpp", "diff": "@@ -70,7 +70,7 @@ void Channel_BEC<R>\nconst auto event_probability = this->n->get_noise();\n- const mipp::Reg<R> r_erased = tools::Noise<R>::erased_symbol_...
C++
MIT License
aff3ct/aff3ct
Move str2type and type2str method outside the Noise class as normal functions; Move erased_symbol_val and erased_llr_val attributes outside the Noise class as templated functions
8,483
09.05.2018 11:53:48
-7,200
d7d896b2f61a30518691575ccf024417cb082a93
Set automatically the noise type of the simulation in function of the selected channel type
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Simulation/BFER_std.cpp", "new_path": "src/Launcher/Simulation/BFER_std.cpp", "diff": "@@ -114,6 +114,16 @@ void BFER_std<B,R,Q>\nparams.chn->store(this->arg_vals);\n+ auto psim = params.get_prefix();\n+ if (!this->arg_vals.exist({psim+\"-noise-ty...
C++
MIT License
aff3ct/aff3ct
Set automatically the noise type of the simulation in function of the selected channel type
8,483
09.05.2018 15:37:01
-7,200
ef5402de9a6d65d8e8665fd7fb8a5a6606a206df
Remove compilation warning comparison signed/unsigned
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/Encoder_LDPC.cpp", "new_path": "src/Module/Encoder/LDPC/Encoder_LDPC.cpp", "diff": "@@ -110,7 +110,7 @@ template <typename B>\nvoid Encoder_LDPC<B>\n::_encode(const B *U_K, B *X_N, const int frame_id)\n{\n- for (unsigned i = 0; i < this...
C++
MIT License
aff3ct/aff3ct
Remove compilation warning comparison signed/unsigned
8,483
09.05.2018 17:31:17
-7,200
404568d739fb5c05edaab8e73e165e508dd3766e
Add a event generator using MKL and GSL
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Channel/Channel.cpp", "new_path": "src/Factory/Module/Channel/Channel.cpp", "diff": "#include \"Tools/Algo/Draw_generator/Event_generator/Standard/Event_generator_std.hpp\"\n#include \"Tools/Algo/Draw_generator/Event_generator/Fast/Event_gen...
C++
MIT License
aff3ct/aff3ct
Add a event generator using MKL and GSL
8,483
09.05.2018 17:57:26
-7,200
87e6fc819e1e5f95f88d1426393a9a6242d3f535
Fix the Encoder_LDPC_from_QC
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/From_QC/Encoder_LDPC_from_QC.cpp", "new_path": "src/Module/Encoder/LDPC/From_QC/Encoder_LDPC_from_QC.cpp", "diff": "@@ -15,11 +15,15 @@ using namespace aff3ct::module;\ntemplate <typename B>\nEncoder_LDPC_from_QC<B>\n::Encoder_LDPC_from...
C++
MIT License
aff3ct/aff3ct
Fix the Encoder_LDPC_from_QC
8,483
09.05.2018 18:26:09
-7,200
ff8eed3e5025d37847bbe5d7fc78b1227b069e6a
Force min_value as a Q type; Set correctly the const pointer return type of Distributions::get_distribution
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/OOK/Modem_OOK_optical.cpp", "new_path": "src/Module/Modem/OOK/Modem_OOK_optical.cpp", "diff": "@@ -82,7 +82,7 @@ void Modem_OOK_optical<B,R,Q>\nconst auto& pdf_y0 = this->current_dist->get_pdf_y()[0];\nconst auto& pdf_y1 = this->current_dist->...
C++
MIT License
aff3ct/aff3ct
Force min_value as a Q type; Set correctly the const pointer return type of Distributions::get_distribution
8,483
11.05.2018 11:41:19
-7,200
b6d7f159883a772f278838e263e708a5ead3973b
Modify Distributions::get_distribution to return a reference or throw an exception instead of returning a nullptr.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Draw_generator/User_pdf_noise_generator/Standard/User_pdf_noise_generator_std.cpp", "new_path": "src/Tools/Algo/Draw_generator/User_pdf_noise_generator/Standard/User_pdf_noise_generator_std.cpp", "diff": "@@ -38,17 +38,10 @@ void User_pdf_noise_...
C++
MIT License
aff3ct/aff3ct
Modify Distributions::get_distribution to return a reference or throw an exception instead of returning a nullptr.
8,483
11.05.2018 12:22:39
-7,200
ecec9273dc30e47858532de83245944cb3c0d7aa
Modify Modem_OOK_optical.cpp to handle the returned references of get_distribution
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/OOK/Modem_OOK_optical.cpp", "new_path": "src/Module/Modem/OOK/Modem_OOK_optical.cpp", "diff": "@@ -45,7 +45,7 @@ void Modem_OOK_optical<B,R,Q>\n{\nModem_OOK<B,R,Q>::set_noise(noise);\n- this->current_dist = dist.get_distribution(this->n->get_n...
C++
MIT License
aff3ct/aff3ct
Modify Modem_OOK_optical.cpp to handle the returned references of get_distribution
8,483
11.05.2018 14:44:44
-7,200
798a57aa6f46bc3c5689744cad19708a7252f526
Rename channel BEC and BSC to their full name bianry erasure and binary symmetric
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Channel/Channel.cpp", "new_path": "src/Factory/Module/Channel/Channel.cpp", "diff": "#include \"Module/Channel/Rayleigh/Channel_Rayleigh_LLR.hpp\"\n#include \"Module/Channel/Rayleigh/Channel_Rayleigh_LLR_user.hpp\"\n#include \"Module/Channel...
C++
MIT License
aff3ct/aff3ct
Rename channel BEC and BSC to their full name bianry erasure and binary symmetric
8,483
11.05.2018 15:31:18
-7,200
73e3fb83fb1d0e98733bba5310da27a488925641
Add user_pdf noise generator MKL, GSL and MIPP versions
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Channel/Channel.cpp", "new_path": "src/Factory/Module/Channel/Channel.cpp", "diff": "#include \"Tools/Algo/Draw_generator/Gaussian_noise_generator/Fast/Gaussian_noise_generator_fast.hpp\"\n#include \"Tools/Algo/Draw_generator/Event_generator...
C++
MIT License
aff3ct/aff3ct
Add user_pdf noise generator MKL, GSL and MIPP versions
8,483
14.05.2018 08:31:24
-7,200
d2ad1729fa810263d3d945e74884fcab99312532
Clear the main.cpp and remove unused files
[ { "change_type": "DELETE", "old_path": "src/Tools/Perf/common.cpp", "new_path": null, "diff": "-#include <limits>\n-#include <algorithm>\n-#include <mipp.h>\n-\n-#include \"common.h\"\n-\n-//********************************************************************************************************** ha...
C++
MIT License
aff3ct/aff3ct
Clear the main.cpp and remove unused files
8,483
14.05.2018 09:21:11
-7,200
5f703746e646d14a7b491c2febd1a9607243da21
Remove LLR histogram comments; Change Monitors from Q to R type for mutinfo at the output of the demodulator
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -545,14 +545,25 @@ for fn in fileNames:\nif errAndWarnMessages:\nprint(\"---- Error message(s):\", end=\"\\n\");\nprint(errAndWarnMessages)\n- nErrors = nErrors +1\n+ nErrors += 1\nfailId...
C++
MIT License
aff3ct/aff3ct
Remove LLR histogram comments; Change Monitors from Q to R type for mutinfo at the output of the demodulator
8,483
14.05.2018 09:42:51
-7,200
6b280f768b214e73ee7bebd6b26aefe982e87518
Move mutinfo param to the Monitor foactory
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Factory/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "@@ -65,6 +65,11 @@ void Monitor_BFER::parameters\n{p+\"-err-hist-path\"},\ntools::File(tools::openmode::write),\n\"path to the output hi...
C++
MIT License
aff3ct/aff3ct
Move mutinfo param to the Monitor foactory
8,483
14.05.2018 10:13:40
-7,200
1bae55c61b4fdaeb972a1ae1b05c16ed7b903100
Fix MPI compilation errors
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER_reduction_mpi.cpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER_reduction_mpi.cpp", "diff": "@@ -96,7 +96,7 @@ bool Monitor_BFER_reduction_mpi<B,R>\nmonitor_vals mvals_send = { this->get_n_be() - this->n_bit_errors,\n...
C++
MIT License
aff3ct/aff3ct
Fix MPI compilation errors
8,483
14.05.2018 15:22:04
-7,200
b037a11113afbb873cdeaac41d6f5c7ef8ca4b45
Fix the Encoder LDPC from QC (H order wasn't good anymore)
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/LDPC/From_QC/Encoder_LDPC_from_QC.cpp", "new_path": "src/Module/Encoder/LDPC/From_QC/Encoder_LDPC_from_QC.cpp", "diff": "@@ -30,29 +30,24 @@ template <typename B>\nvoid Encoder_LDPC_from_QC<B>\n::_encode(const B *U_K, B *X_N, const int frame...
C++
MIT License
aff3ct/aff3ct
Fix the Encoder LDPC from QC (H order wasn't good anymore)
8,483
14.05.2018 16:33:12
-7,200
b62443f190086d65df3a61e6250c7ffaa9944b92
Add an Encoder LDPC for SeIRA matrices
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Encoder/LDPC/Encoder_LDPC.cpp", "new_path": "src/Factory/Module/Encoder/LDPC/Encoder_LDPC.cpp", "diff": "#include \"Module/Encoder/LDPC/Encoder_LDPC.hpp\"\n#include \"Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.hpp\"\n#include \"Module/En...
C++
MIT License
aff3ct/aff3ct
Add an Encoder LDPC for SeIRA matrices
8,483
14.05.2018 17:20:55
-7,200
2aa17bd9c29461b9b87f4ccdcc57a62cf9896027
Fix the max frame stop criteria
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.cpp", "new_path": "src/Simulation/BFER/BFER.cpp", "diff": "@@ -333,8 +333,8 @@ void BFER<B,R,Q>\n}\nif (!params_BFER.crit_nostop && !params_BFER.err_track_revert && !module::Monitor::is_interrupt() &&\n- this->monitor_red->get_n_fe() <...
C++
MIT License
aff3ct/aff3ct
Fix the max frame stop criteria
8,488
15.05.2018 09:41:11
-7,200
ed1f2db0d072bcfa73beaa20cbb2fc947117076a
Minor change in debug parser.
[ { "change_type": "MODIFY", "old_path": "scripts/debug_parser/aff3ct_debug_parser.py", "new_path": "scripts/debug_parser/aff3ct_debug_parser.py", "diff": "@@ -131,40 +131,28 @@ class OutputStructure:\nreturn c_type\ndef export_as_mat(self, path, frame_index=None):\n- myframes = []\n+ local_frames = [...
C++
MIT License
aff3ct/aff3ct
Minor change in debug parser.
8,483
15.05.2018 12:26:52
-7,200
bcd234203bc3f96049d07ad1235eee4eb286bfb6
In event_generator, remove fixed event_type=int32_t to a templated event type changing with the real data type
[ { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-Subproject commit 625617fc6df974afc83f53d2cf5d21b229ae4a8b\n+Subproject commit 39f26d2d698c8d463dc77595327aa88ab1ac80b2\n" }, { "change_type": "MODIFY", "old_path": "src/Module/Channel/Binary_erasure/Channel_bin...
C++
MIT License
aff3ct/aff3ct
In event_generator, remove fixed event_type=int32_t to a templated event type changing with the real data type
8,483
16.05.2018 08:42:10
-7,200
05bf7888c36878866f85fba02cfc794bac673bf3
Fix the peeling decoder with the new erased values syntax way
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Peeling/Decoder_LDPC_BP_peeling.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Peeling/Decoder_LDPC_BP_peeling.cpp", "diff": "#include \"Decoder_LDPC_BP_peeling.hpp\"\n#include \"Tools/Perf/common/hard_decide.h\"\n-#include \"Tools/No...
C++
MIT License
aff3ct/aff3ct
Fix the peeling decoder with the new erased values syntax way
8,483
16.05.2018 10:54:11
-7,200
b59e7ac94cf8604f3df45d2d31cfb1ed540b9e9d
Remove channel pdf
[ { "change_type": "DELETE", "old_path": "src/Module/Channel/PDF/Channel_pdf.cpp", "new_path": null, "diff": "-#include <algorithm>\n-\n-#include \"Tools/Exception/exception.hpp\"\n-\n-#include \"Channel_pdf.hpp\"\n-\n-using namespace aff3ct;\n-using namespace aff3ct::module;\n-\n-template <typename R...
C++
MIT License
aff3ct/aff3ct
Remove channel pdf
8,483
16.05.2018 12:26:05
-7,200
059cc8175c0ec46851b402b5f3f89f0595d31c1d
Fix the comment of the H dimensions meaning
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Decoder_LDPC_BP.hpp", "new_path": "src/Module/Decoder/LDPC/BP/Decoder_LDPC_BP.hpp", "diff": "@@ -14,8 +14,8 @@ class Decoder_LDPC_BP : public Decoder_SISO_SIHO<B,R>\n{\nprotected:\nconst int n_ite;\n- const tools::Sparse_matrix H; //...
C++
MIT License
aff3ct/aff3ct
Fix the comment of the H dimensions meaning
8,483
16.05.2018 13:01:31
-7,200
80ed04e71f9cbf6f3568ef97e9bebaeb41a9d39f
Add check in ldpc codec on the K and N values; Add check in greatest_common_divisor
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "diff": "+#include <sstream>\n#include \"Codec_LDPC.hpp\"\n+#include \"Tools/Exception/exception.hpp\"\n+\nusing namespace aff3ct;\nusing namespace aff3c...
C++
MIT License
aff3ct/aff3ct
Add check in ldpc codec on the K and N values; Add check in greatest_common_divisor