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
06.11.2018 12:14:00
-3,600
f8682f3a4ddf644523f0da2fa495e18e06f5182e
Improve CMakeList to manage exact git tag version.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -73,19 +73,27 @@ string(REGEX REPLACE \"-.*\" \"\" GIT_VERSION_MMP ${GIT_VERSION_\nstring(REGEX REPLACE \"^.*-\" \"\" GIT_HASH ${GIT_VERSION_RMV})\nstring( REPLACE \"-\" \"\" GIT_BUILD ${GIT_VERSION_RM...
C++
MIT License
aff3ct/aff3ct
Improve CMakeList to manage exact git tag version.
8,483
06.11.2018 14:33:39
-3,600
16cb4231680b3da7509a58c0dbefd396c6ca3563
Deactivate CI pipeline, as code is not modified.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -24,528 +24,528 @@ analysis-cppcheck:\nscript:\n- ./ci/analysis-cppcheck.sh\n-build-linux-gcc-nointr:\n- stage: build\n- tags:\n- - linux\n- - gcc\n- - cmake\n- - gsl\n- - x86\n- artifacts:\n- name: bu...
C++
MIT License
aff3ct/aff3ct
Deactivate CI pipeline, as code is not modified.
8,483
06.11.2018 16:02:20
-3,600
58d38e1010be7029a28f1e4d17f1985e1eb6d1c1
Rename Codebook's attributes and methods about resource/user tables.
[ { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-Subproject commit 7f32c432d86f7b11f49e396415865a814d0aac3d\n+Subproject commit 94af1080719a0b616d00ea2a1694f5d0526d08a4\n" }, { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "n...
C++
MIT License
aff3ct/aff3ct
Rename Codebook's attributes and methods about resource/user tables.
8,490
07.11.2018 10:31:16
-3,600
dfeb51bc599b90b24b3cacf8d063c27dc906dae5
CI: remove useless definitions + put the compile options in the yml file.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -39,7 +39,7 @@ build-linux-gcc-nointr:\nscript:\n- export CC=\"gcc\"\n- export CXX=\"g++\"\n- - export CFLAGS=\"-DMIPP_NO_INTRINSICS\"\n+ - export CFLAGS=\"-Wall -funroll-loops -DMIPP_NO_INTRINSICS\"\n...
C++
MIT License
aff3ct/aff3ct
CI: remove useless definitions + put the compile options in the yml file.
8,483
07.11.2018 11:52:58
-3,600
9b09aed20b76c037a4dcaaae038c2af9ea209c8a
Cosmetics and fix user_to_resource and resource_to_user fixed dimensions.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Modem/Modem.cpp", "new_path": "src/Factory/Module/Modem/Modem.cpp", "diff": "@@ -258,6 +258,7 @@ void Modem::parameters\n{\nheaders[p].push_back(std::make_pair(\"Number of iterations\", demod_ite));\nheaders[p].push_back(std::make_pair(\"Psi...
C++
MIT License
aff3ct/aff3ct
Cosmetics and fix user_to_resource and resource_to_user fixed dimensions.
8,483
07.11.2018 15:59:28
-3,600
6afe1dd2d97a61684df91c666e54dbea6706408f
Set inter frame F by default to the SCMA number of users according to the codebook.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Modem/Modem.cpp", "new_path": "src/Factory/Module/Modem/Modem.cpp", "diff": "@@ -149,6 +149,7 @@ void Modem::parameters\nif(vals.exist({p+\"-type\" })) this->type = vals.at({p+\"-type\" });\nif(vals.exist({p+\"-implem\" })) this->implem = va...
C++
MIT License
aff3ct/aff3ct
Set inter frame F by default to the SCMA number of users according to the codebook.
8,483
07.11.2018 18:22:36
-3,600
f0568d30f2924d2e1c52a0643f71c420cb8d1fdc
Compute in Codebook the number of users per resources and vice versa
[ { "change_type": "MODIFY", "old_path": "conf", "new_path": "conf", "diff": "-Subproject commit b53be8355eeff5abc8e528c52a1d6ead685d1f74\n+Subproject commit 94af1080719a0b616d00ea2a1694f5d0526d08a4\n" }, { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-...
C++
MIT License
aff3ct/aff3ct
Compute in Codebook the number of users per resources and vice versa
8,483
07.11.2018 18:46:43
-3,600
e4f7110bc030c087b06a5831e28335560c2bef72
Added Vector 2->4D classes upon one dimensional vector; Use Vecotr_4D in modem_SCMA
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "diff": "#include \"Tools/Code/SCMA/modem_SCMA_functions.hpp\"\n#include \"Tools/Code/SCMA/Codebook.hpp\"\n+#include \"Tools/Algo/Multidimensional_vector/Vector_4D.hpp\"...
C++
MIT License
aff3ct/aff3ct
Added Vector 2->4D classes upon one dimensional vector; Use Vecotr_4D in modem_SCMA
8,490
08.11.2018 00:44:00
-3,600
ccc8bda8a09dae4b76d272cfa99ecf88d0fba9ed
Doc: add screenshots for Windows.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulator/compilation/compilation.rst", "new_path": "doc/sphinx/source/simulator/compilation/compilation.rst", "diff": "@@ -30,6 +30,8 @@ installation is over.\n.. warning:: It is recommended to add CMake to your system PATH during the\ninsta...
C++
MIT License
aff3ct/aff3ct
Doc: add screenshots for Windows.
8,483
08.11.2018 10:40:03
-3,600
f79af12623170a3455eece93cf75788df596aaa4
Makes codec and usage toctrees deeper
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulator/usage/parameters/cdc.rst", "new_path": "doc/sphinx/source/simulator/usage/parameters/cdc.rst", "diff": "@@ -4,7 +4,7 @@ Codec parameters\n++++++++++++++++\n.. toctree::\n- :maxdepth: 1\n+ :maxdepth: 2\n:caption: Codec Contents\ncdc_...
C++
MIT License
aff3ct/aff3ct
Makes codec and usage toctrees deeper
8,483
08.11.2018 10:40:37
-3,600
3c2ca9a37f73e6f3e53889dc20aeacdb0a823ea7
Add notes on the two simulation arguments available only for BFERI simulations
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulator/usage/parameters/sim.rst", "new_path": "doc/sphinx/source/simulator/usage/parameters/sim.rst", "diff": "@@ -114,6 +114,10 @@ Enable the coset approach.\nIteration number to start the CRC checking in the turbo demodulation process.\n...
C++
MIT License
aff3ct/aff3ct
Add notes on the two simulation arguments available only for BFERI simulations
8,483
08.11.2018 10:53:36
-3,600
8cdf9107a34d2d586610909cd670e24dbf228191
Add msg_user_to_resources msg_res_user guess as 3D or 2D vectors. Change consequently the access methods to them in the demodulator.
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "diff": "#include \"Tools/Code/SCMA/modem_SCMA_functions.hpp\"\n#include \"Tools/Code/SCMA/Codebook.hpp\"\n+#include \"Tools/Algo/Multidimensional_vector/Vector_2D.hpp\"...
C++
MIT License
aff3ct/aff3ct
Add msg_user_to_resources msg_res_user guess as 3D or 2D vectors. Change consequently the access methods to them in the demodulator.
8,490
08.11.2018 11:05:36
-3,600
c3cf8ec4fe9624ae818d3f75db1fbe41401c0f94
Doc: add an info block to point to the AFF3CT autogen builds.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulator/compilation/compilation.rst", "new_path": "doc/sphinx/source/simulator/compilation/compilation.rst", "diff": "Compilation\n===========\n+.. note:: If you do not plan to modify the AFF3CT source code and you want\n+ to use the simula...
C++
MIT License
aff3ct/aff3ct
Doc: add an info block to point to the AFF3CT autogen builds.
8,483
08.11.2018 11:08:21
-3,600
65bf7bf6aa299ce4fd6e0fe03c19f1826f8454e7
Fix arr_phi size; Add in comments an idea of loop enhancement, but there is an issue in an index.
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "diff": "@@ -21,7 +21,7 @@ Modem_SCMA<B,R,Q,PSI>\nnoise,\nn_frames),\nCB (codebook_path),\n- arr_phi (CB.get_codebook_size(), CB.get_codebook_size(), CB.get_codebook_siz...
C++
MIT License
aff3ct/aff3ct
Fix arr_phi size; Add in comments an idea of loop enhancement, but there is an issue in an index.
8,490
08.11.2018 11:28:09
-3,600
0ecef84fe018a44fda4d89354a963ef3f061f367
Doc: move the PyBER screenshot.
[ { "change_type": "RENAME", "old_path": "doc/sphinx/source/images/PyBER_plot.png", "new_path": "doc/sphinx/source/simulator/usage/pyber/images/pyber_plot.png", "diff": "" }, { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulator/usage/pyber/pyber.rst", "new_path": "doc/sp...
C++
MIT License
aff3ct/aff3ct
Doc: move the PyBER screenshot.
8,483
08.11.2018 11:36:11
-3,600
67cd8f64e39cd69ab9ad83f6132398d7f9ddde47
Modify consequently to the modification the sphinx generator.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulator/usage/parameters/cdc_bch/cdc.rst", "new_path": "doc/sphinx/source/simulator/usage/parameters/cdc_bch/cdc.rst", "diff": "@@ -5,7 +5,7 @@ Codec BCH\n.. toctree::\n:maxdepth: 2\n- :caption: Codec BCH contents\n+ :caption: Codec BCH Con...
C++
MIT License
aff3ct/aff3ct
Modify consequently to the modification the sphinx generator.
8,483
08.11.2018 12:49:11
-3,600
8d2d6b39f88c9a9fc845043fe67b9e0095363be3
Dox: Make unique the duplicated arguments tag references.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/cdc/cdc_turbo/dec.rst", "new_path": "doc/sphinx/source/simulation/parameters/cdc/cdc_turbo/dec.rst", "diff": "@@ -31,7 +31,7 @@ Enables the flip and check decoder (requires \"\\\\-\\\\-crc-type\").\nSet the iteration to ...
C++
MIT License
aff3ct/aff3ct
Dox: Make unique the duplicated arguments tag references.
8,483
08.11.2018 12:57:33
-3,600
fe7ab17fda18242946795076f9fad1a5d589013c
Update generate_sphinx_usage according to the last modifications
[ { "change_type": "MODIFY", "old_path": "scripts/generate_sphinx_usage.py", "new_path": "scripts/generate_sphinx_usage.py", "diff": "@@ -8,7 +8,7 @@ import aff3ct_help_reader as ahr\nparser = argparse.ArgumentParser(prog='aff3ct-command-conversion', formatter_class=argparse.ArgumentDefaultsHelpFormat...
C++
MIT License
aff3ct/aff3ct
Update generate_sphinx_usage according to the last modifications
8,483
08.11.2018 13:09:25
-3,600
f269ec0bbebee8d95003e696aea34275c6f211f9
Doc: Fix a ref link
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/overview/overview.rst", "new_path": "doc/sphinx/source/overview/overview.rst", "diff": "@@ -18,7 +18,7 @@ ways, as:\n:columns: 1\n* a **standalone application** for `Monte Carlo`_ `BFER`_ and `EXIT chart`_\n- simulations (see the :ref:`simula...
C++
MIT License
aff3ct/aff3ct
Doc: Fix a ref link
8,490
08.11.2018 15:34:38
-3,600
32bf60da6a567937eecfb3a3523f30368fcba65d
Doc: get automatically the version from Git.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/conf.py", "new_path": "doc/sphinx/source/conf.py", "diff": "@@ -23,11 +23,15 @@ project = 'AFF3CT'\ncopyright = '2018, AFF3CT\\'s team'\nauthor = 'AFF3CT\\'s team'\n+# get the AFF3CT version from Git\n+import subprocess\n+label = subprocess.c...
C++
MIT License
aff3ct/aff3ct
Doc: get automatically the version from Git.
8,490
08.11.2018 15:49:39
-3,600
1b6db1a46d70ebb39f45d5d85015c332b5088389
Doc: remove the overview section.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/index.rst", "new_path": "doc/sphinx/source/index.rst", "diff": "-##################################\n-Welcome to AFF3CT's documentation!\n-##################################\n+####################\n+AFF3CT Documentation\n+####################...
C++
MIT License
aff3ct/aff3ct
Doc: remove the overview section.
8,483
08.11.2018 16:36:51
-3,600
369ff8abcd2b2bf2c8f42c58d57c122738ca4dc7
Add html_favicon and html_logo in conf.py but set to None.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/conf.py", "new_path": "doc/sphinx/source/conf.py", "diff": "@@ -26,7 +26,7 @@ author = 'AFF3CT\\'s team'\n# The short X.Y version\nversion = ''\n# The full version, including alpha/beta/rc tags\n-release = '2.0.0'\n+release = '2.1.0'\n# -- Ge...
C++
MIT License
aff3ct/aff3ct
Add html_favicon and html_logo in conf.py but set to None.
8,483
08.11.2018 17:38:11
-3,600
9d510f3f4b5807778f12929ba54ce092aa77f908
Doc: fix the doc compile under python3
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/conf.py", "new_path": "doc/sphinx/source/conf.py", "diff": "@@ -25,7 +25,7 @@ author = 'AFF3CT\\'s team'\n# get the AFF3CT version from Git\nimport subprocess\n-label = subprocess.check_output([\"git\", \"describe\"]).strip()\n+label = subpro...
C++
MIT License
aff3ct/aff3ct
Doc: fix the doc compile under python3
8,490
09.11.2018 14:19:55
-3,600
58a24155adfce1a61e68be7819a2518625583ff7
Doc: clarifications.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/compilation/compilation.rst", "new_path": "doc/sphinx/source/compilation/compilation.rst", "diff": "@@ -199,8 +199,7 @@ Once AFF3CT is compiled you can browse the build by right clicking on\n.. image:: images/vs17_cache_folder.png\n:align: ce...
C++
MIT License
aff3ct/aff3ct
Doc: clarifications.
8,490
09.11.2018 16:08:22
-3,600
cf3b00517a058f1f5043b1eec01417fc17835c95
Doc: auto-compile Doxygen XML files only on Readthedocs servers.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/conf.py", "new_path": "doc/sphinx/source/conf.py", "diff": "@@ -76,18 +76,14 @@ exclude_patterns = []\n# The name of the Pygments (syntax highlighting) style to use.\npygments_style = None\n-# -- Configure Breathe (Developer doc for Doxygen X...
C++
MIT License
aff3ct/aff3ct
Doc: auto-compile Doxygen XML files only on Readthedocs servers.
8,483
12.11.2018 09:05:03
-3,600
4db0e691d6cdaa0d2bbacc878b9f05ab56b98b1f
Add html theme options to have an infinite navigation depth.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/conf.py", "new_path": "doc/sphinx/source/conf.py", "diff": "@@ -98,8 +98,20 @@ html_theme = 'sphinx_rtd_theme'\n# Theme options are theme-specific and customize the look and feel of a theme\n# further. For a list of options available for each...
C++
MIT License
aff3ct/aff3ct
Add html theme options to have an infinite navigation depth.
8,483
13.11.2018 10:59:24
-3,600
a0f1e430008f516a43cb457a0fc76f26c4f23dea
Set the preamble tocdepth to a big number in order to have the navigation sidebar with the complete TOC but now we have also a really long preambule TOC.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/conf.py", "new_path": "doc/sphinx/source/conf.py", "diff": "@@ -157,6 +157,8 @@ latex_elements = {\n# Latex figure (float) alignment\n#\n# 'figure_align': 'htbp',\n+\n+ 'preamble': '\\setcounter{tocdepth}{10}'\n}\n# Grouping the document tree...
C++
MIT License
aff3ct/aff3ct
Set the preamble tocdepth to a big number in order to have the navigation sidebar with the complete TOC but now we have also a really long preambule TOC.
8,483
13.11.2018 11:19:46
-3,600
46af7c09c57774247bee41b41025bc36bfca2109
Doc: Conjuguate correctly the verbs in interleaver parameters descriptions.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/itl/itl.rst", "new_path": "doc/sphinx/source/simulation/parameters/itl/itl.rst", "diff": "@@ -49,17 +49,17 @@ Description of the allowed values:\n| ``USER`` | |itl-type_descr_user| |\n+--------------+--------------------...
C++
MIT License
aff3ct/aff3ct
Doc: Conjuguate correctly the verbs in interleaver parameters descriptions.
8,483
13.11.2018 11:45:34
-3,600
58fcf06d5166361dac11302ef775a823072f11ef
Doc: break the too long lines in itl parameters source file
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/itl/itl.rst", "new_path": "doc/sphinx/source/simulation/parameters/itl/itl.rst", "diff": "@@ -4,10 +4,12 @@ Interleaver parameters\n----------------------\nThe interleaving process starts by the generation of the Look up...
C++
MIT License
aff3ct/aff3ct
Doc: break the too long lines in itl parameters source file
8,483
13.11.2018 15:14:53
-3,600
fdab40f5ef657e0d863e65664bf2b21ddaf5f67a
Doc : rescale interleaver figures
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/itl/itl.rst", "new_path": "doc/sphinx/source/simulation/parameters/itl/itl.rst", "diff": "@@ -150,7 +150,7 @@ interleaver:\n.. figure:: images/schema_col_row_origin.png\n:align: center\n- :scale: 50\n+ :scale: 60\nThe fo...
C++
MIT License
aff3ct/aff3ct
Doc : rescale interleaver figures
8,483
13.11.2018 15:23:42
-3,600
183eefe367cb74a4a6524327f4c074f31b1329a5
Doc: fill the source parameters.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/src/src.rst", "new_path": "doc/sphinx/source/simulation/parameters/src/src.rst", "diff": "Source parameters\n-----------------\n+The source is the module at the beginning of the simulation chain as it\n+generates the fra...
C++
MIT License
aff3ct/aff3ct
Doc: fill the source parameters.
8,483
13.11.2018 15:24:10
-3,600
a76b82a35b403fa769bfbaa32481f122ac55e5b3
Doc: Add default values in CRC parameters.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/crc/crc.rst", "new_path": "doc/sphinx/source/simulation/parameters/crc/crc.rst", "diff": "@@ -15,21 +15,24 @@ decoding process to know if the decoded codeword is valid or not.\nthe good one, it can be a *false positive*....
C++
MIT License
aff3ct/aff3ct
Doc: Add default values in CRC parameters.
8,483
13.11.2018 17:47:55
-3,600
e8067dbac38b08d6c4180d7e93ea2082ff360bb8
Doc: fill the modem parameters.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/mdm/mdm.rst", "new_path": "doc/sphinx/source/simulation/parameters/mdm/mdm.rst", "diff": "Modem parameters\n----------------\n+The Modem is a module with three parts in one:\n+ * the **modulation** maps the input binary ...
C++
MIT License
aff3ct/aff3ct
Doc: fill the modem parameters.
8,483
14.11.2018 10:51:34
-3,600
9d608ec38dfbd95321d786e7d60757c2d7a14dea
Doc: Add figures numbers to the interleaver's figures.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/conf.py", "new_path": "doc/sphinx/source/conf.py", "diff": "@@ -73,6 +73,9 @@ language = None\n# This pattern also affects html_static_path and html_extra_path.\nexclude_patterns = []\n+# Figures, tables and code-blocks are automatically numb...
C++
MIT License
aff3ct/aff3ct
Doc: Add figures numbers to the interleaver's figures.
8,483
14.11.2018 11:39:06
-3,600
1807417aebc5b175eec91d610d337ab82f038b3a
Doc: work on compilation page: add min CMake version required note Add -Ofast compile flag danger note. fix spelling errors. Use some sphinx's roles for files and urls.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/compilation/compilation.rst", "new_path": "doc/sphinx/source/compilation/compilation.rst", "diff": "@@ -2,7 +2,7 @@ Compilation\n===========\n.. important:: If you do not plan to modify the AFF3CT source code and you want\n- to use the simula...
C++
MIT License
aff3ct/aff3ct
Doc: work on compilation page: add min CMake version required note Add -Ofast compile flag danger note. fix spelling errors. Use some sphinx's roles for files and urls.
8,483
14.11.2018 11:47:00
-3,600
a6ca69c50a3f9486378045b717d40c3e915631cf
Doc: Add links to wikipedia for modulation types.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/mdm/mdm.rst", "new_path": "doc/sphinx/source/simulation/parameters/mdm/mdm.rst", "diff": "@@ -4,16 +4,19 @@ Modem parameters\n----------------\nThe Modem is a module with three parts in one:\n- * the **modulation** maps ...
C++
MIT License
aff3ct/aff3ct
Doc: Add links to wikipedia for modulation types.
8,483
14.11.2018 11:54:58
-3,600
60ff03b8c3c52476576054817b593050d80d3a31
Add SIMD as an abbreviation for all files and use it everywhere.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/compilation/compilation.rst", "new_path": "doc/sphinx/source/compilation/compilation.rst", "diff": "@@ -332,7 +332,7 @@ CMake has a built-in variable you can set to specify the compiler options:\ncmake .. -DCMAKE_CXX_FLAGS=\"-funroll-loops -m...
C++
MIT License
aff3ct/aff3ct
Add SIMD as an abbreviation for all files and use it everywhere.
8,483
14.11.2018 16:18:33
-3,600
b973fe143898efcafe903b7286d54d926ed37289
Doc: Fix wrong text.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/compilation/compilation.rst", "new_path": "doc/sphinx/source/compilation/compilation.rst", "diff": "@@ -332,9 +332,8 @@ CMake has a built-in variable you can set to specify the compiler options:\ncmake .. -DCMAKE_CXX_FLAGS=\"-funroll-loops -m...
C++
MIT License
aff3ct/aff3ct
Doc: Fix wrong text.
8,483
14.11.2018 16:18:59
-3,600
91c7d30a49666335bf2861376a97bbe9d19d95cb
Doc: add SIMD replace directive in decoder.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/cdc/cdc_polar/dec.rst", "new_path": "doc/sphinx/source/simulation/parameters/cdc/cdc_polar/dec.rst", "diff": "@@ -93,7 +93,7 @@ The type of nodes you want to detect in the Polar tree (ex: \"{R0,R1,R0L,REP_2-8,\n:Allowed ...
C++
MIT License
aff3ct/aff3ct
Doc: add SIMD replace directive in decoder.
8,483
14.11.2018 16:19:25
-3,600
f536af77faf5a1c03fe39f331959f43805e7676d
Doc: Add todo list in modem parameters.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/mdm/mdm.rst", "new_path": "doc/sphinx/source/simulation/parameters/mdm/mdm.rst", "diff": "@@ -72,6 +72,9 @@ Description of the allowed values:\nthrough :ref:`mdm-mdm-const-path`\n+.. TODO: describe completely the impleme...
C++
MIT License
aff3ct/aff3ct
Doc: Add todo list in modem parameters.
8,483
14.11.2018 17:31:26
-3,600
9605ca43ccd444fd36c196446adc4b030f85e24b
Fix channel path argument open mode to read mode only
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Channel/Channel.cpp", "new_path": "src/Factory/Module/Channel/Channel.cpp", "diff": "@@ -83,8 +83,9 @@ void Channel::parameters\nargs.add(\n{p+\"-path\"},\n- tools::File(tools::openmode::read_write),\n- \"path to a noisy file, to use with \\...
C++
MIT License
aff3ct/aff3ct
Fix channel path argument open mode to read mode only
8,483
14.11.2018 17:32:08
-3,600
905d6fc464d0f11f326ac106c76fd89979abe3aa
Doc: Complete the channel parameters.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/compilation/compilation.rst", "new_path": "doc/sphinx/source/compilation/compilation.rst", "diff": "@@ -223,6 +223,8 @@ is the location of Visual Studio on your system):\ndevenv /build Release aff3ct.sln\n+.. _compilation_cmake_options:\n+\nC...
C++
MIT License
aff3ct/aff3ct
Doc: Complete the channel parameters.
8,483
15.11.2018 11:04:03
-3,600
2ff56de2b27e8f7ae4e43c68b1942f0b0bfa8960
Doc: Add tables to compare implem speed on AWGN, BEC and OPTICAL channels
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/chn/chn.rst", "new_path": "doc/sphinx/source/simulation/parameters/chn/chn.rst", "diff": "@@ -142,17 +142,46 @@ Description of the allowed values:\n.. |chn-implem_descr_fast| replace:: A much faster method using |SIMD|.\...
C++
MIT License
aff3ct/aff3ct
Doc: Add tables to compare implem speed on AWGN, BEC and OPTICAL channels
8,483
15.11.2018 11:16:11
-3,600
993fd784a34f9c61861f2200c2121819de3f3e16
Fix err tracker: Add an attribute to facotry modem parameters that has the channel type. Build the modem (OOK, Optical) in function of it instead of a parameter in the build function. Fix then the use of USER channel in err tracker revert with OOK and Optical channels because modems weren't built correctly.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Modem/Modem.cpp", "new_path": "src/Factory/Module/Modem/Modem.cpp", "diff": "@@ -253,6 +253,8 @@ void Modem::parameters\nheaders[p].push_back(std::make_pair(\"Number of iterations\", demod_ite));\nheaders[p].push_back(std::make_pair(\"Psi fu...
C++
MIT License
aff3ct/aff3ct
Fix err tracker: Add an attribute to facotry modem parameters that has the channel type. Build the modem (OOK, Optical) in function of it instead of a parameter in the build function. Fix then the use of USER channel in err tracker revert with OOK and Optical channels because modems weren't built correctly.
8,483
15.11.2018 11:20:44
-3,600
4ba50525839a1c2a61474030d322dda1728eb185
When error tracker revert, force SRC and CHN implem to STD
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Simulation/BFER_ite.cpp", "new_path": "src/Launcher/Simulation/BFER_ite.cpp", "diff": "@@ -152,6 +152,7 @@ void BFER_ite<B,R,Q>\nif (params.err_track_revert)\n{\nparams.src->type = \"USER\";\n+ params.src->implem = \"STD\";\nparams.src->path = par...
C++
MIT License
aff3ct/aff3ct
When error tracker revert, force SRC and CHN implem to STD
8,483
15.11.2018 15:45:06
-3,600
8684fd6197e2de19ecdd2a5d51d4a869fa5f3937
Fix error tracker for BEC and BSC channels by adding USER_BSC and USER_BEC types.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Channel/Channel.cpp", "new_path": "src/Factory/Module/Channel/Channel.cpp", "diff": "#include \"Module/Channel/NO/Channel_NO.hpp\"\n#include \"Module/Channel/User/Channel_user.hpp\"\n+#include \"Module/Channel/User/Channel_user_add.hpp\"\n+#...
C++
MIT License
aff3ct/aff3ct
Fix error tracker for BEC and BSC channels by adding USER_BSC and USER_BEC types.
8,483
15.11.2018 16:01:39
-3,600
59c2d02dd75ab17a52fbceb1e609c962a11bb8f2
Fix channel user
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/User/Channel_user.cpp", "new_path": "src/Module/Channel/User/Channel_user.cpp", "diff": "@@ -19,7 +19,7 @@ Channel_user<R>\nif (filename.empty())\nthrow tools::invalid_argument(__FILE__, __LINE__, __func__, \"'filename' should not be empty.\...
C++
MIT License
aff3ct/aff3ct
Fix channel user
8,483
15.11.2018 16:02:20
-3,600
e266443e9dd323bd5d36b461468545e1a2e5429a
Fix Modem OOK BSC when having null probability by flooring the value to 1e-10 to compute the log
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/OOK/Modem_OOK_BSC.cpp", "new_path": "src/Module/Modem/OOK/Modem_OOK_BSC.cpp", "diff": "@@ -23,7 +23,12 @@ void Modem_OOK_BSC<B,R,Q>\n{\nModem_OOK<B,R,Q>::set_noise(noise);\n- this->log_pe_1_pe = (Q)log(this->n->get_noise() / (1 - this->n->get_...
C++
MIT License
aff3ct/aff3ct
Fix Modem OOK BSC when having null probability by flooring the value to 1e-10 to compute the log
8,483
15.11.2018 16:03:58
-3,600
1f057a2dd68fcaedc26031ccb724103f4da74857
Lower the decimal precision of the noise range to 7 decimals but reduce roof to +- 214 dB -> this is for low event probabilities.
[ { "change_type": "MODIFY", "old_path": "src/Tools/general_utils.cpp", "new_path": "src/Tools/general_utils.cpp", "diff": "@@ -129,7 +129,7 @@ R aff3ct::tools::ebn0_to_esn0(const R ebn0, const R bit_rate, const int bps)\ntemplate <typename R>\nstd::vector<R> aff3ct::tools::generate_range(const std::v...
C++
MIT License
aff3ct/aff3ct
Lower the decimal precision of the noise range to 7 decimals but reduce roof to +- 214 dB -> this is for low event probabilities.
8,483
15.11.2018 16:13:06
-3,600
b5d64b9b52a1fb57871b313fd0b7b81ff514fbf3
In evenr generator fast, manage the case where the probability is null to fill directly the draw with no events. Because else there is a bug making happening some events.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Draw_generator/Event_generator/Fast/Event_generator_fast.cpp", "new_path": "src/Tools/Algo/Draw_generator/Event_generator/Fast/Event_generator_fast.cpp", "diff": "@@ -44,6 +44,12 @@ namespace tools\ntemplate <>\nvoid Event_generator_fast<R_32,B_...
C++
MIT License
aff3ct/aff3ct
In evenr generator fast, manage the case where the probability is null to fill directly the draw with no events. Because else there is a bug making happening some events.
8,483
15.11.2018 17:43:56
-3,600
2ce8bb594fd2286be774e2039d33f6bfc8b75189
Doc: Comment the channels throughputs tables to give details about the using algorithms.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/chn/chn.rst", "new_path": "doc/sphinx/source/simulation/parameters/chn/chn.rst", "diff": "@@ -45,6 +45,10 @@ Description of the allowed values:\n+-------------------+--------------------------------+\n| ``USER_ADD`` | |c...
C++
MIT License
aff3ct/aff3ct
Doc: Comment the channels throughputs tables to give details about the using algorithms.
8,483
16.11.2018 09:12:10
-3,600
1c11178861e1751c6211275fdbdd2f5298894da1
Change GSL gaussian noise generator with the gsl_ran_gaussian_ziggurat function.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Draw_generator/Gaussian_noise_generator/GSL/Gaussian_noise_generator_GSL.cpp", "new_path": "src/Tools/Algo/Draw_generator/Gaussian_noise_generator/GSL/Gaussian_noise_generator_GSL.cpp", "diff": "@@ -30,7 +30,7 @@ void Gaussian_noise_generator_GS...
C++
MIT License
aff3ct/aff3ct
Change GSL gaussian noise generator with the gsl_ran_gaussian_ziggurat function.
8,483
16.11.2018 09:52:09
-3,600
a52d26ea9b0124f62c053b89f566abc166f72431
Doc: Update the througput of the GSL channels since it is using the Ziggurat algorithm now.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/chn/chn.rst", "new_path": "doc/sphinx/source/simulation/parameters/chn/chn.rst", "diff": "@@ -165,9 +165,9 @@ Description of the allowed values:\n.. |chn-implem_descr_fast| replace:: A much faster method using |SIMD|.\n....
C++
MIT License
aff3ct/aff3ct
Doc: Update the througput of the GSL channels since it is using the Ziggurat algorithm now.
8,483
16.11.2018 10:18:05
-3,600
0818bd89bd05421bb14b54749fc568db461dd302
Doc: Work on monitors parameters.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/mnt/mnt.rst", "new_path": "doc/sphinx/source/simulation/parameters/mnt/mnt.rst", "diff": "Monitor parameters\n------------------\n+The Monitor is the last module in the chain as it compares the decoded frame\n+with the i...
C++
MIT License
aff3ct/aff3ct
Doc: Work on monitors parameters.
8,483
16.11.2018 10:33:50
-3,600
9942036f06c4cc75c6e21b7637430fb10c33ed59
Doc: change module parameters display order and add title reference anchors.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/overview/overview.rst", "new_path": "doc/sphinx/source/simulation/overview/overview.rst", "diff": "+.. _simulation_overview:\n+\n+\nOverview\n--------\n" }, { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simu...
C++
MIT License
aff3ct/aff3ct
Doc: change module parameters display order and add title reference anchors.
8,483
16.11.2018 10:45:14
-3,600
24d184c502b47aee2fbe63829aa1e0d71ed5871b
Doc: Work on the terminal parameters.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/ter/ter.rst", "new_path": "doc/sphinx/source/simulation/parameters/ter/ter.rst", "diff": "Terminal parameters\n-------------------\n+The Terminal is an observer module that reads the information to display\n+from the mon...
C++
MIT License
aff3ct/aff3ct
Doc: Work on the terminal parameters.
8,483
16.11.2018 12:01:30
-3,600
3886f16e65916a5a0f461a2be92fe0e0a2868881
Doc: work on quantizer parameters.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/qnt/qnt.rst", "new_path": "doc/sphinx/source/simulation/parameters/qnt/qnt.rst", "diff": "Quantizer parameters\n--------------------\n-.. _qnt-qnt-bits:\n+The Quantizer module is activated only when running quantified de...
C++
MIT License
aff3ct/aff3ct
Doc: work on quantizer parameters.
8,483
16.11.2018 15:27:12
-3,600
f1b5d6575636f6ea868d623fe4233d5e38ca7b4f
Doc: Update GSL throughput for AWGN channel with an unused computer.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/chn/implem_comparison_AWGN.csv", "new_path": "doc/sphinx/source/simulation/parameters/chn/implem_comparison_AWGN.csv", "diff": "Frame size;STD;FAST;MKL;GSL\n-16 ;31,80; 99,12; 29,80;20,94\n-32 ;30,05;134,94; 53,72;22,14\...
C++
MIT License
aff3ct/aff3ct
Doc: Update GSL throughput for AWGN channel with an unused computer.
8,483
16.11.2018 18:08:57
-3,600
4ad43965a4fbc67973fcc1c1a71119c9d95d85c3
Doc: Fill the simulation parameters. Add the sim-mpi-comm argument.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/conf.py", "new_path": "doc/sphinx/source/conf.py", "diff": "@@ -235,6 +235,9 @@ rst_epilog = \"\"\"\n.. |SIMD| replace:: :abbr:`SIMD (Single Instruction Multiple Data)`\n+.. |BFER| replace:: :abbr:`BFER (Bit and Frame Error Rate)`\n+.. |SNR| ...
C++
MIT License
aff3ct/aff3ct
Doc: Fill the simulation parameters. Add the sim-mpi-comm argument.
8,483
16.11.2018 18:21:38
-3,600
251d810d6de6a200cf26b22958948e339f264d16
Doc: work on global arguments.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/compilation/compilation.rst", "new_path": "doc/sphinx/source/compilation/compilation.rst", "diff": "@@ -287,6 +287,8 @@ syntax to follow:\ncmake .. -DAFF3CT_OPTION=ON\n+.. _compilation_compiler_options:\n+\nCompiler Options\n----------------\...
C++
MIT License
aff3ct/aff3ct
Doc: work on global arguments.
8,482
16.11.2018 20:25:04
-10,800
3a4dab072268167157b6b8a224af06f658376497
LLR calculation refactor
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "diff": "@@ -314,30 +314,24 @@ void Modem_SCMA<B,R,Q,PSI>\n// guess at each user\nfor (auto i = 0; i < CB.get_codebook_size(); i++) //codeword index\n{\n- guess(0,i) = m...
C++
MIT License
aff3ct/aff3ct
LLR calculation refactor
8,483
16.11.2018 18:33:56
-3,600
60119df272e595510db116f7d2c58ce29d3f8451
Doc: Add an introduction to the parameters.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/parameters.rst", "new_path": "doc/sphinx/source/simulation/parameters/parameters.rst", "diff": "Parameters\n^^^^^^^^^^\n+AFF3CT contains many arguments classified in three categories:\n+\n+:Required: identified by the |i...
C++
MIT License
aff3ct/aff3ct
Doc: Add an introduction to the parameters.
8,482
16.11.2018 21:29:14
-10,800
ec5ba78f9c15a5d1c99d6b5cb019a56681ee9e5b
Add function for probability normalization
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "diff": "@@ -68,6 +68,7 @@ private:\nQ phi(const Q* Y_N1, int i, int j, int k, int re, int batch);\nQ phi(const Q* Y_N1, int i, int j, int k, int re, int batch, const R*...
C++
MIT License
aff3ct/aff3ct
Add function for probability normalization
8,482
17.11.2018 13:38:52
-10,800
1a2ca4c13d52d1c8255826bf95377ed4d2f2597b
Rename normalize_prob -> normalize_prob_msg_res_user for better code understanding
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "diff": "@@ -68,7 +68,7 @@ private:\nQ phi(const Q* Y_N1, int i, int j, int k, int re, int batch);\nQ phi(const Q* Y_N1, int i, int j, int k, int re, int batch, const R*...
C++
MIT License
aff3ct/aff3ct
Rename normalize_prob -> normalize_prob_msg_res_user for better code understanding
8,483
19.11.2018 09:10:40
-3,600
09a776e32919117ba33de43d3277fefcef021935
Doc: Cosmetics and add notes in simulation paratmeters.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/sim/sim.rst", "new_path": "doc/sphinx/source/simulation/parameters/sim/sim.rst", "diff": "@@ -112,13 +112,16 @@ Description of the allowed values:\n.. |sim-cde-type_descr_rsc| replace:: The `Recursive Systematic Convolut...
C++
MIT License
aff3ct/aff3ct
Doc: Cosmetics and add notes in simulation paratmeters.
8,483
19.11.2018 09:37:22
-3,600
8bbd0ffd6a0e2b68f6cddbf1a3f4b8017465c6d9
Cosmetics in SCMA
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "diff": "@@ -68,7 +68,7 @@ private:\nQ phi(const Q* Y_N1, int i, int j, int k, int re, int batch);\nQ phi(const Q* Y_N1, int i, int j, int k, int re, int batch, const R*...
C++
MIT License
aff3ct/aff3ct
Cosmetics in SCMA
8,483
19.11.2018 09:37:43
-3,600
8772d77dc694ff1ca1e9472906deef7ed7446b36
Fix SCMA filter
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "diff": "@@ -350,7 +350,7 @@ void Modem_SCMA<B,R,Q,PSI>\nthrow tools::invalid_argument(__FILE__, __LINE__, __func__, message.str());\n}\n- std::copy(Y_N1, Y_N1 + this->N...
C++
MIT License
aff3ct/aff3ct
Fix SCMA filter
8,490
19.11.2018 15:23:56
-3,600
3499d0d53380261104e39361c3f0a26b63aba6a9
Doc: fix bad legend.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/overview/overview.rst", "new_path": "doc/sphinx/source/simulation/overview/overview.rst", "diff": "@@ -43,7 +43,7 @@ illustrates those parameters in a simplified communication chain.\n:figwidth: 70 %\n:align: center\n- |SNR|-relate...
C++
MIT License
aff3ct/aff3ct
Doc: fix bad legend.
8,490
20.11.2018 14:26:51
-3,600
968148712fa4c8645b49d0a2cc976f284ddceb88
Doc: improve the simulation overview.
[ { "change_type": "DELETE", "old_path": "doc/sphinx/source/simulation/overview/images/arg_advanced.png", "new_path": "doc/sphinx/source/simulation/overview/images/arg_advanced.png", "diff": "Binary files a/doc/sphinx/source/simulation/overview/images/arg_advanced.png and /dev/null differ\n" }, { ...
C++
MIT License
aff3ct/aff3ct
Doc: improve the simulation overview.
8,483
21.11.2018 12:24:06
-3,600
71a813d202820167923341cb0a9f2591c39db388
Add detail about rectangular QAM
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/mdm/mdm.rst", "new_path": "doc/sphinx/source/simulation/parameters/mdm/mdm.rst", "diff": "@@ -66,7 +66,7 @@ Description of the allowed values:\n.. |mdm-type_descr_ook| replace:: The `On-Off Keying`_\n.. |mdm-type_descr_p...
C++
MIT License
aff3ct/aff3ct
Add detail about rectangular QAM
8,483
21.11.2018 12:24:26
-3,600
4ddb55923377cddb32f9dbc77c1da984cc0e4601
Rework channel to add details about math formulas.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/simulation/parameters/chn/chn.rst", "new_path": "doc/sphinx/source/simulation/parameters/chn/chn.rst", "diff": "@@ -20,8 +20,8 @@ error-correcting codes.\n:Default: ``AWGN``\n:Examples: ``--chn-type AWGN``\n-Type of the channel to use in the ...
C++
MIT License
aff3ct/aff3ct
Rework channel to add details about math formulas.
8,490
21.11.2018 14:17:45
-3,600
d6cfa4e22db75c86fc82d540f6a8883f5e0d18b8
Doc: detail the AFF3CT motivations.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/conf.py", "new_path": "doc/sphinx/source/conf.py", "diff": "@@ -239,6 +239,8 @@ rst_epilog = \"\"\"\n.. |AFF3CT| replace:: :abbr:`AFF3CT (A Fast Forward Error Correction Toolbox!)`\n.. |PyBER| replace:: PyBER\n.. |GUI| replace:: :abbr:`GUI (G...
C++
MIT License
aff3ct/aff3ct
Doc: detail the AFF3CT motivations.
8,490
21.11.2018 15:17:44
-3,600
97eb62aa252ba43b6b66a0fce6af6f4ef67e6719
Use RestructuredText instead of Markdown for the README + reorganize the README.
[ { "change_type": "MODIFY", "old_path": "README.rst", "new_path": "README.rst", "diff": "-# AFF3CT Short Presentation\n+AFF3CT: A Fast Forward Error Correction Toolbox!\n+================================================\n-**AFF3CT** (A Fast Forward Error Correction Toolbox!) is a library dedicated to...
C++
MIT License
aff3ct/aff3ct
Use RestructuredText instead of Markdown for the README + reorganize the README.
8,490
21.11.2018 16:02:17
-3,600
67cce63a804f2c3f89224e1c1ca14effccc64972
Use RestructuredText instead of Markdown for the contributing guide.
[ { "change_type": "DELETE", "old_path": "CONTRIBUTING.md", "new_path": null, "diff": "-# Contributing Guidelines\n-\n-We're really glad you're reading this, because we need volunteer developers to expand this project.\n-\n-Here are some important resources to communicate with us:\n-\n- * [The officia...
C++
MIT License
aff3ct/aff3ct
Use RestructuredText instead of Markdown for the contributing guide.
8,483
21.11.2018 16:09:47
-3,600
4b7761d87bac3cf7aee76f4e528e748442b291c9
Add sim debug frame max option to limit the number of displayed frames when debuging.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/Simulation.cpp", "new_path": "src/Factory/Simulation/Simulation.cpp", "diff": "@@ -82,6 +82,11 @@ void Simulation::parameters\ntools::Integer(tools::Positive(), tools::Non_zero()),\n\"set the max number of elements to display in the debu...
C++
MIT License
aff3ct/aff3ct
Add sim debug frame max option to limit the number of displayed frames when debuging.
8,483
21.11.2018 16:37:07
-3,600
4f8f442737df54c9a2ed5a4f08006dcfec2401a5
Fix the display of the debug
[ { "change_type": "MODIFY", "old_path": "src/Module/Task.cpp", "new_path": "src/Module/Task.cpp", "diff": "@@ -191,7 +191,7 @@ static inline void display_data(const T *data,\nif (max_frame < n_fra)\n{\nstd::cout << (f >= 1 ? spaces : \"\") << rang::style::bold << rang::fg::gray << \"f\" << std::setw(...
C++
MIT License
aff3ct/aff3ct
Fix the display of the debug
8,482
21.11.2018 20:05:29
-10,800
4fe37f15e47a57d0623d7e3a02b54cc4b6918584
Delete unused argument in demodulate_batch function
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "diff": "@@ -67,7 +67,7 @@ public:\nprivate:\nQ phi(const Q* Y_N1, int i, int j, int k, int re, int batch);\nQ phi(const Q* Y_N1, int i, int j, int k, int re, int batch,...
C++
MIT License
aff3ct/aff3ct
Delete unused argument in demodulate_batch function
8,482
21.11.2018 20:13:42
-10,800
799f9873d28dc2915d4312d9d838ba27217b2522
Headers are guarded against multiple inclusions
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "diff": "+#ifndef MODEM_SCMA_HXX_\n+#define MODEM_SCMA_HXX_\n+\n#include <cassert>\n#include <iomanip>\n#include <type_traits>\n@@ -355,3 +358,5 @@ void Modem_SCMA<B,R,Q...
C++
MIT License
aff3ct/aff3ct
Headers are guarded against multiple inclusions
8,482
22.11.2018 12:05:27
-10,800
9e3610a56c703de3d90366ed9b03045895ef0866
Add system_bps attribute in Codebook class The value may be float
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "diff": "@@ -43,11 +43,10 @@ Modem_SCMA<B,R,Q,PSI>\nthrow tools::invalid_argument(__FILE__, __LINE__, __func__, message.str());\n}\n- if (bps != 3) // TODO: With what sh...
C++
MIT License
aff3ct/aff3ct
Add system_bps attribute in Codebook class The value may be float
8,482
22.11.2018 12:21:29
-10,800
e755575ca0ccb904b29b3d93c58ee8ba0652a312
Add member number_of_real_symbols and method get_number_of_real_symbols
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/SCMA/Codebook.hpp", "new_path": "src/Tools/Code/SCMA/Codebook.hpp", "diff": "@@ -24,6 +24,7 @@ public:\nint get_number_of_resources () const;\nint get_number_of_resources_per_user() const;\nint get_number_of_users_per_resource() const;\n+ int ge...
C++
MIT License
aff3ct/aff3ct
Add member number_of_real_symbols and method get_number_of_real_symbols
8,482
22.11.2018 12:29:48
-10,800
553c8aba0171160ea441ffd838c103f21b82ef37
Value "8" replacrd by CB.get_number_of_real_symbols()
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hxx", "diff": "@@ -82,7 +82,7 @@ void Modem_SCMA<B,R,Q,PSI>\nthrow tools::invalid_argument(__FILE__, __LINE__, __func__, message.str());\n}\n- const auto N_mod = 8 * ((this->N...
C++
MIT License
aff3ct/aff3ct
Value "8" replacrd by CB.get_number_of_real_symbols()
8,490
22.11.2018 11:36:36
-3,600
a3ebbf456ddd37c0aa5fb5e433bb878672d4d0c2
Doc: replace 'bash' by 'console'.
[ { "change_type": "MODIFY", "old_path": "CONTRIBUTING.rst", "new_path": "CONTRIBUTING.rst", "diff": "@@ -21,7 +21,7 @@ done (read more about `pull requests`_).\nAlways write a clear log message for your commits. One-line messages are fine\nfor small changes, but bigger changes should look like this:\...
C++
MIT License
aff3ct/aff3ct
Doc: replace 'bash' by 'console'.
8,490
22.11.2018 11:48:02
-3,600
dd943dd9c882f6890d0dd01f0e5ed2c8cac5b314
Doc: rm Simulink.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/introduction/introduction.rst", "new_path": "doc/sphinx/source/user/introduction/introduction.rst", "diff": "@@ -38,8 +38,7 @@ Below, a list of the features that motivated the creation of the simulator:\n#. **prototype hardware implement...
C++
MIT License
aff3ct/aff3ct
Doc: rm Simulink.
8,483
22.11.2018 16:06:11
-3,600
e44ba0062f195c1c6c1d820cde232d50d5a6d8dc
Doc: Add the --sim-debug-frame argument
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/sim/sim.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/sim/sim.rst", "diff": "@@ -355,7 +355,7 @@ step.\n``--sim-debug-hex``\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n-Enable the debug mode and print...
C++
MIT License
aff3ct/aff3ct
Doc: Add the --sim-debug-frame argument
8,483
22.11.2018 16:18:09
-3,600
2ed8c7f42bdfd72d8a761af7021753b59d2b1b9a
Rename --sim-debug-xxx args into --sim-dbg-xxx.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/Simulation.cpp", "new_path": "src/Factory/Simulation/Simulation.cpp", "diff": "@@ -46,44 +46,44 @@ void Simulation::parameters\nargs.add(\n{p+\"-stop-time\"},\ntools::Integer(tools::Positive()),\n- \"time in sec after what the current si...
C++
MIT License
aff3ct/aff3ct
Rename --sim-debug-xxx args into --sim-dbg-xxx.
8,483
22.11.2018 16:19:39
-3,600
98467f04550c7fbf4877fc04b8b4e91586114320
Rename --mnt-max-frame into --mnt-max-fra
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Factory/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "@@ -46,7 +46,7 @@ void Monitor_BFER::parameters\n\"max number of frame errors for each noise point simulation.\");\nargs.add(\n- {p+\"-m...
C++
MIT License
aff3ct/aff3ct
Rename --mnt-max-frame into --mnt-max-fra
8,483
22.11.2018 16:36:44
-3,600
2c9edf74d85f1f38f4c812158956052903a90b0f
Doc: change --sim-debug-xxx args to --sim-dbg-xxx
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/sim/sim.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/sim/sim.rst", "diff": "@@ -333,10 +333,10 @@ vice-versa.\n.. TODO : add a link to the COSET encoder.\n-.. _sim-sim-debug:\n+.. _sim-sim-dbg:\n-...
C++
MIT License
aff3ct/aff3ct
Doc: change --sim-debug-xxx args to --sim-dbg-xxx
8,482
24.11.2018 14:34:22
-10,800
694327747d60399663ac66a6c268937aa90a4819
Change type and explicit casting
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/SCMA/Codebook.hpp", "new_path": "src/Tools/Code/SCMA/Codebook.hpp", "diff": "@@ -25,7 +25,7 @@ public:\nint get_number_of_resources_per_user() const;\nint get_number_of_users_per_resource() const;\nint get_number_of_real_symbols () const;\n- dou...
C++
MIT License
aff3ct/aff3ct
Change type and explicit casting
8,483
27.11.2018 16:47:53
-3,600
49fc9a84213de1b8e643b29861981b4b11bd0a48
Doc: Work on Turbo prod.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/conf.py", "new_path": "doc/sphinx/source/conf.py", "diff": "@@ -228,63 +228,64 @@ rst_epilog = \"\"\"\n:width: 80px\n:height: 25px\n-.. |version| replace:: \"\"\" + version + \"\"\"\n-.. |release| replace:: \"\"\" + release + \"\"\"\n-.. |PyB...
C++
MIT License
aff3ct/aff3ct
Doc: Work on Turbo prod.
8,490
27.11.2018 17:20:15
-3,600
f1bd704361c43632a5844d2187471b174d6a12db
Doc: rework the modem parameters.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/conf.py", "new_path": "doc/sphinx/source/conf.py", "diff": "@@ -299,6 +299,11 @@ rst_epilog = \"\"\"\n.. |LUT| replace:: :abbr:`LUT (Look Up Table)`\n.. |LUTs| replace:: :abbr:`LUTs (Look Up Tables)`\n.. |MT 19937| replace:: :abbr:`MT 19937(M...
C++
MIT License
aff3ct/aff3ct
Doc: rework the modem parameters.
8,490
28.11.2018 15:16:55
-3,600
2f87a054f8b578be1e9daf10247123ebe610b863
Doc: rework the channel parameters.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/conf.py", "new_path": "doc/sphinx/source/conf.py", "diff": "@@ -234,6 +234,7 @@ rst_epilog = \"\"\"\n.. |ARP| replace:: :abbr:`ARP (Almost Regular Permutation)`\n.. |ASCII| replace:: :abbr:`ASCII (American Standard Code for Information Interc...
C++
MIT License
aff3ct/aff3ct
Doc: rework the channel parameters.
8,483
28.11.2018 17:38:03
-3,600
cb50edc06b5642b0edd050c7542a36025f80c06f
Doc: Complete the TPC decoder
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/cdc/cdc_turbo_prod/dec.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/cdc/cdc_turbo_prod/dec.rst", "diff": "@@ -151,29 +151,48 @@ Description of the allowed values:\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"...
C++
MIT License
aff3ct/aff3ct
Doc: Complete the TPC decoder
8,490
28.11.2018 17:43:54
-3,600
8bd04e89036fc8611344cf170319fc4a803e710c
Doc: rework the quantizer parameters.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/cdc/cdc_turbo_prod/references.bib", "new_path": "doc/sphinx/source/user/simulation/parameters/cdc/cdc_turbo_prod/references.bib", "diff": "@Article{Pyndiah1998,\nauthor = {R.M. Pyndiah},\n- title = {Near-optimum dec...
C++
MIT License
aff3ct/aff3ct
Doc: rework the quantizer parameters.
8,490
28.11.2018 18:57:18
-3,600
c63c32b2e6d6226b74e91c0b7c5e71ae33446f76
Doc: rework the monitor and terminal parameters.
[ { "change_type": "MODIFY", "old_path": "README.rst", "new_path": "README.rst", "diff": "@@ -13,7 +13,7 @@ performances of the (2048,1723) Polar code from 1.0 to 4.0 dB:\n.. code-block:: console\n- aff3ct -C POLAR -K 1723 -N 2048 -m 1.0 -M 4.0\n+ $ aff3ct -C POLAR -K 1723 -N 2048 -m 1.0 -M 4.0\nAnd t...
C++
MIT License
aff3ct/aff3ct
Doc: rework the monitor and terminal parameters.
8,490
29.11.2018 10:07:22
-3,600
915b835de1ce76dcea8dd6b502367dd8bedc78e4
Doc: replace '.. code-block:: console' by '.. code-block:: bash'.
[ { "change_type": "MODIFY", "old_path": "CONTRIBUTING.rst", "new_path": "CONTRIBUTING.rst", "diff": "@@ -21,9 +21,9 @@ done (read more about `pull requests`_).\nAlways write a clear log message for your commits. One-line messages are fine\nfor small changes, but bigger changes should look like this:\...
C++
MIT License
aff3ct/aff3ct
Doc: replace '.. code-block:: console' by '.. code-block:: bash'.
8,483
29.11.2018 11:35:37
-3,600
ea50e8d7a17ae22c034a80b12a349dbca4626baf
When using the error tracker with LDPC_DVBS2 encoder, then do not force the use of an USER encoder because it needs LDPC_DVBS2 type to generate the matrix. Add the link to the pdf of the DVBS2 standard in the DVBS2 constants
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Simulation/BFER_ite.cpp", "new_path": "src/Launcher/Simulation/BFER_ite.cpp", "diff": "@@ -155,8 +155,11 @@ void BFER_ite<B,R,Q>\nparams.src->implem = \"STD\";\nparams.src->path = params.err_track_path + std::string(\"_$noise.src\");\n+ if (params...
C++
MIT License
aff3ct/aff3ct
When using the error tracker with LDPC_DVBS2 encoder, then do not force the use of an USER encoder because it needs LDPC_DVBS2 type to generate the matrix. Add the link to the pdf of the DVBS2 standard in the DVBS2 constants
8,490
29.11.2018 13:59:11
-3,600
b036438c3fabd2ff55f23c3d8fee8b9cb097a99a
Doc: regroup codec params in common parameters.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/codec/bch/encoder.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/codec/bch/encoder.rst", "diff": "@@ -23,27 +23,6 @@ The codeword size.\nUseful number of bit transmitted (information bits).\n-.. _en...
C++
MIT License
aff3ct/aff3ct
Doc: regroup codec params in common parameters.
8,490
29.11.2018 15:38:02
-3,600
92ff7b5916973f1f167ca3e4829e9e4342332c63
Doc: add a note when usign Hamming distance.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/codec/common/decoder.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/codec/common/decoder.rst", "diff": "@@ -75,6 +75,10 @@ Set the maximum number of bit flips in the Chase decoder.\nCompute the `Ham...
C++
MIT License
aff3ct/aff3ct
Doc: add a note when usign Hamming distance.
8,490
29.11.2018 15:48:03
-3,600
7b974c24c0acdfcaab9003d20c9026c05c80b21c
Doc: BCH with refs to the common section.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/codec/bch/decoder.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/codec/bch/decoder.rst", "diff": "Decoder parameters\n------------------\n-.. _dec-bch-dec-corr-pow:\n-\n-``--dec-corr-pow, -T``\n-\"\...
C++
MIT License
aff3ct/aff3ct
Doc: BCH with refs to the common section.
8,483
29.11.2018 16:02:26
-3,600
4dd60b503a07944d0ecfe4c539f2b264ed889980
Doc: Add details about the BCH Codec
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/codec/bch/codec.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/codec/bch/codec.rst", "diff": ".. _codec-bch:\n-Codec BCH\n-*********\n+Codec |BCH|\n+***********\n.. toctree::\n:maxdepth: 2\n" }, ...
C++
MIT License
aff3ct/aff3ct
Doc: Add details about the BCH Codec