author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
8,483
18.12.2018 09:17:06
-3,600
b39ad5e58a4954bc27b2765fd52002d9b33cfba6
Add math constants file for PI.
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/CPM/Modem_CPM.hxx", "new_path": "src/Module/Modem/CPM/Modem_CPM.hxx", "diff": "#include \"Tools/Exception/exception.hpp\"\n#include \"Tools/Math/matrix.h\"\n#include \"Tools/Math/numerical_integration.h\"\n+#include \"Tools/Math/math_constants...
C++
MIT License
aff3ct/aff3ct
Add math constants file for PI.
8,483
19.12.2018 13:58:55
-3,600
18272ca0830bd744f9dc5dfa8d7cebf246394185
Add the LDPC-PPBF decoder
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Decoder.cpp", "new_path": "src/Factory/Module/Decoder/Decoder.cpp", "diff": "@@ -52,6 +52,9 @@ void Decoder::parameters\ntools::add_arg(args, p, class_name+\"p+flips\",\ntools::Integer(tools::Positive()));\n+\n+ tools::add_arg(args, ...
C++
MIT License
aff3ct/aff3ct
Add the LDPC-PPBF decoder
8,483
19.12.2018 13:59:05
-3,600
a9d92d5e894cb0a0c97431be1598d5aea2d4eda3
Doc: add the LDPC-PPBF
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/conf.py", "new_path": "doc/sphinx/source/conf.py", "diff": "@@ -337,6 +337,7 @@ rst_epilog = \"\"\"\n.. |PRNG| replace:: :abbr:`PRNG (Pseudo Random Number Generator)`\n.. |PRNGs| replace:: :abbr:`PRNGs (Pseudo Random Number Generators)`\n.. |...
C++
MIT License
aff3ct/aff3ct
Doc: add the LDPC-PPBF
8,490
19.12.2018 15:01:40
-3,600
6f08f2819b9f8dbd5c16e69effd7654af27d1392
Improve the polar nodes parser code.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Polar/Decoder_polar.cpp", "new_path": "src/Factory/Module/Decoder/Polar/Decoder_polar.cpp", "diff": "#include \"Tools/Code/Polar/API/API_polar_static_intra_32bit.hpp\"\n#endif\n-#include \"Tools/Code/Polar/nodes_parser.h\"\n+#include...
C++
MIT License
aff3ct/aff3ct
Improve the polar nodes parser code.
8,483
19.12.2018 16:28:37
-3,600
1d45402d21b36e2d339367801249b68aff8e5086
Fix modem display when OOK but not OPTICAL
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Modem/Modem.cpp", "new_path": "src/Factory/Module/Modem/Modem.cpp", "diff": "@@ -248,7 +248,7 @@ void Modem::parameters\nif (full) headers[p].push_back(std::make_pair(\"Channel type\", channel_type));\n- if (this->type == \"OOK\")\n+ if (thi...
C++
MIT License
aff3ct/aff3ct
Fix modem display when OOK but not OPTICAL
8,483
19.12.2018 16:29:01
-3,600
f053a1f336c89645e2d771ee28ca958482137488
Fix exception message in PPBF
[ { "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": "@@ -40,7 +40,7 @@ Decoder_LDPC_probabilistic_parallel_bit_flippi...
C++
MIT License
aff3ct/aff3ct
Fix exception message in PPBF
8,483
19.12.2018 17:55:09
-3,600
bf30148d4431acd34dd94ddde0644041afd5cbe6
Update conf and refs submodules
[ { "change_type": "MODIFY", "old_path": "conf", "new_path": "conf", "diff": "-Subproject commit a36cb2fffab1651f65f32fd685cacda718b19e11\n+Subproject commit 79848a60c38a46fa8f3c519dcd8a22130949c4b7\n" }, { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-...
C++
MIT License
aff3ct/aff3ct
Update conf and refs submodules
8,483
19.12.2018 19:53:46
-3,600
d9551d848cbcd95c20b7566dd5e3cb8fa14d70eb
Give 10 secondes to the LDPC regression tests
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -368,7 +368,7 @@ test-regression-ldpc:\nscript:\n- source ./ci/tools/threads.sh\n- source ./ci/tools/git-version.sh\n- - ./ci/test-regression.py --refs-path refs/LDPC --results-path test-regression-res...
C++
MIT License
aff3ct/aff3ct
Give 10 secondes to the LDPC regression tests
8,483
20.12.2018 08:46:23
-3,600
5546f4e04810b8fea0b10a871a5bec87e0c7ef08
Add Key reader in the help reader script
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_help_reader.py", "new_path": "scripts/aff3ct_help_reader.py", "diff": "-def __parse_argument(command, declaration, info):\n+import argparse\n+import sys\n+\n+def __parse_argument(command, declaration, key, info):\nargStartSpace = \" \"\nlen_argS...
C++
MIT License
aff3ct/aff3ct
Add Key reader in the help reader script
8,483
20.12.2018 18:07:04
-3,600
c2303ae21e39319c6fa16101cfca755b6fed6761
Fix the read of the keys
[ { "change_type": "MODIFY", "old_path": "conf", "new_path": "conf", "diff": "-Subproject commit a36cb2fffab1651f65f32fd685cacda718b19e11\n+Subproject commit 79848a60c38a46fa8f3c519dcd8a22130949c4b7\n" }, { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-...
C++
MIT License
aff3ct/aff3ct
Fix the read of the keys
8,483
20.12.2018 19:10:57
-3,600
03e3253a388a2a9999130c58ca02cc5ee3aec009
Auto generate the code and simulation types lists in check_keys_dochelp script
[ { "change_type": "MODIFY", "old_path": "scripts/check_keys_dochelp.py", "new_path": "scripts/check_keys_dochelp.py", "diff": "@@ -63,11 +63,18 @@ def aff3ct_helpmap_to_keys_list(help_map, aff3ct_keys): # fill aff3ct_keys from\ndef get_aff3ct_help_keys(aff3ct_path):\n- aff3ct_keys = []\n- codesList =...
C++
MIT License
aff3ct/aff3ct
Auto generate the code and simulation types lists in check_keys_dochelp script
8,483
20.12.2018 19:13:25
-3,600
2512d4e3668165599cf2004c8db6bb23bb1e9851
Add default arguments in check_keys_dochelp.py
[ { "change_type": "MODIFY", "old_path": "scripts/check_keys_dochelp.py", "new_path": "scripts/check_keys_dochelp.py", "diff": "@@ -110,8 +110,8 @@ def check_keys(keys_file, aff3ct_path):\nif __name__ == \"__main__\":\nparser = argparse.ArgumentParser()\n- parser.add_argument('--keys', action='store',...
C++
MIT License
aff3ct/aff3ct
Add default arguments in check_keys_dochelp.py
8,483
21.12.2018 11:40:45
-3,600
4b64d8a83e82d89dd3fe84f3ccad908f29298234
Fix the Reporter noise.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Reporter/Noise/Reporter_noise.cpp", "new_path": "src/Tools/Display/Reporter/Noise/Reporter_noise.cpp", "diff": "@@ -16,15 +16,15 @@ using namespace aff3ct::tools;\ntemplate <typename R>\nstruct Reporter_noise<R>::Noise_ptr\n{\n- explicit Nois...
C++
MIT License
aff3ct/aff3ct
Fix the Reporter noise.
8,483
21.12.2018 11:41:34
-3,600
bba449f51f9bbe1facf5cf79c4ee5750c7b02c46
Change conf/ refs/ submodules position
[ { "change_type": "MODIFY", "old_path": "conf", "new_path": "conf", "diff": "-Subproject commit a36cb2fffab1651f65f32fd685cacda718b19e11\n+Subproject commit 79848a60c38a46fa8f3c519dcd8a22130949c4b7\n" }, { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-...
C++
MIT License
aff3ct/aff3ct
Change conf/ refs/ submodules position
8,490
21.12.2018 12:00:07
-3,600
73fd12df3758d4ad8a42a343902681c2d5b73a90
Doc: add AList and QC format description.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/codec/ldpc/decoder.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/codec/ldpc/decoder.rst", "diff": "This argument is not required if the encoder type :ref:`enc-ldpc-enc-type`\nis ``LDPC_DVBS2``.\n+F...
C++
MIT License
aff3ct/aff3ct
Doc: add AList and QC format description.
8,483
21.12.2018 13:21:49
-3,600
b7c9b6c8ae954d241cee0067fe66d9b4a0bc8963
Recompute the syndrome in PPBF after all loops because VN are modified after the last check. Doc add PPBF in implem Tables
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/codec/ldpc/decoder.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/codec/ldpc/decoder.rst", "diff": "@@ -114,19 +114,19 @@ corresponding available implementations.\n.. table:: |LDPC| decoder types an...
C++
MIT License
aff3ct/aff3ct
Recompute the syndrome in PPBF after all loops because VN are modified after the last check. Doc add PPBF in implem Tables
8,490
21.12.2018 15:06:03
-3,600
139c16afd4300d30912b461448c6cc6045caf118
Fix wrong argument key.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Tools/Code/Turbo/Flip_and_check.cpp", "new_path": "src/Factory/Tools/Code/Turbo/Flip_and_check.cpp", "diff": "@@ -55,7 +55,7 @@ void Flip_and_check::parameters\ntools::add_arg(args, p, class_name+\"p+ite-s\",\ntools::Integer(tools::Positive(), tool...
C++
MIT License
aff3ct/aff3ct
Fix wrong argument key.
8,490
21.12.2018 18:02:43
-3,600
f8e8998ba03753c2a3475164afa6cd82bed688ae
Improve the doc script + add/rm arguments.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/channel/channel.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/channel/channel.rst", "diff": "@@ -244,6 +244,21 @@ experiments is an *Intel(R) Xeon(R) CPU E3-1270 v5 @ 3.60GHz* 8 threads |CPU|.\nsim...
C++
MIT License
aff3ct/aff3ct
Improve the doc script + add/rm arguments.
8,490
22.12.2018 14:14:53
-3,600
80455f94a47a23766cf9645d7397169765744fbf
CI: try to limit the sizes when building the builds.
[ { "change_type": "MODIFY", "old_path": "ci/deploy-builds-linux.sh", "new_path": "ci/deploy-builds-linux.sh", "diff": "@@ -93,7 +93,8 @@ do\nzip -r $ZIP_NAME $BUILD\n- cp $ZIP_NAME ${REPO_WEB}/${REPO_RESSOURCES}/aff3ct_builds/\n+ mv $ZIP_NAME ${REPO_WEB}/${REPO_RESSOURCES}/aff3ct_builds/\n+ rm -rf $B...
C++
MIT License
aff3ct/aff3ct
CI: try to limit the sizes when building the builds.
8,490
22.12.2018 15:05:38
-3,600
91bce32992b01ce69f880b8bbf5e37ac79f9980f
Improve the documentation-check.py script to manage exceptions.
[ { "change_type": "RENAME", "old_path": "scripts/aff3ct_help_reader.py", "new_path": "ci/aff3ct_help_parser.py", "diff": "@@ -15,7 +15,6 @@ def __parse_argument(command, declaration, key, info):\nelif group.startswith(\"{A}\"):\ngroup = \"advanced\"\n-\n# parse the name\nposspace = declaration.find(\...
C++
MIT License
aff3ct/aff3ct
Improve the documentation-check.py script to manage exceptions.
8,490
22.12.2018 15:06:09
-3,600
148d762953488812fccd2b7e197e5dc59244ca43
CI: plug the 'documentation-check.py' script.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -38,22 +38,6 @@ analysis-headers:\n- ./scripts/generate_aff3ct_header.sh aff3ct.hpp\n- diff aff3ct.hpp src/aff3ct.hpp\n-documentation-sphinx:\n- stage: documentation\n- artifacts:\n- name: documentatio...
C++
MIT License
aff3ct/aff3ct
CI: plug the 'documentation-check.py' script.
8,490
22.12.2018 16:27:41
-3,600
b0c8c41bc88b370258cf47dde2dd2cf6fa53fb81
CI: fix wrong path.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -338,7 +338,7 @@ documentation-check:\n- sse4.2\n- python\nscript:\n- - ./ci/documentation-check.py --aff3ct \"build-linux-gcc-x64-sse4.2/bin/aff3ct\"\n+ - ./ci/documentation-check.py --aff3ct \"build_...
C++
MIT License
aff3ct/aff3ct
CI: fix wrong path.
8,490
22.12.2018 17:37:07
-3,600
09cedbdbfb3a6ab021816f6de17dec6df8bfc6e5
Doc: fix the '--dec-seed' missing parameter description.
[ { "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": "@@ -78,6 +78,16 @@ Description of the allowed values:\nperformances. The |BFER| performances w...
C++
MIT License
aff3ct/aff3ct
Doc: fix the '--dec-seed' missing parameter description.
8,490
24.12.2018 10:48:24
-3,600
7a85f94ec6b815ddcaf91072c6226d9e4a3b2f2d
CI: reduce the number of dev. releases to keep to 5 + add error codes return.
[ { "change_type": "MODIFY", "old_path": "ci/deploy-builds-linux.sh", "new_path": "ci/deploy-builds-linux.sh", "diff": "@@ -46,8 +46,10 @@ fi\nREPO_WEB=aff3ct.github.io\nREPO_RESSOURCES=ressources\ngit clone git@github.com:aff3ct/${REPO_WEB}.git\n+rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi\ncd ${REPO...
C++
MIT License
aff3ct/aff3ct
CI: reduce the number of dev. releases to keep to 5 + add error codes return.
8,490
07.01.2019 14:57:27
-3,600
8485880a4ce42ca35c383e0654b46e425a6a841e
Fix wrong cmd line example.
[ { "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:: bash\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 -s ...
C++
MIT License
aff3ct/aff3ct
Fix wrong cmd line example.
8,490
07.01.2019 14:59:06
-3,600
30c38acc3df7f5a7edacf604640235d3151af349
Fix the version detection from Git.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -86,12 +86,10 @@ 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
Fix the version detection from Git.
8,490
08.01.2019 09:36:16
-3,600
b1d9a76aa89b9ff8156ab3872b66b24ba477f0b9
CI: add auto push to the AFF3CT GitHub mirror.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -589,6 +589,18 @@ deploy-builds-linux:\n- source ./ci/tools/git-version.sh\n- ./ci/deploy-builds-linux.sh build_linux_gcc_x64_sse4.2 build_linux_gcc_x64_avx2 build_windows_gcc_x86_sse4.2 build_windows_...
C++
MIT License
aff3ct/aff3ct
CI: add auto push to the AFF3CT GitHub mirror.
8,490
08.01.2019 10:02:39
-3,600
2106b4fcdb11652cce4658e1c2776c93eb273e63
CI: check the consistency of the Git submodules.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -38,6 +38,17 @@ analysis-headers:\n- ./scripts/generate_aff3ct_header.sh aff3ct.hpp\n- diff aff3ct.hpp src/aff3ct.hpp\n+analysis-git-submodules:\n+ stage: analysis\n+ tags:\n+ - linux\n+ only:\n+ - mas...
C++
MIT License
aff3ct/aff3ct
CI: check the consistency of the Git submodules.
8,490
08.01.2019 10:03:56
-3,600
7fce988eb5fd5dfc3f357245ecaed964a38693e4
CI: fix wrong script name.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -47,7 +47,7 @@ analysis-git-submodules:\n- development\nscript:\n- source ./ci/tools/git-branch.sh\n- - ./ci/analysis-git-submodules.sh\n+ - ./ci/analysis-git-submodule.sh\nbuild-linux-gcc-nointr:\nsta...
C++
MIT License
aff3ct/aff3ct
CI: fix wrong script name.
8,490
08.01.2019 10:06:12
-3,600
2b0e53711ac3b299bd924d35f001ea8e3742a2b5
CI: try to fix specific branch issue.
[ { "change_type": "MODIFY", "old_path": "ci/analysis-git-submodule.sh", "new_path": "ci/analysis-git-submodule.sh", "diff": "@@ -9,6 +9,8 @@ fi\ncd conf\nHASH_CONF=$(git rev-parse --short HEAD)\n+git checkout ${GIT_BRANCH}\n+git pull origin ${GIT_BRANCH}\nCONTAIN_COMMIT_CONF=$(git branch ${GIT_BRANCH...
C++
MIT License
aff3ct/aff3ct
CI: try to fix specific branch issue.
8,490
08.01.2019 11:20:13
-3,600
2cfc039f061bf9f6441c2800aa5915bd146c5a97
CI: add fake dependencies to reduce the number of downloads.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -51,6 +51,8 @@ analysis-git-submodules:\nbuild-linux-gcc-nointr:\nstage: build\n+ dependencies:\n+ - analysis-headers\ntags:\n- linux\n- gcc\n@@ -73,6 +75,8 @@ build-linux-gcc-nointr:\nbuild-linux-gcc-...
C++
MIT License
aff3ct/aff3ct
CI: add fake dependencies to reduce the number of downloads.
8,490
08.01.2019 13:09:33
-3,600
ff12a8a9f90b09cdde729ee918c6a848b04c409f
Replace 2018 by 2019.
[ { "change_type": "MODIFY", "old_path": "LICENSE", "new_path": "LICENSE", "diff": "MIT License\n-Copyright (c) 2017-2018 aff3ct\n+Copyright (c) 2017-2019 aff3ct\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"So...
C++
MIT License
aff3ct/aff3ct
Replace 2018 by 2019.
8,490
08.01.2019 14:23:33
-3,600
9dd5eb36052073bd5060b0820fbe8876af0f3b31
Fix rep node.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/Polar/API/functions_polar_seq.h", "new_path": "src/Tools/Code/Polar/API/functions_polar_seq.h", "diff": "@@ -191,7 +191,7 @@ struct rep_seq<B, signed char, H, N_ELMTS>\nsum_l += (int)l_a[i];\n// hardcoded h function\n- B r = ((sum_l <= 0) * bit_...
C++
MIT License
aff3ct/aff3ct
Fix rep node.
8,490
08.01.2019 14:47:22
-3,600
f8902f3291426de7571ca11e6ff0e5ebfefade58
CI: add long regression tests when a pipeline is scheduled.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -15,6 +15,8 @@ before_script:\nanalysis-cppcheck:\nstage: analysis\n+ except:\n+ - schedules\nartifacts:\nname: analysis-cppcheck-logs\nwhen: always\n@@ -27,6 +29,8 @@ analysis-cppcheck:\nanalysis-head...
C++
MIT License
aff3ct/aff3ct
CI: add long regression tests when a pipeline is scheduled.
8,490
08.01.2019 15:31:37
-3,600
eda7ea30fa7ce2a0b1f0d45ece86f2a61d197f56
CI: add variables to control the time of the regression tests when scheduled.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -457,7 +457,7 @@ test-regression-bch-long:\nscript:\n- source ./ci/tools/threads.sh\n- source ./ci/tools/git-version.sh\n- - export TIME_SEC=\"1800\"\n+ - export TIME_SEC=$CI_TIME_SEC_BCH\n- ./ci/test-...
C++
MIT License
aff3ct/aff3ct
CI: add variables to control the time of the regression tests when scheduled.
8,488
08.01.2019 17:00:42
-3,600
0d868ec8a52b32c2f08786d563181959702c8308
Update documentation for BEC frozen bits generator.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/codec/polar/encoder.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/codec/polar/encoder.rst", "diff": "@@ -50,7 +50,7 @@ Description of the allowed values:\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"...
C++
MIT License
aff3ct/aff3ct
Update documentation for BEC frozen bits generator.
8,488
08.01.2019 17:01:49
-3,600
da37594e3c6e4e74db6609eae506297ad2275de1
Fix segmentation fault caused by noise pointer. Changed to unique pointer.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator.hpp", "new_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator.hpp", "diff": "@@ -28,7 +28,7 @@ class Frozenbits_generator\nprotected:\nconst int K; /*!< Number of information bi...
C++
MIT License
aff3ct/aff3ct
Fix segmentation fault caused by noise pointer. Changed to unique pointer.
8,490
08.01.2019 17:12:02
-3,600
52503d6bb07079ce1d7924a0d2b34cb0722c2cc9
Doc: add the Polar MK doc.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/conf.py", "new_path": "doc/sphinx/source/conf.py", "diff": "@@ -317,6 +317,7 @@ rst_epilog = \"\"\"\n.. |MAP| replace:: :abbr:`MAP (Maximum A Posteriori)`\n.. |MATLAB| replace:: MATLAB\n.. |MI| replace:: :abbr:`MI (Mutual Information)`\n+.. |...
C++
MIT License
aff3ct/aff3ct
Doc: add the Polar MK doc.
8,490
09.01.2019 10:05:59
-3,600
27e6682a14bceb927bfddafb9e00f1e8da6ec286
CI: disable push on GitHub and use the specific GitLab feature instead.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -886,21 +886,21 @@ deploy-builds-linux:\n- source ./ci/tools/git-version.sh\n- ./ci/deploy-builds-linux.sh build_linux_gcc_x64_sse4.2 build_linux_gcc_x64_avx2 build_windows_gcc_x86_sse4.2 build_windows...
C++
MIT License
aff3ct/aff3ct
CI: disable push on GitHub and use the specific GitLab feature instead.
8,490
09.01.2019 10:16:51
-3,600
c9210c59c67752b031f82a736c797fb55884935b
CI: update long regression tests to run on very powerful machines.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -83,6 +83,8 @@ build-linux-gcc-nointr:\nbuild-linux-gcc-x64-sse4.2:\nstage: build\n+ except:\n+ - schedules\ndependencies:\n- analysis-headers\ntags:\n@@ -108,8 +110,6 @@ build-linux-gcc-x64-sse4.2:\nb...
C++
MIT License
aff3ct/aff3ct
CI: update long regression tests to run on very powerful machines.
8,490
09.01.2019 11:29:52
-3,600
1a0f6d6a0d06962480604625e83be79ec578f22b
CI: update deprecated submodule management.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "+GIT_SUBMODULE_STRATEGY: recursive\n+\nstages:\n- analysis\n- build\n@@ -10,8 +12,6 @@ before_script:\n- hostname\n- whoami\n# - pwd\n- - git submodule sync --recursive\n- - git submodule update --init --...
C++
MIT License
aff3ct/aff3ct
CI: update deprecated submodule management.
8,490
09.01.2019 11:57:20
-3,600
e2ad786098a8764fdcfbe8134db0dd8a91f8b83c
CI: set the default git submodule strategy to none and only enables it when necessary.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "variables:\n- GIT_SUBMODULE_STRATEGY: recursive\n+ GIT_SUBMODULE_STRATEGY: none\nstages:\n- analysis\n@@ -45,6 +45,8 @@ analysis-headers:\nanalysis-git-submodules:\nstage: analysis\n+ variables:\n+ GIT_SU...
C++
MIT License
aff3ct/aff3ct
CI: set the default git submodule strategy to none and only enables it when necessary.
8,490
09.01.2019 12:07:54
-3,600
a63adc7417f14db2a2886bf94eac97c1448b2895
CI: fix previous commit.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -444,6 +444,8 @@ documentation-check:\ntest-regression-bch:\nstage: test\n+ variables:\n+ GIT_SUBMODULE_STRATEGY: recursive\nretry: 1\nexcept:\n- schedules\n@@ -468,6 +470,8 @@ test-regression-bch:\nte...
C++
MIT License
aff3ct/aff3ct
CI: fix previous commit.
8,490
09.01.2019 13:42:42
-3,600
b31f1ac4b40d632b7a81b22d33c9503e6e3bcb0e
CI: be more precise on Python versions.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -438,7 +438,7 @@ documentation-check:\n- x86\n- 64-bit\n- sse4.2\n- - python\n+ - python3.5\nscript:\n- ./ci/documentation-check.py --aff3ct \"build_linux_gcc_x64_sse4.2/bin/aff3ct\"\n@@ -456,7 +456,7 ...
C++
MIT License
aff3ct/aff3ct
CI: be more precise on Python versions.
8,490
09.01.2019 15:40:12
-3,600
335d87124801fdd6294bcf18583c010811e0f404
Doc: improve the '--enc-kernel' and '--enc-code-path' descriptions.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/codec/polar_mk/encoder.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/codec/polar_mk/encoder.rst", "diff": "@@ -55,6 +55,10 @@ Description of the allowed values:\n|factory::Encoder_polar_MK::paramet...
C++
MIT License
aff3ct/aff3ct
Doc: improve the '--enc-kernel' and '--enc-code-path' descriptions.
8,490
09.01.2019 15:41:11
-3,600
164efd60b28b6c141583b3a74b1fd95777691a23
Smooth compiler options display.
[ { "change_type": "MODIFY", "old_path": "src/main.cpp", "new_path": "src/main.cpp", "diff": "@@ -142,16 +142,16 @@ void print_version()\nstd::cout << \"aff3ct (\" << os << prec << \", \" << compiler << \"-\" << compiler_version << \", \"\n<< mipp::InstructionFullType << \") \" << affect_version << st...
C++
MIT License
aff3ct/aff3ct
Smooth compiler options display.
8,490
09.01.2019 16:02:34
-3,600
b5e7fd3068694b96216f0ff91bbd0db5bae597c7
Quiet find_package.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -350,14 +350,14 @@ if (AFF3CT_SYSTEMC_SIMU OR AFF3CT_SYSTEMC_MODULE)\naff3ct_add_definitions (\"-DAFF3CT_SYSTEMC_MODULE\")\nendif ()\n- find_package (SystemC REQUIRED)\n+ find_package (SystemC REQUIRED...
C++
MIT License
aff3ct/aff3ct
Quiet find_package.
8,490
12.01.2019 09:52:56
-3,600
c725bd5cc9b1211a910611395237f8bb7ea784e2
CI: replace multiple long regression tests by one big job.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -468,32 +468,32 @@ test-regression-bch:\n- export TIME_SEC=\"5\"\n- ./ci/test-regression.py --refs-path refs/BCH --results-path test-regression-results-bch --build-path build_linux_gcc_x64_sse4.2 --bin...
C++
MIT License
aff3ct/aff3ct
CI: replace multiple long regression tests by one big job.
8,490
14.01.2019 17:05:48
-3,600
59f57941cb0f03adae599f60df66052f3c3910f9
CI: run deploy jobs only on the public Gitlab CI.
[ { "change_type": "MODIFY", "old_path": "ci/deploy-builds-linux.sh", "new_path": "ci/deploy-builds-linux.sh", "diff": "#!/bin/bash\nset -x\n+if [ \"$CI_PROJECT_URL\" == \"https://gitlab.com/aff3ct/aff3ct\" ]\n+then\n+\nif [ -z \"$GIT_BRANCH\" ]\nthen\necho \"Please define the 'GIT_BRANCH' environment...
C++
MIT License
aff3ct/aff3ct
CI: run deploy jobs only on the public Gitlab CI.
8,490
14.01.2019 22:07:36
-3,600
bae0b03ae86268f7dbc6c7879a9b165dac868e0d
Update the coverage link.
[ { "change_type": "MODIFY", "old_path": "README.rst", "new_path": "README.rst", "diff": "@@ -100,7 +100,7 @@ External Links\n.. _PipelineBadge: https://gitlab.com/aff3ct/aff3ct/pipelines\n.. |CoverageBadge| image:: https://gitlab.com/aff3ct/aff3ct/badges/master/coverage.svg\n-.. _CoverageBadge: https...
C++
MIT License
aff3ct/aff3ct
Update the coverage link.
8,490
15.01.2019 10:19:52
-3,600
1bdb52667f771b54d861f4d060fa0c2a7f5e1374
Doc: do not show the README in the doc anymore as there is svg images.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/index.rst", "new_path": "doc/sphinx/source/index.rst", "diff": "@@ -25,9 +25,9 @@ AFF3CT Documentation\n:maxdepth: 1\n:numbered:\n- others/readme/readme\nothers/tips/tips\nothers/license/license\n+.. others/readme/readme\n.. Indices and table...
C++
MIT License
aff3ct/aff3ct
Doc: do not show the README in the doc anymore as there is svg images.
8,490
15.01.2019 10:22:03
-3,600
0887ab48ec40d76d5eb853cc723f563ffc664200
Add SonarQube badges.
[ { "change_type": "MODIFY", "old_path": "README.rst", "new_path": "README.rst", "diff": "AFF3CT: A Fast Forward Error Correction Toolbox!\n================================================\n-|PipelineBadge|_ |CoverageBadge|_ |DocBadge|_ |ReleaseBadge|_ |LicenseBadge|_ |DOIBadge|_\n+|PipelineBadge|_ |D...
C++
MIT License
aff3ct/aff3ct
Add SonarQube badges.
8,490
15.01.2019 10:37:14
-3,600
ca47d7bba81fb1d5ee2352e5948417f31ccc0931
Doc: compile the 'Others' section only for html.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/index.rst", "new_path": "doc/sphinx/source/index.rst", "diff": "@@ -20,14 +20,16 @@ AFF3CT Documentation\ndeveloper/classes/classes\ndeveloper/contributing/contributing\n+.. only:: html\n+\n.. toctree::\n:caption: Others\n:maxdepth: 1\n:numbe...
C++
MIT License
aff3ct/aff3ct
Doc: compile the 'Others' section only for html.
8,490
15.01.2019 14:24:26
-3,600
1511f140c8a28d74fded6f45957768319b06c909
Rm SonarQube badges as there are incompatible with GitHub README display.
[ { "change_type": "MODIFY", "old_path": "README.rst", "new_path": "README.rst", "diff": "AFF3CT: A Fast Forward Error Correction Toolbox!\n================================================\n-|PipelineBadge|_ |DocBadge|_ |QualityGateBadge|_ |CoverageBadge|_ |CodeLinesBadge|_ |ReleaseBadge|_ |DOIBadge|_...
C++
MIT License
aff3ct/aff3ct
Rm SonarQube badges as there are incompatible with GitHub README display.
8,488
15.01.2019 15:22:49
-3,600
9ff1c646d06ba7672188ffd0de051d0300c76fe0
CI: fix display of WRONG test points in result files.
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -54,10 +54,12 @@ def format_e(n):\na = '%.2e' % n\nreturn a\n+\ndef splitFloat(n):\ns = format_e(n).split('e')\nreturn [float(s[0]), int(s[1])]\n+\ndef getFileNames(currentPath, fileNames...
C++
MIT License
aff3ct/aff3ct
CI: fix display of WRONG test points in result files.
8,488
15.01.2019 15:38:43
-3,600
506216d745c4ee7837e68af202c07c29bcf6f37c
CI: fix --min-fe argument behaviour.
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -166,16 +166,15 @@ class tableStats:\nreturn float(self.valid) / float(self.nData)\n+\nclass compStats:\n- def __init__(self, dataCur, dataRef, sensibility, asked_n_fe):\n+ def __init__(s...
C++
MIT License
aff3ct/aff3ct
CI: fix --min-fe argument behaviour.
8,488
16.01.2019 17:47:53
-3,600
1ea6d833c8495f821c2b1d8964e8bcbbe77d8155
Modify error detection behaviour with unknown symbols.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Perf/distance/Boolean_diff.hxx", "new_path": "src/Tools/Perf/distance/Boolean_diff.hxx", "diff": "@@ -102,7 +102,7 @@ template<typename B, bool cus>\nB Boolean_diff<B,cus>\n::apply(const B& in1, const B& in2)\n{\n- return (!in1 != !in2) ? (B)1 : (B)0...
C++
MIT License
aff3ct/aff3ct
Modify error detection behaviour with unknown symbols.
8,490
17.01.2019 16:55:17
-3,600
8474f7e07cc9d14633bfeb2a73fee057b1027c9b
Speedup the monitor reduction process.
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/Monitor_reduction.hpp", "new_path": "src/Module/Monitor/Monitor_reduction.hpp", "diff": "@@ -118,6 +118,7 @@ class Monitor_reduction_M : public Monitor_reduction, public M\nprivate:\nconst std::vector<std::unique_ptr<M>>& monitors;\n+ M coll...
C++
MIT License
aff3ct/aff3ct
Speedup the monitor reduction process.
8,490
17.01.2019 22:42:47
-3,600
a375d54d4ce73dbd8f6b3af5f98a017c04c726d3
Fix AFF3CT with MPI which was broken.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -391,7 +391,7 @@ endif (AFF3CT_LINK_MKL)\n# MPI\nif (AFF3CT_MPI)\n- aff3ct_add_definitions (\"-DAFF3CT_ENABLE_MPI\")\n+ aff3ct_add_definitions (\"-DAFF3CT_MPI\")\nfind_package (MPI REQUIRED QUIET)\nif ...
C++
MIT License
aff3ct/aff3ct
Fix AFF3CT with MPI which was broken.
8,490
18.01.2019 09:33:35
-3,600
14c58e24edeae5f2008331e088ac054cdb7751a3
Fix the 'aff3ct_include_directories' macro usage with double quotes.
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -353,14 +353,14 @@ if (AFF3CT_SYSTEMC_SIMU OR AFF3CT_SYSTEMC_MODULE)\nfind_package (SystemC REQUIRED QUIET)\nif (SystemC_FOUND)\nmessage(STATUS \"AFF3CT - Library found: SystemC\")\n- aff3ct_include_di...
C++
MIT License
aff3ct/aff3ct
Fix the 'aff3ct_include_directories' macro usage with double quotes.
8,490
18.01.2019 10:44:40
-3,600
0ea9c7cb9a00965be2aff985da0f0c3b2fbeb57b
Reduce the number of reductions in multi-threaded mode.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.cpp", "new_path": "src/Simulation/BFER/BFER.cpp", "diff": "@@ -347,12 +347,14 @@ void BFER<B,R,Q>\n#ifdef AFF3CT_MPI\nmodule::Monitor_reduction::set_reduce_frequency(params_BFER.mpi_comm_freq);\n#else\n- module::Monitor_reduction::set_...
C++
MIT License
aff3ct/aff3ct
Reduce the number of reductions in multi-threaded mode.
8,490
18.01.2019 11:21:54
-3,600
c8e77160186c1e34e53a17b8007bea5bd3519882
Clean the simulations code.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.cpp", "new_path": "src/Simulation/BFER/BFER.cpp", "diff": "@@ -158,7 +158,8 @@ void BFER<B,R,Q>\nif (params_BFER.mpi_rank == 0)\n#endif\n// start the terminal to display BER/FER results\n- if (!params_BFER.ter->disabled && params_BFER....
C++
MIT License
aff3ct/aff3ct
Clean the simulations code.
8,490
18.01.2019 15:47:37
-3,600
fcd41ffd04238e314b48ec5d391265e1407975a8
Add new params and rename other. Add two params to enable and configure the monitor lazy reductions ('--mnt-red-lazy' and '--mnt-red-lazy-freq'). Rename the '--sim-mpi-comm' argument in '--mnt-mpi-comm-freq'. Clean code.
[ { "change_type": "MODIFY", "old_path": "ci/documentation-check.py", "new_path": "ci/documentation-check.py", "diff": "@@ -138,7 +138,7 @@ def check_keys(keys_file, aff3ct_path, doc_path):\n# manages special key exceptions\nexceptions_not_in_doc_keys = [\"factory::Frozenbits_generator::parameters::p+...
C++
MIT License
aff3ct/aff3ct
Add new params and rename other. - Add two params to enable and configure the monitor lazy reductions ('--mnt-red-lazy' and '--mnt-red-lazy-freq'). - Rename the '--sim-mpi-comm' argument in '--mnt-mpi-comm-freq'. - Clean code.
8,490
19.01.2019 23:19:14
-3,600
282e16317358167b8156b70fb8e1ae04487aa566
Rm useless script.
[ { "change_type": "DELETE", "old_path": "ci/deploy-github-push.sh", "new_path": null, "diff": "-#!/bin/bash\n-set -x\n-\n-if [ -z \"$GIT_BRANCH\" ]\n-then\n- echo \"Please define the 'GIT_BRANCH' environment variable.\"\n- exit 1\n-fi\n-\n-GITHUB=git@github.com:aff3ct\n-\n-REPO_REFS=error_rate_refere...
C++
MIT License
aff3ct/aff3ct
Rm useless script.
8,490
19.01.2019 23:21:18
-3,600
43d086880a2f2aa573b0ae6f80a5fe5d873931cb
CI: check if CSV entry exists + fail if not on gitlab.com.
[ { "change_type": "MODIFY", "old_path": "ci/deploy-builds-linux.sh", "new_path": "ci/deploy-builds-linux.sh", "diff": "#!/bin/bash\nset -x\n-if [ \"$CI_PROJECT_URL\" == \"https://gitlab.com/aff3ct/aff3ct\" ]\n+if [ \"$CI_PROJECT_URL\" != \"https://gitlab.com/aff3ct/aff3ct\" ]\nthen\n+ echo \"This job...
C++
MIT License
aff3ct/aff3ct
CI: check if CSV entry exists + fail if not on gitlab.com.
8,490
19.01.2019 23:21:50
-3,600
128fdcbb10cc54e7964d49427d8d274c83c37081
Fail if not on gitlab.com.
[ { "change_type": "MODIFY", "old_path": "ci/deploy-sonarqube-linux.sh", "new_path": "ci/deploy-sonarqube-linux.sh", "diff": "#!/bin/bash\nset -x\n-if [ \"$CI_PROJECT_URL\" == \"https://gitlab.com/aff3ct/aff3ct\" ]\n+if [ \"$CI_PROJECT_URL\" != \"https://gitlab.com/aff3ct/aff3ct\" ]\nthen\n+ echo \"Th...
C++
MIT License
aff3ct/aff3ct
Fail if not on gitlab.com.
8,490
19.01.2019 23:22:27
-3,600
a60e033e363c92ea16f944232110bc6a4703c6eb
Put deploy scripts in the 'production' environment.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -953,6 +953,9 @@ deploy-sonarqube-linux:\nonly:\n- master\n- development\n+ environment:\n+ name: production\n+ allow_failure: true\nscript:\n- source ./ci/tools/git-tag.sh\n- source ./ci/tools/git-bra...
C++
MIT License
aff3ct/aff3ct
Put deploy scripts in the 'production' environment.
8,490
20.01.2019 11:34:25
-3,600
b1ac067cb1b3192ad6cc109aafbc29a855b6f2fc
CI: rm bad usage of environment.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -953,8 +953,6 @@ deploy-sonarqube-linux:\nonly:\n- master\n- development\n- environment:\n- name: production\nallow_failure: true\nscript:\n- source ./ci/tools/git-tag.sh\n@@ -981,8 +979,6 @@ deploy-bu...
C++
MIT License
aff3ct/aff3ct
CI: rm bad usage of environment.
8,490
20.01.2019 11:35:38
-3,600
e4f1e3ed6bd7ff9283eb06dae4201584551acba7
CI: enable/disable deploy scripts from an environment variable ('CI_AFF3CT_DEPLOY').
[ { "change_type": "MODIFY", "old_path": "ci/deploy-builds-linux.sh", "new_path": "ci/deploy-builds-linux.sh", "diff": "#!/bin/bash\nset -x\n-if [ \"$CI_PROJECT_URL\" != \"https://gitlab.com/aff3ct/aff3ct\" ]\n+if [[ ( -z \"$CI_AFF3CT_DEPLOY\" ) || ( \"$CI_AFF3CT_DEPLOY\" != \"ON\" ) ]]\nthen\n- echo ...
C++
MIT License
aff3ct/aff3ct
CI: enable/disable deploy scripts from an environment variable ('CI_AFF3CT_DEPLOY').
8,490
20.01.2019 11:57:01
-3,600
bfe7ac8bf4d5ea04fb25d091806d4e1364304ff6
CI: improve the deploy script when redeploying same commit.
[ { "change_type": "MODIFY", "old_path": "ci/deploy-builds-linux.sh", "new_path": "ci/deploy-builds-linux.sh", "diff": "@@ -60,6 +60,33 @@ git submodule update --init --recursive\nmkdir ressources/aff3ct_builds\ncd ..\n+CSV_ENTRY=$(cat ${REPO_WEB}/download/download_${GIT_BRANCH}.csv | grep \"$GIT_TAG\...
C++
MIT License
aff3ct/aff3ct
CI: improve the deploy script when redeploying same commit.
8,490
20.01.2019 19:02:13
-3,600
64f837aeede31d7e00684b00b0228aac8970bedc
CI: fix bug introduced in prev. commit.
[ { "change_type": "MODIFY", "old_path": "ci/deploy-builds-linux.sh", "new_path": "ci/deploy-builds-linux.sh", "diff": "@@ -61,10 +61,6 @@ mkdir ressources/aff3ct_builds\ncd ..\nCSV_ENTRY=$(cat ${REPO_WEB}/download/download_${GIT_BRANCH}.csv | grep \"$GIT_TAG\" | grep \"$GIT_HASH\" | grep \"$GIT_DATE\...
C++
MIT License
aff3ct/aff3ct
CI: fix bug introduced in prev. commit.
8,482
21.01.2019 18:07:32
-10,800
a11d1cbffcd4e8542f5044542111c5d18dfd0cf0
Bugfix: get_codebook_size() instead of get_number_of_resources() in user to resource messaging loop For codebooks with 4 resources and 4 codewords (the same values), we have no errors.
[ { "change_type": "MODIFY", "old_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "new_path": "src/Module/Modem/SCMA/Modem_SCMA.hpp", "diff": "@@ -69,7 +69,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
Bugfix: get_codebook_size() instead of get_number_of_resources() in user to resource messaging loop For codebooks with 4 resources and 4 codewords (the same values), we have no errors.
8,490
22.01.2019 16:56:15
-3,600
f77bb56337a2427b7379f17e5e1a46e68217600a
Add/update template default values in the reporters.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Reporter/BFER/Reporter_BFER.hpp", "new_path": "src/Tools/Display/Reporter/BFER/Reporter_BFER.hpp", "diff": "@@ -11,7 +11,7 @@ namespace aff3ct\n{\nnamespace tools\n{\n-template <typename B = int>\n+template <typename B = int32_t>\nclass Repor...
C++
MIT License
aff3ct/aff3ct
Add/update template default values in the reporters.
8,490
23.01.2019 22:09:49
-3,600
9033181a9984e504ab34830f93c87165cebd449d
Add a new cmd param '--ter-sigma' to show the Gaussian variance sigma.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/BFER/BFER.cpp", "new_path": "src/Factory/Simulation/BFER/BFER.cpp", "diff": "@@ -113,6 +113,11 @@ void BFER::parameters\ntools::add_arg(args, p, class_name+\"p+coded\",\ntools::None());\n+ auto pter = ter->get_prefix();\n+\n+ tools::add_...
C++
MIT License
aff3ct/aff3ct
Add a new cmd param '--ter-sigma' to show the Gaussian variance sigma.
8,490
23.01.2019 22:10:31
-3,600
fe991109a13797877c5de612e494a0b78cf2c0f1
Doc: add the doc for the '--ter-sigma' parameter.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/terminal/terminal.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/terminal/terminal.rst", "diff": "@@ -56,3 +56,13 @@ Description of the allowed values:\n\"\"\"\"\"\"\"\"\"\"\"\"\n|factory::Terminal:...
C++
MIT License
aff3ct/aff3ct
Doc: add the doc for the '--ter-sigma' parameter.
8,490
24.01.2019 10:09:51
-3,600
4d14567865c91f571dd91cfc7504f38d998bf6ab
Doc: update the description of the '--ter-sigma' parameter.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/strings.rst", "new_path": "doc/sphinx/strings.rst", "diff": "Enable the coded monitoring.\n.. |factory::BFER::parameters::p+sigma| replace::\n- Show the variance :math:`\\sigma` of the Gaussian noise in the terminal.\n+ Show the standard deviation (...
C++
MIT License
aff3ct/aff3ct
Doc: update the description of the '--ter-sigma' parameter.
8,488
30.01.2019 11:26:47
-3,600
7a678e88a2b0ad0e87db5d2aa21f991340b9fb3e
Change fb generator sigma value to noise to support BEC.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/strings.rst", "new_path": "doc/sphinx/strings.rst", "diff": ".. |factory::Frozenbits_generator::parameters::p+cw-size,N| replace::\nSelect the codeword size :math:`N`.\n-.. |factory::Frozenbits_generator::parameters::p+sigma| replace::\n- Selects th...
C++
MIT License
aff3ct/aff3ct
Change fb generator sigma value to noise to support BEC.
8,488
30.01.2019 11:36:53
-3,600
a1e304b3ed87eb5e64a2624a717ec1027e7c06d3
Fix dead pointer usage.
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/Polar/Codec_polar.cpp", "new_path": "src/Module/Codec/Polar/Codec_polar.cpp", "diff": "@@ -122,23 +122,21 @@ Codec_polar<B,Q>\n{\nif (!adaptive_fb)\n{\n- tools::Noise<float> * noise;\nif(fb_params.noise_type == \"SIGMA\")\n{\nauto sigma = tool...
C++
MIT License
aff3ct/aff3ct
Fix dead pointer usage.
8,488
30.01.2019 12:49:17
-3,600
6fbf11d163c7d790e2b1637241bc443ba56d584c
Add doc for fb generator noise and noise type.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/codec/polar/encoder.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/codec/polar/encoder.rst", "diff": "@@ -75,7 +75,7 @@ Description of the allowed values:\n.. note:: By default, when using the |GA| ...
C++
MIT License
aff3ct/aff3ct
Add doc for fb generator noise and noise type.
8,488
30.01.2019 14:11:21
-3,600
d9c3786afa782bf345ca9a9c138bba09808db110
Add return code to test.sh.
[ { "change_type": "MODIFY", "old_path": "scripts/debug_parser/test/test.sh", "new_path": "scripts/debug_parser/test/test.sh", "diff": "@@ -21,21 +21,19 @@ $AFF3CT_PATH --sim-type \"BFER\" -p \"8\" --sim-cde-type \"UNCODED\" -K \"12\" -m \"5\" \\\n--mdm-codebook \"conf/mod/SCMA/CS1.cb\" \\\n> dump_deb...
C++
MIT License
aff3ct/aff3ct
Add return code to test.sh.
8,488
01.02.2019 10:50:04
-3,600
fbb749102d0a6db5a09e37b63e65f0082b4af596
CI: Integrate debug parser test in ci.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -4,6 +4,7 @@ variables:\nstages:\n- analysis\n- build\n+ - parser\n- documentation\n- test\n- coverage\n@@ -407,6 +408,27 @@ build-macos-clang-x64-sse4.2:\n- source ./ci/tools/threads.sh\n- ./ci/build-...
C++
MIT License
aff3ct/aff3ct
CI: Integrate debug parser test in ci.
8,488
01.02.2019 11:00:44
-3,600
3aeb0d6d12a62fbf64d16101b715bd03f4c5476b
CI: Add artifacts to debug_parser.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -423,6 +423,10 @@ parser-check:\n- sse4.2\n- python3.5\n- mat4py\n+ artifacts:\n+ name: debug-parser-output\n+ paths:\n+ - scripts/debug_parser/test/data\nscript:\n- source ./ci/tools/git-version.sh\n-...
C++
MIT License
aff3ct/aff3ct
CI: Add artifacts to debug_parser.
8,488
01.02.2019 13:05:52
-3,600
fa3d36be7ca11e5566626d4a5739208230d59e37
CI: Fix debug_parser path in CI.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -429,7 +429,7 @@ parser-check:\n- scripts/debug_parser/test/data\nscript:\n- source ./ci/tools/git-version.sh\n- - cd ../scripts/debug_parser/\n+ - cd ./scripts/debug_parser/\n- export AFF3CT_PATH=\".....
C++
MIT License
aff3ct/aff3ct
CI: Fix debug_parser path in CI.
8,490
01.02.2019 19:31:19
-3,600
c150eaeb23cf0c061508bf4334c6b0c1b67b6e03
Fix hardcoded aff3ct bin name.
[ { "change_type": "MODIFY", "old_path": "scripts/debug_parser/test/test.sh", "new_path": "scripts/debug_parser/test/test.sh", "diff": "@@ -10,7 +10,7 @@ mkdir data/test4/\nif [ -z \"$AFF3CT_PATH\" ]\nthen\n- AFF3CT_PATH=../../../build/bin/aff3ct-2.2.2-20-g9de7e78\n+ AFF3CT_PATH=../../../build/bin/aff...
C++
MIT License
aff3ct/aff3ct
Fix hardcoded aff3ct bin name.
8,488
04.02.2019 09:32:57
-3,600
1c2a9fa0789589e7b86aa309530ff17055c19571
CI: Save dump debug files in artifacts.
[ { "change_type": "MODIFY", "old_path": "scripts/debug_parser/test/test.sh", "new_path": "scripts/debug_parser/test/test.sh", "diff": "@@ -47,7 +47,7 @@ mv Y_N.txt V_K.txt Y_N.bin V_K.bin Y_N.h V_K.h data/test1\nmv Y_N.mat V_K.mat data/test1\necho \"Test 1 Done.\"\n-echo \"Test 2: inter frames, int &...
C++
MIT License
aff3ct/aff3ct
CI: Save dump debug files in artifacts.
8,488
04.02.2019 10:12:44
-3,600
7c835bde2313c274d6b0796832c4983d62b7cf14
Check noise types in frozen bits generators.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_BEC.cpp", "new_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_BEC.cpp", "diff": "@@ -27,6 +27,8 @@ Frozenbits_generator_BEC\nvoid Frozenbits_generator_BEC\n::evaluate()\n{\n...
C++
MIT License
aff3ct/aff3ct
Check noise types in frozen bits generators.
8,488
04.02.2019 11:42:57
-3,600
ab6af5b8250d73d4f4a711d29d5d39f5436c8826
Simplify frozen bits generation parameters. Update doc.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/codec/polar/encoder.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/codec/polar/encoder.rst", "diff": "@@ -128,16 +128,6 @@ positions in the codeword. The strategy is to freeze the less reliable chan...
C++
MIT License
aff3ct/aff3ct
Simplify frozen bits generation parameters. Update doc.
8,488
04.02.2019 16:27:25
-3,600
ff876d38ae1b3f75c2ebb507f2f8fa197502a1fe
Add 5G frozen bits generator.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Tools/Code/Polar/Frozenbits_generator.cpp", "new_path": "src/Factory/Tools/Code/Polar/Frozenbits_generator.cpp", "diff": "#include \"Tools/Documentation/documentation.h\"\n#include \"Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_file.h...
C++
MIT License
aff3ct/aff3ct
Add 5G frozen bits generator.
8,488
05.02.2019 09:03:02
-3,600
3140bef235745525f466c4103596a48aa19a1f91
Add 5G CRCs.
[ { "change_type": "MODIFY", "old_path": "src/Module/CRC/Polynomial/CRC_polynomial.hpp", "new_path": "src/Module/CRC/Polynomial/CRC_polynomial.hpp", "diff": "@@ -50,6 +50,9 @@ const std::map<std::string, std::tuple<unsigned, int>> CRC_polynomial<B>::known_\n{\"24-LTEA\" , std::make_tuple(0x864CFB , 24...
C++
MIT License
aff3ct/aff3ct
Add 5G CRCs.
8,488
05.02.2019 11:07:28
-3,600
802ab8c0dca67f3c2f687ccb1dc7580e0f09fd7f
Add 5G CRCs in doc.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/crc/crc_polynomials.csv", "new_path": "doc/sphinx/source/user/simulation/parameters/crc/crc_polynomials.csv", "diff": "@@ -7,6 +7,9 @@ Type ; Polynomial ; Size\n24-LTEA ; 0x864CFB ; 24\n24-RADIX-64 ; 0x864CFB ; 24\n...
C++
MIT License
aff3ct/aff3ct
Add 5G CRCs in doc.
8,488
05.02.2019 18:13:12
-3,600
b69a3da1bfebe667749dbfc2dc4e45e530005693
Split doc for enc-fb-noise.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/codec/polar/encoder.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/codec/polar/encoder.rst", "diff": "@@ -128,6 +128,10 @@ positions in the codeword. The strategy is to freeze the less reliable chan...
C++
MIT License
aff3ct/aff3ct
Split doc for enc-fb-noise.
8,488
05.02.2019 18:27:58
-3,600
b0972bd0bba61506b0fff83e8fa7f04f6b6180fd
Update doc for 5G fb generator.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/codec/polar/encoder.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/codec/polar/encoder.rst", "diff": "@@ -72,6 +72,9 @@ Description of the allowed values:\n| ``BEC`` | Generate frozen bits for the |...
C++
MIT License
aff3ct/aff3ct
Update doc for 5G fb generator.
8,490
06.02.2019 11:13:16
-3,600
0ae46a11af1fb84b5cb93306d492cba1915de7c8
Add maccros to avoid to compile some LDPC code when the compiler does not support 'aligned new' feature.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding_inter.hpp", "new_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding_inter.hpp", "diff": "#ifndef DECODER_LDPC_BP_FLOODING_INTER_HPP_\n+#ifdef __cpp_aligned_new\n#define DECODER_LDPC...
C++
MIT License
aff3ct/aff3ct
Add maccros to avoid to compile some LDPC code when the compiler does not support 'aligned new' feature.
8,488
07.02.2019 17:08:16
-3,600
2ad75f447869d03e065c6bcbdfa84b18791bc336
Add forgotten 5G in parameters list for enc-fb-gen-method.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/user/simulation/parameters/codec/polar/encoder.rst", "new_path": "doc/sphinx/source/user/simulation/parameters/codec/polar/encoder.rst", "diff": "@@ -50,7 +50,7 @@ Description of the allowed values:\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"...
C++
MIT License
aff3ct/aff3ct
Add forgotten 5G in parameters list for enc-fb-gen-method.
8,488
07.02.2019 18:02:51
-3,600
e0b3ca51c590e2596f0d37e3ee7f500bd8580dfe
Add Naive SCF decoder files.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Polar/Decoder_polar.cpp", "new_path": "src/Factory/Module/Decoder/Polar/Decoder_polar.cpp", "diff": "#include \"Module/Decoder/Polar/SC/Decoder_polar_SC_fast_sys.hpp\"\n#include \"Module/Decoder/Polar/SCAN/Decoder_polar_SCAN_naive.hp...
C++
MIT License
aff3ct/aff3ct
Add Naive SCF decoder files.
8,488
07.02.2019 18:24:55
-3,600
8dda40e32176bb97c7800ab53a1a2359accb0e7e
Add CRC to SCF.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Polar/Decoder_polar.cpp", "new_path": "src/Factory/Module/Decoder/Polar/Decoder_polar.cpp", "diff": "@@ -175,14 +175,16 @@ module::Decoder_SIHO<B,Q>* Decoder_polar::parameters\nif (crc == nullptr || crc->get_size() == 0)\n{\nif (this...
C++
MIT License
aff3ct/aff3ct
Add CRC to SCF.
8,488
08.02.2019 11:29:38
-3,600
2488f698b26acd4666374b0321e883bfae77f9c6
Add first functional SCF NAIVE. Hardcoded T param.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SC/Decoder_polar_SC_naive.hpp", "new_path": "src/Module/Decoder/Polar/SC/Decoder_polar_SC_naive.hpp", "diff": "@@ -44,8 +44,8 @@ public:\nprotected:\nvoid _load (const R *Y_N );\n- void _decode_siho (const R *Y_N, B *V_K, const int fra...
C++
MIT License
aff3ct/aff3ct
Add first functional SCF NAIVE. Hardcoded T param.
8,488
08.02.2019 11:44:14
-3,600
919a2746edfc865d3d92b27737d3d5d28fe893ac
Fix build errors and warnings.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCF/Decoder_polar_SCF_naive.hxx", "new_path": "src/Module/Decoder/Polar/SCF/Decoder_polar_SCF_naive.hxx", "diff": "@@ -10,9 +10,9 @@ Decoder_polar_SCF_naive<B,R,F,G,H>\nCRC<B>& crc, const int n_frames)\n: Decoder(K, N, n_frames, 1),\nD...
C++
MIT License
aff3ct/aff3ct
Fix build errors and warnings.
8,488
08.02.2019 13:11:48
-3,600
512dde99fa097ece1a072c25e24ca06b099f232c
Use param --dec-flips in SCF.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Polar/Decoder_polar.cpp", "new_path": "src/Factory/Module/Decoder/Polar/Decoder_polar.cpp", "diff": "@@ -129,6 +129,9 @@ void Decoder_polar::parameters\nif (this->type == \"SCAN\")\nheaders[p].push_back(std::make_pair(\"Num. of itera...
C++
MIT License
aff3ct/aff3ct
Use param --dec-flips in SCF.
8,488
08.02.2019 13:41:35
-3,600
9dc92cc8679a8e1fd3f8e755b1d68dc7bd7295db
Update doc for SCF algorithm.
[ { "change_type": "MODIFY", "old_path": "doc/sphinx/source/conf.py", "new_path": "doc/sphinx/source/conf.py", "diff": "@@ -347,10 +347,11 @@ rst_epilog = \"\"\"\n.. |ROP| replace:: :abbr:`ROP (Received Optical Power)`\n.. |RSC| replace:: :abbr:`RSC (Recursive Systematic Convolutional)`\n.. |RS| repla...
C++
MIT License
aff3ct/aff3ct
Update doc for SCF algorithm.