author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
8,490
13.12.2017 14:15:54
-3,600
02f0e19dfb9de876b41b8b6bb7550cca1069e46d
Fix info bit pos in the LDPC codec.
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp", "diff": "@@ -141,24 +141,12 @@ Codec_LDPC<B,Q>\nstd::ifstream file_H(dec_params.H_path, std::ifstream::in);\nH = tools::AList::read(file_H);\n- if (!is_info_bits_pos)\n-...
C++
MIT License
aff3ct/aff3ct
Fix info bit pos in the LDPC codec.
8,490
13.12.2017 16:30:44
-3,600
dfe73340cee20b287da86681c097a60711f74423
Autoset the LDPC puncturer to NO when it is not needing.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Puncturer/LDPC/Puncturer_LDPC.cpp", "new_path": "src/Factory/Module/Puncturer/LDPC/Puncturer_LDPC.cpp", "diff": "@@ -86,6 +86,9 @@ void Puncturer_LDPC::parameters\n}\nif(exist(vals, {p+\"-cw-size\", \"N_cw\"})) this->N_cw = std::stoi(vals.at...
C++
MIT License
aff3ct/aff3ct
Autoset the LDPC puncturer to NO when it is not needing.
8,490
13.12.2017 18:37:33
-3,600
a3333b4feaaac0765ab6fd020fd0309dc84df0a3
Fix bad puncturer factory.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "diff": "@@ -112,11 +112,10 @@ void Codec_LDPC::parameters\nif (this->pct)\n{\nthis->pct->K = this->enc->K;\n+ this->pct->N_cw = this->enc->N_cw;\nthis->...
C++
MIT License
aff3ct/aff3ct
Fix bad puncturer factory.
8,490
13.12.2017 22:11:58
-3,600
8c7f5c1518b8eb2345c501b9280aad2816f43207
Update the AFF3CT headers.
[ { "change_type": "MODIFY", "old_path": "src/aff3ct.hpp", "new_path": "src/aff3ct.hpp", "diff": "#include <Tools/Code/Polar/Frozenbits_notifier.hpp>\n#include <Tools/Code/LDPC/Matrix_handler/LDPC_matrix_handler.hpp>\n#include <Tools/Code/LDPC/AList/AList.hpp>\n+#include <Tools/Code/LDPC/QC/QC.hpp>\n#...
C++
MIT License
aff3ct/aff3ct
Update the AFF3CT headers.
8,483
15.12.2017 10:55:11
-3,600
0a010dee4743e5872f8af6b9d124fed4140709a3
Change name BCH_polynomial_generator into lower case name
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp", "new_path": "src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp", "diff": "@@ -76,7 +76,7 @@ void Decoder_BCH::parameters\ntemplate <typename B, typename Q>\nmodule::Decoder_SIHO<B,Q>* Decoder_BCH::parameters\n-::bu...
C++
MIT License
aff3ct/aff3ct
Change name BCH_polynomial_generator into lower case name
8,483
20.12.2017 15:10:12
-3,600
424c41dc581ff8165af1110d37c68e701858a183
Add argument type return short title method; Seperate argument type and range implementations in different files
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_handler.cpp", "new_path": "src/Tools/Arguments/Argument_handler.cpp", "diff": "@@ -155,7 +155,7 @@ void Argument_handler\nif (std::find(existing_flags.begin(), existing_flags.end(), it->first.back()) == existing_flags.end())\n{\nif...
C++
MIT License
aff3ct/aff3ct
Add argument type return short title method; Seperate argument type and range implementations in different files
8,490
20.12.2017 15:32:14
-3,600
69a899c518d8d94e9283eb69221f5a4182c94ff8
Fix include issue.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/Polar/API/functions_polar_inter.h", "new_path": "src/Tools/Code/Polar/API/functions_polar_inter.h", "diff": "#include \"Tools/Math/utils.h\"\n#include \"Tools/Code/Polar/decoder_polar_functions.h\"\n+#include \"functions_polar_inter_intra.h\"\n+...
C++
MIT License
aff3ct/aff3ct
Fix include issue.
8,483
20.12.2017 16:19:55
-3,600
00e141f277982d56c5469be5aa44c2ef6c133e19
Add the management of the position of the argument in the command to favor the last ones
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_handler.cpp", "new_path": "src/Tools/Arguments/Argument_handler.cpp", "diff": "@@ -72,6 +72,8 @@ std::vector<bool> Argument_handler\n::sub_parse_arguments(const Argument_map_info &args, Argument_map_value& arg_v, std::vector<bool>&...
C++
MIT License
aff3ct/aff3ct
Add the management of the position of the argument in the command to favor the last ones
8,490
20.12.2017 17:27:17
-3,600
25ab9d61348681c6c4c7c0377485799244a96e4e
Split the doc lines.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_handler.cpp", "new_path": "src/Tools/Arguments/Argument_handler.cpp", "diff": "#include <algorithm>\n#include <type_traits>\n+#include \"Tools/Display/bash_tools.h\"\n#include \"Tools/Exception/exception.hpp\"\n+#include \"Tools/ge...
C++
MIT License
aff3ct/aff3ct
Split the doc lines.
8,490
20.12.2017 17:27:47
-3,600
3a74da7481d63deb591e49f78cbea678f876ff9c
Rm dead code.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_handler.cpp", "new_path": "src/Tools/Arguments/Argument_handler.cpp", "diff": "@@ -247,7 +247,6 @@ void Argument_handler\nstd::cout << std::endl;\nauto splitted_doc = split_doc(info.doc, tab + \" \", 80);\n- // std::cout << format(...
C++
MIT License
aff3ct/aff3ct
Rm dead code.
8,483
21.12.2017 11:56:00
-3,600
62db61905bcb3b6b0eee25df553cd45ff039aafa
Add an argument list type
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "new_path": "src/Factory/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "diff": "@@ -43,9 +43,24 @@ void Puncturer_turbo::parameters\nopt_args.add(\n{p+\"-pattern\"},\n- new tools::Text<>(),\n+ new tools::...
C++
MIT License
aff3ct/aff3ct
Add an argument list type
8,483
21.12.2017 14:28:19
-3,600
2768bbe0e50bc1460d670ea0d4f6d3d6399ddd41
Add Boolean argument type; Make turbo pattern argument works with a 2D list argument type
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Tools/Arguments/Argument_type/Boolean.hpp", "diff": "+#ifndef ARGUMENT_TYPE_BOOLEAN_HPP_\n+#define ARGUMENT_TYPE_BOOLEAN_HPP_\n+\n+#include <string>\n+#include <stdexcept>\n+#include <iostream>\n+\n+#include \"Argument_type.hpp\"\n+\n+namesp...
C++
MIT License
aff3ct/aff3ct
Add Boolean argument type; Make turbo pattern argument works with a 2D list argument type
8,483
21.12.2017 15:40:27
-3,600
8e03c4d580deff6713636b2287ca5499fa5a717b
Add the Length argument range; Add length constraint in the turbo poncturer pattern
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "new_path": "src/Factory/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "diff": "@@ -43,24 +43,11 @@ void Puncturer_turbo::parameters\nopt_args.add(\n{p+\"-pattern\"},\n- new tools::List<>(new tools::Text<...
C++
MIT License
aff3ct/aff3ct
Add the Length argument range; Add length constraint in the turbo poncturer pattern
8,483
21.12.2017 16:58:42
-3,600
c8df93dd66e08c68781b05eafba07bf15f86781d
Argument map val can now return a list with good values; Argument map val takes as second argument the type matching with the argument
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "new_path": "src/Factory/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "diff": "@@ -43,9 +43,9 @@ void Puncturer_turbo::parameters\nopt_args.add(\n{p+\"-pattern\"},\n- new tools::List<>(new tools::List<to...
C++
MIT License
aff3ct/aff3ct
Argument map val can now return a list with good values; Argument map val takes as second argument the type matching with the argument
8,483
22.12.2017 16:01:51
-3,600
c395811d34e690832f3d2b2fc38906ed93032ebe
Check first elements before list ranges
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_type/List.hpp", "new_path": "src/Tools/Arguments/Argument_type/List.hpp", "diff": "@@ -39,12 +39,8 @@ public:\n{\n// separate values:\nauto list = S::split(val);\n- auto list_vals = this->convert(list);\n-\n- this->check_ranges(lis...
C++
MIT License
aff3ct/aff3ct
Check first elements before list ranges
8,483
03.01.2018 09:46:11
-3,600
500e6b0c18f5ecf5ef1a3381f2bcf5ca334f20de
Move compute N and pattern functions into poncturer turbo module instead of factory then can reuse it in the module itself. Add Splitter functions in PT module
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "new_path": "src/Factory/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "diff": "using namespace aff3ct;\nusing namespace aff3ct::factory;\n+using PT = aff3ct::module::Puncturer_turbo<>;\n+\nconst std::str...
C++
MIT License
aff3ct/aff3ct
Move compute N and pattern functions into poncturer turbo module instead of factory then can reuse it in the module itself. Add Splitter functions in PT module
8,483
03.01.2018 16:38:38
-3,600
b4770951d025562a6d7f96c8b55c18dc087b3d5a
Add already displayed checker to not displayed several times the same parameter in different sub-parameter group
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_handler.cpp", "new_path": "src/Tools/Arguments/Argument_handler.cpp", "diff": "@@ -269,6 +269,10 @@ void Argument_handler\nsize_t max_n_char_arg = std::max(find_longest_tags(req_args), find_longest_tags(opt_args));\nbool title_disp...
C++
MIT License
aff3ct/aff3ct
Add already displayed checker to not displayed several times the same parameter in different sub-parameter group
8,483
03.01.2018 16:40:53
-3,600
4fbc95e9fe62b8a829c07a84dd6e2bd83ade445d
Invert template names Splitter and element type
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "new_path": "src/Factory/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "diff": "@@ -15,6 +15,26 @@ const std::string aff3ct::factory::Puncturer_turbo::name = \"Puncturer Turbo\";\nconst std::string aff3ct...
C++
MIT License
aff3ct/aff3ct
Invert template names Splitter and element type
8,483
03.01.2018 16:41:31
-3,600
cda5bd054acfeb14ccb99c22bd8f2517c4e956f4
Remove constructor with pattern as string
[ { "change_type": "MODIFY", "old_path": "src/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "new_path": "src/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "diff": "#include \"Tools/general_utils.h\"\n#include \"Puncturer_turbo.hpp\"\n-#include \"Tools/Arguments/Splitter/Splitter.hpp\"\nusing namespace a...
C++
MIT License
aff3ct/aff3ct
Remove constructor with pattern as string
8,483
04.01.2018 09:25:48
-3,600
4bfa0e9493efd35179c66d7b6ae0801814318544
Create a 2D List class inhereting from List class; Add a get_bit_count function in Poncturer to check if all bits are at one when checking pattern and not throwing exception if K%period != 0
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "new_path": "src/Factory/Module/Puncturer/Turbo/Puncturer_turbo.cpp", "diff": "@@ -15,26 +15,6 @@ const std::string aff3ct::factory::Puncturer_turbo::name = \"Puncturer Turbo\";\nconst std::string aff3ct...
C++
MIT License
aff3ct/aff3ct
Create a 2D List class inhereting from List class; Add a get_bit_count function in Poncturer to check if all bits are at one when checking pattern and not throwing exception if K%period != 0
8,483
04.01.2018 18:02:25
-3,600
c8bb2be6e05fe7a91eaa86f296e13638e0ce6c1e
Add a start id argument to the test script to allow the user to ignore the previous ones
[ { "change_type": "MODIFY", "old_path": "tests/tests.py", "new_path": "tests/tests.py", "diff": "PathTests = \"refs\" # can be overrided by arg1 from the cmd line\nPathResults = \"results\" # can be overrided by arg2 from the cmd line\n+StartId = 0 # can be overrided by arg3 from the cmd line, starti...
C++
MIT License
aff3ct/aff3ct
Add a start id argument to the test script to allow the user to ignore the previous ones
8,483
08.01.2018 08:54:12
-3,600
ecfc064241752ee2f2584626bf0889605867d94c
Move tuples utilities into a new file utilities in Arguments folder
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_type/List.hpp", "new_path": "src/Tools/Arguments/Argument_type/List.hpp", "diff": "#include <tuple>\n#include \"Argument_type.hpp\"\n+#include \"../utilities.hpp\"\n#include \"../Splitter/Splitter.hpp\"\nnamespace aff3ct\n@@ -111,5...
C++
MIT License
aff3ct/aff3ct
Move tuples utilities into a new file utilities in Arguments folder
8,483
08.01.2018 12:01:56
-3,600
ae5dbec325ae25a339843be26b68b2544a5c1f79
Add the Function range to let the user define its own check function easily
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_range/Argument_range.hpp", "new_path": "src/Tools/Arguments/Argument_range/Argument_range.hpp", "diff": "@@ -42,5 +42,6 @@ public:\n#include \"Negative.hpp\"\n#include \"Positive.hpp\"\n#include \"Length.hpp\"\n+#include \"Function...
C++
MIT License
aff3ct/aff3ct
Add the Function range to let the user define its own check function easily
8,483
08.01.2018 12:02:34
-3,600
c6dfcbfa813d03bc54d17621934107799405ad21
Add a add_range function to be able to add dynamically new ranges to a argument type
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Encoder/BCH/Encoder_BCH.cpp", "new_path": "src/Factory/Module/Encoder/BCH/Encoder_BCH.cpp", "diff": "@@ -28,6 +28,19 @@ Encoder_BCH::parameters* Encoder_BCH::parameters\nreturn new Encoder_BCH::parameters(*this);\n}\n+#include <cmath>\n+void...
C++
MIT License
aff3ct/aff3ct
Add a add_range function to be able to add dynamically new ranges to a argument type
8,483
08.01.2018 12:41:48
-3,600
8a9dc59c3ead62f942b0e277e3390e56af1bb168
Add cloning with new range for List Real and Text type; Fix Integer type cloning
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_type/Integer.hpp", "new_path": "src/Tools/Arguments/Argument_type/Integer.hpp", "diff": "@@ -15,8 +15,9 @@ template <typename T = int, typename... Ranges>\nclass Integer_type : public Argument_type_limited<T,Ranges...>\n{\npublic:\...
C++
MIT License
aff3ct/aff3ct
Add cloning with new range for List Real and Text type; Fix Integer type cloning
8,483
08.01.2018 15:49:00
-3,600
c992982343471aad17cda8c7f3f0dfebc8f0d976
Integrate the check N function in the description function
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Encoder/BCH/Encoder_BCH.cpp", "new_path": "src/Factory/Module/Encoder/BCH/Encoder_BCH.cpp", "diff": "+#include <cmath>\n+\n#include \"Tools/Exception/exception.hpp\"\n#include \"Module/Encoder/BCH/Encoder_BCH.hpp\"\n@@ -28,8 +30,14 @@ Encode...
C++
MIT License
aff3ct/aff3ct
Integrate the check N function in the description function
8,483
08.01.2018 16:24:53
-3,600
cbbce5ba4354e0c03bc06263d3b163a8a9f307fe
Fix Noise MKL algo specialized generate functions
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Noise/MKL/Noise_MKL.cpp", "new_path": "src/Tools/Algo/Noise/MKL/Noise_MKL.cpp", "diff": "@@ -47,7 +47,7 @@ namespace tools\n{\ntemplate <>\nvoid Noise_MKL<float>\n-::generate(float *noise, const unsigned length, const float sigma, const R mu)\n+...
C++
MIT License
aff3ct/aff3ct
Fix Noise MKL algo specialized generate functions
8,483
09.01.2018 12:43:44
-3,600
0f81e7da5ff2c4e9c2a522e774c7a3ce8224b9a2
Fix not joined Terminal thread when throwing exception; Fix the checking of the error messages in simulations
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.cpp", "new_path": "src/Simulation/BFER/BFER.cpp", "diff": "@@ -222,6 +222,8 @@ void BFER<B,R,Q>\ncatch (std::exception const& e)\n{\nmodule::Monitor::stop();\n+ terminal->final_report(std::cout); // display final report to not lost las...
C++
MIT License
aff3ct/aff3ct
Fix not joined Terminal thread when throwing exception; Fix the checking of the error messages in simulations
8,483
09.01.2018 12:56:26
-3,600
2ac0034c009a8a6be06cb2733e2ee7a3803cbda0
Add a method to get the exception message without the backtrace
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -70,7 +70,11 @@ int Launcher::read_arguments()\n{\nthis->store_args();\n}\n- catch(std::exception& e)\n+ catch(const tools::exception& e)\n+ {\n+ cmd_error.push_back(e.what_no_bt(...
C++
MIT License
aff3ct/aff3ct
Add a method to get the exception message without the backtrace
8,483
09.01.2018 12:57:46
-3,600
41d354485968e9e001ff32569f54b378798fd51b
Change the Function Range to take a struct with a static check method that is then called; Add default arguments to the List2D helper function; Change the poncturer turbo pattern conditions
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Encoder/BCH/Encoder_BCH.cpp", "new_path": "src/Factory/Module/Encoder/BCH/Encoder_BCH.cpp", "diff": "@@ -30,14 +30,10 @@ Encoder_BCH::parameters* Encoder_BCH::parameters\nreturn new Encoder_BCH::parameters(*this);\n}\n-void Encoder_BCH::para...
C++
MIT License
aff3ct/aff3ct
Change the Function Range to take a struct with a static check method that is then called; Add default arguments to the List2D helper function; Change the poncturer turbo pattern conditions
8,490
09.01.2018 13:02:00
-3,600
baeeb3c797172b059cdc1004733719644a0684cc
Try a first CI build.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "-test:\n- script:\n+stages:\n+ - build\n+\n+before_script:\n- hostname\n- whoami\n+ - pwd\n+\n+build-linux-gcc:\n+ stage: build\n+ tags:\n+ - build-linux\n+ script:\n+# - git submodule update --init --rec...
C++
MIT License
aff3ct/aff3ct
Try a first CI build.
8,490
09.01.2018 13:22:02
-3,600
72156bf2a409d6f2c36fea5a68921247748d3feb
Add a CI compilation test for clang.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -19,4 +19,19 @@ build-linux-gcc:\n- cmake .. -G\"Unix Makefiles\" -DCMAKE_CXX_COMPILER=g++ -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=\"-Wall -funroll-loops -march=native -DMULTI_PREC\"\n- make\n- ./...
C++
MIT License
aff3ct/aff3ct
Add a CI compilation test for clang.
8,483
09.01.2018 14:21:41
-3,600
4d40c8d8e0e7c8d6e2a1c7834a14799187d056d3
Add Including/exceluding set makers with vector as argument
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_range/Set.hpp", "new_path": "src/Tools/Arguments/Argument_range/Set.hpp", "diff": "@@ -102,6 +102,24 @@ Including_set(const T option, const O... options)\nreturn new Including_set_range<std::string>(list);\n}\n+template <typename T...
C++
MIT License
aff3ct/aff3ct
Add Including/exceluding set makers with vector as argument
8,483
09.01.2018 14:50:52
-3,600
da76771829c9359f98aa99775f2060a23881eca3
Separate Argument type limited from Argument type into two files; Add new type 'File'
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_range/Negative.hpp", "new_path": "src/Tools/Arguments/Argument_range/Negative.hpp", "diff": "#include <string>\n-#include \"Argument_range.hpp\"\n+#include \"Max.hpp\"\nnamespace aff3ct\n{\n" }, { "change_type": "MODIFY", ...
C++
MIT License
aff3ct/aff3ct
Separate Argument type limited from Argument type into two files; Add new type 'File'
8,483
09.01.2018 15:23:41
-3,600
cdbfea1d17c93a9cdf795cacf1aaabdf72c7a4d2
Add title generator method in File and List types
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_type/File.hpp", "new_path": "src/Tools/Arguments/Argument_type/File.hpp", "diff": "@@ -24,11 +24,11 @@ private:\npublic:\ntemplate <typename r, typename... R>\nFile_type(openmode mode, const r* range, const R*... ranges)\n- : Argum...
C++
MIT License
aff3ct/aff3ct
Add title generator method in File and List types
8,483
09.01.2018 15:26:14
-3,600
410bd44aee186b47529c6dc02b0fd3c69f9817ea
Change Text types into File types for some arguments
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "diff": "@@ -47,7 +47,7 @@ void Decoder_LDPC::parameters\nreq_args.add(\n{p+\"-h-path\"},\n- tools::Text(),\n+ tools::File(tools::openmode::read)...
C++
MIT License
aff3ct/aff3ct
Change Text types into File types for some arguments
8,483
09.01.2018 15:34:51
-3,600
eef1c462558b621af8097bf8db4fa20bcc6fd62f
Add argument -pb-path as a read only file
[ { "change_type": "MODIFY", "old_path": "src/Factory/Tools/Code/Polar/Frozenbits_generator.cpp", "new_path": "src/Factory/Tools/Code/Polar/Frozenbits_generator.cpp", "diff": "@@ -61,7 +61,7 @@ void Frozenbits_generator::parameters\n#ifdef ENABLE_POLAR_BOUNDS\nopt_args.add(\n{p+\"-pb-path\"},\n- tools...
C++
MIT License
aff3ct/aff3ct
Add argument -pb-path as a read only file
8,483
09.01.2018 17:12:32
-3,600
c4b780f6cd530cf6eea9b10215100f87d0aae8ee
Move types in subfolders Container and Number
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_type/Argument_type.hpp", "new_path": "src/Tools/Arguments/Argument_type/Argument_type.hpp", "diff": "@@ -36,11 +36,13 @@ public:\n}\n#include \"None.hpp\"\n-#include \"Text.hpp\"\n-#include \"Real.hpp\"\n-#include \"Integer.hpp\"\n...
C++
MIT License
aff3ct/aff3ct
Move types in subfolders Container and Number
8,490
09.01.2018 17:36:42
-3,600
6b424d9cca332ce445f78da610fcfbfdb22e28b9
Add a CI compilation test for gcc on Windows.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -16,7 +16,7 @@ build-linux-gcc:\n- git submodule update --init -- lib/MIPP\n- mkdir build\n- cd build\n- - cmake .. -G\"Unix Makefiles\" -DCMAKE_CXX_COMPILER=g++ -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_...
C++
MIT License
aff3ct/aff3ct
Add a CI compilation test for gcc on Windows.
8,483
09.01.2018 17:40:35
-3,600
61b4fa89e38afbe2f59da99ab298493db9a0afbe
Add File system type, with File, Folder or Path inheritance
[ { "change_type": "MODIFY", "old_path": "src/Factory/Tools/Code/Polar/Frozenbits_generator.cpp", "new_path": "src/Factory/Tools/Code/Polar/Frozenbits_generator.cpp", "diff": "@@ -55,7 +55,7 @@ void Frozenbits_generator::parameters\nopt_args.add(\n{p+\"-awgn-path\"},\n- tools::Text(),\n+ tools::Path(t...
C++
MIT License
aff3ct/aff3ct
Add File system type, with File, Folder or Path inheritance
8,490
09.01.2018 17:51:30
-3,600
c0bb9d1f97afb01dd62096d2450f94ca32bdd69b
Try to fix prev. commit...
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -41,6 +41,9 @@ build-windows-gcc:\ntags:\n- build-windows\nscript:\n+ - set PATH=%PATH%;C:\\Program Files\\Git\\cmd\n+ - set PATH=%PATH%;C:\\Program Files\\CMake\\bin\n+ - set PATH=%PATH%;C:\\Program F...
C++
MIT License
aff3ct/aff3ct
Try to fix prev. commit...
8,490
09.01.2018 18:17:49
-3,600
fe8df00eaac106ab621b00c9d978dbd7649dcc8e
Try to fix prev. commit, again...
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -52,5 +52,6 @@ build-windows-gcc:\n- cmake .. -G\"MinGW Makefiles\" || true\n- cmake .. -DCMAKE_CXX_COMPILER=g++.exe -DCMAKE_CC_COMPILER=gcc.exe -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=\"-Wall -fu...
C++
MIT License
aff3ct/aff3ct
Try to fix prev. commit, again...
8,490
10.01.2018 14:12:04
-3,600
b832ffc6a6b803016122069a22d0f776d9716295
Add CI MSVC build test.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -49,9 +49,30 @@ build-windows-gcc:\n- git submodule update --init -- lib/MIPP\n- mkdir build\n- cd build\n- - cmake .. -G\"MinGW Makefiles\" || true\n- - cmake .. -DCMAKE_CXX_COMPILER=g++.exe -DCMAKE_C...
C++
MIT License
aff3ct/aff3ct
Add CI MSVC build test.
8,490
10.01.2018 14:32:28
-3,600
8fa63a4064b83041c8627c7773d130899d20a8e6
Fix CI MSVC test.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -63,9 +63,8 @@ build-windows-msvc:\n- set PATH=%PATH%;C:\\Program Files\\Git\\cmd\n- set PATH=%PATH%;C:\\Program Files\\CMake\\bin\n- set PATH=%PATH%;C:\\Program Files\\Git\\mingw64\\bin\n- - set PATH=...
C++
MIT License
aff3ct/aff3ct
Fix CI MSVC test.
8,490
10.01.2018 14:40:47
-3,600
272f4bfdf1dbde44a103c98a35eab74ab8faf59a
Try to fix CI submodule update bug.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -5,15 +5,14 @@ before_script:\n- hostname\n- whoami\n# - pwd\n+ - git submodule sync --recursive\n+ - git submodule update --init --recursive\nbuild-linux-gcc:\nstage: build\ntags:\n- build-linux\nscri...
C++
MIT License
aff3ct/aff3ct
Try to fix CI submodule update bug.
8,490
10.01.2018 15:47:28
-3,600
5d81e5d8e617f593ad3b5c1e5cd62e9f97cadd01
Add a static analysis with cppcheck in the CI.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "stages:\n+ - analyse\n- build\nbefore_script:\n@@ -8,6 +9,24 @@ before_script:\n- git submodule sync --recursive\n- git submodule update --init --recursive\n+analyse-cppcheck:\n+ stage: analyse\n+ artifac...
C++
MIT License
aff3ct/aff3ct
Add a static analysis with cppcheck in the CI.
8,490
10.01.2018 16:00:49
-3,600
ea3e43bb38696e1c1892b9ad376e2dec03ababa1
Update cppcheck CI.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -15,7 +15,7 @@ analyse-cppcheck:\nname: analyse-cppcheck-logs\npaths:\n- cppcheck.log\n- - cppcheck_error.log\n+# - cppcheck_error.log\n- cppcheck_warning.log\n- cppcheck_performance.log\n- cppcheck_st...
C++
MIT License
aff3ct/aff3ct
Update cppcheck CI.
8,490
10.01.2018 16:49:21
-3,600
1f9da9a0f9bb8476b1640d01cfc9c3d0eb46c4a7
Remove blocking cppcheck.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -15,7 +15,7 @@ analyse-cppcheck:\nname: analyse-cppcheck-logs\npaths:\n- cppcheck.log\n-# - cppcheck_error.log\n+ - cppcheck_error.log\n- cppcheck_warning.log\n- cppcheck_performance.log\n- cppcheck_st...
C++
MIT License
aff3ct/aff3ct
Remove blocking cppcheck.
8,490
10.01.2018 16:58:14
-3,600
a6dbe654775ab2d3cd6b2a0afa6559f63bb57bb4
Rename cppcheck.log in cppcheck_all.log.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -14,7 +14,7 @@ analyse-cppcheck:\nartifacts:\nname: analyse-cppcheck-logs\npaths:\n- - cppcheck.log\n+ - cppcheck_all.log\n- cppcheck_error.log\n- cppcheck_warning.log\n- cppcheck_performance.log\n" ...
C++
MIT License
aff3ct/aff3ct
Rename cppcheck.log in cppcheck_all.log.
8,490
10.01.2018 17:17:31
-3,600
22578dcabaa6df214928df9d25dbe3023f6654c5
Add CI compilation test for MacOSX (AppleClang).
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -62,7 +62,7 @@ build-windows-gcc:\n- set PATH=%PATH%;C:\\Program Files\\Git\\mingw64\\bin\n- mkdir build\n- cd build\n- - cmake .. -G\"MinGW Makefiles\" -DCMAKE_CXX_COMPILER=g++.exe -DCMAKE_BUILD_TYPE=...
C++
MIT License
aff3ct/aff3ct
Add CI compilation test for MacOSX (AppleClang).
8,490
10.01.2018 17:59:50
-3,600
64138f1d6002f4090f8404fcf8344177af80057a
CI change tags.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -24,14 +24,14 @@ analyse-cppcheck:\n- cppcheck_unusedFunction.log\n- cppcheck_missingInclude.log\ntags:\n- - build-linux\n+ - cppcheck\nscript:\n- ./ci/cppcheck.sh\nbuild-linux-gcc:\nstage: build\ntags...
C++
MIT License
aff3ct/aff3ct
CI change tags.
8,490
10.01.2018 19:53:07
-3,600
a919031b8291bf94dcdb334e830d84021027df37
Add the ability to reorder the LDPC CNs of the H matrix at runtime.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp", "diff": "@@ -86,6 +86,7 @@ void Codec_LDPC::parameters\nauto pdec = dec->get_prefix();\nopt_args.erase({penc+\"-h-path\" });\n+ opt_args.erase({penc+\"-h...
C++
MIT License
aff3ct/aff3ct
Add the ability to reorder the LDPC CNs of the H matrix at runtime.
8,490
11.01.2018 13:38:47
-3,600
5dafb3f62cbc49a6088bc8b9de8702dfa5cd2142
Fix a segfault introduced in the prev. commit (in Sparse_matrix).
[ { "change_type": "MODIFY", "old_path": "ci/cppcheck.sh", "new_path": "ci/cppcheck.sh", "diff": "@@ -11,6 +11,7 @@ cat cppcheck_all.log | grep \"(information)\" > cppcheck_information.log\ncat cppcheck_all.log | grep \"(unusedFunction)\" > cppcheck_unusedFunction.log\ncat cppcheck_all.log | grep \"(m...
C++
MIT License
aff3ct/aff3ct
Fix a segfault introduced in the prev. commit (in Sparse_matrix).
8,483
11.01.2018 16:10:04
-3,600
dcfcea3ac68570c5ffae57972c8d418a3ad7b058
Add using namespace aff3ct in those two files
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/Codec.cpp", "new_path": "src/Factory/Module/Codec/Codec.cpp", "diff": "#include \"Codec.hpp\"\n+using namespace aff3ct;\nusing namespace aff3ct::factory;\nconst std::string aff3ct::factory::Codec::name = \"Codec\";\n" }, { "cha...
C++
MIT License
aff3ct/aff3ct
Add using namespace aff3ct in those two files
8,490
11.01.2018 16:43:14
-3,600
c49f127bea4dcc4b9adf9a2d68439d046f46ed7c
Fix a compilation error with gcc-4.8 and add a CI test for this legacy compiler.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -52,6 +52,18 @@ build-linux-clang:\n- ./bin/aff3ct --version\n- ./bin/aff3ct -C POLAR -m 1.0 -M 3.5 -s 0.25 -K 1755 -N 2048 --crc-poly 32-GZIP --dec-type ASCL --ter-freq 0\n+build-linux-gcc-4.8:\n+ sta...
C++
MIT License
aff3ct/aff3ct
Fix a compilation error with gcc-4.8 and add a CI test for this legacy compiler.
8,490
11.01.2018 18:09:32
-3,600
d956a7bc578d04458bec491289daa5f20e4b171d
Enable multi-core compilation on Linux.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -36,7 +36,9 @@ build-linux-gcc:\n- mkdir build\n- cd build\n- cmake .. -G\"Unix Makefiles\" -DCMAKE_CXX_COMPILER=g++ -DCMAKE_BUILD_TYPE=Release -DENABLE_GSL=ON -DCMAKE_CXX_FLAGS=\"-Wall -funroll-loops ...
C++
MIT License
aff3ct/aff3ct
Enable multi-core compilation on Linux.
8,483
12.01.2018 08:30:23
-3,600
f9726c34cd27c047f28375cdd5dbf25e96a12909
Add a star to the clone pointers.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_type/Container/List.hpp", "new_path": "src/Tools/Arguments/Argument_type/Container/List.hpp", "diff": "@@ -39,7 +39,7 @@ public:\nvirtual List_type<T, S, Ranges...>* clone() const\n{\n- auto clone = new List_type<T, S, Ranges...>(v...
C++
MIT License
aff3ct/aff3ct
Add a star to the clone pointers.
8,490
12.01.2018 11:42:55
-3,600
a6040aa7ca21fbfd2a1051a6aafbd8ebcf10d3fb
Add CI non-regression tests.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "stages:\n- analyse\n- build\n+ - test\nbefore_script:\n- hostname\n@@ -32,6 +33,9 @@ build-linux-gcc:\nstage: build\ntags:\n- linux\n+ cache:\n+ - paths:\n+ - build/\nscript:\n- mkdir build\n- cd build\n@...
C++
MIT License
aff3ct/aff3ct
Add CI non-regression tests.
8,490
12.01.2018 11:56:37
-3,600
103d59e792747929f1fca15281cfcc6a1661e8b8
CI: rm cache for now.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -33,9 +33,6 @@ build-linux-gcc:\nstage: build\ntags:\n- linux\n- cache:\n- - paths:\n- - build/\nscript:\n- mkdir build\n- cd build\n@@ -124,13 +121,16 @@ test-regression:\nstage: test\ntags:\n- test\n...
C++
MIT License
aff3ct/aff3ct
CI: rm cache for now.
8,490
12.01.2018 14:18:31
-3,600
0cf923a12cad46f0e10dcb638c82d63e8995c7b6
Improve the Python tests script.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -133,4 +133,4 @@ test-regression:\n- echo $THREADS\n- make -j $THREADS\n- cd ../tests\n- - ./tests.py --max-snr-time 5 --sensibility 1.5\n\\ No newline at end of file\n+ - ./tests.py --max-snr-time 5 -...
C++
MIT License
aff3ct/aff3ct
Improve the Python tests script.
8,490
12.01.2018 16:03:58
-3,600
fed8aaee9f0baaa6c4a6602f609a28ee8f21a738
Always upload artifacts in CI.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -14,6 +14,7 @@ analyse-cppcheck:\nstage: analyse\nartifacts:\nname: analyse-cppcheck-logs\n+ when: always\npaths:\n- cppcheck_all.log\n- cppcheck_error.log\n@@ -123,6 +124,7 @@ test-regression:\n- test...
C++
MIT License
aff3ct/aff3ct
Always upload artifacts in CI.
8,490
13.01.2018 00:20:59
-3,600
e7a0590b9d1c46418a67a909d9199fdc760a4b49
Skip the _MSC_VER macro.
[ { "change_type": "MODIFY", "old_path": "ci/cppcheck.sh", "new_path": "ci/cppcheck.sh", "diff": "set -x\nfind .\\/src\\/ -type f -follow -print | grep \"[.]h$\\|[.]hpp$\\|[.]hxx$\\|[.]cpp$\" > src_files.txt\n-cppcheck --force --enable=all --std=c++11 --file-list=src_files.txt 2> cppcheck_all.log\n+cp...
C++
MIT License
aff3ct/aff3ct
Skip the _MSC_VER macro.
8,490
13.01.2018 23:10:47
-3,600
6604a0eee3567a3dbf04d91aae4b2986ec7b67ee
Apply style cppcheck tips.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp", "new_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp", "diff": "@@ -39,7 +39,7 @@ template <typename B, typename R>\nvoid Decoder_BCH<B, R>\n::_decode(B *Y_N)\n{\n- int i, j, u, q, t2, count = 0, syn_error = 0;\n+ int i,...
C++
MIT License
aff3ct/aff3ct
Apply style cppcheck tips.
8,490
14.01.2018 13:06:59
-3,600
43118ba26cc2120c1e9ecefb64440800e02120fd
Improve the test script: add a verbose mode.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -135,4 +135,4 @@ test-regression:\n- echo $THREADS\n- make -j $THREADS\n- cd ../tests\n- - ./tests.py --max-snr-time 5 --sensibility 2.5 --weak-rate 0.9\n\\ No newline at end of file\n+ - ./tests.py --...
C++
MIT License
aff3ct/aff3ct
Improve the test script: add a verbose mode.
8,490
14.01.2018 14:41:10
-3,600
484bac9537d914104a6dbb46c16db0d293c3d0dc
Improve the Python test script.
[ { "change_type": "MODIFY", "old_path": "tests/tests.py", "new_path": "tests/tests.py", "diff": "@@ -221,8 +221,8 @@ for fn in fileNames:\n# validate (or not) the BER/FER performance\nvalid = 0\nidx = 0\n- sumSensibility = 0.0\nerrorsList = []\n+ sensibilityList = []\nfor ref in simuRef:\ncur_fe = in...
C++
MIT License
aff3ct/aff3ct
Improve the Python test script.
8,490
14.01.2018 20:34:07
-3,600
8277bc9418d1616ce2b79e147c1d6cabf869e7c9
Improve the test script again.
[ { "change_type": "MODIFY", "old_path": "tests/tests.py", "new_path": "tests/tests.py", "diff": "@@ -239,15 +239,15 @@ for fn in fileNames:\nif powerRef - powerCur != 0:\nif powerRef > powerCur:\n- numCur = numCur * 10**(math.fabs(powerRef - powerCur))\n+ numCur = numCur * 10**(math.fabs(powerCur - p...
C++
MIT License
aff3ct/aff3ct
Improve the test script again.
8,490
15.01.2018 16:53:31
-3,600
8a77379d4201fa453a1a2fd94782d1d38f93198e
Allow the cppcheck script to fail.
[ { "change_type": "MODIFY", "old_path": "ci/cppcheck.sh", "new_path": "ci/cppcheck.sh", "diff": "@@ -3,7 +3,7 @@ set -x\n#cppcheck --suppress=missingIncludeSystem -I./src/ --force --enable=all --std=c++11 -U_MSC_VER ./src/ 2> cppcheck_all.log\nfind .\\/src\\/ -type f -follow -print | grep \"[.]h$\\|[...
C++
MIT License
aff3ct/aff3ct
Allow the cppcheck script to fail.
8,490
15.01.2018 16:57:52
-3,600
b78ba9d5b5182f3a38e6a33cc12aa1ca32a094e5
Print the cppcheck version.
[ { "change_type": "MODIFY", "old_path": "ci/cppcheck.sh", "new_path": "ci/cppcheck.sh", "diff": "#!/bin/bash\nset -x\n+cppcheck --version\n+\n#cppcheck --suppress=missingIncludeSystem -I./src/ --force --enable=all --std=c++11 -U_MSC_VER ./src/ 2> cppcheck_all.log\nfind .\\/src\\/ -type f -follow -pri...
C++
MIT License
aff3ct/aff3ct
Print the cppcheck version.
8,490
15.01.2018 20:24:55
-3,600
e2cc21925797405ed2ea51903e40e4ba9dad84c4
Simplify the CI script a little bit.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -16,107 +16,53 @@ analyse-cppcheck:\nname: analyse-cppcheck-logs\nwhen: always\npaths:\n- - cppcheck_all.log\n- - cppcheck_error.log\n- - cppcheck_warning.log\n- - cppcheck_performance.log\n- - cppchec...
C++
MIT License
aff3ct/aff3ct
Simplify the CI script a little bit.
8,490
15.01.2018 21:13:51
-3,600
2d52c26c15d25618088929ebba51bf08dd33fdee
Fix bad path.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -75,5 +75,5 @@ test-regression:\n- tests/results/\nscript:\n- ./ci/test-build-linux-gcc.sh\n- - cd ../tests\n+ - cd tests\n- ./tests.py --max-snr-time 5 --sensibility 2.5 --weak-rate 0.9 --verbose 1\n\...
C++
MIT License
aff3ct/aff3ct
Fix bad path.
8,483
16.01.2018 11:36:47
-3,600
d3717245e767d22b2c748f1202a825bb6bee1202
Write a bash script to generate automatically the aff3ct.hpp file; Update aff3ct.hpp file
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/generate_aff3ct_header.sh", "diff": "+#!/bin/bash\n+\n+SRC_DIR=\".\\/src\"\n+AFF3CT_HEADER=.\\/src\\/aff3ct.hpp\n+\n+echo -e \"#ifndef AFF3CT_HPP\\n#define AFF3CT_HPP\\n\" > $AFF3CT_HEADER # create the aff3ct header file with the c++ hea...
C++
MIT License
aff3ct/aff3ct
Write a bash script to generate automatically the aff3ct.hpp file; Update aff3ct.hpp file
8,483
16.01.2018 14:20:03
-3,600
1da3f188d50e3d05236dc727b95ef4f8d7f22ebd
Complete correctly the None.cpp file
[ { "change_type": "MODIFY", "old_path": "src/Tools/Arguments/Argument_type/None.cpp", "new_path": "src/Tools/Arguments/Argument_type/None.cpp", "diff": "#include \"None.hpp\"\n+using namespace aff3ct;\n+using namespace tools;\n+\n+None_type\n+::None_type()\n+: Argument_type(\"\")\n+{\n+\n+}\n+\n+None...
C++
MIT License
aff3ct/aff3ct
Complete correctly the None.cpp file
8,483
16.01.2018 14:47:25
-3,600
263a1f05ba535690275fe1c309072dbcaefa8867
Add a parsing command function in Factory to make the argument handling as easy as possible
[ { "change_type": "MODIFY", "old_path": "src/Factory/Factory.cpp", "new_path": "src/Factory/Factory.cpp", "diff": "#include <vector>\n#include <map>\n+#include \"Tools/system_functions.h\"\n#include \"Tools/general_utils.h\"\n#include \"Tools/Exception/exception.hpp\"\n+#include \"Tools/Arguments/Arg...
C++
MIT License
aff3ct/aff3ct
Add a parsing command function in Factory to make the argument handling as easy as possible
8,483
16.01.2018 15:52:54
-3,600
e18cf85a819fa786e11ef40a9116f6c9ac4aaff0
Create a command scanner class for the aff3ct library project. Allow easy argument management and error display
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Factory/Command_scanner.cpp", "diff": "+#include \"Command_scanner.hpp\"\n+\n+using namespace aff3ct;\n+using namespace factory;\n+\n+const tools::Argument_tag aff3ct::factory::Command_scanner::help_tag = {\"help\", \"h\"};\n+\n+Command_scan...
C++
MIT License
aff3ct/aff3ct
Create a command scanner class for the aff3ct library project. Allow easy argument management and error display
8,483
16.01.2018 16:01:56
-3,600
c6711b5af9b5ace1cc04170aa61033762e287cab
Change name Command scanner -> Command parser
[ { "change_type": "RENAME", "old_path": "src/Factory/Command_scanner.cpp", "new_path": "src/Factory/Command_parser.cpp", "diff": "-#include \"Command_scanner.hpp\"\n+#include \"Command_parser.hpp\"\nusing namespace aff3ct;\nusing namespace factory;\n-const tools::Argument_tag aff3ct::factory::Command...
C++
MIT License
aff3ct/aff3ct
Change name Command scanner -> Command parser
8,490
16.01.2018 16:36:03
-3,600
561204f67953d9d27f8569654fd1e9b1c4c73cdb
Rm outdated scripts.
[ { "change_type": "DELETE", "old_path": "scripts/GSM_LDPC/gsm_BPF_MAXS_SPA.sh", "new_path": null, "diff": "-#!/bin/bash\n-\n-cd ../../build\n-\n-./bin/aff3ct \\\n- --sim-type BFERI \\\n- --sim-prec 32 \\\n- --sim-snr-min 1.0 \\\n- --sim-snr-max 3.0 \\\n- --sim-snr-step 0.1 \\\n- --mnt-max-fe 100 \\\n...
C++
MIT License
aff3ct/aff3ct
Rm outdated scripts.
8,490
17.01.2018 10:28:35
-3,600
0718420720cb77f34e4173baf8bf9165860de06c
Shorten the trace in the readme.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -37,69 +37,7 @@ Expected output:\n# ---- A FAST FORWARD ERROR CORRECTION TOOL >> ----\n# -------------------------------------------------\n# Parameters :\n- # * Simulation ------------------------------------\n...
C++
MIT License
aff3ct/aff3ct
Shorten the trace in the readme.
8,483
17.01.2018 11:58:09
-3,600
e8501828cf2999444c911abb8851c44fbaa36bdd
Add file checking in Codec LDPC before calling Alist or QC; Add exception throws when wrong format in Alist and QC readers
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp", "new_path": "src/Module/Codec/LDPC/Codec_LDPC.cpp", "diff": "@@ -95,15 +95,20 @@ Codec_LDPC<B,Q>\n{\nauto G_format = get_matrix_format(enc_params.G_path);\n- if (G_format == \"QC\")\n- {\nstd::ifstream file_G(enc_params.G...
C++
MIT License
aff3ct/aff3ct
Add file checking in Codec LDPC before calling Alist or QC; Add exception throws when wrong format in Alist and QC readers
8,483
17.01.2018 14:07:36
-3,600
c0b2ee32552844fcd341f8c1ecd29ed6932bfd36
Remove range including set in dec-implem to allow any possiblity. Use add_range function to add including_set to it when it is needed; Fix Argument_type_limited clone_ranges bug
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Decoder.cpp", "new_path": "src/Factory/Module/Decoder/Decoder.cpp", "diff": "@@ -50,7 +50,7 @@ void Decoder::parameters\nopt_args.add(\n{p+\"-implem\"},\n- tools::Text(tools::Including_set<std::string>()),\n+ tools::Text(),\n\"select...
C++
MIT License
aff3ct/aff3ct
Remove range including set in dec-implem to allow any possiblity. Use add_range function to add including_set to it when it is needed; Fix Argument_type_limited clone_ranges bug
8,490
19.01.2018 18:15:01
-3,600
d45ce8ecfa810abd01ece94da83c016dc3ede1a0
Add SonarQube CI test.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -22,6 +22,15 @@ analyse-cppcheck:\nscript:\n- ./ci/analyse-cppcheck.sh\n+analyse-sonarqube:\n+ stage: analyse\n+ tags:\n+ - sonarqube\n+ only:\n+ - master\n+ script:\n+ - ./ci/analyse-sonarqube.sh\n+\n...
C++
MIT License
aff3ct/aff3ct
Add SonarQube CI test.
8,490
19.01.2018 22:41:02
-3,600
6ccaeaa2627653423e7c4560db301931e4f1b739
Add exception files to SonarQube and CppCheck.
[ { "change_type": "MODIFY", "old_path": "ci/analyse-cppcheck.sh", "new_path": "ci/analyse-cppcheck.sh", "diff": "@@ -6,6 +6,8 @@ cppcheck --version\nmkdir cppcheck\n#cppcheck --suppress=missingIncludeSystem -I./src/ --force --enable=all --std=c++11 -U_MSC_VER ./src/ 2> cppcheck_all.log\nfind .\\/src\...
C++
MIT License
aff3ct/aff3ct
Add exception files to SonarQube and CppCheck.
8,490
22.01.2018 10:39:33
-3,600
bba0441a37e12b534419ebde53207365707dc884
Improve the cut.
[ { "change_type": "MODIFY", "old_path": "ci/analyse-sonarqube.sh", "new_path": "ci/analyse-sonarqube.sh", "diff": "#!/bin/bash\nset -x\n-VERSION=$(git tag | tail -n 1 | cut -c2,3,4,5,6)\n+VERSION=$(git tag | tail -n 1 | cut -d $'v' -f2-)\nfind .\\/src\\/ -type f -follow -print | grep \"[.]h$\\|[.]hpp...
C++
MIT License
aff3ct/aff3ct
Improve the cut.
8,490
22.01.2018 14:22:49
-3,600
0eadf39d0f72ea0aa340d3dfb2985cfa80e689c6
Skip date.h and dirent.h files.
[ { "change_type": "MODIFY", "old_path": "ci/analyse-sonarqube.sh", "new_path": "ci/analyse-sonarqube.sh", "diff": "@@ -14,7 +14,7 @@ echo \"sonar.projectName=AFF3CT\" >> sonar-p\necho \"sonar.projectVersion=$VERSION\" >> sonar-project.properties\necho \"sonar.login=b20709e3e9263173baa66e62d8c65a9e56b...
C++
MIT License
aff3ct/aff3ct
Skip date.h and dirent.h files.
8,490
22.01.2018 14:57:30
-3,600
70cf90a8146f72f1ee6ae3f7ded8ec23d6b02957
Add some code to get the compiler info in SonarQube.
[ { "change_type": "MODIFY", "old_path": "ci/analyse-sonarqube.sh", "new_path": "ci/analyse-sonarqube.sh", "diff": "#!/bin/bash\nset -x\n-VERSION=$(git tag | tail -n 1 | cut -d $'v' -f2-)\n-\n+# cppcheck\nfind .\\/src\\/ -type f -follow -print | grep \"[.]h$\\|[.]hpp$\\|[.]hxx$\\|[.]cpp$\" > src_files...
C++
MIT License
aff3ct/aff3ct
Add some code to get the compiler info in SonarQube.
8,490
25.01.2018 10:17:33
-3,600
8c0dc997c63d606be4ddcc0061c0d9caba1b906e
Rename 'analyse' stage in 'analysis' + move the test script + add a '.gitignore' file.
[ { "change_type": "ADD", "old_path": null, "new_path": ".gitignore", "diff": "+*.gitignore*\n+\n+.cproject\n+.project\n+.pydevproject\n+.settings\n+cppcheck.xml\n+sonar-project.properties\n+src_files.txt\n+\n+.scannerwork/\n+build*/\n+cppcheck/\n+doc/html/\n+doc/latex/\n+src/Tools/version.cpp\n+test-...
C++
MIT License
aff3ct/aff3ct
Rename 'analyse' stage in 'analysis' + move the test script + add a '.gitignore' file.
8,490
25.01.2018 11:29:42
-3,600
aa57445f383e9d2abfcbb154f78d29d42344f2ee
Improve the readme by adding a short presentation of AFF3CT.
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -15,4 +15,3 @@ doc/html/\ndoc/latex/\nsrc/Tools/version.cpp\ntest-regression-results/\n\\ No newline at end of file\n-\n" }, { "change_type": "MODIFY", "old_path": "README.md", "new_path": "REA...
C++
MIT License
aff3ct/aff3ct
Improve the readme by adding a short presentation of AFF3CT.
8,490
25.01.2018 11:38:18
-3,600
6ca4f77c16a7348a8df92c15d4a5b37a9454e52f
Up the readme.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "**AFF3CT** (A Fast Forward Error Correction Tool!) is a library dedicated to the [Forward Error Correction](https://en.wikipedia.org/wiki/Forward_error_correction) (FEC or channel coding).\nIt is written in **C++11...
C++
MIT License
aff3ct/aff3ct
Up the readme.
8,490
25.01.2018 19:15:13
-3,600
600ad125b765f6153287f1a8f784d2298b65f972
Fix the regression script.
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -93,6 +93,7 @@ if os.path.isdir(args.refsPath):\nfileNamesTmp = os.listdir(args.refsPath)\nfor f in fileNamesTmp:\nif not os.path.isdir(args.refsPath + \"/\" + f):\n+ if pathlib.Path(f).s...
C++
MIT License
aff3ct/aff3ct
Fix the regression script.
8,490
25.01.2018 19:16:12
-3,600
b21dfb2b5e4101d02b62244fae7d0503ff440912
Fix compilation error when using -DPREC_8_BIT and -DPREC_16_BIT.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Launcher/Launcher.cpp", "new_path": "src/Factory/Launcher/Launcher.cpp", "diff": "@@ -81,7 +81,11 @@ void factory::Launcher::parameters\nopt_args[{p+\"-type\"}] =\n{\"string\",\n\"select the type of simulation to launch (default is BFER).\",\n- \"B...
C++
MIT License
aff3ct/aff3ct
Fix compilation error when using -DPREC_8_BIT and -DPREC_16_BIT.
8,490
25.01.2018 21:48:57
-3,600
f915668da6c39181d33e79f52f595b6ed48b1905
Fix a possible out of range bug.
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -231,18 +231,18 @@ for fn in fileNames:\nerrorsList = []\nsensibilityList = []\nfor ref in simuRef:\n+ try:\ncur_fe = int(simuCur[idx][4])\n+ except IndexError: # no such line\n+ break\ni...
C++
MIT License
aff3ct/aff3ct
Fix a possible out of range bug.
8,490
25.01.2018 23:36:23
-3,600
68859cb56addd73a565a1c36165e70e94dab025a
Improve the getFileNames function.
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -39,22 +39,32 @@ extensions = ['.txt', '.perf', '.data', '.dat']\n# =============================================================================\n# ======================================...
C++
MIT License
aff3ct/aff3ct
Improve the getFileNames function.
8,490
26.01.2018 08:53:13
-3,600
44a98efed5d61e5df2cd5de30012349cb6522fb5
Improve the path errors management.
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -21,7 +21,7 @@ parser = argparse.ArgumentParser(prog='aff3ct-test-regression', formatter_class=\nparser.add_argument('--refs-path', action='store', dest='refsPath', type=str, default=\"re...
C++
MIT License
aff3ct/aff3ct
Improve the path errors management.
8,490
26.01.2018 12:04:07
-3,600
63702987f4645a7a01fe11707a6f3d42f4eb54cd
First implem of a ML decoder.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Repetition/Decoder_repetition.cpp", "new_path": "src/Factory/Module/Decoder/Repetition/Decoder_repetition.cpp", "diff": "#include \"Module/Decoder/Repetition/Decoder_repetition_std.hpp\"\n#include \"Module/Decoder/Repetition/Decoder_...
C++
MIT License
aff3ct/aff3ct
First implem of a ML decoder.
8,490
26.01.2018 13:45:20
-3,600
51def87125710e1f68eb8d42072f663b7d6a9661
Add the ML decoder with the minimal Hamming distance (dmin).
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Repetition/Decoder_repetition.cpp", "new_path": "src/Factory/Module/Decoder/Repetition/Decoder_repetition.cpp", "diff": "@@ -77,7 +77,7 @@ module::Decoder_SIHO<B,Q>* Decoder_repetition::parameters\n}\nelse if (this->type == \"ML\" &&...
C++
MIT License
aff3ct/aff3ct
Add the ML decoder with the minimal Hamming distance (dmin).
8,490
26.01.2018 17:15:18
-3,600
c28398ec94a60b027924438da9fbc98fbd80cbdd
Add the ML decoder for the RA codes.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/RA/Decoder_RA.cpp", "new_path": "src/Factory/Module/Decoder/RA/Decoder_RA.cpp", "diff": "#include \"Tools/Exception/exception.hpp\"\n#include \"Module/Decoder/RA/Decoder_RA.hpp\"\n+#include \"Module/Decoder/ML/Decoder_maximum_likelih...
C++
MIT License
aff3ct/aff3ct
Add the ML decoder for the RA codes.
8,490
26.01.2018 17:48:43
-3,600
13947dfeea56bd934af080392390d0661de0c7a7
Add the ML decoder for the Polar codes.
[ { "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/SCL/CRC/Decoder_polar_SCL_MEM_fast_CA_sys.hpp\"\n#include \"Module/Decoder/Polar/ASCL/Decoder_polar_...
C++
MIT License
aff3ct/aff3ct
Add the ML decoder for the Polar codes.
8,490
26.01.2018 18:08:18
-3,600
340c129719873dabc8bab24a5536133737adb2f1
Add the ML decoder for the LDPC codes.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Decoder.cpp", "new_path": "src/Factory/Module/Decoder/Decoder.cpp", "diff": "@@ -69,7 +69,7 @@ void Decoder::parameters\nauto p = this->get_prefix();\nheaders[p].push_back(std::make_pair(\"Type (D)\",this->type));\n- if(this->implem....
C++
MIT License
aff3ct/aff3ct
Add the ML decoder for the LDPC codes.
8,490
26.01.2018 18:25:05
-3,600
df15267acb7c59332d868f763cfa6a4fd5820f89
Add the ML decoder for the 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": "#include <sstream>\n-#include \"Tools/Exception/exception.hpp\"\n#include \"Module/Decoder/BCH/Decoder_BCH.hpp\"\n+#include \"Module/Decoder...
C++
MIT License
aff3ct/aff3ct
Add the ML decoder for the BCH codes.
8,490
26.01.2018 19:00:51
-3,600
b0aafb5917c5ae05643e1af7309ad5e87b63fd06
Add the ML decoder for the RSC codes.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/RSC/Decoder_RSC.cpp", "new_path": "src/Factory/Module/Decoder/RSC/Decoder_RSC.cpp", "diff": "#include \"Module/Decoder/RSC/BCJR/Inter/Decoder_RSC_BCJR_inter_fast.hpp\"\n#include \"Module/Decoder/RSC/BCJR/Inter/Decoder_RSC_BCJR_inter_...
C++
MIT License
aff3ct/aff3ct
Add the ML decoder for the RSC codes.
8,490
26.01.2018 19:35:10
-3,600
a41933c85c4b91fbea8d073da716f4d8425e2afb
Add the ML decoder to the Turbo codes.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Turbo/Decoder_turbo.hpp", "new_path": "src/Factory/Module/Decoder/Turbo/Decoder_turbo.hpp", "diff": "#include \"Module/Decoder/Turbo/Decoder_turbo.hpp\"\n#include \"Module/Decoder/Decoder_SISO.hpp\"\n#include \"Module/Interleaver/Int...
C++
MIT License
aff3ct/aff3ct
Add the ML decoder to the Turbo codes.