author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
8,490
30.11.2019 10:20:21
-3,600
f825bc10900fea242ac6df4c8da6cef54bb05de5
Fix the frozen bits update in polar decoders.
[ { "change_type": "MODIFY", "old_path": "include/Module/Decoder/Polar/SC/Decoder_polar_SC_fast_sys.hpp", "new_path": "include/Module/Decoder/Polar/SC/Decoder_polar_SC_fast_sys.hpp", "diff": "#include \"Tools/Code/Polar/Pattern_polar_parser.hpp\"\n#include \"Tools/Code/Polar/API/API_polar_dynamic_seq....
C++
MIT License
aff3ct/aff3ct
Fix the frozen bits update in polar decoders.
8,490
30.11.2019 11:46:46
-3,600
3a5eeef30d086f853e8cc4560a41de14e84c5928
Fix MPI monitor.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Monitor/Monitor_reduction.hpp", "new_path": "include/Tools/Monitor/Monitor_reduction.hpp", "diff": "@@ -66,7 +66,7 @@ public:\n* \\brief check if this monitor has done\n* \\return true if has done\n*/\n- virtual bool is_done() = 0;\n+ virtual boo...
C++
MIT License
aff3ct/aff3ct
Fix MPI monitor.
8,490
30.11.2019 12:09:08
-3,600
eed80d168475e98f488fc18be31bac253026825b
Add a virtual destructor to socket.
[ { "change_type": "MODIFY", "old_path": "include/Module/Socket.hpp", "new_path": "include/Module/Socket.hpp", "diff": "@@ -36,6 +36,7 @@ protected:\npublic:\ninline Socket(Task &task, const std::string &name, const std::type_index datatype, const size_t databytes,\nconst bool fast = false, void *data...
C++
MIT License
aff3ct/aff3ct
Add a virtual destructor to socket.
8,490
30.11.2019 13:17:12
-3,600
c8359a1895572009b92b17933673b32a35af2b92
Simplify the static monitor reduction interface.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Monitor/Monitor_reduction.hpp", "new_path": "include/Tools/Monitor/Monitor_reduction.hpp", "diff": "@@ -36,13 +36,18 @@ public:\n* \\param fully call the reduction functions with this parameter\n* \\return 'get_stop_loop()' result\n*/\n- static b...
C++
MIT License
aff3ct/aff3ct
Simplify the static monitor reduction interface.
8,490
30.11.2019 15:55:55
-3,600
6202855707b6f361475107beba013ff143bec151
Mv Chain from module to tools + create new module::Chain.
[ { "change_type": "DELETE", "old_path": "include/Module/Chain.hpp", "new_path": null, "diff": "-/*!\n- * \\file\n- * \\brief Class module::Chain.\n- */\n-#ifndef CHAIN_HPP_\n-#define CHAIN_HPP_\n-\n-#include <functional>\n-#include <memory>\n-#include <vector>\n-\n-namespace aff3ct\n-{\n-namespace mo...
C++
MIT License
aff3ct/aff3ct
Mv Chain from module to tools + create new module::Chain.
8,490
30.11.2019 18:45:24
-3,600
f6c24da816ab34c11d99628e5e4de41b043904d6
Fix 'is_done' method in the 'Monitor_reduction'.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Monitor/Monitor_reduction.hpp", "new_path": "include/Tools/Monitor/Monitor_reduction.hpp", "diff": "@@ -142,6 +142,8 @@ public:\nvirtual void reduce(bool fully = true);\n+ virtual bool is_done();\n+\nprotected:\nvirtual bool _is_done();\n};\n" ...
C++
MIT License
aff3ct/aff3ct
Fix 'is_done' method in the 'Monitor_reduction'.
8,490
30.11.2019 23:29:36
-3,600
88f3169b08d56ebca4223d7be4ccaa188c617f03
Implement a first working version of the 'module::Subchain'.
[ { "change_type": "DELETE", "old_path": "include/Module/Chain/Chain.hpp", "new_path": null, "diff": "-/*!\n- * \\file\n- * \\brief Class module::Chain.\n- */\n-#ifndef MODULE_CHAIN_HPP_\n-#define MODULE_CHAIN_HPP_\n-\n-#include <memory>\n-\n-#include \"Tools/Chain/Chain.hpp\"\n-#include \"Module/Modu...
C++
MIT License
aff3ct/aff3ct
Implement a first working version of the 'module::Subchain'.
8,490
01.12.2019 11:15:06
-3,600
dfc86729cee8e8460d21fce1a357c02b11a9c224
Simplify chain and subchain implementations.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Chain/Chain.hpp", "new_path": "include/Tools/Chain/Chain.hpp", "diff": "@@ -17,15 +17,12 @@ namespace module\n{\nclass Task;\nclass Module;\n-class Subchain;\n}\nnamespace tools\n{\nclass Chain : Interface_clone\n{\n- friend module::Subchain;\n-\...
C++
MIT License
aff3ct/aff3ct
Simplify chain and subchain implementations.
8,490
02.12.2019 12:58:50
-3,600
a193239b0e999c1d473cbfe7f6441c27423e5c8f
Add the first routers.
[ { "change_type": "ADD", "old_path": null, "new_path": "include/Module/Router/CRC/Router_CRC.hpp", "diff": "+/*!\n+ * \\file\n+ * \\brief Class module::Router_CRC.\n+ */\n+#ifndef ROUTER_CRC_HPP_\n+#define ROUTER_CRC_HPP_\n+\n+#include <memory>\n+\n+#include \"Module/CRC/CRC.hpp\"\n+#include \"Module...
C++
MIT License
aff3ct/aff3ct
Add the first routers.
8,490
02.12.2019 18:45:04
-3,600
4f012a8a7dface92ba61e335966b2c5d5612c7aa
Add routers in the BFER_ite simulation.
[ { "change_type": "MODIFY", "old_path": "include/Module/Router/CRC/Router_CRC.hpp", "new_path": "include/Module/Router/CRC/Router_CRC.hpp", "diff": "@@ -20,7 +20,7 @@ class Router_CRC : public Router<IN,OUT>\nstd::shared_ptr<CRC<IN>> crc;\npublic:\n- Router_CRC(const CRC<IN> &crc, const size_t n_elmt...
C++
MIT License
aff3ct/aff3ct
Add routers in the BFER_ite simulation.
8,490
03.12.2019 11:34:03
-3,600
c78913816277d4af122f6fea3718836e57df5bb5
Simplify the routers.
[ { "change_type": "MODIFY", "old_path": "include/Module/Router/CRC/Router_CRC.hpp", "new_path": "include/Module/Router/CRC/Router_CRC.hpp", "diff": "#define ROUTER_CRC_HPP_\n#include <memory>\n+#include <cstdint>\n#include \"Module/CRC/CRC.hpp\"\n#include \"Module/Router/Router.hpp\"\n@@ -15,7 +16,7 ...
C++
MIT License
aff3ct/aff3ct
Simplify the routers.
8,490
05.12.2019 18:58:57
-3,600
9bdbb729ece1a67f71a5345039e001a4276c06b0
Fix SystemC compilation errors.
[ { "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": "@@ -23,8 +23,6 @@ SC_BFER_ite<B,R,Q>\nif (params_BFER_ite.coded_monitoring)\nthrow tools::invalid_argument(__FILE__, __LINE__,...
C++
MIT License
aff3ct/aff3ct
Fix SystemC compilation errors.
8,496
22.11.2019 11:28:51
25,200
c79bdd7a39dec81739ff0882a46e2494934d6d5c
Fixing bug where the last two rows of Table B.9 from ETSI EN 302 307 V1.2.1 (2009-08) were not included
[ { "change_type": "MODIFY", "old_path": "include/Tools/Code/LDPC/Standard/DVBS2/DVBS2_constants_64800.hpp", "new_path": "include/Tools/Code/LDPC/Standard/DVBS2/DVBS2_constants_64800.hpp", "diff": "@@ -520,7 +520,9 @@ struct dvbs2_values_64800_10800 : dvbs2_values // r=5/6 & K = 54000\n3, 24, 6881, 38...
C++
MIT License
aff3ct/aff3ct
Fixing bug where the last two rows of Table B.9 from ETSI EN 302 307 V1.2.1 (2009-08) were not included
8,490
06.12.2019 14:13:02
-3,600
85ba604d47a9e3b4cd69d10568cdf8678069f1b0
Avoid recompute info bits positions each time in the polar extractor.
[ { "change_type": "MODIFY", "old_path": "include/Module/Extractor/Polar/Extractor_polar.hpp", "new_path": "include/Module/Extractor/Polar/Extractor_polar.hpp", "diff": "#include <cstdint>\n#include <vector>\n+#include \"Tools/Interface/Interface_notify_frozenbits_update.hpp\"\n#include \"Module/Extra...
C++
MIT License
aff3ct/aff3ct
Avoid recompute info bits positions each time in the polar extractor.
8,490
06.12.2019 14:14:35
-3,600
79bbb039ff0322fdd3f305d9ba3db1c6631cf5bc
Improve the sockets binding of the tasks: rm output sockets binding.
[ { "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": "@@ -249,6 +249,14 @@ void BFER_ite_threads<B,R,Q>\nif (mdm1.is_demodulator())\n{\n+ if (is_rayleigh)\n+ {\n+ if (thi...
C++
MIT License
aff3ct/aff3ct
Improve the sockets binding of the tasks: rm output sockets binding.
8,490
07.12.2019 13:12:06
-3,600
e3384005c1cea1358e7f28c93be887367c87b055
Rm the monitor ptr in the destructor in static monitor reduction.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Monitor/Monitor_reduction.hpp", "new_path": "include/Tools/Monitor/Monitor_reduction.hpp", "diff": "@@ -81,7 +81,7 @@ public:\nprotected:\nMonitor_reduction_static();\n- virtual ~Monitor_reduction_static() = default;\n+ virtual ~Monitor_reduction...
C++
MIT License
aff3ct/aff3ct
Rm the monitor ptr in the destructor in static monitor reduction.
8,490
07.12.2019 13:23:49
-3,600
c0fb02a99a52277ddec8deed510169a41b5a2cc1
Rm autoexec in the tasks + enable socket binding without dataptr cpy.
[ { "change_type": "MODIFY", "old_path": "include/Module/Socket.hpp", "new_path": "include/Module/Socket.hpp", "diff": "@@ -51,25 +51,25 @@ public:\ninline void set_fast(const bool fast);\n- inline int bind(Socket &s);\n+ inline void bind(Socket &s, const bool copy_dataptr = true);\n- inline int opera...
C++
MIT License
aff3ct/aff3ct
Rm autoexec in the tasks + enable socket binding without dataptr cpy.
8,490
07.12.2019 13:26:37
-3,600
76dec5af2f02259fe497076fc90e04268d0d3c65
Improve the 'get_modules' method by adding subchain recursive parsing.
[ { "change_type": "MODIFY", "old_path": "include/Module/Subchain/Subchain.hpp", "new_path": "include/Module/Subchain/Subchain.hpp", "diff": "#include <memory>\n#include <cstddef>\n-#include \"Tools/Chain/Chain.hpp\"\n#include \"Module/Module.hpp\"\nnamespace aff3ct\n{\n+namespace tools\n+{\n+class Ch...
C++
MIT License
aff3ct/aff3ct
Improve the 'get_modules' method by adding subchain recursive parsing.
8,490
08.12.2019 21:38:02
-3,600
a4a60b59a23205442da2a5f0c15a45b3acb8f4ad
Add exceptions management in the Chain.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Chain/Chain.hpp", "new_path": "include/Tools/Chain/Chain.hpp", "diff": "#include <functional>\n#include <memory>\n#include <vector>\n+#include <string>\n+#include <mutex>\n#include \"Tools/Interface/Interface_clone.hpp\"\n@@ -28,6 +30,10 @@ prote...
C++
MIT License
aff3ct/aff3ct
Add exceptions management in the Chain.
8,490
08.12.2019 22:08:28
-3,600
2e9f2cc73f9584ea9f07c2300439514e0f1c7557
Improve exceptions management in the Chain.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Chain/Chain.hpp", "new_path": "include/Tools/Chain/Chain.hpp", "diff": "#include <memory>\n#include <vector>\n#include <string>\n+#include <atomic>\n#include <mutex>\n#include \"Tools/Interface/Interface_clone.hpp\"\n@@ -33,6 +34,7 @@ protected:\...
C++
MIT License
aff3ct/aff3ct
Improve exceptions management in the Chain.
8,490
08.12.2019 22:16:30
-3,600
d56b249c0e1fd95ee171fd9ab282eb05a7a36e2c
Fix compilation error + cosmetics.
[ { "change_type": "MODIFY", "old_path": "include/Module/Socket.hxx", "new_path": "include/Module/Socket.hxx", "diff": "@@ -157,10 +157,7 @@ void Socket\n::bind(std::vector<T,A> &vector)\n{\nif (is_fast())\n- {\nthis->dataptr = static_cast<void*>(vector.data());\n- return 0;\n- }\nif (vector.size() !=...
C++
MIT License
aff3ct/aff3ct
Fix compilation error + cosmetics.
8,490
09.12.2019 16:33:04
-3,600
6146579931499fbadeca7cdfb213c5b7aaad7766
Add the possibility to dump the simulated chain in Graphviz format.
[ { "change_type": "MODIFY", "old_path": "doc/source/user/simulation/parameters/simulation/simulation.rst", "new_path": "doc/source/user/simulation/parameters/simulation/simulation.rst", "diff": "@@ -647,6 +647,18 @@ parameter is enabled, it becomes the codeword size (:math:`N`).\n|factory::BFER::p+ch...
C++
MIT License
aff3ct/aff3ct
Add the possibility to dump the simulated chain in Graphviz format.
8,490
09.12.2019 16:34:58
-3,600
eb3c1e414a3da225c9b97c2041bc5e67c0b6fb9f
Build polar decoders even if the decoder do not take advantage of CRC.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Polar/Decoder_polar.cpp", "new_path": "src/Factory/Module/Decoder/Polar/Decoder_polar.cpp", "diff": "@@ -175,38 +175,34 @@ module::Decoder_SIHO<B,Q>* Decoder_polar\n{\nif (this->implem == \"NAIVE\")\n{\n- if (crc == nullptr || std::u...
C++
MIT License
aff3ct/aff3ct
Build polar decoders even if the decoder do not take advantage of CRC.
8,490
09.12.2019 16:37:23
-3,600
37885645bbee2015bd3d009e414c08414be78533
Add the BFER iterative simulation with chain (not working).
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/BFER/BFER_ite.cpp", "new_path": "src/Factory/Simulation/BFER/BFER_ite.cpp", "diff": "#include \"Tools/Documentation/documentation.h\"\n#include \"Simulation/Legacy/BFER/Iterative/SystemC/SC_BFER_ite.hpp\"\n#include \"Simulation/Legacy/BF...
C++
MIT License
aff3ct/aff3ct
Add the BFER iterative simulation with chain (not working).
8,490
10.12.2019 10:33:00
-3,600
9d0ac40896482e797f04b0b9e1e435af2835e207
Add the first loop support to the chain.
[ { "change_type": "MODIFY", "old_path": "include/Module/Socket.hxx", "new_path": "include/Module/Socket.hxx", "diff": "@@ -140,7 +140,7 @@ void Socket\n}\n}\n- this->bound_sockets.push_back(&s);\n+ // this->bound_sockets.push_back(&s);\ns.bound_sockets.push_back(this);\nif (copy_dataptr)\nthis->datap...
C++
MIT License
aff3ct/aff3ct
Add the first loop support to the chain.
8,490
10.12.2019 10:33:40
-3,600
b7b2bbbe9268ba7852e5d428d3b0d440e32b372b
CI: enable chain simulator engine for the regression tests.
[ { "change_type": "MODIFY", "old_path": "ci/test-build-coverage-regression.sh", "new_path": "ci/test-build-coverage-regression.sh", "diff": "@@ -33,7 +33,7 @@ function gen_coverage_info\nci=$(awk -F \"=\" '/ci/ {print $2}' $path)\nif [ \"$ci\" != \"off\" ]; then\ncd $build\n- eval \"${cmd} --sim-thre...
C++
MIT License
aff3ct/aff3ct
CI: enable chain simulator engine for the regression tests.
8,490
10.12.2019 19:07:35
-3,600
13a22408fa0e17085619b5a789b71f6ab084e630
Fix loops for 'inter frames > 1' simulations.
[ { "change_type": "MODIFY", "old_path": "include/Module/Loop/CRC/Loop_CRC.hpp", "new_path": "include/Module/Loop/CRC/Loop_CRC.hpp", "diff": "@@ -26,10 +26,13 @@ public:\nconst CRC<I> &crc,\nconst size_t n_elmts_in,\nconst size_t n_elmts_out,\n- const size_t crc_ite_start = 0);\n+ const size_t crc_ite...
C++
MIT License
aff3ct/aff3ct
Fix loops for 'inter frames > 1' simulations.
8,490
14.12.2019 11:08:01
-3,600
bb60bdea46c71fc301caa5e174bf3616c5e25c75
Doc: add supported polar kernels.
[ { "change_type": "MODIFY", "old_path": "doc/source/user/simulation/parameters/codec/polar_mk/decoder.rst", "new_path": "doc/source/user/simulation/parameters/codec/polar_mk/decoder.rst", "diff": "@@ -33,6 +33,76 @@ Description of the allowed values:\n| ``ML`` | See the common :ref:`dec-common-dec-ty...
C++
MIT License
aff3ct/aff3ct
Doc: add supported polar kernels.
8,490
14.12.2019 12:12:10
-3,600
91ec9aaf095350346feecb7c1f16c14a67668230
Doc: update the library examples.
[ { "change_type": "MODIFY", "old_path": "doc/source/user/library/examples.rst", "new_path": "doc/source/user/library/examples.rst", "diff": "@@ -71,7 +71,7 @@ is a module (green boxes in :numref:`fig_simple_chain_code`).\nconst auto esn0 = tools::ebn0_to_esn0 (ebn0, p.R);\nconst auto sigma = tools::e...
C++
MIT License
aff3ct/aff3ct
Doc: update the library examples.
8,490
14.12.2019 13:49:57
-3,600
e0122b167c56a15970b859306c5bc16e9366039e
Doc: add the POLAR_MK type of code in the '--sim-cde-type' parameter.
[ { "change_type": "MODIFY", "old_path": "doc/source/user/simulation/parameters/simulation/references.bib", "new_path": "doc/source/user/simulation/parameters/simulation/references.bib", "diff": "@@ -113,3 +113,18 @@ are also included to test and enhance learning, making this an essential resourc\ngro...
C++
MIT License
aff3ct/aff3ct
Doc: add the POLAR_MK type of code in the '--sim-cde-type' parameter.
8,490
15.12.2019 10:20:45
-3,600
941f0ba70769101b2a253627a8e258ce7e179429
Fix dead link to the library doc.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -73,7 +73,7 @@ of possible applications for the library:\n3. enable various modules to be used in SDR contexts.\nIf you seek for using **AFF3CT** as a library, please refer to the\n-[dedicated documentation page...
C++
MIT License
aff3ct/aff3ct
Fix dead link to the library doc.
8,490
16.12.2019 13:15:36
-3,600
8bc72b5921c003847a20da354c4439876610340d
Simplify the code to work with the MATLAB wrapper.
[ { "change_type": "MODIFY", "old_path": "include/Module/Monitor/BFER/Monitor_BFER.hpp", "new_path": "include/Module/Monitor/BFER/Monitor_BFER.hpp", "diff": "@@ -56,9 +56,6 @@ private:\npublic:\nMonitor_BFER(const int K, const unsigned max_fe, const unsigned max_n_frames = 0, const bool count_unknown_...
C++
MIT License
aff3ct/aff3ct
Simplify the code to work with the MATLAB wrapper.
8,490
17.12.2019 15:27:18
-3,600
bce7ee55fc635dfad73301ec02d08e969eb7141a
CI: fix the number of threads in the regression tests script.
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -371,6 +371,7 @@ for fn in fileNames:\nargsAFFECT += simuRef.getSplitCommand()\nargsAFFECT[len(argsAFFECTcommand)] = args.binaryPath;\n+ refsNThreads = args.nThreads;\n# overrides nThread...
C++
MIT License
aff3ct/aff3ct
CI: fix the number of threads in the regression tests script.
8,490
17.12.2019 15:39:21
-3,600
c7fe5a4dd22986450076bc93fbba0184abfce87c
CI: fix the case when 'args.nThreads == 0'.
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -29,7 +29,7 @@ parser.add_argument('--build-path', action='store', dest='buildPath', ty\nparser.add_argument('--binary-path', action='store', dest='binaryPath', type=str, default=\"bin/af...
C++
MIT License
aff3ct/aff3ct
CI: fix the case when 'args.nThreads == 0'.
8,490
17.12.2019 17:23:37
-3,600
9b3f96892e6f2a3767811d68ec2f4b87e0d5f70d
CI: replace '&&' by 'and'...
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -379,7 +379,7 @@ for fn in fileNames:\nexcept (ValueError, TypeError):\nrefsNThreads = args.nThreads\n- if refsNThreads == 0 or (refsNThreads > args.nThreads && args.nThreads != 0):\n+ if...
C++
MIT License
aff3ct/aff3ct
CI: replace '&&' by 'and'...
8,490
17.12.2019 17:47:58
-3,600
f1be3c354c61ee6cf97d5eace526e70cb33d9d8d
Doc: improve the doc of the multi-kernel polar codes.
[ { "change_type": "MODIFY", "old_path": "doc/source/user/simulation/parameters/codec/polar_mk/codec.rst", "new_path": "doc/source/user/simulation/parameters/codec/polar_mk/codec.rst", "diff": "-.. _codec-polar:\n+.. _codec-polar_mk:\nCodec Polar |MK|\n****************\n" }, { "change_type": "...
C++
MIT License
aff3ct/aff3ct
Doc: improve the doc of the multi-kernel polar codes.
8,490
18.12.2019 11:09:49
-3,600
96602c365c9a600278445db4111704d021b02062
CI: add './include' folder to cppcheck and sonarqube.
[ { "change_type": "MODIFY", "old_path": "ci/analysis-cppcheck.sh", "new_path": "ci/analysis-cppcheck.sh", "diff": "@@ -5,7 +5,8 @@ cppcheck --version\nmkdir cppcheck\n#cppcheck --suppress=missingIncludeSystem -I./src/ --force --enable=all --std=c++11 -U_MSC_VER ./src/ 2> cppcheck_all.log\n-find .\\/s...
C++
MIT License
aff3ct/aff3ct
CI: add './include' folder to cppcheck and sonarqube.
8,490
27.12.2019 10:55:48
-3,600
5b6543dd355f19b671150bd1e3ab2463cbac4259
Add bound socket method for the other way.
[ { "change_type": "MODIFY", "old_path": "include/Module/Socket.hpp", "new_path": "include/Module/Socket.hpp", "diff": "@@ -32,6 +32,7 @@ protected:\nbool fast;\nvoid* dataptr;\nstd::vector<Socket*> bound_sockets;\n+ Socket* bound_socket;\npublic:\ninline Socket(Task &task, const std::string &name, co...
C++
MIT License
aff3ct/aff3ct
Add bound socket method for the other way.
8,490
27.12.2019 10:57:03
-3,600
920075e0247eeba840f07629cf0af910be0915d9
Rm constness to the 'get_module' method of the 'Task'.
[ { "change_type": "MODIFY", "old_path": "include/Module/Task.hpp", "new_path": "include/Module/Task.hpp", "diff": "@@ -93,7 +93,7 @@ public:\ninline bool is_last_input_socket(const Socket &s_in) const;\nbool can_exec ( ) const;\n- inline const Module& get_module ( ) const;\n+ inline Module& get_modul...
C++
MIT License
aff3ct/aff3ct
Rm constness to the 'get_module' method of the 'Task'.
8,490
27.12.2019 10:57:46
-3,600
96e8e551c7aa74aab1b1f30fa0c61352ee9a5900
Create an 'add_children' method in the 'Generic_node'.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Algo/Tree/Generic/Generic_node.hpp", "new_path": "include/Tools/Algo/Tree/Generic/Generic_node.hpp", "diff": "@@ -68,6 +68,8 @@ public:\ninline bool cut_child(const size_t pos);\ninline bool cut_children();\n+\n+ inline void add_child(Generic_nod...
C++
MIT License
aff3ct/aff3ct
Create an 'add_children' method in the 'Generic_node'.
8,490
27.12.2019 10:58:53
-3,600
079b3804e3c16c231bcfead5ef0fc01db8f68544
Fix CRC memory leaks in the iterative simulations.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/Chain/BFER/Iterative/Simulation_chain_BFER_ite.cpp", "new_path": "src/Simulation/Chain/BFER/Iterative/Simulation_chain_BFER_ite.cpp", "diff": "@@ -132,10 +132,10 @@ std::unique_ptr<module::Loop_CRC<B,Q>> Simulation_chain_BFER_ite<B,R,Q>\n::build...
C++
MIT License
aff3ct/aff3ct
Fix CRC memory leaks in the iterative simulations.
8,490
27.12.2019 11:02:06
-3,600
910ff7b94a0cea0a6a314f76bc88ddc4957d566a
Add the first implementation of the 'Chain' with a tree engine.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Chain/Chain.hpp", "new_path": "include/Tools/Chain/Chain.hpp", "diff": "#include <mutex>\n#include \"Tools/Interface/Interface_clone.hpp\"\n+#include \"Tools/Algo/Tree/Generic/Generic_node.hpp\"\nnamespace aff3ct\n{\n@@ -27,10 +28,34 @@ namespace...
C++
MIT License
aff3ct/aff3ct
Add the first implementation of the 'Chain' with a tree engine.
8,490
28.12.2019 10:12:59
-3,600
eed0085b0906fe792592604a30ee1de4a37c3cbe
Rm useless code.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/Chain/BFER/Iterative/Simulation_chain_BFER_ite.cpp", "new_path": "src/Simulation/Chain/BFER/Iterative/Simulation_chain_BFER_ite.cpp", "diff": "@@ -636,30 +636,12 @@ void Simulation_chain_BFER_ite<B,R,Q>\nauto monitors_er = this->chain->template ...
C++
MIT License
aff3ct/aff3ct
Rm useless code.
8,490
02.01.2020 14:34:19
-3,600
1767eb64eb9481177cd69f87eb4e4d7b86d3bcb1
Fix bug in the chain engine.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Chain/Chain.hpp", "new_path": "include/Tools/Chain/Chain.hpp", "diff": "@@ -101,17 +101,20 @@ protected:\nconst module::Task& current_task,\nconst module::Task *last = nullptr);\n- void export_dot_subsequence(const std::vector<module::Task*> &sub...
C++
MIT License
aff3ct/aff3ct
Fix bug in the chain engine.
8,490
02.01.2020 18:23:29
-3,600
9e1dc009ba833c2f326705432c0d6455106fedec
Improve task error message.
[ { "change_type": "MODIFY", "old_path": "src/Module/Task.cpp", "new_path": "src/Module/Task.cpp", "diff": "@@ -328,9 +328,17 @@ int Task\n}\nelse\n{\n+ std::stringstream socs;\n+ socs << \"'socket(s).name' = [\";\n+ auto s = 0;\n+ for (size_t i = 0; i < sockets.size(); i++)\n+ if (sockets[i]->dataptr...
C++
MIT License
aff3ct/aff3ct
Improve task error message.
8,490
02.01.2020 18:23:49
-3,600
8150b80c7494c41b9345f691c1c9753118adcdce
Fix 'Chain' bugs when using 'Subchain'.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Chain/Chain.cpp", "new_path": "src/Tools/Chain/Chain.cpp", "diff": "@@ -120,6 +120,20 @@ Chain* Chain\nc->duplicate(this->sequences[0]);\nc->mtx_exception.reset(new std::mutex());\nc->force_exit_loop.reset(new std::atomic<bool>(false));\n+\n+ std::fu...
C++
MIT License
aff3ct/aff3ct
Fix 'Chain' bugs when using 'Subchain'.
8,490
03.01.2020 10:42:02
-3,600
e7eebcd6678c4e379a34867c4b0b4b2026789518
Simplify the source code of the 'Chain'.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Chain/Chain.hpp", "new_path": "include/Tools/Chain/Chain.hpp", "diff": "@@ -28,29 +28,21 @@ namespace tools\nenum class subseq_t : size_t { STD, LOOP, ROUTER };\n-class Sub_sequence_const\n+template <class VTA = std::vector<module::Task*>>\n+clas...
C++
MIT License
aff3ct/aff3ct
Simplify the source code of the 'Chain'.
8,490
03.01.2020 11:36:53
-3,600
a790e31b8e386007dace28865888359bc4b3988b
Fix perfo regression in the 'Chain'.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Chain/Chain.cpp", "new_path": "src/Tools/Chain/Chain.cpp", "diff": "@@ -136,18 +136,21 @@ void Chain\nstd::function<void(Generic_node<Sub_sequence>*, std::vector<int>&)> exec_sequence =\n[&exec_sequence](Generic_node<Sub_sequence>* cur_ss, std::vecto...
C++
MIT License
aff3ct/aff3ct
Fix perfo regression in the 'Chain'.
8,490
07.01.2020 11:35:40
-3,600
130cc2e0846b44ff843bf85365e242fb9cce7f35
Add '1 to N' and 'N to 1' adaptors (not tested).
[ { "change_type": "ADD", "old_path": null, "new_path": "include/Module/Adaptor/Adaptor.hpp", "diff": "+/*!\n+ * \\file\n+ * \\brief Class module::Adaptor.\n+ */\n+#ifndef CONNECTOR_HPP_\n+#define CONNECTOR_HPP_\n+\n+#include <typeindex>\n+#include <cstddef>\n+#include <cstdint>\n+#include <memory>\n+...
C++
MIT License
aff3ct/aff3ct
Add '1 to N' and 'N to 1' adaptors (not tested).
8,490
07.01.2020 15:33:55
-3,600
6c24f269a338cb0f2ea5aee2ec15bda42d43e995
Add binary sink module.
[ { "change_type": "ADD", "old_path": null, "new_path": "include/Module/Sink/Sink.hpp", "diff": "+/*!\n+ * \\file\n+ * \\brief Class module::Sink.\n+ */\n+#ifndef SINK_HPP\n+#define SINK_HPP\n+\n+#include <cstdint>\n+#include <memory>\n+#include <vector>\n+\n+#include \"Module/Task.hpp\"\n+#include \"...
C++
MIT License
aff3ct/aff3ct
Add binary sink module.
8,490
12.01.2020 19:02:44
-3,600
bf0040357adfc99a1d23ad60b706d6415c03747b
Fix dead lock in adaptor + improve subchain.
[ { "change_type": "MODIFY", "old_path": "include/Module/Adaptor/Adaptor_1_to_n.hpp", "new_path": "include/Module/Adaptor/Adaptor_1_to_n.hpp", "diff": "@@ -53,9 +53,6 @@ public:\nvirtual void put_1 (const int8_t *in, const int frame_id = -1);\nvirtual void pull_n( int8_t *out, const int frame_id = -1)...
C++
MIT License
aff3ct/aff3ct
Fix dead lock in adaptor + improve subchain.
8,490
12.01.2020 22:34:09
-3,600
d8aa28451e0ebaabcff2ed2a49543f5879924321
Implement a new 'Interface_waiting' to manage waiting threads.
[ { "change_type": "MODIFY", "old_path": "include/Module/Adaptor/Adaptor.hpp", "new_path": "include/Module/Adaptor/Adaptor.hpp", "diff": "#include \"Module/Task.hpp\"\n#include \"Module/Socket.hpp\"\n#include \"Module/Module.hpp\"\n+#include \"Tools/Interface/Interface_waiting.hpp\"\nnamespace aff3ct\...
C++
MIT License
aff3ct/aff3ct
Implement a new 'Interface_waiting' to manage waiting threads.
8,490
13.01.2020 09:46:52
-3,600
acc10e700383ca6259fcf43a7cb7df7cb47748a6
Doc: add '--src-no-reset' arg and sink args.
[ { "change_type": "MODIFY", "old_path": "doc/source/conf.py", "new_path": "doc/source/conf.py", "diff": "@@ -287,6 +287,7 @@ rst_epilog = \"\"\"\n.. |DVB-RCS2| replace:: :abbr:`DVB-RCS2 (Digital Video Broadcasting - Return Channel via Satellite 2)`\n.. |DVB-S1| replace:: :abbr:`DVB-S1 (Digital Video ...
C++
MIT License
aff3ct/aff3ct
Doc: add '--src-no-reset' arg and sink args.
8,490
15.01.2020 16:20:56
-3,600
66d330d633064ba616ae1b54282ba0867d677f8f
Add a new exception: 'processing_aborted'.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Exception/exception.hpp", "new_path": "include/Tools/Exception/exception.hpp", "diff": "@@ -58,5 +58,6 @@ public:\n#include \"underflow_error/underflow_error.hpp\"\n#include \"unimplemented_error/unimplemented_error.hpp\"\n#include \"waiting_canc...
C++
MIT License
aff3ct/aff3ct
Add a new exception: 'processing_aborted'.
8,490
16.01.2020 15:00:54
-3,600
d603da486b748b036c00b574dc5a7deb054be727
Add 'clone' method to 'Sink_NO'.*
[ { "change_type": "MODIFY", "old_path": "include/Module/Sink/NO/Sink_NO.hpp", "new_path": "include/Module/Sink/NO/Sink_NO.hpp", "diff": "@@ -36,6 +36,8 @@ public:\n*/\n~Sink_NO() = default;\n+ virtual Sink_NO<B>* clone() const;\n+\nprotected:\nvirtual void _send(const B *V, const int frame_id);\n};\n...
C++
MIT License
aff3ct/aff3ct
Add 'clone' method to 'Sink_NO'.*
8,490
16.01.2020 15:02:27
-3,600
90295b103167eee670af7f69616e4599d48a6bc4
Add two getters and support of 'processing_aborted' exception in 'Chain'.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Chain/Chain.hpp", "new_path": "include/Tools/Chain/Chain.hpp", "diff": "@@ -85,6 +85,9 @@ public:\nstd::vector<std::vector<const module::Module*>> get_modules_per_threads() const;\nstd::vector<std::vector<const module::Module*>> get_modules_per_t...
C++
MIT License
aff3ct/aff3ct
Add two getters and support of 'processing_aborted' exception in 'Chain'.
8,490
16.01.2020 15:03:21
-3,600
64e30c4a2d636f226822dab50dd7d98c0c76e222
Rename 'put' in 'push' in the adaptors.
[ { "change_type": "MODIFY", "old_path": "include/Module/Adaptor/Adaptor.hpp", "new_path": "include/Module/Adaptor/Adaptor.hpp", "diff": "@@ -23,13 +23,13 @@ namespace module\n{\nnamespace adp\n{\n- enum class tsk : size_t { put_1, pull_n, put_n, pull_1, SIZE };\n+ enum class tsk : size_t { push_1, pu...
C++
MIT License
aff3ct/aff3ct
Rename 'put' in 'push' in the adaptors.
8,490
16.01.2020 17:45:52
-3,600
f9a8db5ae1a6a760c4fe889706c4a029c12149f3
Rm constness of the 'Chain' getters.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Chain/Chain.hpp", "new_path": "include/Tools/Chain/Chain.hpp", "diff": "@@ -82,11 +82,11 @@ public:\ntemplate <class C = module::Module>\nstd::vector<C*> get_modules(const bool subchain_modules = true) const;\n- std::vector<std::vector<const modu...
C++
MIT License
aff3ct/aff3ct
Rm constness of the 'Chain' getters.
8,490
16.01.2020 17:49:40
-3,600
0b7cc02163bd98e1fd80d3ef25cad887ef6dbcbe
Add const and non-const support for modules and tasks in the stats.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Display/Statistics/Statistics.hpp", "new_path": "include/Tools/Display/Statistics/Statistics.hpp", "diff": "@@ -27,16 +27,27 @@ protected:\npublic:\nvirtual ~Statistics() = default;\n- static void show(std::vector<const module::Module*> modules, ...
C++
MIT License
aff3ct/aff3ct
Add const and non-const support for modules and tasks in the stats.
8,490
26.01.2020 11:41:48
-3,600
3023bafb5e3521b4eb458ee24108d0212ec79b1f
Add missing getter in MK Polar codec.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Codec/Polar_MK/Codec_polar_MK.cpp", "new_path": "src/Tools/Codec/Polar_MK/Codec_polar_MK.cpp", "diff": "@@ -191,6 +191,20 @@ const Polar_code& Codec_polar_MK<B,Q>\nreturn *this->code;\n}\n+template <typename B, typename Q>\n+const Frozenbits_generato...
C++
MIT License
aff3ct/aff3ct
Add missing getter in MK Polar codec.
8,490
26.01.2020 11:50:20
-3,600
207c0886f90d37f8b64a010b6d1f7ac1f4ca40c4
Rm useless explicit template instantiation.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Statistics/Statistics.cpp", "new_path": "src/Tools/Display/Statistics/Statistics.cpp", "diff": "@@ -221,11 +221,6 @@ void Statistics\n}\n}\n-template void tools::Statistics::show<const module::Module>(std::vector<const module::Module*>, const...
C++
MIT License
aff3ct/aff3ct
Rm useless explicit template instantiation.
8,490
26.01.2020 15:10:34
-3,600
8c8c8213fe587a6ce2a5e805979db1f9c13fb06c
Improve the adaptors to manage more than a single socket (not tested).
[ { "change_type": "MODIFY", "old_path": "include/Module/Adaptor/Adaptor.hpp", "new_path": "include/Module/Adaptor/Adaptor.hpp", "diff": "@@ -27,33 +27,34 @@ namespace module\nnamespace sck\n{\n- enum class push_1 : size_t { in, SIZE };\n- enum class pull_n : size_t { out, SIZE };\n- enum class push_n...
C++
MIT License
aff3ct/aff3ct
Improve the adaptors to manage more than a single socket (not tested).
8,490
26.01.2020 16:04:51
-3,600
549d6775b47bfdd3fc39a6224dee8db01c12e6fc
Fix adaptors bugs (tested for 1 socket only).
[ { "change_type": "MODIFY", "old_path": "include/Module/Adaptor/Adaptor_1_to_n.hpp", "new_path": "include/Module/Adaptor/Adaptor_1_to_n.hpp", "diff": "@@ -51,7 +51,7 @@ public:\nvirtual ~Adaptor_1_to_n() = default;\nvirtual Adaptor_1_to_n* clone() const;\n- void init();\n+ inline void init();\nvoid w...
C++
MIT License
aff3ct/aff3ct
Fix adaptors bugs (tested for 1 socket only).
8,490
28.01.2020 10:00:00
-3,600
a7d0998b1c537c378d91cfef956582b1fefa0a1b
Simplify the BCH encoder.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/BCH/Encoder_BCH.cpp", "new_path": "src/Module/Encoder/BCH/Encoder_BCH.cpp", "diff": "@@ -45,21 +45,9 @@ void Encoder_BCH<B>\nfor (auto i = this->K - 1; i >= 0; i--)\n{\nconst auto feedback = U_K[i] ^ par[n_rdncy - 1];\n- if (feedback != 0)\n...
C++
MIT License
aff3ct/aff3ct
Simplify the BCH encoder.
8,490
28.01.2020 17:16:35
-3,600
ba5db0879a6cab5798b8c56355ce740a8f6205bd
Add an inter-SIMD version of the BCH encoder.
[ { "change_type": "MODIFY", "old_path": "doc/source/user/simulation/parameters/codec/bch/encoder.rst", "new_path": "doc/source/user/simulation/parameters/codec/bch/encoder.rst", "diff": "@@ -61,3 +61,29 @@ Description of the allowed values:\nparameter.\n.. |enc-type_descr_user| replace:: See the comm...
C++
MIT License
aff3ct/aff3ct
Add an inter-SIMD version of the BCH encoder.
8,490
30.01.2020 16:28:41
-3,600
1d2110e83bd74d3e3106ccd0ce29613397ecccd2
Improve BCH encoders.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/BCH/Encoder_BCH.cpp", "new_path": "src/Module/Encoder/BCH/Encoder_BCH.cpp", "diff": "@@ -58,7 +58,7 @@ void Encoder_BCH<B>\n{\nconst auto feedback = U_K[i] ^ par[n_rdncy - 1];\nfor (auto j = n_rdncy - 1; j > 0; j--)\n- par[j] = g[j] ? par[j ...
C++
MIT License
aff3ct/aff3ct
Improve BCH encoders.
8,490
30.01.2020 17:08:41
-3,600
c978b10407bda7feaae6dd59b31f39ec16c41224
Mv zeros fill in the inter-SIMD BCH decoder.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/BCH/Encoder_BCH_inter.cpp", "new_path": "src/Module/Encoder/BCH/Encoder_BCH_inter.cpp", "diff": "@@ -33,6 +33,8 @@ template <typename B>\nvoid Encoder_BCH_inter<B>\n::__encode(const B *U_K, B *par)\n{\n+ std::fill(par, par + this->n_rdncy * ...
C++
MIT License
aff3ct/aff3ct
Mv zeros fill in the inter-SIMD BCH decoder.
8,490
30.01.2020 18:38:49
-3,600
b09a7f97ade6b172281e1af92873ec30d103d9e8
Make the reordering process of the BCH encoder in the '__encode' method.
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/BCH/Encoder_BCH_inter.cpp", "new_path": "src/Module/Encoder/BCH/Encoder_BCH_inter.cpp", "diff": "@@ -33,47 +33,48 @@ template <typename B>\nvoid Encoder_BCH_inter<B>\n::__encode(const B *U_K, B *par)\n{\n- std::fill(par, par + this->n_rdncy ...
C++
MIT License
aff3ct/aff3ct
Make the reordering process of the BCH encoder in the '__encode' method.
8,490
02.02.2020 12:42:27
-3,600
dc6e5f1794177913996d338dcfad89c433a3f116
Add a first basic thread pinning strategy with the hwloc library.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -20,6 +20,7 @@ option(AFF3CT_COMPILE_STATIC_LIB \"Compile the static library\"\noption(AFF3CT_COMPILE_SHARED_LIB \"Compile the shared library\" OFF)\noption(AFF3CT_LINK_GSL \"Link with the GSL library ...
C++
MIT License
aff3ct/aff3ct
Add a first basic thread pinning strategy with the hwloc library.
8,490
02.02.2020 14:55:06
-3,600
5515b1177b7d981adf41234ad42940af1deb6b21
Fix duplicate threads binding.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Chain/Chain.cpp", "new_path": "src/Tools/Chain/Chain.cpp", "diff": "@@ -241,9 +241,7 @@ void Chain\n::_exec(std::function<bool(const std::vector<int>&)> &stop_condition, Generic_node<Sub_sequence>* sequence)\n{\nif (this->is_thread_pinning())\n- {\na...
C++
MIT License
aff3ct/aff3ct
Fix duplicate threads binding.
8,490
03.02.2020 16:47:59
0
5927e2f1f43f5ea34d210ab45c7f5059dd2179e1
Add the possibility to manually choose the PUs in thread pinning.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Chain/Chain.hpp", "new_path": "include/Tools/Chain/Chain.hpp", "diff": "@@ -62,6 +62,7 @@ protected:\nsize_t n_tasks;\nbool tasks_inplace;\nbool thread_pinning;\n+ std::vector<size_t> puids;\npublic:\nChain(const module::Task &first, const size_t...
C++
MIT License
aff3ct/aff3ct
Add the possibility to manually choose the PUs in thread pinning.
8,490
03.02.2020 18:03:03
-3,600
4480dd5004cea0ba28a9c90ffd87131e4cf09ce8
Fix pin method.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Thread_pinning/Thread_pinning.cpp", "new_path": "src/Tools/Thread_pinning/Thread_pinning.cpp", "diff": "@@ -107,17 +107,16 @@ void Thread_pinning\n#ifdef AFF3CT_HWLOC\nif (g_is_init)\n{\n- /* Get the first PU of the core */\n- if (g_cur_core_obj->ari...
C++
MIT License
aff3ct/aff3ct
Fix pin method.
8,490
05.02.2020 08:53:48
0
5dff33a8c7b286d0dfd6dfadcf5f03d9a53ff064
Pin the threads during the memory alloc process in the Chain.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Chain/Chain.hpp", "new_path": "include/Tools/Chain/Chain.hpp", "diff": "@@ -65,10 +65,26 @@ protected:\nstd::vector<size_t> puids;\npublic:\n- Chain(const module::Task &first, const size_t n_threads = 1 );\n- Chain(const module::Task &first, cons...
C++
MIT License
aff3ct/aff3ct
Pin the threads during the memory alloc process in the Chain.
8,490
05.02.2020 10:03:56
0
5bcd5041b9328cda70fb181f1af427c6b7f37542
Fix pinning for clones.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Chain/Chain.cpp", "new_path": "src/Tools/Chain/Chain.cpp", "diff": "@@ -123,7 +123,7 @@ void Chain\nif (this->is_thread_pinning())\n{\nif (0 < this->puids.size())\n- aff3ct::tools::Thread_pinning::pin(0);\n+ aff3ct::tools::Thread_pinning::pin(this->p...
C++
MIT License
aff3ct/aff3ct
Fix pinning for clones.
8,490
06.02.2020 13:26:56
0
0c3f06888c4a876f4ff05116c8acda521378c3ad
Working on 0 copy adaptors.
[ { "change_type": "MODIFY", "old_path": "include/Module/Adaptor/Adaptor.hpp", "new_path": "include/Module/Adaptor/Adaptor.hpp", "diff": "#include \"Module/Task.hpp\"\n#include \"Module/Socket.hpp\"\n#include \"Module/Module.hpp\"\n+#include \"Tools/Chain/Chain.hpp\"\n#include \"Tools/Interface/Interf...
C++
MIT License
aff3ct/aff3ct
Working on 0 copy adaptors.
8,490
06.02.2020 16:11:45
0
735f187140fdeacfd81b822127d58c01504a5518
Working zero copy adaptors.
[ { "change_type": "MODIFY", "old_path": "include/Module/Adaptor/Adaptor.hpp", "new_path": "include/Module/Adaptor/Adaptor.hpp", "diff": "@@ -49,7 +49,9 @@ protected:\nsize_t id;\nsize_t cur_id;\n- std::shared_ptr<std::vector<std::vector<std::vector<std::vector<int8_t>>>>> buffer;\n+ std::shared_ptr<s...
C++
MIT License
aff3ct/aff3ct
Working zero copy adaptors.
8,490
06.02.2020 22:27:09
0
29a2a7f800ff4ca6e4a95f61e849138e8242bcfb
Improve the 0-copy adaptor mode and enable it by default.
[ { "change_type": "MODIFY", "old_path": "include/Module/Adaptor/Adaptor.hpp", "new_path": "include/Module/Adaptor/Adaptor.hpp", "diff": "@@ -38,7 +38,7 @@ namespace module\nclass Adaptor : public Module, public tools::Interface_waiting\n{\n-friend tools::Chain; // Chain is friend to enable the hack m...
C++
MIT License
aff3ct/aff3ct
Improve the 0-copy adaptor mode and enable it by default.
8,488
07.02.2020 10:30:22
-3,600
cb3ca94ae1077024fabab82fa117a7611e6ad051
Fix BEC frozen bits generator.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_BEC.cpp", "new_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_BEC.cpp", "diff": "@@ -34,28 +34,23 @@ void Frozenbits_generator_BEC\n{\nthis->check_noise();\n- for (unsigned ...
C++
MIT License
aff3ct/aff3ct
Fix BEC frozen bits generator.
8,490
07.02.2020 17:22:53
0
81c5c5baf05a09e32e689922f30f44f429d690c9
Improve processes management in the chain.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Chain/Chain.cpp", "new_path": "src/Tools/Chain/Chain.cpp", "diff": "@@ -1023,17 +1023,16 @@ void Chain\nstd::function<void(Generic_node<Sub_sequence>*)> gen_processes_recursive =\n[&gen_processes_recursive, no_copy_mode_adaptors](Generic_node<Sub_seq...
C++
MIT License
aff3ct/aff3ct
Improve processes management in the chain.
8,490
08.02.2020 10:44:02
-3,600
8dd63fa4f8354fefb757642f652342357ee8b541
Simplify the zero copy mode for adaptors in the chain.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Chain/Chain.hpp", "new_path": "include/Tools/Chain/Chain.hpp", "diff": "@@ -27,7 +27,7 @@ class Module;\nnamespace tools\n{\n-enum class subseq_t : size_t { STD, LOOP, ROUTER, FIRST_ADP, LAST_ADP, FIRST_LAST_ADP };\n+enum class subseq_t : size_t ...
C++
MIT License
aff3ct/aff3ct
Simplify the zero copy mode for adaptors in the chain.
8,490
08.02.2020 16:28:05
-3,600
de15a1bd9d5e73619d812c7863e9a5d915406767
Improve 0-copy mode in the chain + fix segfaults and debug mode.
[ { "change_type": "MODIFY", "old_path": "include/Module/Adaptor/Adaptor.hxx", "new_path": "include/Module/Adaptor/Adaptor.hxx", "diff": "@@ -25,8 +25,7 @@ Adaptor\ncur_id(0),\nbuffer(new std::vector<std::vector<std::vector<int8_t*>>>\n(1, std::vector<std::vector<int8_t*>>(1,\n- std::vector<int8_t*>(b...
C++
MIT License
aff3ct/aff3ct
Improve 0-copy mode in the chain + fix segfaults and debug mode.
8,490
08.02.2020 19:18:41
-3,600
0110288007c22c12ed3810360b481cf8714bf7ff
Throw if a chain contains adaptors and if task_inplace is set to false.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Chain/Chain.cpp", "new_path": "src/Tools/Chain/Chain.cpp", "diff": "@@ -556,6 +556,13 @@ const module::Task& Chain\nthrow tools::runtime_error(__FILE__, __LINE__, __func__, message.str());\n}\n+ if (dynamic_cast<const module::Adaptor*>(&current_task....
C++
MIT License
aff3ct/aff3ct
Throw if a chain contains adaptors and if task_inplace is set to false.
8,490
08.02.2020 19:45:28
-3,600
079a243cb4ff8c4e89f97bebfd3a1fed41a302e6
Add a warning when thread pinning is requested without link to hwloc.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Thread_pinning/Thread_pinning.hpp", "new_path": "include/Tools/Thread_pinning/Thread_pinning.hpp", "diff": "@@ -12,7 +12,6 @@ class Thread_pinning\npublic:\nstatic void init();\nstatic void destroy();\n- static void pin();\nstatic void pin(const ...
C++
MIT License
aff3ct/aff3ct
Add a warning when thread pinning is requested without link to hwloc.
8,490
10.02.2020 12:11:07
-3,600
0ea661076624b10b58d048923539d40a7f6ff8f5
Use 64-bit unsigned integers for first and last pointers in adaptors.
[ { "change_type": "MODIFY", "old_path": "include/Module/Adaptor/Adaptor.hpp", "new_path": "include/Module/Adaptor/Adaptor.hpp", "diff": "@@ -52,8 +52,8 @@ protected:\nstd::shared_ptr<std::vector<std::vector<std::vector<int8_t*>>>> buffer;\nstd::vector<int8_t*> buffer_to_free;\n- std::shared_ptr<std::...
C++
MIT License
aff3ct/aff3ct
Use 64-bit unsigned integers for first and last pointers in adaptors.
8,490
11.02.2020 13:26:32
-3,600
e95e8b83877fe3652c9dd75ee6aa67baf2ccc480
Fix bugs in prev. commit.
[ { "change_type": "MODIFY", "old_path": "include/Module/Task.hpp", "new_path": "include/Module/Task.hpp", "diff": "@@ -45,7 +45,7 @@ protected:\nint32_t debug_frame_max;\nstd::function<int(Module &m, Task& t)> codelet;\n- int status;\n+ std::vector<int> status;\nstd::vector<mipp::vector<uint8_t>> out...
C++
MIT License
aff3ct/aff3ct
Fix bugs in prev. commit.
8,490
11.02.2020 14:31:17
-3,600
2b10849c2b63daea6334066ab44e0bc970342b5c
Add priority parameter when socket binding.
[ { "change_type": "MODIFY", "old_path": "include/Module/Socket.hpp", "new_path": "include/Module/Socket.hpp", "diff": "@@ -54,9 +54,9 @@ public:\ninline void set_fast(const bool fast);\n- inline void bind(Socket &s_out, const bool copy_dataptr = true);\n+ inline void bind(Socket &s_out, const int pri...
C++
MIT License
aff3ct/aff3ct
Add priority parameter when socket binding.
8,490
17.02.2020 13:44:43
-3,600
98b53ef60c54358075875479465c234157cdc680
Fix debug mode issue.
[ { "change_type": "MODIFY", "old_path": "src/Module/Task.cpp", "new_path": "src/Module/Task.cpp", "diff": "@@ -233,7 +233,7 @@ int Task\n<< \"::\"\n<< rang::style::bold << rang::fg::magenta << get_name() << rang::style::reset\n<< \"(\";\n- for (auto i = 0; i < (int)sockets.size(); i++)\n+ for (auto i...
C++
MIT License
aff3ct/aff3ct
Fix debug mode issue.
8,486
17.02.2020 18:05:25
-3,600
a80cc2f160328c41b06797f7a22f443290fa8a67
Change Terminal_std to handle a list of Reporter*.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Display/Terminal/Standard/Terminal_std.hpp", "new_path": "include/Tools/Display/Terminal/Standard/Terminal_std.hpp", "diff": "@@ -37,9 +37,15 @@ public:\nstatic const int column_width;\nprotected:\n- const std::vector<std::unique_ptr<tools::Repor...
C++
MIT License
aff3ct/aff3ct
Change Terminal_std to handle a list of Reporter*.
8,490
18.02.2020 10:39:20
0
fbdef7a8bed58f065ebf1123fc072159fe119973
Add status enum and reserve negative statuses for specific signals.
[ { "change_type": "MODIFY", "old_path": "include/Module/Decoder/Decoder.hpp", "new_path": "include/Module/Decoder/Decoder.hpp", "diff": "@@ -48,6 +48,7 @@ protected:\nconst int simd_inter_frame_level; /*!< Number of frames absorbed by the SIMD instructions. */\nconst int n_dec_waves;\nbool auto_reset...
C++
MIT License
aff3ct/aff3ct
Add status enum and reserve negative statuses for specific signals.
8,490
18.02.2020 15:05:51
0
44aed70c183264bd5a30f30c73f34ea0deeb0eb0
Add BCH decoder status.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/BCH/Standard/Decoder_BCH_std.cpp", "new_path": "src/Module/Decoder/BCH/Standard/Decoder_BCH_std.cpp", "diff": "@@ -204,10 +204,16 @@ int Decoder_BCH_std<B, R>\nif (loc[i] < this->N)\nY_N[loc[i]] ^= 1;\n}\n+\n+ return status_t::OK;\n}\n+ else...
C++
MIT License
aff3ct/aff3ct
Add BCH decoder status.
8,490
18.02.2020 15:06:18
0
a3d63f0e5162c4ac7d33077ddf89bb4366d609c4
Fix a bug in the chain construction.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Chain/Chain.cpp", "new_path": "src/Tools/Chain/Chain.cpp", "diff": "@@ -668,13 +668,13 @@ const module::Task& Chain\nif (&current_task != last)\n{\n+ const module::Task* last_task = nullptr;\nfor (auto &s : current_task.sockets)\n{\nif (current_task....
C++
MIT License
aff3ct/aff3ct
Fix a bug in the chain construction.
8,490
20.02.2020 13:46:29
0
f9a12a2002c93cf03a2a80d1978cc3fac9e51ae1
Fix numbering in the adaptors.
[ { "change_type": "MODIFY", "old_path": "include/Module/Adaptor/Adaptor_1_to_n.hxx", "new_path": "include/Module/Adaptor/Adaptor_1_to_n.hxx", "diff": "@@ -103,7 +103,7 @@ void Adaptor_1_to_n\nauto &p1 = this->create_task(\"push_1\", (int)adp::tsk::push_1);\nstd::vector<size_t> p1s_in;\nfor (size_t s ...
C++
MIT License
aff3ct/aff3ct
Fix numbering in the adaptors.
8,490
20.02.2020 13:47:09
0
8e17b369b36e028fb4ce7bd81d55901950426734
Add a new terminal to dump stats frame by frame.
[ { "change_type": "ADD", "old_path": null, "new_path": "include/Tools/Display/Terminal/Dump/Terminal_dump.hpp", "diff": "+/*!\n+ * \\file\n+ * \\brief Class tools::Terminal_dump.\n+ */\n+#ifndef TERMINAL_DUMP_HPP_\n+#define TERMINAL_DUMP_HPP_\n+\n+#include <iostream>\n+#include <vector>\n+\n+#include...
C++
MIT License
aff3ct/aff3ct
Add a new terminal to dump stats frame by frame.
8,486
20.02.2020 15:22:23
0
8e550eac5da4dd9f8f930ee5b9aea679c6218ca4
Add FRA BE FE BER and FER as output sockets for monitor BFER.
[ { "change_type": "MODIFY", "old_path": "include/Module/Monitor/BFER/Monitor_BFER.hpp", "new_path": "include/Module/Monitor/BFER/Monitor_BFER.hpp", "diff": "@@ -72,9 +72,9 @@ public:\n* \\param Y: the decoded message (from the Decoder).\n*/\ntemplate <class A = std::allocator<B>>\n- int check_errors(...
C++
MIT License
aff3ct/aff3ct
Add FRA BE FE BER and FER as output sockets for monitor BFER.
8,490
21.02.2020 13:35:11
0
0c553edf832d189a1b06a1a118a7e30169342c8c
Fix tasks_id copy bug in chain.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Chain/Chain.cpp", "new_path": "src/Tools/Chain/Chain.cpp", "diff": "@@ -799,6 +799,7 @@ void Chain\nss_cpy->type = ss_ref->type;\nss_cpy->id = ss_ref->id;\n+ ss_cpy->tasks_id = ss_ref->tasks_id;\nfor (auto t_ref : ss_ref->tasks)\n{\nauto &m_ref = t_r...
C++
MIT License
aff3ct/aff3ct
Fix tasks_id copy bug in chain.
8,490
21.02.2020 15:01:35
0
602f5c79570587579c99e53885acbc31e0f46683
Try to fix CI bug.
[ { "change_type": "MODIFY", "old_path": "src/Module/Task.cpp", "new_path": "src/Module/Task.cpp", "diff": "@@ -323,8 +323,8 @@ int Task\nstd::cout << \"]\" << std::endl;\n}\n}\n- std::cout << \"# Returned status: \" << std::hex << exec_status << std::endl;\n- std::cout << \"#\" << std::endl;\n+ std::...
C++
MIT License
aff3ct/aff3ct
Try to fix CI bug.
8,490
25.02.2020 07:03:25
0
e05359a00ed3c92c30c027c8567a62f8e9a27292
Put instant BE and FE in output sockets instead of total.
[ { "change_type": "MODIFY", "old_path": "include/Module/Monitor/BFER/Monitor_BFER.hpp", "new_path": "include/Module/Monitor/BFER/Monitor_BFER.hpp", "diff": "@@ -74,7 +74,7 @@ public:\ntemplate <class A = std::allocator<B>>\nint check_errors(const std::vector<B,A>& U, const std::vector<B,A>& Y, std::v...
C++
MIT License
aff3ct/aff3ct
Put instant BE and FE in output sockets instead of total.
8,490
25.02.2020 09:08:08
0
f2f2dcce11b98f8b7c33c33f136fc90307ca779f
Switch from hexadecimal to decimal output for the task status.
[ { "change_type": "MODIFY", "old_path": "src/Module/Task.cpp", "new_path": "src/Module/Task.cpp", "diff": "@@ -323,7 +323,7 @@ int Task\nstd::cout << \"]\" << std::endl;\n}\n}\n- std::cout << \"# Returned status: \" << std::hex << std::showbase << exec_status << std::endl;\n+ std::cout << \"# Returne...
C++
MIT License
aff3ct/aff3ct
Switch from hexadecimal to decimal output for the task status.
8,490
25.02.2020 10:46:34
-3,600
422550e68a20fb34bbb8b5ee5030b64a3aebef6c
Add a static init method to the terminal.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Display/Terminal/Terminal.hpp", "new_path": "include/Tools/Display/Terminal/Terminal.hpp", "diff": "@@ -76,6 +76,8 @@ public:\nvoid stop_temp_report();\n+ static void init();\n+\n/*!\n* \\brief Tells if the user asked for stopping the current com...
C++
MIT License
aff3ct/aff3ct
Add a static init method to the terminal.
8,490
28.02.2020 15:41:57
-3,600
a082a375d452bcdb25f44577b425a4361674a76b
Add a FIFO flag to enable read retry in binary source.
[ { "change_type": "MODIFY", "old_path": "doc/source/user/simulation/parameters/source/source.rst", "new_path": "doc/source/user/simulation/parameters/source/source.rst", "diff": "@@ -163,6 +163,13 @@ With the ``USER`` source type, an |ASCII| file is expected:\n|factory::Source::p+no-reset|\n+.. _src-...
C++
MIT License
aff3ct/aff3ct
Add a FIFO flag to enable read retry in binary source.