author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
8,488 | 08.02.2019 15:05:33 | -3,600 | a1b89e98164f7c1d90c5e2c93633089a3b243b96 | Add systematic SCF decoder. | [
{
"change_type": "MODIFY",
"old_path": "conf",
"new_path": "conf",
"diff": "-Subproject commit 79848a60c38a46fa8f3c519dcd8a22130949c4b7\n+Subproject commit 868a3f749d9aa30d6a87de33d8285a6c5302dec3\n"
},
{
"change_type": "MODIFY",
"old_path": "refs",
"new_path": "refs",
"diff": "-... | C++ | MIT License | aff3ct/aff3ct | Add systematic SCF decoder. |
8,490 | 11.02.2019 11:49:06 | -3,600 | c64d78d38e71656e5a3e4a3547a8babe7bccca02 | Fix the Tal&Vardy Polar frozen bit generator. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_TV.cpp",
"new_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_TV.cpp",
"diff": "@@ -93,7 +93,7 @@ void Frozenbits_generator_TV\ncmd += \" --no-print\"; // do not display anyt... | C++ | MIT License | aff3ct/aff3ct | Fix the Tal&Vardy Polar frozen bit generator. |
8,490 | 11.02.2019 16:08:32 | -3,600 | fbe787f9a30adb7610902c822020b67697743218 | Rm barrier dead code. | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/BFER.cpp",
"new_path": "src/Simulation/BFER/BFER.cpp",
"diff": "@@ -25,8 +25,6 @@ BFER<B,R,Q>\n: Simulation(params_BFER),\nparams_BFER(params_BFER),\n- barrier(params_BFER.n_threads),\n-\nbit_rate((float)params_BFER.src->K / (float)params_B... | C++ | MIT License | aff3ct/aff3ct | Rm barrier dead code. |
8,490 | 11.02.2019 17:43:34 | -3,600 | dddbc3a0d9b488dadb3081de5d31304decdbb312 | Fix a bug in the RSC_DB BCJR decoder when loading the LLRs in non-buffered mode. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/RSC_DB/BCJR/Decoder_RSC_DB_BCJR.cpp",
"new_path": "src/Module/Decoder/RSC_DB/BCJR/Decoder_RSC_DB_BCJR.cpp",
"diff": "@@ -75,8 +75,8 @@ void Decoder_RSC_DB_BCJR<B,R>\nsys[4*i + 2] = -a + b;\nsys[4*i + 3] = -a - b;\n- par[2*i ] = Y_N[4*i + 2];... | C++ | MIT License | aff3ct/aff3ct | Fix a bug in the RSC_DB BCJR decoder when loading the LLRs in non-buffered mode. |
8,490 | 11.02.2019 18:29:55 | -3,600 | 6d032c65a42d0b7ee631b8d7861c076d9c604d5e | Add missing interleaver headers for RA codes. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Codec/RA/Codec_RA.cpp",
"new_path": "src/Factory/Module/Codec/RA/Codec_RA.cpp",
"diff": "@@ -91,6 +91,8 @@ void Codec_RA::parameters\nenc->get_headers(headers, full);\ndec->get_headers(headers, full);\n+ if (itl != nullptr)\n+ itl->get_heade... | C++ | MIT License | aff3ct/aff3ct | Add missing interleaver headers for RA codes. |
8,490 | 11.02.2019 19:53:49 | -3,600 | 4d592a5f04dc8dbf03b6c0620ee5ec2e2f99be93 | Add the possibility to select the interleaver seed from the cmd line. | [
{
"change_type": "MODIFY",
"old_path": "doc/sphinx/source/user/simulation/parameters/interleaver/interleaver.rst",
"new_path": "doc/sphinx/source/user/simulation/parameters/interleaver/interleaver.rst",
"diff": "@@ -217,6 +217,23 @@ Description of the allowed values (see also the figures just bellow... | C++ | MIT License | aff3ct/aff3ct | Add the possibility to select the interleaver seed from the cmd line. |
8,490 | 11.02.2019 21:21:56 | -3,600 | 7d806f226e4a1e1cd77f15570a7994553c60eb00 | CI: add RSC & RSC DB regression tests. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -683,6 +683,112 @@ test-regression-rs:\n# - export TIME_SEC=$CI_TIME_SEC_TEST_LONG_RS\n# - ./ci/test-regression.py --refs-path refs/RS --results-path test-regression-results-rs --build-path build_linux... | C++ | MIT License | aff3ct/aff3ct | CI: add RSC & RSC DB regression tests. |
8,490 | 12.02.2019 11:25:55 | -3,600 | 1fb5be4caa6fe895d3d487d6b111f2a6000e89e4 | CI: add RA and Repetition codes to the regression tests. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -630,6 +630,112 @@ test-regression-polar:\n# - export TIME_SEC=$CI_TIME_SEC_TEST_LONG_POLAR\n# - ./ci/test-regression.py --refs-path refs/POLAR --results-path test-regression-results-polar --build-path... | C++ | MIT License | aff3ct/aff3ct | CI: add RA and Repetition codes to the regression tests. |
8,490 | 13.02.2019 15:02:10 | -3,600 | ac91c8ba2100b6565bd22fceeb93e7710a9612ab | Fix compilation errors and warnings. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"new_path": "src/Factory/Module/Encoder/Polar_MK/Encoder_polar_MK.cpp",
"diff": "@@ -90,7 +90,7 @@ void Encoder_polar_MK::parameters\nif (kernel_matrices.size() > 0)\n{\nstd::string kernels_str = \"{\"... | C++ | MIT License | aff3ct/aff3ct | Fix compilation errors and warnings. |
8,490 | 14.02.2019 10:33:48 | -3,600 | 26dd41a08807e22f64b9deb5c15f96d96bd1432b | Doc: use Markdown format instead of RST for various README files. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "CONTRIBUTING.md",
"diff": "+# Contributing Guidelines\n+\n+We're really glad you're reading this, because we need volunteer developers to\n+expand this project. Here are some important resources to communicate with us:\n+\n+- [The official websi... | C++ | MIT License | aff3ct/aff3ct | Doc: use Markdown format instead of RST for various README files. |
8,490 | 16.02.2019 10:55:02 | -3,600 | f79c4ced6a286a7c62341af8720a0a5151a34dd7 | Fix SonarQube bug. | [
{
"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": "@@ -12,7 +12,8 @@ Decoder_polar_SCF_naive<B,R,F,G,H>\nDecoder_polar_SC_naive<B,R,F,G,H>(K, N, frozen_bits, n_frames),\nc... | C++ | MIT License | aff3ct/aff3ct | Fix SonarQube bug. |
8,490 | 19.02.2019 12:06:18 | -3,600 | c07f40607b76e64442b12767f085a5bf37bea2a1 | Improve the CMakeLists file.
Update from version 3.0 to 3.1 (to have the support of the 'set (CMAKE_CXX_STANDARD 11)' command).
Simplify the C++11 requirement.
Use the CMake native way to add the '-fpic' option. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "# ------------------------------------------------------------------------------------------------------- CMAKE PROJECT\n# ---------------------------------------------------------------------------------... | C++ | MIT License | aff3ct/aff3ct | Improve the CMakeLists file.
- Update from version 3.0 to 3.1 (to have the support of the 'set (CMAKE_CXX_STANDARD 11)' command).
- Simplify the C++11 requirement.
- Use the CMake native way to add the '-fpic' option. |
8,490 | 19.02.2019 15:10:46 | -3,600 | b09b704afad8e3ac4881b73d0a607de50bef425c | Improve the threads lib link + use GNUInstallDirs. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -426,13 +426,11 @@ if (AFF3CT_MPI)\nendif(MPI_CXX_FOUND)\nendif(AFF3CT_MPI)\n-# pthread\n-if (\"${CMAKE_CXX_COMPILER_ID}\" STREQUAL \"Clang\" OR\n- \"${CMAKE_CXX_COMPILER_ID}\" STREQUAL \"AppleClang\" ... | C++ | MIT License | aff3ct/aff3ct | Improve the threads lib link + use GNUInstallDirs. |
8,490 | 25.02.2019 16:04:50 | -3,600 | 36d4b7eeb58be13329ae3da9f9121edf667a84ce | Change CMake version from 3.2.2 to 3.2. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "# ------------------------------------------------------------------------------------------------------- CMAKE PROJECT\n# ---------------------------------------------------------------------------------... | C++ | MIT License | aff3ct/aff3ct | Change CMake version from 3.2.2 to 3.2. |
8,490 | 25.02.2019 16:47:42 | -3,600 | 298893d31b6e468fcc01835632747598cfce218f | CI: update the builds to compile with the new CMakeLists. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -71,7 +71,6 @@ build-linux-gcc-nointr:\n- linux\n- gcc\n- cmake\n- - gsl\n- x86\nartifacts:\nname: build-linux-gcc-nointr\n@@ -82,7 +81,7 @@ build-linux-gcc-nointr:\n- export CXX=\"g++\"\n- export CFLA... | C++ | MIT License | aff3ct/aff3ct | CI: update the builds to compile with the new CMakeLists. |
8,490 | 25.02.2019 17:18:50 | -3,600 | ab3fe771ce86889b1d964f414501af5dcc6f6fd4 | CI: disable clang warnings. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -242,7 +242,7 @@ build-linux-clang:\nscript:\n- export CC=\"clang\"\n- export CXX=\"clang++\"\n- - export CFLAGS=\"-Wall -funroll-loops\"\n+ - export CFLAGS=\"-Wall -Wno-overloaded-virtual -funroll-loo... | C++ | MIT License | aff3ct/aff3ct | CI: disable clang warnings. |
8,490 | 25.02.2019 17:19:30 | -3,600 | 63db6502e1694e49589398e900aef6b435d83bb9 | CI: show CMake version. | [
{
"change_type": "MODIFY",
"old_path": "ci/build-linux-macos.sh",
"new_path": "ci/build-linux-macos.sh",
"diff": "#!/bin/bash\nset -x\n+cmake --version\nmkdir build\ncd build\n"
},
{
"change_type": "MODIFY",
"old_path": "ci/build-windows-gcc.bat",
"new_path": "ci/build-windows-gcc.ba... | C++ | MIT License | aff3ct/aff3ct | CI: show CMake version. |
8,490 | 25.02.2019 18:59:58 | -3,600 | ee0c8a58c11dfafd33df3f598e8d8362349e3c0f | Separate exports from install. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -461,6 +461,32 @@ set(THREADS_PREFER_PTHREAD_FLAG ON)\nfind_package(Threads REQUIRED)\naff3ct_target_link_libraries(Threads::Threads)\n+# ---------------------------------------------------------------... | C++ | MIT License | aff3ct/aff3ct | Separate exports from install. |
8,494 | 26.02.2019 13:29:39 | -3,600 | d9ee520bce296202669b7043c6d84f1ca5c101f8 | Separate WBF and MWBF algorithms + rename '--dec-mwbf' in '--dec-mwbf-factor'. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"diff": "@@ -91,7 +91,7 @@ void Decoder_LDPC::parameters\n#ifdef __cpp_aligned_new\ntools::add_options(args.at({p+\"-type\", \"D\"}), 0, \"BP_HOR... | C++ | MIT License | aff3ct/aff3ct | Separate WBF and MWBF algorithms + rename '--dec-mwbf' in '--dec-mwbf-factor'. |
8,494 | 26.02.2019 13:31:03 | -3,600 | 6fb719e65a291f1290b1ed7dc2d4333f41386a21 | Doc: adapt the WBF after spliting into WBF and MWBF. | [
{
"change_type": "MODIFY",
"old_path": "doc/sphinx/source/conf.py",
"new_path": "doc/sphinx/source/conf.py",
"diff": "@@ -326,6 +326,7 @@ rst_epilog = \"\"\"\n.. |MS| replace:: :abbr:`MS (Min-Sum)`\n.. |MSVC| replace:: :abbr:`MSVC (Microsoft Visual C++)`\n.. |MT 19937| replace:: :abbr:`MT 19937 (Mer... | C++ | MIT License | aff3ct/aff3ct | Doc: adapt the WBF after spliting into WBF and MWBF. |
8,490 | 26.02.2019 16:12:16 | -3,600 | 165c77e21a240b436782f57702ce188046c17248 | CI: use CMake install target to prepare the builds. | [
{
"change_type": "MODIFY",
"old_path": "ci/build-linux-macos.sh",
"new_path": "ci/build-linux-macos.sh",
"diff": "@@ -27,25 +27,19 @@ if [ -z \"$LFLAGS\" ]\nthen\ncmake .. -G\"Unix Makefiles\" -DCMAKE_CXX_COMPILER=$CXX \\\n-DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=\"$CFLAGS\" \\\n- $CMAKE_OPT\n+ ... | C++ | MIT License | aff3ct/aff3ct | CI: use CMake install target to prepare the builds. |
8,490 | 26.02.2019 17:20:19 | -3,600 | e21174a3d199caa54241f3adb5b2c6e1e7d33b29 | Improve the CPack configuration. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -518,7 +518,8 @@ if (AFF3CT_COMPILE_SHARED_LIB OR AFF3CT_COMPILE_STATIC_LIB)\ninstall(EXPORT\naff3ct-config\nDESTINATION \"${CMAKE_INSTALL_LIBDIR}/cmake/aff3ct-${AFF3CT_VERSION_FULL}/\"\n- NAMESPACE af... | C++ | MIT License | aff3ct/aff3ct | Improve the CPack configuration. |
8,490 | 27.02.2019 11:04:29 | -3,600 | 92290930d0cf8600ad079298ab129e8bd2c16f6e | Add a description in CPack + add headers in install only if there is a library. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -524,23 +524,6 @@ if (AFF3CT_COMPILE_SHARED_LIB OR AFF3CT_COMPILE_STATIC_LIB)\ninstall(FILES \"${CMAKE_BINARY_DIR}/lib/cmake/aff3ct-${AFF3CT_VERSION_FULL}/aff3ct-config-version.cmake\"\nDESTINATION \"$... | C++ | MIT License | aff3ct/aff3ct | Add a description in CPack + add headers in install only if there is a library. |
8,490 | 27.02.2019 12:56:05 | -3,600 | cc63684f6f38b62e7809e10a01757c4f16d137e1 | CI: enable shared library compilation on Windows. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -324,7 +324,7 @@ build-windows-gcc-x86-sse4.2:\nscript:\n- set \"CFLAGS=-Wall -funroll-loops -Wno-misleading-indentation -m32 -msse4.2\"\n- set \"LFLAGS=-static -static-libgcc -static-libstdc++\"\n- - ... | C++ | MIT License | aff3ct/aff3ct | CI: enable shared library compilation on Windows. |
8,490 | 27.02.2019 13:38:43 | -3,600 | bb663b4aa9f10d8304b2d1db3ee883905bc3408c | Fix CMake destination error on Windows shared library. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -502,11 +502,18 @@ if(AFF3CT_COMPILE_EXE)\nendif()\nendif()\nif(AFF3CT_COMPILE_SHARED_LIB)\n+ if(WIN32)\n+ install(TARGETS aff3ct-shared-lib\n+ EXPORT aff3ct-config\n+ RUNTIME DESTINATION ${CMAKE_INSTA... | C++ | MIT License | aff3ct/aff3ct | Fix CMake destination error on Windows shared library. |
8,490 | 27.02.2019 13:54:55 | -3,600 | 3b63f65daf580d0246d9942023110909e486c2b9 | Add a library destination to the Windows shared library. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -506,6 +506,7 @@ if(AFF3CT_COMPILE_SHARED_LIB)\ninstall(TARGETS aff3ct-shared-lib\nEXPORT aff3ct-config\nRUNTIME DESTINATION ${CMAKE_INSTALL_LIBDIR}/\n+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/\nCO... | C++ | MIT License | aff3ct/aff3ct | Add a library destination to the Windows shared library. |
8,490 | 28.02.2019 15:03:13 | -3,600 | 9cf70db1230de2d4fcc9ff15e2b710b25faeabba | Add .deb dependencies. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -608,11 +608,26 @@ endif()\n# build a CPack driven installer package\ninclude(InstallRequiredSystemLibraries)\n+find_program(DPKG_CMD dpkg)\n+if(NOT \"${DPKG_CMD}\" STREQUAL \"DPKG_CMD-NOTFOUND\")\n+ e... | C++ | MIT License | aff3ct/aff3ct | Add .deb dependencies. |
8,490 | 28.02.2019 15:10:22 | -3,600 | 0906345c0db80f8f68d4e12faf53fe4095a755de | Add custom package names. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -614,7 +614,10 @@ if(NOT \"${DPKG_CMD}\" STREQUAL \"DPKG_CMD-NOTFOUND\")\nOUTPUT_VARIABLE CPACK_DEBIAN_PACKAGE_ARCHITECTURE\nOUTPUT_STRIP_TRAILING_WHITESPACE)\nset(CPACK_PACKAGE_FILE_NAME \"aff3ct-${AF... | C++ | MIT License | aff3ct/aff3ct | Add custom package names. |
8,490 | 28.02.2019 21:32:21 | -3,600 | a1c52880abe703871280fcbe55423f226a76c622 | Break link dependencies with GSL and MKL libraries. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Algo/Draw_generator/Event_generator/GSL/Event_generator_GSL.cpp",
"new_path": "src/Tools/Algo/Draw_generator/Event_generator/GSL/Event_generator_GSL.cpp",
"diff": "#ifdef AFF3CT_CHANNEL_GSL\n+#include <gsl/gsl_rng.h>\n+#include <gsl/gsl_randist.h>\n+... | C++ | MIT License | aff3ct/aff3ct | Break link dependencies with GSL and MKL libraries. |
8,490 | 28.02.2019 21:33:30 | -3,600 | c92848c928d63704df78ce63355078bcdec73dd5 | Improve macros genericity. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -212,24 +212,24 @@ endif(AFF3CT_COMPILE_STATIC_LIB)\n# ------------------------------------------------------------------------------------------------ COMPILER DEFINITIONS\n# -------------------------... | C++ | MIT License | aff3ct/aff3ct | Improve macros genericity. |
8,490 | 01.03.2019 11:08:41 | -3,600 | 85af9e331a781339566f17a5fddc50b55477136a | CI: add new environment variables to specify the number of builds. | [
{
"change_type": "MODIFY",
"old_path": "ci/deploy-builds-linux.sh",
"new_path": "ci/deploy-builds-linux.sh",
"diff": "@@ -49,6 +49,20 @@ then\nexit 1\nfi\n+if [ \"${GIT_BRANCH}\" == \"master\" ]; then\n+ if [ -z \"$CI_AFF3CT_DEPLOY_BUILDS_MASTER\" ]\n+ then\n+ echo \"Please define the 'CI_AFF3CT_DEP... | C++ | MIT License | aff3ct/aff3ct | CI: add new environment variables to specify the number of builds. |
8,488 | 01.03.2019 14:44:53 | -3,600 | f1d2c88a86e7edfaa49a8bdb0cb89d9e83ee85df | First working upload. | [
{
"change_type": "MODIFY",
"old_path": "cmake/Modules/UploadPPA.cmake",
"new_path": "cmake/Modules/UploadPPA.cmake",
"diff": "@@ -198,7 +198,7 @@ file(WRITE ${debian_rules}\n\"\\n\\n%:\\n\"\n\"\\tdh $@ --buildsystem=cmake\\n\"\n\"\\noverride_dh_auto_configure:\\n\"\n- \"\\tDESTDIR=\\\"$(CURDIR)/debi... | C++ | MIT License | aff3ct/aff3ct | First working upload. |
8,490 | 01.03.2019 15:34:31 | -3,600 | bfecd250b2b3278746022e21f52210d6bc88b0e7 | CI: upload the builds as artifacts in the deploy script. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -1213,6 +1213,11 @@ deploy-builds-linux:\nonly:\n- master\n- development\n+ artifacts:\n+ name: builds\n+ when: always\n+ paths:\n+ - builds/\nallow_failure: true\nscript:\n- source ./ci/tools/git-bran... | C++ | MIT License | aff3ct/aff3ct | CI: upload the builds as artifacts in the deploy script. |
8,490 | 01.03.2019 16:57:02 | -3,600 | b7be2dec9a174f6a2759e1f86325eac0796e87f5 | CI: merge 'documentation' and 'parser' stages in 'check' + compile the doc in the analysis stage. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -4,8 +4,7 @@ variables:\nstages:\n- analysis\n- build\n- - parser\n- - documentation\n+ - check\n- test\n- coverage\n- deploy\n@@ -59,6 +58,24 @@ analysis-git-submodules:\n- source ./ci/tools/git-branc... | C++ | MIT License | aff3ct/aff3ct | CI: merge 'documentation' and 'parser' stages in 'check' + compile the doc in the analysis stage. |
8,488 | 01.03.2019 16:57:47 | -3,600 | 994b85e6bd84622f3315422d2352ec6af4479148 | Valid aff3ct build. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -11,11 +11,6 @@ endif()\nproject(aff3ct)\n-if(NOT EXISTS \"${CMAKE_CURRENT_SOURCE_DIR}/.git\")\n- message(FATAL_ERROR \"The '.git' folder can't be found, AFF3CT can't be compiled if it is not cloned \"... | C++ | MIT License | aff3ct/aff3ct | Valid aff3ct build. |
8,490 | 01.03.2019 20:55:26 | -3,600 | 5177391715751304089b842d1c08be274dc13632 | CI: fix wrong GitLab.com artifacts URL. | [
{
"change_type": "MODIFY",
"old_path": "ci/deploy-builds-linux.sh",
"new_path": "ci/deploy-builds-linux.sh",
"diff": "@@ -89,7 +89,7 @@ rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi\ncd ${REPO_WEB}\n-ARTIFACTS_PATH=${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/file/${BUILDS_DIR}/\n+ARTIFACTS_PAT... | C++ | MIT License | aff3ct/aff3ct | CI: fix wrong GitLab.com artifacts URL. |
8,488 | 05.03.2019 16:40:13 | -3,600 | 97b108479793013d7d06b8b9b3768454185ce3ee | Include PPA uploading directly in cmake. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -690,5 +690,8 @@ set(CPACK_INSTALLED_DIRECTORIES \"${CMAKE_CURRENT_SOURCE_DIR};/\")\nset(CPACK_INCLUDE_TOPLEVEL_DIRECTORY OFF)\n+if (AFF3CT_UPLOAD_PPA)\ninclude(UploadPPA)\n+endif()\n+\ninclude(CPack)\... | C++ | MIT License | aff3ct/aff3ct | Include PPA uploading directly in cmake. |
8,488 | 05.03.2019 17:01:40 | -3,600 | 066c7315bd404fa4b137bae3fb166539f4f051c9 | Fix DPUT HOST. | [
{
"change_type": "MODIFY",
"old_path": "cmake/Modules/UploadPPA.cmake",
"new_path": "cmake/Modules/UploadPPA.cmake",
"diff": "@@ -315,7 +315,7 @@ add_custom_target(debuild_${DISTRI} ALL\n# ##############################################################################\n# # dput ppa:your-lp-id/ppa <so... | C++ | MIT License | aff3ct/aff3ct | Fix DPUT HOST. |
8,488 | 06.03.2019 13:45:37 | -3,600 | bcad8d7e0c90805a160eef95a4c3b802d136d73e | Update PPA Host to aff3ct team. | [
{
"change_type": "MODIFY",
"old_path": "cmake/Modules/UploadPPA.cmake",
"new_path": "cmake/Modules/UploadPPA.cmake",
"diff": "@@ -196,7 +196,9 @@ file(WRITE ${debian_rules}\n\"\\n\\n%:\\n\"\n\"\\tdh $@ --buildsystem=cmake\\n\"\n\"\\noverride_dh_auto_configure:\\n\"\n- \"\\tDESTDIR=\\\"$(CURDIR)/debi... | C++ | MIT License | aff3ct/aff3ct | Update PPA Host to aff3ct team. |
8,490 | 13.03.2019 13:27:10 | -3,600 | a2c56d2507fd689da79364df25b8c69907a19f09 | Fix a bug in the Git CMake module. | [
{
"change_type": "MODIFY",
"old_path": "cmake/Modules/GetGitRevisionDescription.cmake",
"new_path": "cmake/Modules/GetGitRevisionDescription.cmake",
"diff": "@@ -62,9 +62,13 @@ function(get_git_head_revision _refspecvar _hashvar)\n# check if this is a submodule\nif(NOT IS_DIRECTORY ${GIT_DIR})\nfile... | C++ | MIT License | aff3ct/aff3ct | Fix a bug in the Git CMake module. |
8,490 | 20.03.2019 17:12:58 | -3,600 | dc743fe272400630c36abf3e79a2b9db4d315357 | Thread safe '--enc-g-save-path' option. | [
{
"change_type": "MODIFY",
"old_path": "doc/sphinx/source/user/simulation/parameters/codec/ldpc/encoder.rst",
"new_path": "doc/sphinx/source/user/simulation/parameters/codec/ldpc/encoder.rst",
"diff": "@@ -159,6 +159,3 @@ Description of the allowed values:\nmatrix can take a non-negligible part of t... | C++ | MIT License | aff3ct/aff3ct | Thread safe '--enc-g-save-path' option. |
8,490 | 22.03.2019 11:08:55 | -3,600 | b3d8cd43428592effadabee678fc1dbe07f6e3e9 | CI: rm the '-Wno-misleading-indentation' option. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -339,7 +339,7 @@ build-windows-gcc-x86-sse4.2:\npaths:\n- build_windows_gcc_x86_sse4.2\nscript:\n- - set \"CFLAGS=-Wall -funroll-loops -Wno-misleading-indentation -m32 -msse4.2\"\n+ - set \"CFLAGS=-Wal... | C++ | MIT License | aff3ct/aff3ct | CI: rm the '-Wno-misleading-indentation' option. |
8,490 | 27.03.2019 11:23:20 | -3,600 | e8774ada75b7db6339c4b41f1dfb0ebb432b38a8 | Fix Monitor MI on 'std::vector' type. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Monitor/MI/Monitor_MI.hpp",
"new_path": "src/Module/Monitor/MI/Monitor_MI.hpp",
"diff": "@@ -58,19 +58,19 @@ public:\ntemplate <class AB = std::allocator<B>, class AR = std::allocator<R>>\nR get_mutual_info(const std::vector<B,AB>& X, const std::vec... | C++ | MIT License | aff3ct/aff3ct | Fix Monitor MI on 'std::vector' type. |
8,488 | 02.04.2019 10:45:27 | -7,200 | 66c3e1645a021fc39be976227fd94bc449708b63 | Change cpack file name. Change ppa package name. | [
{
"change_type": "MODIFY",
"old_path": "cmake/Modules/UploadPPA.cmake",
"new_path": "cmake/Modules/UploadPPA.cmake",
"diff": "@@ -18,14 +18,13 @@ foreach(DISTRI ${AFF3CT_PPA_DISTRIB})\nset(CPACK_DEBIAN_PACKAGE_NAME ${CPACK_PACKAGE_NAME})\nset(CPACK_DEBIAN_PACKAGE_SECTION \"devel\")\nset(CPACK_DEBIAN... | C++ | MIT License | aff3ct/aff3ct | Change cpack file name. Change ppa package name. |
8,488 | 02.04.2019 16:33:56 | -7,200 | c04233a213e036e0f819677491cf8d748e687b4d | CI: Integrate ppa uploading in CI. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -1224,6 +1224,35 @@ 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_window... | C++ | MIT License | aff3ct/aff3ct | CI: Integrate ppa uploading in CI. |
8,488 | 04.04.2019 09:06:51 | -7,200 | b498628cb084ba5032bbeb167a23ed955251be0f | CI: Try to fix debsign. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -1230,8 +1230,6 @@ deploy-upload-ppa:\nGIT_SUBMODULE_STRATEGY: recursive\nexcept:\n- schedules\n- dependencies:\n- - build-linux-gcc-x64-sse4.2\ntags:\n- linux\n- gcc\n@@ -1240,9 +1238,9 @@ deploy-uplo... | C++ | MIT License | aff3ct/aff3ct | CI: Try to fix debsign. |
8,490 | 08.04.2019 17:18:06 | -7,200 | 8cb652e40632a67e59df021edccec430c3c53efa | Generic polar mono-kernel is working! | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/Polar_MK/Decoder_polar_MK.cpp",
"new_path": "src/Factory/Module/Decoder/Polar_MK/Decoder_polar_MK.cpp",
"diff": "@@ -58,7 +58,7 @@ void Decoder_polar_MK::parameters\ntemplate <typename B, typename Q>\nmodule::Decoder_SIHO<B,Q>* Decod... | C++ | MIT License | aff3ct/aff3ct | Generic polar mono-kernel is working! |
8,490 | 09.04.2019 11:33:11 | -7,200 | 22f3445254b04000adb485b3470ea4fa9d0521ea | Generic polar multi-kernel SC decoder is working. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive.cpp",
"new_path": "src/Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive.cpp",
"diff": "using namespace aff3ct;\nusing namespace aff3ct::module;\n+std::vector<uint32_t> gen_sequence(const tools::Polar... | C++ | MIT License | aff3ct/aff3ct | Generic polar multi-kernel SC decoder is working. |
8,490 | 09.04.2019 11:54:03 | -7,200 | d8cd058a586b9e107388e4507ca4db6ef4a0401e | Try to fix compilation error. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive.cpp",
"new_path": "src/Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive.cpp",
"diff": "@@ -108,13 +108,14 @@ Decoder_polar_MK_SC_naive<B,R>\n{\nlambdas[l].resize(code.get_kernel_matrices()[l].size())... | C++ | MIT License | aff3ct/aff3ct | Try to fix compilation error. |
8,490 | 09.04.2019 14:41:26 | -7,200 | 9154225876e544a3f9c5e3910ca614a82ffb0047 | Add systematic polar MK SC decoder. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/Polar_MK/Decoder_polar_MK.cpp",
"new_path": "src/Factory/Module/Decoder/Polar_MK/Decoder_polar_MK.cpp",
"diff": "#include \"Tools/Exception/exception.hpp\"\n#include \"Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive.hpp\"\n+#inc... | C++ | MIT License | aff3ct/aff3ct | Add systematic polar MK SC decoder. |
8,488 | 11.04.2019 07:59:50 | -7,200 | 4f651b4e44b49354cd3a16d6c301316da9300daf | CI: PPA on multiple distribs. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -1239,16 +1239,21 @@ deploy-upload-ppa:\n- 64-bit\n- ppa\nartifacts:\n- name: build\n+ name: ppa_files\n+ when: always\npaths:\n- - build\n+ - build/Debian/xenial/*.gz\n+ - build/Debian/xenial/*.xz\n+ ... | C++ | MIT License | aff3ct/aff3ct | CI: PPA on multiple distribs. |
8,488 | 11.04.2019 11:02:15 | -7,200 | 648075c5d881e0580043ab67485a4ebccc858a4c | CI: Fix multiple distributions management. Add changelog message. | [
{
"change_type": "MODIFY",
"old_path": "cmake/Modules/UploadPPA.cmake",
"new_path": "cmake/Modules/UploadPPA.cmake",
"diff": "@@ -6,6 +6,12 @@ if(NOT DEBUILD_EXECUTABLE OR NOT DPUT_EXECUTABLE)\nreturn()\nendif(NOT DEBUILD_EXECUTABLE OR NOT DPUT_EXECUTABLE)\n+\n+execute_process(COMMAND git tag -n20 -... | C++ | MIT License | aff3ct/aff3ct | CI: Fix multiple distributions management. Add changelog message. |
8,488 | 11.04.2019 17:02:27 | -7,200 | ddb6f65dd2c9de32bbff1d3e519f5c5fbfa4298b | CI: Do not build during ppa upload stage. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -1252,7 +1252,7 @@ deploy-upload-ppa:\n- export CXX=\"g++\"\n- export CFLAGS=\"-Wall -funroll-loops -m64 -msse4.2\"\n- export LFLAGS=\"-static -static-libgcc -static-libstdc++ -Wl,--whole-archive -lpth... | C++ | MIT License | aff3ct/aff3ct | CI: Do not build during ppa upload stage. |
8,490 | 11.04.2019 21:44:26 | -7,200 | f91d62b9cb208721713088052b0429aa9a83a9b2 | Add polar multi-kernel SCL sys. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/Polar_MK/Decoder_polar_MK.cpp",
"new_path": "src/Factory/Module/Decoder/Polar_MK/Decoder_polar_MK.cpp",
"diff": "#include \"Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive.hpp\"\n#include \"Module/Decoder/Polar_MK/SC/Decoder_pol... | C++ | MIT License | aff3ct/aff3ct | Add polar multi-kernel SCL sys. |
8,490 | 11.04.2019 22:21:21 | -7,200 | 76035b95855a3f4cba5b6179ad0cbb27f6a42c59 | Add polar multi-kernel CA-SCL (sys and non-sys) decoder. | [
{
"change_type": "MODIFY",
"old_path": "doc/sphinx/source/user/simulation/parameters/codec/polar_mk/decoder.rst",
"new_path": "doc/sphinx/source/user/simulation/parameters/codec/polar_mk/decoder.rst",
"diff": "@@ -9,9 +9,9 @@ Polar |MK| Decoder parameters\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n:Type... | C++ | MIT License | aff3ct/aff3ct | Add polar multi-kernel CA-SCL (sys and non-sys) decoder. |
8,490 | 12.04.2019 10:53:13 | -7,200 | 46b3cdd22146960caec92bcbef8edbc4a1a03a50 | Add polar multi-kernel PA-SCL (sys and non-sys) decoder. | [
{
"change_type": "MODIFY",
"old_path": "doc/sphinx/source/user/simulation/parameters/codec/polar_mk/decoder.rst",
"new_path": "doc/sphinx/source/user/simulation/parameters/codec/polar_mk/decoder.rst",
"diff": "@@ -9,7 +9,7 @@ Polar |MK| Decoder parameters\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n:Type... | C++ | MIT License | aff3ct/aff3ct | Add polar multi-kernel PA-SCL (sys and non-sys) decoder. |
8,490 | 12.04.2019 13:48:20 | -7,200 | 2c525205eee5de2980e0b12ee4a0fdd1cd99c1ea | Externalize polar decoder lambda functions. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive.cpp",
"new_path": "src/Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive.cpp",
"diff": "@@ -80,119 +80,12 @@ Decoder_polar_MK_SC_naive<B,R>\nthis->Ke[ke][i * kernel_size +j] = (B)this->code.get_kernel... | C++ | MIT License | aff3ct/aff3ct | Externalize polar decoder lambda functions. |
8,490 | 12.04.2019 18:14:11 | -7,200 | 6753515a03c467b77f04d6e4930d4120239ab691 | Fix clang error + add 4x4 polar kernel. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/decoder_polar_functions.cpp",
"new_path": "src/Tools/Code/Polar/decoder_polar_functions.cpp",
"diff": "@@ -20,7 +20,12 @@ aff3ct::tools::Polar_lambdas<B,R>::functions = {\nreturn sign ? -min : min;\n},\n+#if defined(__clang__) || defined(_... | C++ | MIT License | aff3ct/aff3ct | Fix clang error + add 4x4 polar kernel. |
8,490 | 15.04.2019 14:08:12 | -7,200 | 8da4227ba484d56e3814ca5d7de946b0663a3f5b | Hotfix for Clang compiler. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/decoder_polar_functions.cpp",
"new_path": "src/Tools/Code/Polar/decoder_polar_functions.cpp",
"diff": "using namespace aff3ct;\nusing namespace aff3ct::tools;\n+#if defined(__clang__) || defined(__llvm__)\n+// hotfix clang bug: \"definitio... | C++ | MIT License | aff3ct/aff3ct | Hotfix for Clang compiler. |
8,490 | 15.04.2019 14:51:12 | -7,200 | 3877b00cdf762346a4350745616bd23e3a960158 | Hotfix2 for macOS Clang compiler. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/decoder_polar_functions.cpp",
"new_path": "src/Tools/Code/Polar/decoder_polar_functions.cpp",
"diff": "@@ -8,12 +8,30 @@ using namespace aff3ct::tools;\ntemplate <typename B, typename R>\nstd::map<std::vector<std::vector<bool>>,\nstd::vect... | C++ | MIT License | aff3ct/aff3ct | Hotfix2 for macOS Clang compiler. |
8,490 | 15.04.2019 17:24:53 | -7,200 | 497a9e830e1266efe7d6b7f1a92cef0fed28b346 | Hotfix3 for Clang compiler. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive.cpp",
"new_path": "src/Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive.cpp",
"diff": "@@ -80,6 +80,7 @@ Decoder_polar_MK_SC_naive<B,R>\nthis->Ke[ke][i * kernel_size +j] = (B)this->code.get_kernel_ma... | C++ | MIT License | aff3ct/aff3ct | Hotfix3 for Clang compiler. |
8,490 | 16.04.2019 15:56:38 | -7,200 | 281a5526e7c3dddedf0e07ebe461322764282682 | Fix lambda functions not working on Clang. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive.cpp",
"new_path": "src/Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive.cpp",
"diff": "@@ -80,7 +80,6 @@ Decoder_polar_MK_SC_naive<B,R>\nthis->Ke[ke][i * kernel_size +j] = (B)this->code.get_kernel_ma... | C++ | MIT License | aff3ct/aff3ct | Fix lambda functions not working on Clang. |
8,490 | 18.04.2019 11:02:24 | -7,200 | 3148db83e0ca5cd919d8ef466ca44b9a4b997cf0 | Add a more generic way to represent the polar lambda functions. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive.cpp",
"new_path": "src/Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive.cpp",
"diff": "@@ -82,10 +82,10 @@ Decoder_polar_MK_SC_naive<B,R>\nfor (size_t l = 0; l < lambdas.size(); l++)\n{\n- if (tools:... | C++ | MIT License | aff3ct/aff3ct | Add a more generic way to represent the polar lambda functions. |
8,490 | 18.04.2019 11:30:43 | -7,200 | 998dfb9a07b7189395e8d100d7ff1cd3e1f3b621 | Rm useless include + cosmetics. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/decoder_polar_functions.h",
"new_path": "src/Tools/Code/Polar/decoder_polar_functions.h",
"diff": "#include <functional>\n#include \"Tools/Math/utils.h\"\n-#include \"Tools/Code/Polar/Polar_code.hpp\"\n#ifndef _MSC_VER\n#ifndef __forceinli... | C++ | MIT License | aff3ct/aff3ct | Rm useless include + cosmetics. |
8,490 | 18.04.2019 16:14:02 | -7,200 | 42a84a9542c72a1862dac5f6ca3ced3b5d8800ae | Add a generic GA frozen bits generator for mono/multi-kernel polar codes. | [
{
"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": "@@ -109,7 +109,8 @@ Kronecker product:\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n:T... | C++ | MIT License | aff3ct/aff3ct | Add a generic GA frozen bits generator for mono/multi-kernel polar codes. |
8,490 | 18.04.2019 16:17:41 | -7,200 | 72de27c2e9edb4296ab2ca0671a53d552ff60132 | Regen headers. | [
{
"change_type": "MODIFY",
"old_path": "src/aff3ct.hpp",
"new_path": "src/aff3ct.hpp",
"diff": "#ifndef FROZENBITS_GENERATOR_FILE_HPP_\n#include <Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_file.hpp>\n#endif\n+#ifndef FROZENBITS_GENERATOR_GA_ARIKAN_HPP_\n+#include <Tools/Code/Polar/Fr... | C++ | MIT License | aff3ct/aff3ct | Regen headers. |
8,490 | 18.04.2019 16:29:43 | -7,200 | f5c010e47b95f55d115d33f86da72ca8051fa740 | Fix some MSVC warnings. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Polar_MK/ASCL/Decoder_polar_MK_ASCL_naive_CA.hpp",
"new_path": "src/Module/Decoder/Polar_MK/ASCL/Decoder_polar_MK_ASCL_naive_CA.hpp",
"diff": "@@ -30,7 +30,6 @@ public:\nvirtual void notify_frozenbits_update();\nprotected:\n- void _decode (c... | C++ | MIT License | aff3ct/aff3ct | Fix some MSVC warnings. |
8,490 | 18.04.2019 17:11:03 | -7,200 | bb3757ececeff3f62f16bf83994f2f661b91e472 | Fix MSVC namespace error. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_GA.cpp",
"new_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_GA.cpp",
"diff": "#include \"Frozenbits_generator_GA.hpp\"\n+using namespace aff3ct;\nusing namespace aff3ct::to... | C++ | MIT License | aff3ct/aff3ct | Fix MSVC namespace error. |
8,490 | 18.04.2019 21:36:09 | -7,200 | dba6e879a1a43b44233b46b254b467e343aff2f8 | Fix the polar MK SCL decoder. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Polar_MK/SCL/Decoder_polar_MK_SCL_naive.cpp",
"new_path": "src/Module/Decoder/Polar_MK/SCL/Decoder_polar_MK_SCL_naive.cpp",
"diff": "@@ -407,8 +407,13 @@ void Decoder_polar_MK_SCL_naive<B,R>\ntools::Generic_node<Contents_MK_SCL<B,R>>* node_b... | C++ | MIT License | aff3ct/aff3ct | Fix the polar MK SCL decoder. |
8,490 | 18.04.2019 23:20:25 | -7,200 | e6b23267c0253cab2a7ff3b8cad95a76703507bc | Fix 4x4 polar kernel lambda function. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/decoder_polar_functions.hxx",
"new_path": "src/Tools/Code/Polar/decoder_polar_functions.hxx",
"diff": "@@ -572,7 +572,7 @@ Polar_lambdas_bis<B,R,X,P>::functions = {\n},\n[](const std::vector<R> &L, const std::vector<B> &u) -> R\n{\n- retur... | C++ | MIT License | aff3ct/aff3ct | Fix 4x4 polar kernel lambda function. |
8,490 | 19.04.2019 10:46:40 | -7,200 | 116c5f236e30a75038cde4c0f1500eefe30def96 | Simplify the GA code. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_GA.cpp",
"new_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_GA.cpp",
"diff": "@@ -50,8 +50,7 @@ void Frozenbits_generator_GA\n{\nthis->check_noise();\n- for (auto i = 0; i ... | C++ | MIT License | aff3ct/aff3ct | Simplify the GA code. |
8,490 | 19.04.2019 10:47:30 | -7,200 | 6bd7f8ff7c50c159cbfaf41c27f52f8ebd6291d5 | Add the 'to_file' method for polar code path. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Tools/Code/Polar_MK/Frozenbits_generator_MK.cpp",
"new_path": "src/Factory/Tools/Code/Polar_MK/Frozenbits_generator_MK.cpp",
"diff": "@@ -46,7 +46,7 @@ void Frozenbits_generator_MK::parameters\ntools::Text(tools::Including_set(\"FILE\", \"GA\", \"G... | C++ | MIT License | aff3ct/aff3ct | Add the 'to_file' method for polar code path. |
8,490 | 19.04.2019 14:11:11 | -7,200 | 4a545489e7bb95cecc2b7f8d856af8d5352939c5 | Add polar multi-kernel reference curves. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -624,6 +624,60 @@ test-regression-polar:\n# - export TIME_SEC=$CI_TIME_SEC_TEST_LONG_POLAR\n# - ./ci/test-regression.py --refs-path refs/POLAR --results-path test-regression-results-polar --build-path ... | C++ | MIT License | aff3ct/aff3ct | Add polar multi-kernel reference curves. |
8,490 | 19.04.2019 16:54:13 | -7,200 | b4baa8a648b3e5f2c1a3d8b6e5faf97406e82844 | Check if a polar code can be systematic or not. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive_sys.cpp",
"new_path": "src/Module/Decoder/Polar_MK/SC/Decoder_polar_MK_SC_naive_sys.cpp",
"diff": "@@ -15,6 +15,13 @@ Decoder_polar_MK_SC_naive_sys<B,R>\n{\nconst std::string name = \"Decoder_polar_MK_SC... | C++ | MIT License | aff3ct/aff3ct | Check if a polar code can be systematic or not. |
8,490 | 19.04.2019 22:50:50 | -7,200 | e6c1703c7c4f70e56593e7b92737c6ce1c81bdbc | Fix MSVC link errors. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/decoder_polar_functions.h",
"new_path": "src/Tools/Code/Polar/decoder_polar_functions.h",
"diff": "@@ -141,16 +141,14 @@ __forceinline R square_plus(const R& ll, const R& lr);\ntemplate <typename R>\n__forceinline R plus(const R& ll, const... | C++ | MIT License | aff3ct/aff3ct | Fix MSVC link errors. |
8,490 | 23.04.2019 16:14:22 | -7,200 | 813769319aa968fa0cdfdc985c095327c8592777 | Fix noise management in Polar MK codec when working on 64-bit floats. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Codec/Codec.hpp",
"new_path": "src/Module/Codec/Codec.hpp",
"diff": "@@ -70,7 +70,7 @@ public:\nconst tools::Noise<float>& current_noise() const;\nvirtual void set_noise(const tools::Noise<float>& noise);\n- void set_noise(const tools::Noise<double>... | C++ | MIT License | aff3ct/aff3ct | Fix noise management in Polar MK codec when working on 64-bit floats. |
8,490 | 23.04.2019 16:16:58 | -7,200 | fe8434a0dc5143e3222bce8c8c7daeef08657db4 | Fix noise management in Polar codec when working on 64-bit floats. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Codec/Codec.hpp",
"new_path": "src/Module/Codec/Codec.hpp",
"diff": "@@ -70,7 +70,7 @@ public:\nconst tools::Noise<float>& current_noise() const;\nvirtual void set_noise(const tools::Noise<float>& noise);\n- void set_noise(const tools::Noise<double>... | C++ | MIT License | aff3ct/aff3ct | Fix noise management in Polar codec when working on 64-bit floats. |
8,490 | 23.04.2019 16:31:16 | -7,200 | aaa6ba8ae0d6cda1c24c0c6973ef02ac878897ab | Fix Sphinx compilation error. | [
{
"change_type": "MODIFY",
"old_path": "doc/sphinx/source/user/simulation/parameters/codec/polar_mk/decoder.rst",
"new_path": "doc/sphinx/source/user/simulation/parameters/codec/polar_mk/decoder.rst",
"diff": "@@ -90,8 +90,8 @@ Description of the allowed values:\n+-----------+-----------------------... | C++ | MIT License | aff3ct/aff3ct | Fix Sphinx compilation error. |
8,490 | 24.04.2019 10:50:20 | -7,200 | 98547f2f38d47061d72e638d5204346cd66b7656 | Fix non-adaptive frozen bits generation in polar MK. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Codec/Polar_MK/Codec_polar_MK.cpp",
"new_path": "src/Module/Codec/Polar_MK/Codec_polar_MK.cpp",
"diff": "@@ -87,6 +87,17 @@ Codec_polar_MK<B,Q>\n// ------------------------------------------------------------------------------------------------- fro... | C++ | MIT License | aff3ct/aff3ct | Fix non-adaptive frozen bits generation in polar MK. |
8,490 | 24.04.2019 10:58:11 | -7,200 | 7f9a92fe0c08aa7ccd08fd33d2957cc3553acda0 | Simplify the GA generator. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_GA.cpp",
"new_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_GA.cpp",
"diff": "@@ -40,7 +40,7 @@ Frozenbits_generator_GA\nPolar_lambdas_bis<int64_t,double>::functions.end())... | C++ | MIT License | aff3ct/aff3ct | Simplify the GA generator. |
8,490 | 24.04.2019 15:20:49 | -7,200 | f2d3cae3871ff31427287fd8c8aa9fbd41e61918 | Add the possibility to dump the best channels of the polar codes. | [
{
"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": "@@ -123,6 +123,19 @@ positions in the codeword. The strategy is to freeze the less reliable chan... | C++ | MIT License | aff3ct/aff3ct | Add the possibility to dump the best channels of the polar codes. |
8,490 | 24.04.2019 16:26:22 | -7,200 | 943a89e877ca42780af4c7212ffeb5c032dfd2dc | Add the possibility to dump the best channels of the polar MK codes. | [
{
"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": "@@ -165,6 +165,19 @@ positions in the codeword. The strategy is to freeze the less reliabl... | C++ | MIT License | aff3ct/aff3ct | Add the possibility to dump the best channels of the polar MK codes. |
8,490 | 25.04.2019 12:07:47 | -7,200 | 35c546196514dacb0c9e79ac30a6e4959951b7fd | Fix 5x5 polar kernel. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/decoder_polar_functions.hxx",
"new_path": "src/Tools/Code/Polar/decoder_polar_functions.hxx",
"diff": "@@ -621,7 +621,7 @@ Polar_lambdas_bis<B,R,X,P>::functions = {\n},\n[](const std::vector<R> &L, const std::vector<B> &u) -> R\n{\n- retur... | C++ | MIT License | aff3ct/aff3ct | Fix 5x5 polar kernel. |
8,490 | 25.04.2019 17:13:51 | -7,200 | c524d66ca8e7efe9f6d58e26e12172636241734f | Add 6x6 polar kernel without LSE. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/decoder_polar_functions.hxx",
"new_path": "src/Tools/Code/Polar/decoder_polar_functions.hxx",
"diff": "@@ -534,7 +534,9 @@ Polar_lambdas_bis<B,R,X,P>::functions = {\n},\n[](const std::vector<R> &L, const std::vector<B> &u) -> R\n{\n- retur... | C++ | MIT License | aff3ct/aff3ct | Add 6x6 polar kernel without LSE. |
8,490 | 25.04.2019 17:23:15 | -7,200 | 66fc7df5919c5fe7f8442eaf6f9ba0ceb52502e4 | Rename 'Polar_lambdas_bis' in 'Polar_lambdas'. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/Polar_MK/Decoder_polar_MK.cpp",
"new_path": "src/Factory/Module/Decoder/Polar_MK/Decoder_polar_MK.cpp",
"diff": "@@ -99,14 +99,14 @@ module::Decoder_SIHO<B,Q>* Decoder_polar_MK::parameters\nfor (size_t l = 0; l < lambdas.size(); l++)... | C++ | MIT License | aff3ct/aff3ct | Rename 'Polar_lambdas_bis' in 'Polar_lambdas'. |
8,490 | 14.06.2019 20:55:13 | -7,200 | 3f75e8ba486408e8554bc49b0285fa017421883d | Fix missing ML decoder for BCH codes. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp",
"new_path": "src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp",
"diff": "@@ -112,6 +112,12 @@ module::Decoder_SIHO<B,Q>* Decoder_BCH\ntemplate <typename B, typename Q>\nmodule::Decoder_SIHO_HIHO<B,Q>* Decoder_BCH:... | C++ | MIT License | aff3ct/aff3ct | Fix missing ML decoder for BCH codes. |
8,488 | 05.06.2019 11:09:36 | -7,200 | 93c0d3de11c1d17332d19b5f860fdafbff5addf9 | Extend constructors of Galois and BCH_polynomial_generator. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/BCH/BCH_polynomial_generator.cpp",
"new_path": "src/Tools/Code/BCH/BCH_polynomial_generator.cpp",
"diff": "@@ -8,8 +8,8 @@ using namespace aff3ct::tools;\ntemplate <typename I>\nBCH_polynomial_generator<I>\n-::BCH_polynomial_generator(const int&... | C++ | MIT License | aff3ct/aff3ct | Extend constructors of Galois and BCH_polynomial_generator. |
8,488 | 05.06.2019 14:21:51 | -7,200 | 5390064b09e979776f27d48067f696fbc0b4902d | Throw exception for non primitive BCH polynomial. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/BCH/Standard/Decoder_BCH_std.cpp",
"new_path": "src/Module/Decoder/BCH/Standard/Decoder_BCH_std.cpp",
"diff": "@@ -177,8 +177,13 @@ void Decoder_BCH_std<B, R>\nif (!q)\n{ /* store root and error\n* location number indices */\n- loc[count] = ... | C++ | MIT License | aff3ct/aff3ct | Throw exception for non primitive BCH polynomial. |
8,490 | 20.06.2019 14:50:24 | -7,200 | 21abf821ab0bab5855ad190b6ee6dda9ae607c98 | Udate SonarQube URL. | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "# AFF3CT: A Fast Forward Error Correction Toolbox!\n[](https://gitlab.com/aff3ct/aff3ct/pipelines)\n-[](https://gitlab.com/aff3ct/aff3ct/pipelines)\n-[\n\"Architecture: ${CPACK_DEBIAN_PACKAGE_ARCHITECTURE}\\n\"\n\"Depends: ${bin_depends}, \\${shlibs:Depends}, \\${misc:... | C++ | MIT License | aff3ct/aff3ct | Add aff3ct-dev package. |
8,490 | 02.07.2019 09:09:39 | -7,200 | 37a1220b54be5a9b26bf0112a0ed27cdba357396 | Fix Clang link errors on Visual Studio 2019. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Codec/Codec_SIHO.hpp",
"new_path": "src/Factory/Module/Codec/Codec_SIHO.hpp",
"diff": "@@ -24,7 +24,7 @@ struct Codec_SIHO : Codec\n// ---------------------------------------------------------------------------------------------------- METHO... | C++ | MIT License | aff3ct/aff3ct | Fix Clang link errors on Visual Studio 2019. |
8,490 | 02.07.2019 13:47:07 | -7,200 | ebd6735a49d5c57a10ae13f1e2d48bcfb20146cc | Doc: improve Visual Studio info. | [
{
"change_type": "MODIFY",
"old_path": "doc/sphinx/source/user/installation/compilation/compilation.rst",
"new_path": "doc/sphinx/source/user/installation/compilation/compilation.rst",
"diff": "@@ -215,7 +215,12 @@ Once |AFF3CT| is compiled you can browse the build by right clicking on\n.. warning::... | C++ | MIT License | aff3ct/aff3ct | Doc: improve Visual Studio info. |
8,488 | 02.07.2019 14:43:16 | -7,200 | 2b7f5fda6019998dbd3ee61885d0c6417d6591be | Try to fix ppa debuild. | [
{
"change_type": "MODIFY",
"old_path": "cmake/Modules/UploadPPA.cmake",
"new_path": "cmake/Modules/UploadPPA.cmake",
"diff": "@@ -70,12 +70,12 @@ foreach(DISTRI ${AFF3CT_PPA_DISTRIB})\nfile(WRITE \"${DEBIAN_SOURCE_DIR}/debian/${CPACK_DEBIAN_PACKAGE_NAME}.install\"\n\"usr/bin/*\\n\"\n- \"usr/share/*/... | C++ | MIT License | aff3ct/aff3ct | Try to fix ppa debuild. |
8,490 | 02.07.2019 22:17:22 | -7,200 | c7decf771e3ebc454bd550e6f11c9fd32185c9e0 | Update 'conf' and 'refs' submodules. | [
{
"change_type": "MODIFY",
"old_path": "conf",
"new_path": "conf",
"diff": "-Subproject commit 868a3f749d9aa30d6a87de33d8285a6c5302dec3\n+Subproject commit ccc3111fba49e48fca67a19caf347148e1139ddf\n"
},
{
"change_type": "MODIFY",
"old_path": "refs",
"new_path": "refs",
"diff": "-... | C++ | MIT License | aff3ct/aff3ct | Update 'conf' and 'refs' submodules. |
8,488 | 04.07.2019 12:02:59 | -7,200 | 5090a1fde603c27fbaab9d5de0bb1d5ac8fa57fc | Fix doc package. | [
{
"change_type": "MODIFY",
"old_path": "ci/deploy-upload-ppa.sh",
"new_path": "ci/deploy-upload-ppa.sh",
"diff": "@@ -3,7 +3,7 @@ set -x\ncmake --version\nmkdir build\n-mv documentation-sphinx build\n+mv doc/sphinx/build doc/sphinx/built\ncd build\nif [ -z \"DISTRIBS\" ]\n"
},
{
"change_type... | C++ | MIT License | aff3ct/aff3ct | Fix doc package. |
8,488 | 04.07.2019 14:37:18 | -7,200 | e9ad73c301ac9d442abd6cb13cb88485a6ae44db | Add pdf in aff3ct-doc package. | [
{
"change_type": "MODIFY",
"old_path": "cmake/Modules/UploadPPA.cmake",
"new_path": "cmake/Modules/UploadPPA.cmake",
"diff": "@@ -84,7 +84,8 @@ foreach(DISTRI ${AFF3CT_PPA_DISTRIB})\n\"usr/include/aff3ct-${AFF3CT_VERSION_FULL}/*\\n\")\nfile(WRITE \"${DEBIAN_SOURCE_DIR}/debian/${CPACK_DEBIAN_PACKAGE_... | C++ | MIT License | aff3ct/aff3ct | Add pdf in aff3ct-doc package. |
8,488 | 08.07.2019 11:39:14 | -7,200 | caed778cd41d1f313ece02b1f4b962a0192421e1 | CI: Give dput host as input in CI scripts. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -1239,6 +1239,10 @@ deploy-upload-ppa:\n- x86\n- 64-bit\n- ppa\n+ only:\n+ - master\n+ - development\n+ - ppa_upload\nartifacts:\nname: ppa_files\nwhen: always\n@@ -1248,6 +1252,8 @@ deploy-upload-ppa:... | C++ | MIT License | aff3ct/aff3ct | CI: Give dput host as input in CI scripts. |
8,488 | 08.07.2019 11:39:32 | -7,200 | fab6fbcfbe1658b2c49ec9264f79b51fbb7f07f2 | Update doc with ppa repo. | [
{
"change_type": "MODIFY",
"old_path": "doc/sphinx/source/user/installation/installation/installation.rst",
"new_path": "doc/sphinx/source/user/installation/installation/installation.rst",
"diff": "Installation\n============\n-.. important:: If you do not plan to modify the |AFF3CT| source code and ... | C++ | MIT License | aff3ct/aff3ct | Update doc with ppa repo. |
8,488 | 08.07.2019 14:05:55 | -7,200 | ac037fa3870bbb59f94d923ec109850e94426f22 | Fix deploy_upload_ppa script. | [
{
"change_type": "MODIFY",
"old_path": "cmake/Modules/UploadPPA.cmake",
"new_path": "cmake/Modules/UploadPPA.cmake",
"diff": "@@ -11,7 +11,6 @@ if(NOT AFF3CT_DPUT_HOST)\nreturn()\nendif(NOT AFF3CT_DPUT_HOST)\n-\nexecute_process(COMMAND git tag -n20 --points-at v${AFF3CT_VERSION}\nOUTPUT_VARIABLE CHA... | C++ | MIT License | aff3ct/aff3ct | Fix deploy_upload_ppa script. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.