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,488
09.07.2019 09:52:55
-7,200
8efa6de9e955347f19bce383ad4f75f7ed0f436f
Test dev ppa.
[ { "change_type": "MODIFY", "old_path": "ci/deploy-upload-ppa.sh", "new_path": "ci/deploy-upload-ppa.sh", "diff": "@@ -45,7 +45,7 @@ then\nDPUT_HOST=\"ppa:aff3ct/aff3ct-stable\"\nelif [ \"$GIT_BRANCH\" = \"ppa_upload\" ]\nthen\n- DPUT_HOST=\"ppa:aff3ct/aff3ct\"\n+ DPUT_HOST=\"ppa:aff3ct/aff3ct-dev\"\...
C++
MIT License
aff3ct/aff3ct
Test dev ppa.
8,488
09.07.2019 11:22:32
-7,200
5d3df476005d4a1ad78d72e1bcd796547f8c76a1
Lighten artifacts for ppa_upload deploy stage.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -1247,7 +1247,6 @@ deploy-upload-ppa:\nname: ppa_files\nwhen: always\npaths:\n- - build/Debian/xenial/*.gz\n- build/Debian/xenial/*.xz\n- build/Debian/xenial/*.dsc\n- build/Debian/xenial/*.build\n" }...
C++
MIT License
aff3ct/aff3ct
Lighten artifacts for ppa_upload deploy stage.
8,488
09.07.2019 14:52:55
-7,200
6eebe580c340b23ff73db8f9383baf9a85a0ce09
Fix ppa_upload job to be done only on gitla.com.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -1232,6 +1232,7 @@ deploy-upload-ppa:\n- schedules\ndependencies:\n- documentation-sphinx\n+ allow_failure: true\ntags:\n- linux\n- gcc\n" }, { "change_type": "MODIFY", "old_path": "ci/depl...
C++
MIT License
aff3ct/aff3ct
Fix ppa_upload job to be done only on gitla.com.
8,488
10.07.2019 11:43:17
-7,200
5076c9fc1574363921bb0a584d36eda5c89d3c1e
Disable external strings on ppa build.
[ { "change_type": "MODIFY", "old_path": "cmake/Modules/UploadPPA.cmake", "new_path": "cmake/Modules/UploadPPA.cmake", "diff": "@@ -103,7 +103,7 @@ foreach(DISTRI ${AFF3CT_PPA_DISTRIB})\n\"\\tdh $@ --buildsystem=cmake\\n\"\n\"\\noverride_dh_auto_configure:\\n\"\n\"\\tDESTDIR=\\\"$(CURDIR)\\\" dh_auto_...
C++
MIT License
aff3ct/aff3ct
Disable external strings on ppa build.
8,490
11.07.2019 16:16:38
-7,200
e401e013c5edad71f2e22f373e2c2f8e6017e213
Doc: working on library examples.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/library/library.rst", "new_path": "doc/sphinx/source/user/library/library.rst", "diff": "@@ -15,6 +15,8 @@ calculated from 0.0 dB to 10.0 dB with a 1.0 dB step.\nSimulated communication chain.\n+.. _user_library_bootstrap:\n+\nBootstrap\...
C++
MIT License
aff3ct/aff3ct
Doc: working on library examples.
8,490
31.07.2019 10:41:21
-7,200
d009b8ea725f7f6089492e0822b2f85eafa49d29
Doc: 80 characters per line + precisions.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/library/library.rst", "new_path": "doc/sphinx/source/user/library/library.rst", "diff": "@@ -25,10 +25,10 @@ calculated from 0.0 dB to 10.0 dB with a 1.0 dB step.\nBootstrap\n=========\n-The bootstrap example is the easiest way to start ...
C++
MIT License
aff3ct/aff3ct
Doc: 80 characters per line + precisions.
8,490
31.07.2019 11:26:27
-7,200
d6ceaca760d6f0b14effeb1511c7b01281e1e0d8
Add the library to the README file.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "[![DOI](https://zenodo.org/badge/60615913.svg)](https://zenodo.org/badge/latestdoi/60615913)\n[![License: MIT](https://img.shields.io/github/license/aff3ct/aff3ct.svg)](./LICENSE)\n-**AFF3CT** is a simulator dedica...
C++
MIT License
aff3ct/aff3ct
Add the library to the README file.
8,490
02.08.2019 10:23:33
-7,200
dd10e113a357e2a380f6ee3fbb44851e564aca34
Doc: library typos and fix text.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/library/library.rst", "new_path": "doc/sphinx/source/user/library/library.rst", "diff": "@@ -361,9 +361,9 @@ objects.\n}\n:numref:`lst_tasks_main` shows how the ``Module``, ``Task`` and ``Socket``\n-objects work together. Line ``7``, ``m...
C++
MIT License
aff3ct/aff3ct
Doc: library typos and fix text.
8,490
27.08.2019 13:41:37
-7,200
91414a0d98fa8a0b1906afb239f2e7a67224cbb7
Add a warning message when the G or H matrix look like erroneous.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "diff": "#include \"Tools/Exception/exception.hpp\"\n#include \"Tools/Documentation/documentation.h\"\n#include \"Tools/Arguments/Splitter/Splitt...
C++
MIT License
aff3ct/aff3ct
Add a warning message when the G or H matrix look like erroneous.
8,490
28.08.2019 10:44:21
-7,200
63619518edf20642e3f33f97b410c506031383bf
Remove the automatic swap of M, N and K in the alist G and H matrices.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "diff": "@@ -146,15 +146,6 @@ void Decoder_LDPC::parameters\n{\nint M;\ntools::LDPC_matrix_handler::read_matrix_size(this->H_path, M, this->N_cw)...
C++
MIT License
aff3ct/aff3ct
Remove the automatic swap of M, N and K in the alist G and H matrices.
8,490
28.08.2019 11:50:50
-7,200
01cf9a1127a90f517eb47ac8d78d1d79b2914a10
CI: remove fake dependencies.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -82,8 +82,7 @@ build-linux-gcc-nointr:\nGIT_SUBMODULE_STRATEGY: recursive\nexcept:\n- schedules\n- dependencies:\n- - documentation-sphinx\n+ dependencies: []\ntags:\n- linux\n- gcc\n@@ -109,8 +108,7 @...
C++
MIT License
aff3ct/aff3ct
CI: remove fake dependencies.
8,490
03.09.2019 11:43:20
-7,200
f661300bf9acc77620bbc7da614612151a535c59
Add an exception when the path to the polar best channels is wrong.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator.cpp", "new_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator.cpp", "diff": "@@ -124,6 +124,13 @@ void Frozenbits_generator\nstd::ofstream file(dump_channels_full_path);\n+ if (...
C++
MIT License
aff3ct/aff3ct
Add an exception when the path to the polar best channels is wrong.
8,490
05.09.2019 10:48:49
-7,200
c3adfa9b7d59f70b6072fcb8d29f0410f4670835
Fix compilation error in 8-bit mode.
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/BPSK/Modem_BPSK.cpp", "new_path": "src/Module/Modem/BPSK/Modem_BPSK.cpp", "diff": "@@ -32,34 +32,6 @@ void Modem_BPSK<B,R,Q>\ntwo_on_square_sigma = (R)2.0 / (this->n->get_noise() * this->n->get_noise());\n}\n-template <typename B, typename R, ...
C++
MIT License
aff3ct/aff3ct
Fix compilation error in 8-bit mode.
8,490
05.09.2019 10:59:16
-7,200
c446c6f07ee667c491310f2a9f2d531dc7e92050
Move non-module CPM classes from 'module' to 'tools' namespace.
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/CPM/Modem_CPM.hpp", "new_path": "src/Module/Modem/CPM/Modem_CPM.hpp", "diff": "#include <vector>\n#include \"Tools/Math/max.h\"\n+#include \"Tools/Code/CPM/CPM_parameters.hpp\"\n+#include \"Tools/Code/CPM/CPE/Encoder_CPE_Rimoldi.hpp\"\n+#inclu...
C++
MIT License
aff3ct/aff3ct
Move non-module CPM classes from 'module' to 'tools' namespace.
8,488
06.09.2019 10:12:52
-7,200
0692819effbc2611c79244828cb287d0a39c1f8e
Modify debian packages names, add libaff3ct.
[ { "change_type": "MODIFY", "old_path": "cmake/Modules/UploadPPA.cmake", "new_path": "cmake/Modules/UploadPPA.cmake", "diff": "@@ -59,31 +59,39 @@ foreach(DISTRI ${AFF3CT_PPA_DISTRIB})\n\"Standards-Version: 3.9.7\\n\"\n\"Homepage: ${CPACK_DEBIAN_PACKAGE_HOMEPAGE}\\n\"\n\"\\n\"\n- \"Package: ${CPACK_D...
C++
MIT License
aff3ct/aff3ct
Modify debian packages names, add libaff3ct.
8,488
11.09.2019 10:10:32
-7,200
47f62d20ae40e9ed602112df1ba26f85fd1103f6
Update doc with new package names.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/installation/installation/installation.rst", "new_path": "doc/sphinx/source/user/installation/installation/installation.rst", "diff": "@@ -85,11 +85,16 @@ Update package list and install:\n.. code-block:: bash\nsudo apt-get update\n- sud...
C++
MIT License
aff3ct/aff3ct
Update doc with new package names.
8,490
12.09.2019 16:34:17
-7,200
f02018bee63eb5a3bca9c42b5dccbcdceb389b84
Clean headers includes (aff3ct::launcher).
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Code/BCH/BCH.hpp", "new_path": "src/Launcher/Code/BCH/BCH.hpp", "diff": "#ifndef LAUNCHER_BCH_HPP_\n#define LAUNCHER_BCH_HPP_\n+#include <iostream>\n+\n#include \"Factory/Module/Codec/BCH/Codec_BCH.hpp\"\nnamespace aff3ct\n" }, { "change_t...
C++
MIT License
aff3ct/aff3ct
Clean headers includes (aff3ct::launcher).
8,490
12.09.2019 17:19:48
-7,200
cdc18e4f5c42b10d62fc96ab1154d6686cfb0ae4
Clean headers includes (aff3ct::simulation).
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.cpp", "new_path": "src/Simulation/BFER/BFER.cpp", "diff": "#include \"Tools/Display/rang_format/rang_format.h\"\n#include \"Tools/Display/Statistics/Statistics.hpp\"\n#include \"Tools/Exception/exception.hpp\"\n-\n+#include \"Tools/Dis...
C++
MIT License
aff3ct/aff3ct
Clean headers includes (aff3ct::simulation).
8,490
19.09.2019 10:30:56
-7,200
6224de269cc7792fcc980ab7baf35cf19da9086a
Put 'version()' in 'aff3ct::tools' namespace + clean main.cpp headers.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Launcher/Launcher.cpp", "new_path": "src/Factory/Launcher/Launcher.cpp", "diff": "@@ -230,8 +230,8 @@ void factory::Launcher::parameters\ndate << std::chrono::system_clock::now();\nauto split_date = tools::split(date.str(), '.');\nparams_headers[p]...
C++
MIT License
aff3ct/aff3ct
Put 'version()' in 'aff3ct::tools' namespace + clean main.cpp headers.
8,490
19.09.2019 14:14:41
-7,200
6cc383fa7f88089d997a9d0a7d8f107e775a1ecc
Move C++11 enumerate converter from 'Module' to 'SC_Module'.
[ { "change_type": "MODIFY", "old_path": "src/Module/Module.hpp", "new_path": "src/Module/Module.hpp", "diff": "#include \"Module/SC_Module.hpp\"\n#endif\n-// convert strongly typed enum to integer\n-template <typename E>\n-constexpr typename std::underlying_type<E>::type operator+(E e) noexcept {\n- ...
C++
MIT License
aff3ct/aff3ct
Move C++11 enumerate converter from 'Module' to 'SC_Module'.
8,490
23.09.2019 10:36:17
-7,200
bc42b1f990453586c846a2aa1fc7cc323d672fe8
Add a custom name to the abstract 'Module' class + cosmetics.
[ { "change_type": "MODIFY", "old_path": "src/Module/Module.cpp", "new_path": "src/Module/Module.cpp", "diff": "using namespace aff3ct;\nusing namespace aff3ct::module;\n-Module::\n-Module(const int n_frames)\n+Module\n+::Module(const int n_frames)\n: n_frames(n_frames), name(\"Module\"), short_name(\...
C++
MIT License
aff3ct/aff3ct
Add a custom name to the abstract 'Module' class + cosmetics.
8,490
23.09.2019 11:34:41
-7,200
70a2faf3fb84ead5a75304160b526ebb02600145
Fix link issues due to missing 'inline' keywords.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Histogram.hpp", "new_path": "src/Tools/Algo/Histogram.hpp", "diff": "@@ -28,11 +28,11 @@ public:\n/*\n* @precision the number of decimal took into account in the given values\n*/\n- explicit Histogram(unsigned precision = 3);\n+ inline explicit ...
C++
MIT License
aff3ct/aff3ct
Fix link issues due to missing 'inline' keywords.
8,490
24.09.2019 10:05:54
-7,200
1ceddfc874f38317e83592b506b1fe78dffe44b4
Remove the outdated completion script.
[ { "change_type": "DELETE", "old_path": "scripts/aff3ct_completion.sh", "new_path": null, "diff": "-# aff3ct completion -*- shell-script -*-\n-\n-_aff3ct() {\n- local cur prev opts codetype simutype\n- COMPREPLY=()\n- cur=\"${COMP_WORDS[COMP_CWORD]}\"\n- prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n-\n- # d...
C++
MIT License
aff3ct/aff3ct
Remove the outdated completion script.
8,490
26.09.2019 14:07:24
-7,200
ff2d1e71c3ba01463eaa86424759bda221b756fa
CI: add include directories to SonarQube + add clang static analyses.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -28,6 +28,34 @@ analysis-cppcheck:\nscript:\n- ./ci/analysis-cppcheck.sh\n+analysis-clang:\n+ stage: analysis\n+ variables:\n+ GIT_SUBMODULE_STRATEGY: recursive\n+ except:\n+ - schedules\n+ artifacts:\...
C++
MIT License
aff3ct/aff3ct
CI: add include directories to SonarQube + add clang static analyses.
8,490
10.10.2019 16:40:55
-7,200
bc4c88d87f1c4eadab8403c3e428b237da81b8c1
Simplify the interleavers usage.
[ { "change_type": "MODIFY", "old_path": "src/Module/Interleaver/Interleaver.hxx", "new_path": "src/Module/Interleaver/Interleaver.hxx", "diff": "@@ -168,12 +168,6 @@ _interleave(const D *in_vec, D *out_vec,\nconst int n_frames,\nconst int frame_id) const\n{\n- if (!core.is_initialized())\n- {\n- std:...
C++
MIT License
aff3ct/aff3ct
Simplify the interleavers usage.
8,490
10.10.2019 17:24:50
-7,200
6fd2dafab1052aaf3ec48114c605f3f3f260f610
Make 'init' method protected in the 'Interleaver_core' class.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Interleaver/Interleaver_core.hpp", "new_path": "src/Tools/Interleaver/Interleaver_core.hpp", "diff": "@@ -44,15 +44,15 @@ public:\nbool is_uniform() const;\n- bool is_initialized() const;\n-\nstd::string get_name() const;\n- void init();\n-\nvoid ref...
C++
MIT License
aff3ct/aff3ct
Make 'init' method protected in the 'Interleaver_core' class.
8,490
15.10.2019 11:45:43
-7,200
9ad9205efd72472cbf1d9ae4812da79d2d5ad659
Add the 'cli' objects directly in the AFF3CT binaries.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -180,6 +180,22 @@ endfunction(assign_source_group)\nassign_source_group(${source_files})\n+# ------------------------------------------------------------------------------------------------------------...
C++
MIT License
aff3ct/aff3ct
Add the 'cli' objects directly in the AFF3CT binaries.
8,490
15.10.2019 11:58:44
-7,200
c73be087e37dc9d4e98352d471eff92345bbf3a4
Put 'dirent.h' as private header.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -351,6 +351,21 @@ macro(aff3ct_target_include_directories privacy dir_build dir_install)\nendif()\nendmacro()\n+macro(aff3ct_target_include_directories2 privacy dir)\n+ if(AFF3CT_COMPILE_OBJ)\n+ target...
C++
MIT License
aff3ct/aff3ct
Put 'dirent.h' as private header.
8,490
15.10.2019 14:10:06
-7,200
28ffd42c7044f10a533f9c75929cd3efda0c5a96
Fix MSVC CMake error.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -374,7 +374,7 @@ aff3ct_target_include_directories(PUBLIC \"lib/cli/src\" \"cli\")\n# MSVC dirent.h\nif(MSVC)\n- aff3ct_target_include_directories2(PRIVATE \"lib/MSVC/include\")\n+ aff3ct_target_includ...
C++
MIT License
aff3ct/aff3ct
Fix MSVC CMake error.
8,490
16.10.2019 15:21:05
-7,200
5709d2b206331b5b46767203dcc21d4102104335
Put headers from 'src' in private.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -367,7 +367,7 @@ macro(aff3ct_target_include_directories2 privacy dir)\nendmacro()\n# AFF3CT headers\n-aff3ct_target_include_directories(PUBLIC \"src\" \"aff3ct\")\n+aff3ct_target_include_directories(P...
C++
MIT License
aff3ct/aff3ct
Put headers from 'src' in private.
8,490
16.10.2019 16:10:30
-7,200
9917896dfa5ddccdfa48f1330a051a60944b1569
Put SystemC tools in public headers.
[ { "change_type": "RENAME", "old_path": "src/Tools/SystemC/SC_Debug.hpp", "new_path": "include/Tools/SystemC/SC_Debug.hpp", "diff": "" }, { "change_type": "RENAME", "old_path": "src/Tools/SystemC/SC_Debug.hxx", "new_path": "include/Tools/SystemC/SC_Debug.hxx", "diff": "" }, { ...
C++
MIT License
aff3ct/aff3ct
Put SystemC tools in public headers.
8,490
20.10.2019 13:36:49
-7,200
cbd4f86aaa00816aba639aa414c6cac83e19fc63
Mv 'Monitor_reduction' in tools.
[ { "change_type": "RENAME", "old_path": "include/Module/Monitor/Monitor_reduction.hpp", "new_path": "include/Tools/Monitor/Monitor_reduction.hpp", "diff": "namespace aff3ct\n{\n-namespace module\n+namespace tools\n{\nclass Monitor_reduction\n@@ -120,7 +120,7 @@ private:\ntemplate <class M> // M is th...
C++
MIT License
aff3ct/aff3ct
Mv 'Monitor_reduction' in tools.
8,490
21.10.2019 11:13:11
-7,200
b9f36ff451f4efb43cb4b63fcf936ac171ac3f40
Doc: ignore `friend` keyword in Doxygen.
[ { "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": "@@ -34,8 +34,10 @@ template <typename B = int, typename R = float,\ntools::xo_STD<B >>>\nclass Decoder_polar_S...
C++
MIT License
aff3ct/aff3ct
Doc: ignore `friend` keyword in Doxygen.
8,490
21.10.2019 11:39:40
-7,200
22cc054dcca0eeb96904a60ed1233221adede01a
Fix paths to the doc.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -94,13 +94,15 @@ documentation-sphinx:\nname: documentation-sphinx\nwhen: always\npaths:\n- - doc/sphinx/build/html\n- - doc/sphinx/build/latex\n+ - doc/build/html\n+ - doc/build/latex\n+ - doc/build/d...
C++
MIT License
aff3ct/aff3ct
Fix paths to the doc.
8,490
21.10.2019 11:44:30
-7,200
9f685f1818ee304705c28fe60fdc93fdaab56778
CI: fix missing doc in the builds.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -138,7 +138,8 @@ build-linux-gcc-x64-sse4.2:\nGIT_SUBMODULE_STRATEGY: recursive\nexcept:\n- schedules\n- dependencies: []\n+ dependencies:\n+ - documentation-sphinx\ntags:\n- linux\n- gcc\n@@ -163,7 +1...
C++
MIT License
aff3ct/aff3ct
CI: fix missing doc in the builds.
8,490
21.10.2019 15:54:03
-7,200
fd3eb239e041774a17f04b42ccc7f7d69f26d970
CI: automatically update the Python modules with pip for the doc. gen.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -97,10 +97,11 @@ documentation-sphinx:\n- doc/sphinx/build/html\n- doc/sphinx/build/latex\ntags:\n- - sphinx\n- latex\n+ - pip3\nscript:\n- cd doc/sphinx\n+ - pip3 install --user -r requirements.txt\n-...
C++
MIT License
aff3ct/aff3ct
CI: automatically update the Python modules with pip for the doc. gen.
8,490
21.10.2019 14:02:27
-7,200
108d3888b75ba0dff6af3086467d8ac4af7d53f4
CI: reduce the compilation time of the documentation in LaTeX.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -86,25 +86,25 @@ analysis-git-submodules:\n- source ./ci/tools/git-branch.sh\n- ./ci/analysis-git-submodule.sh\n-documentation-sphinx:\n+analysis-documentation:\nstage: analysis\nexcept:\n- schedules\n...
C++
MIT License
aff3ct/aff3ct
CI: reduce the compilation time of the documentation in LaTeX.
8,490
21.10.2019 16:17:25
-7,200
e691a027a34bad395470179fe06b376582a1c3c1
CI: fix missing doc. in the builds.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -137,7 +137,8 @@ build-linux-gcc-x64-sse4.2:\nGIT_SUBMODULE_STRATEGY: recursive\nexcept:\n- schedules\n- dependencies: []\n+ dependencies:\n+ - documentation-sphinx\ntags:\n- linux\n- gcc\n@@ -162,7 +1...
C++
MIT License
aff3ct/aff3ct
CI: fix missing doc. in the builds.
8,490
21.10.2019 16:43:30
-7,200
90e14f109849168fdaab3ee1300c87635d3bfd05
Doc: update the OpenMP library example.
[ { "change_type": "MODIFY", "old_path": "doc/source/user/library/examples.rst", "new_path": "doc/source/user/library/examples.rst", "diff": "@@ -864,7 +864,7 @@ each threads gets its own local ``m``.\nstd::vector<std::unique_ptr<tools::Reporter>> reporters; // list of reporters displayed in the termi...
C++
MIT License
aff3ct/aff3ct
Doc: update the OpenMP library example.
8,490
22.10.2019 23:19:24
-7,200
85e34229eab4117d40d9de306fe8a80d694ee7de
Throw exceptions to avoid segmentation faults in 'operator[]' functions.
[ { "change_type": "MODIFY", "old_path": "include/Module/Task.hxx", "new_path": "include/Module/Task.hxx", "diff": "#include <algorithm>\n+#include <sstream>\n+#include \"Tools/Exception/exception.hpp\"\n#include \"Module/Task.hpp\"\nnamespace aff3ct\n@@ -69,6 +71,20 @@ uint32_t Task\nSocket& Task\n::...
C++
MIT License
aff3ct/aff3ct
Throw exceptions to avoid segmentation faults in 'operator[]' functions.
8,490
23.10.2019 14:13:26
-7,200
15e11cd2c4f7c5906adb976a17f4bbadaf9bb2cc
Add a 'size' method to get the number of elements in a matrix.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Matrix/Matrix.hpp", "new_path": "src/Tools/Algo/Matrix/Matrix.hpp", "diff": "@@ -40,6 +40,8 @@ public:\ninline size_t get_n_cols() const;\n+ inline size_t size() const;\n+\ninline size_t get_rows_max_degree() const;\ninline size_t get_cols_max_d...
C++
MIT License
aff3ct/aff3ct
Add a 'size' method to get the number of elements in a matrix.
8,490
23.10.2019 14:13:39
-7,200
c2c49e75d59b5c1dd5eeafd5eddf2438fcb03103
Add getters in the LDPC codec to access 'G', 'H' and 'info_bits_pos'.
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp", "diff": "@@ -153,6 +153,55 @@ Codec_LDPC<B,Q>\n}\n}\n+template <typename B, typename Q>\n+const tools::Sparse_matrix& Codec_LDPC<B,Q>\n+::get_H() const\n+{\n+ if (this->...
C++
MIT License
aff3ct/aff3ct
Add getters in the LDPC codec to access 'G', 'H' and 'info_bits_pos'.
8,490
23.10.2019 15:12:19
-7,200
12105e4a0032fc9a33cab424c4465203cc956c2a
Add getters in the codecs.
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/BCH/Codec_BCH.cpp", "new_path": "src/Module/Codec/BCH/Codec_BCH.cpp", "diff": "@@ -71,6 +71,13 @@ Codec_BCH<B,Q>\nthis->set_decoder_siho_hiho(factory::Decoder_BCH::build_hiho<B,Q>(dec_params, GF_poly, this->get_encoder()));\n}\n+template <type...
C++
MIT License
aff3ct/aff3ct
Add getters in the codecs.
8,490
24.10.2019 19:17:07
-7,200
44e81996ac8778c060f552a34d7d0380696eb5c9
Fix GalA decoder for parity matrices with variable nodes of degree 1.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Flooding/Gallager/Decoder_LDPC_BP_flooding_Gallager_A.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Flooding/Gallager/Decoder_LDPC_BP_flooding_Gallager_A.cpp", "diff": "@@ -170,21 +170,22 @@ void Decoder_LDPC_BP_flooding_Gallager_A<B...
C++
MIT License
aff3ct/aff3ct
Fix GalA decoder for parity matrices with variable nodes of degree 1.
8,490
25.10.2019 13:23:26
-7,200
ca76357161f3470ddaf1bb81beeaa70f7ace1b84
Optimize a little bit the Gallager A decoder.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Flooding/Gallager/Decoder_LDPC_BP_flooding_Gallager_A.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Flooding/Gallager/Decoder_LDPC_BP_flooding_Gallager_A.cpp", "diff": "#include <string>\n#include <sstream>\n+#include <numeric>\n#inc...
C++
MIT License
aff3ct/aff3ct
Optimize a little bit the Gallager A decoder.
8,490
25.10.2019 13:24:49
-7,200
626f792ed2f8a6e611f35971c75a9dbda1f908f6
Fix the Gallager B majority vote & inherit from Gallager A class.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Flooding/Gallager/Decoder_LDPC_BP_flooding_Gallager_B.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Flooding/Gallager/Decoder_LDPC_BP_flooding_Gallager_B.cpp", "diff": "#include <algorithm>\n#include <numeric>\n-#include <sstream>\n#...
C++
MIT License
aff3ct/aff3ct
Fix the Gallager B majority vote & inherit from Gallager A class.
8,490
25.10.2019 14:33:32
-7,200
999d32b0758cab3ff5954cea79ca965004280683
Speedup Gallager E (~x2) & factorize code with Gallager A.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Flooding/Gallager/Decoder_LDPC_BP_flooding_Gallager_A.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Flooding/Gallager/Decoder_LDPC_BP_flooding_Gallager_A.cpp", "diff": "@@ -13,11 +13,12 @@ using namespace aff3ct::module;\ntemplate <t...
C++
MIT License
aff3ct/aff3ct
Speedup Gallager E (~x2) & factorize code with Gallager A.
8,490
26.10.2019 12:02:37
-7,200
49085b34f46b16949e57dbda5690adfef294aa2f
Change the versions to work with Read the doc.
[ { "change_type": "MODIFY", "old_path": "doc/requirements.txt", "new_path": "doc/requirements.txt", "diff": "-Sphinx==2.0\n+#Sphinx==2.0\n+#sphinx-rtd-theme==0.4.3\n+#sphinxcontrib-bibtex==1.0.0\n+#sphinxcontrib-websupport==1.1.0\n+#sphinxcontrib-svg2pdfconverter==0.1.0\n+#breathe==4.13.0\n+#m2r==0.2...
C++
MIT License
aff3ct/aff3ct
Change the versions to work with Read the doc.
8,490
27.10.2019 12:17:19
-3,600
08edc0a506cb1aad33647ee1bea464036ed2c9d4
Try to start doxygen manually on RTD.
[ { "change_type": "MODIFY", "old_path": "doc/source/conf.py", "new_path": "doc/source/conf.py", "diff": "@@ -90,58 +90,19 @@ numfig = True\n# The name of the Pygments (syntax highlighting) style to use.\npygments_style = None\n-# -- Configure Breathe (Developer doc from Doxygen XML files) -----------...
C++
MIT License
aff3ct/aff3ct
Try to start doxygen manually on RTD.
8,490
27.10.2019 12:21:17
-3,600
9ee31b545c5cba1bcc87c1f91f32c5600e8a114a
Create the 'build/doxygen' folder.
[ { "change_type": "MODIFY", "old_path": "doc/source/conf.py", "new_path": "doc/source/conf.py", "diff": "@@ -392,7 +392,7 @@ if buildername != \"latex\":\n# If we are on a Readthedocs server\nif read_the_docs_build:\n# Generate the Doxygen XML files\n- subprocess.call('cd source; doxygen Doxyfile', s...
C++
MIT License
aff3ct/aff3ct
Create the 'build/doxygen' folder.
8,490
27.10.2019 12:23:51
-3,600
318fa2ce22c73f337dbb50e8c165ea6829c54ecf
Try to fix prev. commit.
[ { "change_type": "MODIFY", "old_path": "doc/source/conf.py", "new_path": "doc/source/conf.py", "diff": "@@ -392,7 +392,7 @@ if buildername != \"latex\":\n# If we are on a Readthedocs server\nif read_the_docs_build:\n# Generate the Doxygen XML files\n- subprocess.call('mkdir build/doxygen/; cd source...
C++
MIT License
aff3ct/aff3ct
Try to fix prev. commit.
8,490
27.10.2019 12:47:26
-3,600
3a786dffbef1da7c32a867748a2b3581077ba2a4
Add the RTD conf. file.
[ { "change_type": "ADD", "old_path": null, "new_path": ".readthedocs.yml", "diff": "+# .readthedocs.yml\n+# Read the Docs configuration file\n+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details\n+\n+# Required\n+version: 2\n+\n+# Build documentation in the doc/ directory with...
C++
MIT License
aff3ct/aff3ct
Add the RTD conf. file.
8,488
29.10.2019 13:51:53
0
28c3faa0364dd894fd442a55de2595979ed13a99
Add Source_User_Binary.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Source/Source.cpp", "new_path": "src/Factory/Module/Source/Source.cpp", "diff": "#include \"Module/Source/Random/Source_random.hpp\"\n#include \"Module/Source/Random/Source_random_fast.hpp\"\n#include \"Module/Source/User/Source_user.hpp\"\n...
C++
MIT License
aff3ct/aff3ct
Add Source_User_Binary.
8,490
29.10.2019 11:48:55
-3,600
607479d2ec72a24cb2185b93beda6e82053d211b
Doc: disable library API on RTD.
[ { "change_type": "MODIFY", "old_path": "doc/requirements.txt", "new_path": "doc/requirements.txt", "diff": "-#Sphinx==2.0\n-#sphinx-rtd-theme==0.4.3\n-#sphinxcontrib-bibtex==1.0.0\n-#sphinxcontrib-websupport==1.1.0\n-#sphinxcontrib-svg2pdfconverter==0.1.0\n-#breathe==4.13.0\n-#m2r==0.2.1\n-#docutils...
C++
MIT License
aff3ct/aff3ct
Doc: disable library API on RTD.
8,490
29.10.2019 13:36:46
-3,600
20b7fbd30a4ed362dd53f0f69bf2fb7976276aca
Doc: put back readme and contributing section from markdown.
[ { "change_type": "MODIFY", "old_path": "doc/source/index.rst", "new_path": "doc/source/index.rst", "diff": "@@ -18,6 +18,8 @@ AFF3CT Documentation\n:maxdepth: 1\n:numbered:\n+ others/readme/readme\n+ others/contributing/contributing\nothers/license/license\n.. Indices and tables\n" }, { "cha...
C++
MIT License
aff3ct/aff3ct
Doc: put back readme and contributing section from markdown.
8,490
29.10.2019 16:00:31
-3,600
96427b06ca50ef881bedcbc76c4fb15c3f81fd39
Doc: update the factory library example accordingly to the code.
[ { "change_type": "MODIFY", "old_path": "doc/source/user/library/examples.rst", "new_path": "doc/source/user/library/examples.rst", "diff": "@@ -567,28 +567,28 @@ The ``main`` function in :numref:`lst_factory_main` is almost unchanged from the\nfloat ebn0_step = 1.00f; // SNR step\nfloat R; // code r...
C++
MIT License
aff3ct/aff3ct
Doc: update the factory library example accordingly to the code.
8,488
29.10.2019 18:33:09
0
93198d4b7cd7e8f481a4a7243caef9affd5cddad
Fix Source_user_binary.
[ { "change_type": "MODIFY", "old_path": "src/Module/Source/User/Source_user_binary.cpp", "new_path": "src/Module/Source/User/Source_user_binary.cpp", "diff": "@@ -24,27 +24,24 @@ Source_user_binary<B>\nif (file.is_open())\n{\nauto size = file.tellg();\n- auto n_src = size / K;\n- std::vector<char> pa...
C++
MIT License
aff3ct/aff3ct
Fix Source_user_binary.
8,490
30.10.2019 13:09:17
-3,600
406e38fe9c00e79af8fa7eb6f51ef92c412ec4f6
Mv '#ifdef __cpp_aligned_new'.
[ { "change_type": "MODIFY", "old_path": "include/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding_inter.hpp", "new_path": "include/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding_inter.hpp", "diff": "* \\brief Class module::Decoder_LDPC_BP_flooding_inter.\n*/\n#ifndef DECODER_LDPC_BP...
C++
MIT License
aff3ct/aff3ct
Mv '#ifdef __cpp_aligned_new'.
8,490
30.10.2019 13:09:48
-3,600
089aaa2af0abc73de95e961aad78f56f7b4b76a2
Skip 'AFF3CT_32BIT_PREC' definition in Doxygen.
[ { "change_type": "MODIFY", "old_path": "include/Tools/types.h", "new_path": "include/Tools/types.h", "diff": "@@ -42,10 +42,12 @@ using Q_64 = double;\nusing B = B_32;\nusing R = R_32;\nusing Q = Q_32;\n+#ifndef DOXYGEN_SHOULD_SKIP_THIS\n#ifndef AFF3CT_32BIT_PREC\n#define AFF3CT_32BIT_PREC\n#endif\n...
C++
MIT License
aff3ct/aff3ct
Skip 'AFF3CT_32BIT_PREC' definition in Doxygen.
8,488
30.10.2019 14:22:33
0
eec95f2d7bf3e1526b0cfaafb9ac666630838960
Modify Source_user_binary to capture bits on the fly.
[ { "change_type": "MODIFY", "old_path": "src/Module/Source/User/Source_user_binary.cpp", "new_path": "src/Module/Source/User/Source_user_binary.cpp", "diff": "-#include <fstream>\n-#include <sstream>\n-\n#include \"Tools/Algo/Bit_packer.hpp\"\n#include \"Tools/Exception/exception.hpp\"\n#include \"Mo...
C++
MIT License
aff3ct/aff3ct
Modify Source_user_binary to capture bits on the fly.
8,488
30.10.2019 16:01:21
0
daf68d868fadb4b126b7d19cda6aa3787c54f5a7
Add binary source in factory, doc and tests.
[ { "change_type": "MODIFY", "old_path": "conf", "new_path": "conf", "diff": "-Subproject commit ccc3111fba49e48fca67a19caf347148e1139ddf\n+Subproject commit 0e5fcc041a9b6ba0e0e942e307fe34fcc399f942\n" }, { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/...
C++
MIT License
aff3ct/aff3ct
Add binary source in factory, doc and tests.
8,490
30.10.2019 23:08:04
-3,600
cf673563ad84f5ced1b3f5bd7125eafb480e6147
Fix performance issue in 'Task' 'operator[]'.
[ { "change_type": "MODIFY", "old_path": "include/Module/Task.hxx", "new_path": "include/Module/Task.hxx", "diff": "#include <algorithm>\n#include <sstream>\n+#include <cassert>\n-#include \"Tools/Exception/exception.hpp\"\n#include \"Module/Task.hpp\"\nnamespace aff3ct\n@@ -71,19 +71,8 @@ uint32_t Ta...
C++
MIT License
aff3ct/aff3ct
Fix performance issue in 'Task' 'operator[]'.
8,490
31.10.2019 10:48:40
-3,600
0e64db80f4725e36069707f535b34bf64a33a812
Enable inlining of the 'Module' 'operator[]' method.
[ { "change_type": "MODIFY", "old_path": "include/Module/Module.hpp", "new_path": "include/Module/Module.hpp", "diff": "@@ -74,7 +74,7 @@ public:\nvoid remove_custom_name();\n- Task& operator[](const int id);\n+ inline Task& operator[](const size_t id);\nprotected:\nvoid set_name(const std::string &na...
C++
MIT License
aff3ct/aff3ct
Enable inlining of the 'Module' 'operator[]' method.
8,490
31.10.2019 10:49:55
-3,600
7d3392e130697abc5fb3d4578c04fe80819c0497
Add an inline 'exec_fast' method in the 'Task' class.
[ { "change_type": "MODIFY", "old_path": "include/Module/Task.hpp", "new_path": "include/Module/Task.hpp", "diff": "@@ -110,6 +110,8 @@ public:\nconst std::vector<std::chrono::nanoseconds>& get_timers_min () const;\nconst std::vector<std::chrono::nanoseconds>& get_timers_max () const;\n+ inline int ex...
C++
MIT License
aff3ct/aff3ct
Add an inline 'exec_fast' method in the 'Task' class.
8,486
31.10.2019 12:24:52
-3,600
a6fc26369c50aebe4925aecdcae28682fdffbe41
Add Task Clone with pointers
[ { "change_type": "MODIFY", "old_path": "include/Module/Task.hpp", "new_path": "include/Module/Task.hpp", "diff": "@@ -118,6 +118,7 @@ public:\ninline void update_timer(const size_t id, const std::chrono::nanoseconds &duration);\n+ Task* clone() const;\nprotected:\nvoid register_timer(const std::stri...
C++
MIT License
aff3ct/aff3ct
Add Task Clone with pointers
8,488
31.10.2019 14:01:40
-3,600
9976b0b96f3c4940e7d61020538c23767acf8fb6
Modify test-regression script to make it possible to override it in ref files.
[ { "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
Modify test-regression script to make it possible to override it in ref files.
8,490
31.10.2019 14:45:32
-3,600
0dae655573025993a5a3ef4d7d5d9be87bb510a4
Fix the 'Task' 'clone' method.
[ { "change_type": "MODIFY", "old_path": "src/Module/Task.cpp", "new_path": "src/Module/Task.cpp", "diff": "@@ -527,32 +527,34 @@ Task* Task\nt->last_input_socket = nullptr;\nsize_t out_buffers_counter = 0;\n- int sckt_nbr = this->sockets.size();\n- for (int i=0; i<sckt_nbr ; i++)\n+ for (auto s : thi...
C++
MIT License
aff3ct/aff3ct
Fix the 'Task' 'clone' method.
8,488
31.10.2019 14:56:04
-3,600
481cf9312b34fca571a2eac81215290c3ebf8e2f
Add rang_format.h as public header.
[ { "change_type": "RENAME", "old_path": "src/Tools/Display/rang_format/rang_format.h", "new_path": "include/Tools/Display/rang_format/rang_format.h", "diff": "+/*!\n+ * \\file\n+ * \\brief Functions for overloading rang.\n+ */\n#ifndef RANG_FORMAT_H_\n#define RANG_FORMAT_H_\n" }, { "change_ty...
C++
MIT License
aff3ct/aff3ct
Add rang_format.h as public header.
8,490
01.11.2019 13:34:00
-3,600
7a9dddf1b2b89f27e5c4c50feb29f81785ee33ef
Simplify the threads management.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Iterative/Threads/BFER_ite_threads.cpp", "new_path": "src/Simulation/BFER/Iterative/Threads/BFER_ite_threads.cpp", "diff": "@@ -35,10 +35,10 @@ void BFER_ite_threads<B,R,Q>\nstd::vector<std::thread> threads(this->params_BFER_ite.n_threads -...
C++
MIT License
aff3ct/aff3ct
Simplify the threads management.
8,490
01.11.2019 21:35:30
-3,600
2052f0d4a6d5f4420d211579b2758d285d4cbdb5
Return refs in 'Socket' getters.
[ { "change_type": "MODIFY", "old_path": "include/Module/Socket.hpp", "new_path": "include/Module/Socket.hpp", "diff": "@@ -35,9 +35,9 @@ public:\ninline Socket(Task &task, const std::string &name, const std::type_index datatype, const size_t databytes,\nconst bool fast = false, void *dataptr = nullpt...
C++
MIT License
aff3ct/aff3ct
Return refs in 'Socket' getters.
8,490
04.11.2019 15:50:58
-3,600
d111e0052979ad3b55e3b837390abf3d7785919e
Create a 'exec_chain' method on 'Task'.
[ { "change_type": "MODIFY", "old_path": "include/Module/Socket.hpp", "new_path": "include/Module/Socket.hpp", "diff": "@@ -30,6 +30,7 @@ protected:\nconst size_t databytes;\nbool fast;\nvoid* dataptr;\n+ std::vector<Socket*> bound_sockets;\npublic:\ninline Socket(Task &task, const std::string &name, ...
C++
MIT License
aff3ct/aff3ct
Create a 'exec_chain' method on 'Task'.
8,490
04.11.2019 18:19:34
-3,600
fe54307640956d533bc4d2cc2927f0d02d84e103
Working on chain.
[ { "change_type": "MODIFY", "old_path": "src/Module/Task.cpp", "new_path": "src/Module/Task.cpp", "diff": "@@ -374,7 +374,7 @@ void Task\nthis->build_tasks_chain(tasks_chain);\nstd::vector<int> statuses(tasks_chain.size(), 0);\n- std::vector<std::vector<Task*>> tasks_chains;\n+ std::vector<std::vecto...
C++
MIT License
aff3ct/aff3ct
Working on chain.
8,490
04.11.2019 20:57:59
-3,600
ec272338f93d01340d067f993a974b1ce2c0444d
Fix chain duplication.
[ { "change_type": "MODIFY", "old_path": "src/Module/Task.cpp", "new_path": "src/Module/Task.cpp", "diff": "@@ -386,7 +386,7 @@ void Task\nfor (auto &c : tasks_chains)\nfor (auto &ta : c)\n- delete[] ta;\n+ delete ta;\n}\nvoid Task\n@@ -455,19 +455,9 @@ void Task\n}\nstd::function<int(const Task&)> ge...
C++
MIT License
aff3ct/aff3ct
Fix chain duplication.
8,490
04.11.2019 22:56:36
-3,600
79cc43d49240d57785df1727a1f0d7c9ab3e6139
Add the 'Chain' class.
[ { "change_type": "ADD", "old_path": null, "new_path": "include/Module/Chain.hpp", "diff": "+/*!\n+ * \\file\n+ * \\brief Class module::Chain.\n+ */\n+#ifndef CHAIN_HPP_\n+#define CHAIN_HPP_\n+\n+#include <functional>\n+#include <vector>\n+\n+namespace aff3ct\n+{\n+namespace module\n+{\n+class Task;\...
C++
MIT License
aff3ct/aff3ct
Add the 'Chain' class.
8,490
05.11.2019 08:49:37
-3,600
85dd33573404f5415726cf617e760a67c376cc7b
Working on 'Modules' 'clone' method.
[ { "change_type": "MODIFY", "old_path": "include/Module/Module.hpp", "new_path": "include/Module/Module.hpp", "diff": "@@ -52,6 +52,8 @@ public:\n*/\nexplicit Module(const int n_frames = 1);\n+ virtual Module* clone() const;\n+\n/*!\n* \\brief Destructor.\n*/\n" }, { "change_type": "MODIFY", ...
C++
MIT License
aff3ct/aff3ct
Working on 'Modules' 'clone' method.
8,490
05.11.2019 17:32:17
-3,600
07f5ef08065bc3d9a2caff2dec5580bb40fb7157
Fix compilation error with SystemC.
[ { "change_type": "MODIFY", "old_path": "include/Module/Module.hpp", "new_path": "include/Module/Module.hpp", "diff": "@@ -52,7 +52,9 @@ public:\n*/\nexplicit Module(const int n_frames = 1);\n+#ifndef AFF3CT_SYSTEMC_MODULE\nvirtual Module* clone() const;\n+#endif\n/*!\n* \\brief Destructor.\n" }, ...
C++
MIT License
aff3ct/aff3ct
Fix compilation error with SystemC.
8,490
11.11.2019 09:50:23
-3,600
053149784de7f17e5b09b889a8e4c5ee2bffc60d
Add the 'const' qualifier to string for CRC.
[ { "change_type": "MODIFY", "old_path": "include/Module/CRC/Polynomial/CRC_polynomial.hpp", "new_path": "include/Module/CRC/Polynomial/CRC_polynomial.hpp", "diff": "@@ -26,12 +26,12 @@ protected:\nstd::vector<B> buff_crc;\npublic:\n- CRC_polynomial(const int K, std::string poly_key, const int size = ...
C++
MIT License
aff3ct/aff3ct
Add the 'const' qualifier to string for CRC.
8,490
12.11.2019 10:25:27
-3,600
3f83e6c63b4919a1956c415102a11f23283c11f6
Simplify the memory management of codebooks and constellations.
[ { "change_type": "MODIFY", "old_path": "include/Factory/Module/Modem/Modem.hpp", "new_path": "include/Factory/Module/Modem/Modem.hpp", "diff": "@@ -73,10 +73,13 @@ public:\n// builder\ntemplate <typename B = int, typename R = float, typename Q = R>\n- module::Modem<B,R,Q>* build() const;\n+ module::...
C++
MIT License
aff3ct/aff3ct
Simplify the memory management of codebooks and constellations.
8,490
12.11.2019 10:45:03
-3,600
7ffe71237b6d83e023ac2d7f4c28271e0774ca53
Replace '--mdm-codebook' argument by '--mdm-cb-path'.
[ { "change_type": "MODIFY", "old_path": "doc/source/user/simulation/parameters/modem/modem.rst", "new_path": "doc/source/user/simulation/parameters/modem/modem.rst", "diff": "@@ -386,16 +386,16 @@ Where |n0_equation|\nSee the :ref:`mdm-mdm-no-sig2` parameter to disable the division by\n:math:`\\sigma...
C++
MIT License
aff3ct/aff3ct
Replace '--mdm-codebook' argument by '--mdm-cb-path'.
8,490
13.11.2019 11:18:12
-3,600
e0ed05573f716dd90a08d941579c4e957f383773
Simplify the 'start_thread_build_comm_chain' prototype.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.cpp", "new_path": "src/Simulation/BFER/BFER.cpp", "diff": "@@ -79,9 +79,8 @@ void BFER<B,R,Q>\n// build the communication chain in multi-threaded mode\nstd::vector<std::thread> threads(params_BFER.n_threads -1);\nfor (auto tid = 1; tid...
C++
MIT License
aff3ct/aff3ct
Simplify the 'start_thread_build_comm_chain' prototype.
8,490
13.11.2019 11:20:42
-3,600
18f1d5131d51615a9d58678413f2ca8a360dae71
Improve the 'Callback' class by adding thread safety.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Algo/Callback/Callback.hpp", "new_path": "include/Tools/Algo/Callback/Callback.hpp", "diff": "#ifndef CALLBACK_HPP__\n#define CALLBACK_HPP__\n+#include <mutex>\n#include <vector>\n#include <cstdint>\n#include <utility>\n@@ -19,15 +20,17 @@ class ...
C++
MIT License
aff3ct/aff3ct
Improve the 'Callback' class by adding thread safety.
8,490
13.11.2019 11:20:55
-3,600
7a30fdc0a7d84edd7e232624f565a0239ed93ed8
Use pointer for dynamic cast.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Reporter/Noise/Reporter_noise.cpp", "new_path": "src/Tools/Display/Reporter/Noise/Reporter_noise.cpp", "diff": "@@ -57,20 +57,20 @@ Reporter::report_t Reporter_noise<R>\n{\ncase Noise_type::SIGMA:\n{\n- auto sig = dynamic_cast<const tools::Si...
C++
MIT License
aff3ct/aff3ct
Use pointer for dynamic cast.
8,490
13.11.2019 23:32:52
-3,600
e8502ef85e4ea089ceb06b47be223df071dd6d52
Fix fixed noise value for the frozen bits generation.
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/Polar/Codec_polar.cpp", "new_path": "src/Module/Codec/Polar/Codec_polar.cpp", "diff": "@@ -132,15 +132,16 @@ Codec_polar<B,Q>\n{\nif (fb_params.type == \"BEC\")\n{\n- auto ep = tools::Event_probability<float>(fb_params.noise);\n+ tools::Event_...
C++
MIT License
aff3ct/aff3ct
Fix fixed noise value for the frozen bits generation.
8,490
15.11.2019 11:15:59
-3,600
4082a415e82b490d81c554c7e8692411fd311310
Copy the CRC in the classes that use it.
[ { "change_type": "MODIFY", "old_path": "include/Module/Decoder/Polar/SCF/Decoder_polar_SCF_naive.hpp", "new_path": "include/Module/Decoder/Polar/SCF/Decoder_polar_SCF_naive.hpp", "diff": "@@ -22,7 +22,7 @@ template <typename B = int, typename R = float, tools::proto_f< R> F = tools::f\nclass Decoder...
C++
MIT License
aff3ct/aff3ct
Copy the CRC in the classes that use it.
8,490
15.11.2019 14:56:54
-3,600
81b6e3d1d2bc08dc18da3879e907495832747cda
Simplify the memory management of the 'Pattern_polar_i'.
[ { "change_type": "MODIFY", "old_path": "include/Module/Decoder/Polar/ASCL/Decoder_polar_ASCL_MEM_fast_CA_sys.hpp", "new_path": "include/Module/Decoder/Polar/ASCL/Decoder_polar_ASCL_MEM_fast_CA_sys.hpp", "diff": "#ifndef DECODER_POLAR_ASCL_MEM_FAST_SYS_CA\n#define DECODER_POLAR_ASCL_MEM_FAST_SYS_CA\n...
C++
MIT License
aff3ct/aff3ct
Simplify the memory management of the 'Pattern_polar_i'.
8,490
15.11.2019 16:17:50
-3,600
7e5c2057a87dbca27d86a1291685df616ada622f
Fix segfault because of H in LDPC decoders.
[ { "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": "@@ -12,7 +12,7 @@ Decoder_LDPC_BP\nconst bool enable_syndrome,\nconst int syndrome_depth)\n: n_ite (n_ite ),\n- H (_H.turn(tools::Sparse_mat...
C++
MIT License
aff3ct/aff3ct
Fix segfault because of H in LDPC decoders.
8,490
15.11.2019 18:13:52
-3,600
3b444250c253960912e67a46ab9351d90b5558dd
Add copy method in the 'Module' class.
[ { "change_type": "MODIFY", "old_path": "include/Module/Module.hpp", "new_path": "include/Module/Module.hpp", "diff": "@@ -53,6 +53,7 @@ public:\nexplicit Module(const int n_frames = 1);\n#ifndef AFF3CT_SYSTEMC_MODULE\n+ virtual void copy(const Module &m);\nvirtual Module* clone() const;\n#endif\n" ...
C++
MIT License
aff3ct/aff3ct
Add copy method in the 'Module' class.
8,490
21.11.2019 10:39:15
-3,600
97fbc3016ea2db93e0262480d765d183f12630fd
Rm wrong declaration.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Codec/Uncoded/Codec_uncoded.hpp", "new_path": "include/Tools/Codec/Uncoded/Codec_uncoded.hpp", "diff": "@@ -20,9 +20,6 @@ public:\nCodec_uncoded(const factory::Encoder_NO &enc_params,\nconst factory::Decoder_NO &dec_params);\nvirtual ~Codec_uncod...
C++
MIT License
aff3ct/aff3ct
Rm wrong declaration.
8,490
21.11.2019 10:40:05
-3,600
82b91aa01e5df6a3704907de537d016180e9566b
CI : temporarily disable MSVC build.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -395,28 +395,28 @@ build-windows-gcc-x64-avx2:\n- call ./ci/tools/threads.bat\n- ./ci/build-windows-gcc.bat\n-build-windows-msvc-avx:\n- stage: build\n- variables:\n- GIT_SUBMODULE_STRATEGY: recursive\...
C++
MIT License
aff3ct/aff3ct
CI : temporarily disable MSVC build.
8,490
21.11.2019 14:25:10
-3,600
ca4eb727fc5d711ffd6b8fb179164e357a8efec7
Fix PPBF decoder.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BF/PPBF/Decoder_LDPC_probabilistic_parallel_bit_flipping.cpp", "new_path": "src/Module/Decoder/LDPC/BF/PPBF/Decoder_LDPC_probabilistic_parallel_bit_flipping.cpp", "diff": "@@ -42,7 +42,7 @@ Decoder_LDPC_probabilistic_parallel_bit_flippi...
C++
MIT License
aff3ct/aff3ct
Fix PPBF decoder.
8,490
21.11.2019 14:31:50
-3,600
47ba6c831cad5a39ea4ff3ac49d686bc2f45396d
Rm false comments.
[ { "change_type": "MODIFY", "old_path": "include/Module/Decoder/LDPC/BF/Decoder_LDPC_bit_flipping_hard.hpp", "new_path": "include/Module/Decoder/LDPC/BF/Decoder_LDPC_bit_flipping_hard.hpp", "diff": "@@ -23,10 +23,7 @@ protected:\nconst int syndrome_depth;\nint cur_syndrome_depth;\n- const tools::Spar...
C++
MIT License
aff3ct/aff3ct
Rm false comments.
8,490
23.11.2019 20:50:45
-3,600
730032affa2a10c27fc3f160c11fa04f1274b053
Fix 'clone()' bugs.
[ { "change_type": "MODIFY", "old_path": "include/Module/Modem/CPM/Modem_CPM.hpp", "new_path": "include/Module/Modem/CPM/Modem_CPM.hpp", "diff": "#include <string>\n#include <vector>\n+#include <memory>\n#include \"Tools/Math/max.h\"\n#include \"Tools/Code/CPM/CPM_parameters.hpp\"\n@@ -34,7 +35,7 @@ p...
C++
MIT License
aff3ct/aff3ct
Fix 'clone()' bugs.
8,490
23.11.2019 20:55:11
-3,600
61f22624068b18599d8cb2ffb549f362fa6f561d
CI: use the clone allocation method in 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: use the clone allocation method in the regression tests.
8,490
23.11.2019 23:04:22
-3,600
e0ea22e24faa1b7a3efef0dff300d54c93cfe033
Fix BCH fast bug.
[ { "change_type": "MODIFY", "old_path": "include/Module/Decoder/BCH/Decoder_BCH.hpp", "new_path": "include/Module/Decoder/BCH/Decoder_BCH.hpp", "diff": "@@ -29,6 +29,10 @@ public:\nvirtual Decoder_BCH<B,R>* clone() const;\nbool get_last_is_codeword(const int frame_id = -1) const;\n+\n+protected:\n+ D...
C++
MIT License
aff3ct/aff3ct
Fix BCH fast bug.
8,490
24.11.2019 00:49:17
-3,600
2c419682e448e2e56d19eb2a7b0fb0a617640227
Fix LDPC DVB-S2 encoder bug.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Codec/LDPC/Codec_LDPC.hpp", "new_path": "include/Tools/Codec/LDPC/Codec_LDPC.hpp", "diff": "@@ -41,9 +41,6 @@ public:\nconst Sparse_matrix& get_G() const;\nconst LDPC_matrix_handler::Positions_vector& get_info_bits_pos() const;\nconst dvbs2_value...
C++
MIT License
aff3ct/aff3ct
Fix LDPC DVB-S2 encoder bug.
8,490
24.11.2019 15:22:18
-3,600
51b81b1c7b691277bef2c323b5b10d981822af5a
Fix 'clone()' for modules in SystemC.
[ { "change_type": "MODIFY", "old_path": "include/Module/SC_Module.hpp", "new_path": "include/Module/SC_Module.hpp", "diff": "@@ -106,8 +106,11 @@ protected:\nclass SC_Module_container\n{\n+#ifndef DOXYGEN_SHOULD_SKIP_THIS\n+ friend Module;\n+#endif\nprotected:\n- Module &module;\n+ Module *module;\ns...
C++
MIT License
aff3ct/aff3ct
Fix 'clone()' for modules in SystemC.
8,490
25.11.2019 12:33:18
-3,600
f77c843234095f50316d460663ddb95b58c16fb7
Fix missing 'operator[]' methods.
[ { "change_type": "MODIFY", "old_path": "include/Module/Decoder/Decoder_SIHO.hpp", "new_path": "include/Module/Decoder/Decoder_SIHO.hpp", "diff": "@@ -31,6 +31,8 @@ class Decoder_SIHO : public Decoder_HIHO<B>\n{\npublic:\ninline Task& operator[](const dec::tsk t);\n+ inline Socket& operator[](const d...
C++
MIT License
aff3ct/aff3ct
Fix missing 'operator[]' methods.
8,490
28.11.2019 10:04:56
-3,600
170f09a388a6c7dbed65be8e3a365397df1e2ca8
Working on implementing the multi-threaded chain.
[ { "change_type": "MODIFY", "old_path": "include/Module/Chain.hpp", "new_path": "include/Module/Chain.hpp", "diff": "#define CHAIN_HPP_\n#include <functional>\n+#include <memory>\n#include <vector>\nnamespace aff3ct\n@@ -13,24 +14,31 @@ namespace aff3ct\nnamespace module\n{\nclass Task;\n+class Modul...
C++
MIT License
aff3ct/aff3ct
Working on implementing the multi-threaded chain.
8,490
29.11.2019 14:30:39
-3,600
287bf4e31f3d615e8232f7c0a51370b6af87e084
Fix compilation on MSVC.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Algo/Draw_generator/Draw_generator.hpp", "new_path": "include/Tools/Algo/Draw_generator/Draw_generator.hpp", "diff": "#ifndef DRAW_GENERATOR_HPP_\n#define DRAW_GENERATOR_HPP_\n+#ifndef _MSC_VER\n#include \"Tools/Interface/Interface_clone.hpp\"\n+...
C++
MIT License
aff3ct/aff3ct
Fix compilation on MSVC.
8,490
30.11.2019 00:44:31
-3,600
413b5421eb2c596674f1ea0698e5049061e734ad
Simplify the code of the Monitors.
[ { "change_type": "MODIFY", "old_path": "include/Module/Monitor/Monitor.hpp", "new_path": "include/Module/Monitor/Monitor.hpp", "diff": "@@ -54,24 +54,10 @@ public:\nvirtual void reset();\n- virtual void clear_callbacks();\n-\n- /*!\n- * \\brief collect data from 'm' monitor into this monitor.\n- * '...
C++
MIT License
aff3ct/aff3ct
Simplify the code of the Monitors.