author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
8,483 | 16.05.2018 16:04:20 | -7,200 | b434e8d69bffcee5340b034a9763642499790761 | Add a genius in the peeling decoder to set as wrong values the unknown ones | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"diff": "@@ -222,9 +222,9 @@ module::Decoder_SIHO<B,Q>* Decoder_LDPC::parameters\n{\nif (this->implem == \"GALA\") return new module::Decoder_LDP... | C++ | MIT License | aff3ct/aff3ct | Add a genius in the peeling decoder to set as wrong values the unknown ones |
8,483 | 16.05.2018 16:07:26 | -7,200 | 482ae2d05d5610f9d99f26e0f09d47d85e1d3087 | Renaming erased_symbol/llr to unknown_symbol/llr | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Channel/Binary_erasure/Channel_binary_erasure.cpp",
"new_path": "src/Module/Channel/Binary_erasure/Channel_binary_erasure.cpp",
"diff": "@@ -30,7 +30,7 @@ void Channel_binary_erasure<R>\nconst auto event_probability = this->n->get_noise();\nevent_ge... | C++ | MIT License | aff3ct/aff3ct | Renaming erased_symbol/llr to unknown_symbol/llr |
8,483 | 16.05.2018 17:13:51 | -7,200 | 48bc94a1d0cd26c615ae1f3c74647f61095db755 | Taking into account the unknown values in hard_decide and hamming_distance functions; Remove the genius encoder in decoder peelin | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"diff": "@@ -222,9 +222,9 @@ module::Decoder_SIHO<B,Q>* Decoder_LDPC::parameters\n{\nif (this->implem == \"GALA\") return new module::Decoder_LDP... | C++ | MIT License | aff3ct/aff3ct | Taking into account the unknown values in hard_decide and hamming_distance functions; Remove the genius encoder in decoder peelin |
8,483 | 16.05.2018 17:44:14 | -7,200 | 2979d0dca0ea1093064020cf6d939ae3898dac6b | Add is_unknown_symbol and is_unknown_llr functions to easily check these cases in standard and mipp functions | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/LDPC/BP/Peeling/Decoder_LDPC_BP_peeling.cpp",
"new_path": "src/Module/Decoder/LDPC/BP/Peeling/Decoder_LDPC_BP_peeling.cpp",
"diff": "@@ -53,7 +53,7 @@ bool Decoder_LDPC_BP_peeling<B,R>\nfor (unsigned i = 0; i < links.get_n_rows(); i++)\n{\na... | C++ | MIT License | aff3ct/aff3ct | Add is_unknown_symbol and is_unknown_llr functions to easily check these cases in standard and mipp functions |
8,483 | 17.05.2018 10:27:39 | -7,200 | 0bfbfe0f38fa2fd4d58f986ca49c9b711867d4f7 | Fix hard_decide by keeping two different functions: one checking the unknown llr values | [
{
"change_type": "MODIFY",
"old_path": "refs",
"new_path": "refs",
"diff": "-Subproject commit 39f26d2d698c8d463dc77595327aa88ab1ac80b2\n+Subproject commit 28668b72ca0abfe88c26a399006dd903b7a418a3\n"
},
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/BCH/Standard/Decoder_BCH_s... | C++ | MIT License | aff3ct/aff3ct | Fix hard_decide by keeping two different functions: one checking the unknown llr values |
8,483 | 17.05.2018 10:54:21 | -7,200 | 376e111dc612886880301529cab62e9bf9f76ff5 | Update refs and aff3ct.hpp | [
{
"change_type": "MODIFY",
"old_path": "refs",
"new_path": "refs",
"diff": "-Subproject commit 28668b72ca0abfe88c26a399006dd903b7a418a3\n+Subproject commit ac2a526f51314fccca6bc269bb555f64645d0c31\n"
},
{
"change_type": "MODIFY",
"old_path": "src/aff3ct.hpp",
"new_path": "src/aff3ct.... | C++ | MIT License | aff3ct/aff3ct | Update refs and aff3ct.hpp |
8,483 | 17.05.2018 12:30:25 | -7,200 | 25db3fba7ac27d059599cd5ad5cc2fcc9fa6b190 | Mode noise-type argument from BFER to Simulation | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Simulation/BFER/BFER.cpp",
"new_path": "src/Factory/Simulation/BFER/BFER.cpp",
"diff": "@@ -97,12 +97,6 @@ void BFER::parameters\nauto p = this->get_prefix();\n- args.add(\n- {p+\"-noise-type\", \"E\"},\n- tools::Text(tools::Including_set(\"ESN0\",... | C++ | MIT License | aff3ct/aff3ct | Mode noise-type argument from BFER to Simulation |
8,483 | 17.05.2018 12:31:36 | -7,200 | 44fe92bbfb8f1694cbda555c94088cafe0999813 | Add help_required return function in Command parser | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Command_parser.cpp",
"new_path": "src/Factory/Command_parser.cpp",
"diff": "@@ -90,6 +90,12 @@ void Command_parser\nerr_stream << rang::tag::warning << warnings[w] << std::endl;\n}\n+bool Command_parser\n+::help_required()\n+{\n+ return help_asked;... | C++ | MIT License | aff3ct/aff3ct | Add help_required return function in Command parser |
8,483 | 17.05.2018 15:51:00 | -7,200 | 77e07d7e9c744819b833b37357301c63b9d5fc43 | Add a noise factory to build noise object and gather their arguments | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Simulation/Simulation.cpp",
"new_path": "src/Factory/Simulation/Simulation.cpp",
"diff": "#include <rang.hpp>\n#include \"Tools/Exception/exception.hpp\"\n-#include \"Tools/Math/Distribution/Distributions.hpp\"\n-#include \"Tools/general_utils.h\"\... | C++ | MIT License | aff3ct/aff3ct | Add a noise factory to build noise object and gather their arguments |
8,483 | 18.05.2018 08:28:08 | -7,200 | 335796471095e114a44f051ca66ea7943bc1f756 | Split hamming distance computation functions into ones that count that take into account the unknown symbols as false (noise EP) and those that don't | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Monitor/BFER/Monitor_BFER.cpp",
"new_path": "src/Factory/Module/Monitor/BFER/Monitor_BFER.cpp",
"diff": "@@ -104,31 +104,31 @@ void Monitor_BFER::parameters\ntemplate <typename B, typename R>\nmodule::Monitor_BFER<B,R>* Monitor_BFER::paramet... | C++ | MIT License | aff3ct/aff3ct | Split hamming distance computation functions into ones that count that take into account the unknown symbols as false (noise EP) and those that don't |
8,483 | 18.05.2018 09:10:43 | -7,200 | a9e57ca043392e39de714b7759a856082d32c01b | Fix simple precision compilation error in Monitor factory | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Monitor/BFER/Monitor_BFER.cpp",
"new_path": "src/Factory/Module/Monitor/BFER/Monitor_BFER.cpp",
"diff": "@@ -130,7 +130,7 @@ template aff3ct::module::Monitor_BFER<B_16,R_16>* aff3ct::factory::Monitor_BFER:\ntemplate aff3ct::module::Monitor_B... | C++ | MIT License | aff3ct/aff3ct | Fix simple precision compilation error in Monitor factory |
8,490 | 18.05.2018 11:22:27 | -7,200 | 12920b8dc126e8feb80f6bfdedefd6e1f3d49bdc | Update refs + improve the regression script display. | [
{
"change_type": "MODIFY",
"old_path": "ci/test-regression.py",
"new_path": "ci/test-regression.py",
"diff": "@@ -369,22 +369,21 @@ class compStats:\nmessage += \"----\" + d.name.rjust(7) + \" \"\nmessage += \"| [\" + (format_e(d.tableCur[0])).rjust(10) + \",\" + (format_e(d.tableCur[len(d.tableCur)... | C++ | MIT License | aff3ct/aff3ct | Update refs + improve the regression script display. |
8,490 | 18.05.2018 14:00:46 | -7,200 | 7dc07f362100abe551b7f5e25ab2a8e053555cbb | Add missing implementations in headers. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Quantizer/Quantizer.cpp",
"new_path": "src/Factory/Module/Quantizer/Quantizer.cpp",
"diff": "@@ -100,6 +100,7 @@ void Quantizer::parameters\nquantif = \"{\"+std::to_string(this->n_bits)+\", \"+std::to_string(this->n_decimals)+\"}\";\nheaders... | C++ | MIT License | aff3ct/aff3ct | Add missing implementations in headers. |
8,490 | 18.05.2018 14:01:09 | -7,200 | 7f2392d0a50261daab5ebaab7cc6b9493f7bb64c | Put back 'Trace:' when --sim-pyber. | [
{
"change_type": "MODIFY",
"old_path": "src/Launcher/Launcher.cpp",
"new_path": "src/Launcher/Launcher.cpp",
"diff": "@@ -157,6 +157,7 @@ int Launcher::launch()\nstream << cmd_line << std::endl;\nstream << \"Curve name:\" << std::endl;\nstream << this->params_common.pyber << std::endl;\n+ stream << ... | C++ | MIT License | aff3ct/aff3ct | Put back 'Trace:' when --sim-pyber. |
8,483 | 22.05.2018 09:54:10 | -7,200 | 87ec91fd94146f8cb2b3d9b653eebe70bddfe055 | Rename Encoder SeIRA to IRA | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Encoder/LDPC/Encoder_LDPC.cpp",
"new_path": "src/Factory/Module/Encoder/LDPC/Encoder_LDPC.cpp",
"diff": "#include \"Module/Encoder/LDPC/Encoder_LDPC.hpp\"\n#include \"Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.hpp\"\n#include \"Module/En... | C++ | MIT License | aff3ct/aff3ct | Rename Encoder SeIRA to IRA |
8,483 | 22.05.2018 11:12:26 | -7,200 | b42cb65f7fe45daf27f6f9b2c40a5c9b4e6ed7da | Exception message cosmetics | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Noise/Noise.cpp",
"new_path": "src/Tools/Noise/Noise.cpp",
"diff": "@@ -159,7 +159,8 @@ void Noise<R>\nif (!is_of_type(t))\n{\nstd::stringstream message;\n- message << \"The given noise value does not represent a '\" << type2str(get_type()) << \"' no... | C++ | MIT License | aff3ct/aff3ct | Exception message cosmetics |
8,483 | 22.05.2018 11:29:04 | -7,200 | e5396fd086b6cf60464a87c63bc1b0a9c022017b | Fix the execution counter 'n_calls' in Task in fast mode | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Task.cpp",
"new_path": "src/Module/Task.cpp",
"diff": "@@ -182,7 +182,11 @@ static inline void display_data(const T *data,\nint Task::exec()\n{\nif (fast)\n- return this->codelet();\n+ {\n+ auto exec_status = this->codelet();\n+ this->n_calls++;\n+ ... | C++ | MIT License | aff3ct/aff3ct | Fix the execution counter 'n_calls' in Task in fast mode |
8,483 | 23.05.2018 14:20:00 | -7,200 | ade43af651e91d26d7ec56cc09474a7b3a4c2455 | Remove compilation warnings from Update_rule_LSPA's and Update_rule_SPA's asserts | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/LDPC/Update_rule/LSPA/Update_rule_LSPA.hpp",
"new_path": "src/Tools/Code/LDPC/Update_rule/LSPA/Update_rule_LSPA.hpp",
"diff": "@@ -59,7 +59,7 @@ public:\n// incoming values from the variable nodes into the check nodes\ninline void begin_chk_node... | C++ | MIT License | aff3ct/aff3ct | Remove compilation warnings from Update_rule_LSPA's and Update_rule_SPA's asserts |
8,483 | 23.05.2018 14:23:33 | -7,200 | badac916c674b38bb316d106f27ae0ffff890db3 | Make the BER FER colonnes deactivable when displaying legends and reports | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Tools/Display/Terminal/BFER/Terminal_BFER.cpp",
"new_path": "src/Factory/Tools/Display/Terminal/BFER/Terminal_BFER.cpp",
"diff": "@@ -58,32 +58,32 @@ void Terminal_BFER::parameters\ntemplate <typename B, typename R>\ntools::Terminal_BFER<B,R>* Term... | C++ | MIT License | aff3ct/aff3ct | Make the BER FER colonnes deactivable when displaying legends and reports |
8,483 | 23.05.2018 16:11:47 | -7,200 | 5b04ca0cc04577901a8f783441704d2514c7a6fd | Enhance Terminal to handle legend titles longer than the number of columns | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp",
"new_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp",
"diff": "@@ -63,7 +63,17 @@ void Terminal_BFER<B,R>\nauto& throughput_title = this->cols_groups[1].first;\nauto& throughput_cols = this->cols_g... | C++ | MIT License | aff3ct/aff3ct | Enhance Terminal to handle legend titles longer than the number of columns |
8,483 | 23.05.2018 16:19:16 | -7,200 | 95cfaea405ce53a868ae7630f9aac8853096d30c | Fix addr_to_line function by calling the right system function | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/system_functions.cpp",
"new_path": "src/Tools/system_functions.cpp",
"diff": "@@ -156,7 +156,7 @@ std::string aff3ct::tools::addr_to_line(const std::string& backtrace)\nauto function = stack[i].substr(pos_beg_func, pos_off - pos_beg_func );\nauto add... | C++ | MIT License | aff3ct/aff3ct | Fix addr_to_line function by calling the right system function |
8,483 | 25.05.2018 16:04:44 | -7,200 | 7fe6b9f922927f4cf95ecc750119babce04d5c2e | Fix the if condition statements | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Algo/Sparse_matrix/Sparse_matrix.cpp",
"new_path": "src/Tools/Algo/Sparse_matrix/Sparse_matrix.cpp",
"diff": "@@ -91,7 +91,7 @@ void Sparse_matrix::rm_connection(const size_t row_index, const size_t col_index\n// delete the link in the row_to_cols ve... | C++ | MIT License | aff3ct/aff3ct | Fix the if condition statements |
8,483 | 25.05.2018 16:06:12 | -7,200 | 9ba296d330fe40f8d60b392906567cf0e47f396b | Fix the tellg function issue (end of line character issue) when reading distributions files on windows by reading them in binary modes. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Math/Distribution/Distributions.cpp",
"new_path": "src/Tools/Math/Distribution/Distributions.cpp",
"diff": "using namespace aff3ct;\nusing namespace aff3ct::tools;\ntemplate<typename R>\n-const int aff3ct::tools::Distributions<R>::saved_noise_precisi... | C++ | MIT License | aff3ct/aff3ct | Fix the tellg function issue (end of line character issue) when reading distributions files on windows by reading them in binary modes. |
8,483 | 29.05.2018 10:38:23 | -7,200 | ff7d30446d36cbb67e156de96f4445ba4f77096e | Cosmetics, remove unused commented code in Modem OOK optical | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Modem/OOK/Modem_OOK_optical.cpp",
"new_path": "src/Module/Modem/OOK/Modem_OOK_optical.cpp",
"diff": "using namespace aff3ct;\nusing namespace aff3ct::module;\n-//std::vector<std::vector<float>> llrs;\n-//size_t llr_idx;\n-\ntemplate <typename B, typ... | C++ | MIT License | aff3ct/aff3ct | Cosmetics, remove unused commented code in Modem OOK optical |
8,483 | 29.05.2018 10:39:24 | -7,200 | 969873752410ecb74d91b4f1ca3fb2337cbbdcd2 | Add cumulative values option in histogram | [
{
"change_type": "MODIFY",
"old_path": "src/Simulation/BFER/BFER.cpp",
"new_path": "src/Simulation/BFER/BFER.cpp",
"diff": "@@ -293,7 +293,7 @@ void BFER<B,R,Q>\nelse\nmax = params_BFER.mnt->err_hist;\n- err_hist.dump(file_err_hist, 0, max, 0, false, false, \"; \");\n+ err_hist.dump(file_err_hist, 0... | C++ | MIT License | aff3ct/aff3ct | Add cumulative values option in histogram |
8,483 | 29.05.2018 10:40:56 | -7,200 | 172e82712dd3f4adf08188601eff2ea6df57c2c8 | Add a mutual_sort function that sort an abscissa and move its ordinates in the same way | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Math/Distribution/Distribution.cpp",
"new_path": "src/Tools/Math/Distribution/Distribution.cpp",
"diff": "#include \"Tools/Exception/exception.hpp\"\n#include \"Tools/Math/numerical_integration.h\"\n#include \"Tools/Math/interpolation.h\"\n+#include ... | C++ | MIT License | aff3ct/aff3ct | Add a mutual_sort function that sort an abscissa and move its ordinates in the same way |
8,483 | 29.05.2018 11:01:24 | -7,200 | c4f87c2e6dc8a4dbaa56e68bdf16858fd7ffa98f | Display the number of played frames and the passed simulation time when playing only the MI | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp",
"new_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp",
"diff": "@@ -103,9 +103,10 @@ void Terminal_BFER<B,R>\nif (display_mutinfo)\nbfer_cols.push_back(std::make_pair(\"MI\", \"\"));\n+ bfer_cols.pu... | C++ | MIT License | aff3ct/aff3ct | Display the number of played frames and the passed simulation time when playing only the MI |
8,483 | 29.05.2018 11:02:20 | -7,200 | 44ae12908bcc32b495211e6da8798197a75657d1 | Fix the mutual information reduction when there is a long simulation and a lot of played frames by computing weight instead of summing MI | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp",
"new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp",
"diff": "@@ -20,8 +20,9 @@ Monitor_BFER<B,R>\nn_frame_errors(0),\nn_analyzed_frames(0),\nn_MI_trials(0),\n- MI_sum(0),\n- err_hist(0)\n+ MI(0),\n+ err_hist(0),\n... | C++ | MIT License | aff3ct/aff3ct | Fix the mutual information reduction when there is a long simulation and a lot of played frames by computing weight instead of summing MI |
8,483 | 29.05.2018 12:05:06 | -7,200 | 147fe2bcff1aeed42b78c49b520b7d865ba24d06 | Update Monitor_BFER_reduction_mpi.cpp | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Monitor/BFER/Monitor_BFER_reduction_mpi.cpp",
"new_path": "src/Module/Monitor/BFER/Monitor_BFER_reduction_mpi.cpp",
"diff": "@@ -49,7 +49,7 @@ Monitor_BFER_reduction_mpi<B,R>\nconst std::string name = \"Monitor_BFER_reduction_mpi\";\nthis->set_name(... | C++ | MIT License | aff3ct/aff3ct | Update Monitor_BFER_reduction_mpi.cpp |
8,483 | 30.05.2018 11:52:03 | -7,200 | 8c422f881dd8446543314a979fda4252d5073d12 | Add a mutual unique algorithm | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/general_utils.h",
"new_path": "src/Tools/general_utils.h",
"diff": "@@ -56,6 +56,17 @@ inline void mutual_sort(std::vector<Ta>& vec_abscissa, std::vector<To>& vec_ordi\ntemplate <typename Ta, typename To>\ninline void mutual_sort(std::vector<Ta>& vec... | C++ | MIT License | aff3ct/aff3ct | Add a mutual unique algorithm |
8,483 | 30.05.2018 14:58:09 | -7,200 | ae18578d0b2cddcb823bd712f99e0f97dbf3d30e | Modify 'Distributions::get_noise_range' to return a reference to an internal noise range vector already sorted. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Math/Distribution/Distributions.cpp",
"new_path": "src/Tools/Math/Distribution/Distributions.cpp",
"diff": "@@ -41,13 +41,10 @@ Distributions<R>::\n}\ntemplate<typename R>\n-std::vector<R> Distributions<R>::\n+const std::vector<R>& Distributions<R>::... | C++ | MIT License | aff3ct/aff3ct | Modify 'Distributions::get_noise_range' to return a reference to an internal noise range vector already sorted. |
8,483 | 31.05.2018 16:51:57 | -7,200 | 474fdc346d66715235a603bf2155f40cdfaaa467 | Fix help display issue by returning 1 in greatest_common_divisor when there is an error and by not throwing in Codec_LDPC::store when K or N is wrong | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp",
"new_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp",
"diff": "@@ -106,14 +106,14 @@ void Codec_LDPC::parameters\nelse\nthis->enc->K = this->dec->K; // then the decoder knows the K\n- if (this->dec->K == 0 |... | C++ | MIT License | aff3ct/aff3ct | Fix help display issue by returning 1 in greatest_common_divisor when there is an error and by not throwing in Codec_LDPC::store when K or N is wrong |
8,483 | 01.06.2018 10:32:03 | -7,200 | 943077dc0e5025dced1574d863f56837dca7c0a3 | Add LDPC PureIRA peeling decoder 2400x3000 matrix and reference curve | [
{
"change_type": "MODIFY",
"old_path": "conf",
"new_path": "conf",
"diff": "-Subproject commit 07bcef453d50d82b816811d7a2530bc966a08b70\n+Subproject commit 1a235468ab507b08eb9513ec62a5f4646bc97953\n"
},
{
"change_type": "MODIFY",
"old_path": "refs",
"new_path": "refs",
"diff": "-... | C++ | MIT License | aff3ct/aff3ct | Add LDPC PureIRA peeling decoder 2400x3000 matrix and reference curve |
8,483 | 01.06.2018 15:15:50 | -7,200 | 237f3f25de02f3685387ab8cb7be0064df5028f5 | Cosmetics in Terminal BFER | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp",
"new_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp",
"diff": "@@ -95,7 +95,7 @@ void Terminal_BFER<B,R>\nbfer_cols.push_back(std::make_pair(\"ROP\", \"(dB)\"));\nbreak;\ncase Noise_type::EP :\n- b... | C++ | MIT License | aff3ct/aff3ct | Cosmetics in Terminal BFER |
8,490 | 04.06.2018 12:00:34 | -7,200 | 673edfa4c11c4e55e0ab4b706face846d9f171e8 | Fix a MSVC warning. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Algo/Draw_generator/User_pdf_noise_generator/Fast/User_pdf_noise_generator_fast.cpp",
"new_path": "src/Tools/Algo/Draw_generator/User_pdf_noise_generator/Fast/User_pdf_noise_generator_fast.cpp",
"diff": "@@ -112,7 +112,7 @@ void User_pdf_noise_genera... | C++ | MIT License | aff3ct/aff3ct | Fix a MSVC warning. |
8,490 | 04.06.2018 17:00:00 | -7,200 | e388c3d9901d8cc095befdfd317f8e03a4618e48 | Add dev branch to sonarqube. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -28,6 +28,7 @@ analysis-sonarqube:\n- sonarqube\nonly:\n- master\n+ - development\nscript:\n- ./ci/analysis-sonarqube.sh\n"
},
{
"change_type": "MODIFY",
"old_path": "ci/analysis-sonarqube.... | C++ | MIT License | aff3ct/aff3ct | Add dev branch to sonarqube. |
8,490 | 04.06.2018 17:04:41 | -7,200 | 8d6de028fe21cb5768868b8775397a285653ff59 | Fix prev. commit... | [
{
"change_type": "MODIFY",
"old_path": "ci/analysis-sonarqube.sh",
"new_path": "ci/analysis-sonarqube.sh",
"diff": "@@ -16,7 +16,7 @@ cppcheck --language=c++ --suppress=missingIncludeSystem --force --enable=all --s\n#cd ..\n# Create the sonar config file on the fly\n-BRANCH=$(git branch | grep \"*\"... | C++ | MIT License | aff3ct/aff3ct | Fix prev. commit... |
8,490 | 06.06.2018 16:50:57 | -7,200 | cd4d15adaa96fd1d0a0e88123e26ec793c00d917 | New worker tags. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -36,6 +36,7 @@ build-linux-gcc:\nstage: build\ntags:\n- linux\n+ - gcc\nscript:\n- ./ci/build-linux-gcc.sh\n@@ -43,6 +44,8 @@ build-linux-gcc-8-bit:\nstage: build\ntags:\n- linux\n+ - gcc\n+ - arm32\ns... | C++ | MIT License | aff3ct/aff3ct | New worker tags. |
8,490 | 06.06.2018 21:06:18 | -7,200 | aea0f2adc9dfa3e50ba64ab4bfcccfd551b28bac | Add the powerful tag to the coverage stage. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -27,6 +27,7 @@ analysis-sonarqube:\nstage: analysis\ntags:\n- sonarqube\n+ - cppcheck\nonly:\n- master\nscript:\n@@ -137,6 +138,7 @@ coverage-linux-gcc:\n- linux\n- gcc\n- coverage\n+ - powerful\ncover... | C++ | MIT License | aff3ct/aff3ct | Add the powerful tag to the coverage stage. |
8,483 | 07.06.2018 09:17:13 | -7,200 | 9fda32752aa70a2495e175c996c976d09c632cc0 | Fix Monitor_MI_BFER and add Reporter Throughput independant | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Monitor/MI_BFER/Monitor_MI_BFER.hpp",
"new_path": "src/Module/Monitor/MI_BFER/Monitor_MI_BFER.hpp",
"diff": "@@ -118,9 +118,6 @@ public:\nvirtual void collect(const Monitor& m);\nvirtual void collect(const Monitor_MI_BFER<B,R>& m);\n-\n-protected:\n... | C++ | MIT License | aff3ct/aff3ct | Fix Monitor_MI_BFER and add Reporter Throughput independant |
8,483 | 07.06.2018 11:34:21 | -7,200 | 4f5897e17a2787330013d1a847f893f653c440c1 | Fix the codelet creation in monitors and the Reporter throughput instantiation | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp",
"new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp",
"diff": "@@ -13,6 +13,13 @@ using namespace aff3ct::module;\ntemplate <typename B>\nMonitor_BFER<B>\n::Monitor_BFER(const int K, const unsigned max_fe, const boo... | C++ | MIT License | aff3ct/aff3ct | Fix the codelet creation in monitors and the Reporter throughput instantiation |
8,483 | 07.06.2018 12:30:53 | -7,200 | 13908659c7333aaf8ca014e6d4108f5320df03ac | Create a generic terminal::report function to display reports from Reporters that return only vector of data | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Display/Reporter/BFER/Reporter_BFER.cpp",
"new_path": "src/Tools/Display/Reporter/BFER/Reporter_BFER.cpp",
"diff": "@@ -22,6 +22,7 @@ Reporter_BFER<B>\nauto& BFER_cols = BFER_group.second;\nBFER_title = {\"Bit Error Rate (BER) and Frame Error Rate (F... | C++ | MIT License | aff3ct/aff3ct | Create a generic terminal::report function to display reports from Reporters that return only vector of data |
8,483 | 07.06.2018 13:12:51 | -7,200 | 837ea5c9e885c75ba5fc580dbdc629d0fe3db7d1 | Move the Signal handling in the terminal instead of Monitor | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp",
"new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp",
"diff": "@@ -116,7 +116,7 @@ template <typename B>\nbool Monitor_BFER<B>\n::fe_limit_achieved()\n{\n- return (get_n_fe() >= get_fe_limit()) || this->is_interrupt... | C++ | MIT License | aff3ct/aff3ct | Move the Signal handling in the terminal instead of Monitor |
8,483 | 07.06.2018 14:43:09 | -7,200 | 6d4a95b886dceb4b2dfd0a81f0af7bf4a5bb4b45 | Fix Monitor MI, reporter throughput and cosmetics in Simulation::BFER with MPI calls | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Monitor/MI_BFER/Monitor_MI_BFER.cpp",
"new_path": "src/Factory/Module/Monitor/MI_BFER/Monitor_MI_BFER.cpp",
"diff": "@@ -79,13 +79,13 @@ void Monitor_MI_BFER::parameters\nvoid Monitor_MI_BFER::parameters\n::get_headers(std::map<std::string,h... | C++ | MIT License | aff3ct/aff3ct | Fix Monitor MI, reporter throughput and cosmetics in Simulation::BFER with MPI calls |
8,490 | 07.06.2018 15:54:19 | -7,200 | 6c9c1aea24b82d7ea4f0fa234a46f101c71cdf96 | Reduce the size of the coverage generated files. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -105,7 +105,8 @@ build-coverage-linux-gcc:\n- sse4.2\nartifacts:\npaths:\n- - build_coverage_linux_x86_gcc/\n+ - build_coverage_linux_x86_gcc/bin/\n+ - build_coverage_linux_x86_gcc/CMakeFiles.tar.gz\ns... | C++ | MIT License | aff3ct/aff3ct | Reduce the size of the coverage generated files. |
8,490 | 07.06.2018 22:23:10 | -7,200 | 60fbbd9c8f946c242a8b2eb11de40c2bdf4677bc | Fix coverage in the CI. | [
{
"change_type": "MODIFY",
"old_path": "ci/analysis-cppcheck.sh",
"new_path": "ci/analysis-cppcheck.sh",
"diff": "@@ -8,6 +8,8 @@ mkdir cppcheck\nfind .\\/src\\/ -type f -follow -print | grep \"[.]h$\\|[.]hpp$\\|[.]hxx$\\|[.]cpp$\" > src_files.txt\nsed -i -e 's/.\\/src\\/Tools\\/date.h//g' src_files... | C++ | MIT License | aff3ct/aff3ct | Fix coverage in the CI. |
8,490 | 08.06.2018 08:43:23 | -7,200 | 1ab141de672a168a9e262f695dc9518577fbc918 | Remove version.cpp file in the code coverage. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -160,13 +160,10 @@ test-regression:\n- sse4.2\n- powerful\n- python\n- dependencies:\n- - build-test-linux-gcc\nartifacts:\nname: test-regression-results\nwhen: always\npaths:\n- - build_test_linux_x86... | C++ | MIT License | aff3ct/aff3ct | Remove version.cpp file in the code coverage. |
8,490 | 08.06.2018 10:09:06 | -7,200 | 0cde914bb830ea1a6505d2bbc725791f4c0062cb | Fix bad code coverage report path. | [
{
"change_type": "MODIFY",
"old_path": "ci/coverage-linux.sh",
"new_path": "ci/coverage-linux.sh",
"diff": "set -x\nmkdir code_coverage_report || true\n-genhtml code_coverage_files/aff3ct_clean.info --output-directory ./code_coverage_files/\n+genhtml code_coverage_files/aff3ct_clean.info --output-di... | C++ | MIT License | aff3ct/aff3ct | Fix bad code coverage report path. |
8,483 | 08.06.2018 17:20:24 | -7,200 | 2936c4b3a8e052719f19c30bfa2f431ca343fa40 | Fix the monitor_reduction reduction issue because of reset latency. Add operator= in monitors and histogram | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp",
"new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp",
"diff": "@@ -230,14 +230,14 @@ bool Monitor_BFER<B>\ntemplate <typename B>\nvoid Monitor_BFER<B>\n-::collect(const Monitor& m)\n+::collect(const Monitor& m, bool... | C++ | MIT License | aff3ct/aff3ct | Fix the monitor_reduction reduction issue because of reset latency. Add operator= in monitors and histogram |
8,490 | 09.06.2018 10:35:17 | -7,200 | 83b7f9f693803193bceee1598da227922dd51388 | Auto branch detection in CI. | [
{
"change_type": "MODIFY",
"old_path": "ci/sonarqube-linux.sh",
"new_path": "ci/sonarqube-linux.sh",
"diff": "@@ -10,8 +10,9 @@ set -x\n#cd ..\n# Create the sonar config file on the fly\n+BRANCH=$(git branch --remote --verbose --no-abbrev --contains | sed -rne 's/^[^\\/]*\\/([^\\ ]+).*$/\\1/p')\nVER... | C++ | MIT License | aff3ct/aff3ct | Auto branch detection in CI. |
8,490 | 09.06.2018 14:15:22 | -7,200 | 54b210b016657ffb7a7484e68aabb2eae3ba6914 | Try to fix branch auto detection in CI. | [
{
"change_type": "MODIFY",
"old_path": "ci/sonarqube-linux.sh",
"new_path": "ci/sonarqube-linux.sh",
"diff": "@@ -10,7 +10,11 @@ set -x\n#cd ..\n# Create the sonar config file on the fly\n-BRANCH=$(git branch --remote --verbose --no-abbrev --contains | sed -rne 's/^[^\\/]*\\/([^\\ ]+).*$/\\1/p')\n+B... | C++ | MIT License | aff3ct/aff3ct | Try to fix branch auto detection in CI. |
8,490 | 09.06.2018 22:35:27 | -7,200 | 562a366adcac4edb9a73c5a8bffdeeac5e11bc78 | Add the possibility to specify the number of threads per runner. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -29,6 +29,8 @@ build-linux-gcc:\ntags:\n- linux\n- gcc\n+ - cmake\n+ - gsl\nscript:\n- ./ci/build-linux-gcc.sh\n@@ -142,7 +144,6 @@ test-regression:\nretry: 1\ntags:\n- linux\n- - gcc\n- sse4.2\n- powe... | C++ | MIT License | aff3ct/aff3ct | Add the possibility to specify the number of threads per runner. |
8,490 | 09.06.2018 22:37:38 | -7,200 | a190438d248d43c49ddf48ffd6ea1338c645985e | Fix the GitHub link. | [
{
"change_type": "MODIFY",
"old_path": "ci/sonarqube-linux.sh",
"new_path": "ci/sonarqube-linux.sh",
"diff": "@@ -23,7 +23,7 @@ echo \"sonar.login=c6ab3ccd4dd7a8d9aa3e90d5766c74e0c9889947\" >> sonar-pr\necho \"sonar.sources=./src/\" >> sonar-project.properties\necho \"sonar.exclusions=**/date.h, **/... | C++ | MIT License | aff3ct/aff3ct | Fix the GitHub link. |
8,490 | 10.06.2018 10:31:21 | -7,200 | 4f838186be4fdac2b98e457a088fe6ed12af5a83 | Add default args in Terminal_BFER factory. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Tools/Display/Terminal/BFER/Terminal_BFER.hpp",
"new_path": "src/Factory/Tools/Display/Terminal/BFER/Terminal_BFER.hpp",
"diff": "@@ -38,12 +38,12 @@ struct Terminal_BFER : Terminal\n// builder\ntemplate <typename B = int, typename R = float>\ntool... | C++ | MIT License | aff3ct/aff3ct | Add default args in Terminal_BFER factory. |
8,490 | 10.06.2018 10:57:03 | -7,200 | 17999357cb46bdf6336a3efa374105bdc7296c20 | Control the number of threads in the short run after the compilation. | [
{
"change_type": "MODIFY",
"old_path": "ci/build-linux-gcc-4.8.sh",
"new_path": "ci/build-linux-gcc-4.8.sh",
"diff": "@@ -9,4 +9,4 @@ cmake .. -G\"Unix Makefiles\" -DCMAKE_CXX_COMPILER=g++-4.8 -DCMAKE_BUILD_TYPE=Rele\nmake -j $THREADS\n./bin/aff3ct --version\n-./bin/aff3ct -C POLAR -m 1.0 -M 3.5 -s ... | C++ | MIT License | aff3ct/aff3ct | Control the number of threads in the short run after the compilation. |
8,490 | 10.06.2018 11:20:07 | -7,200 | 028b5be3cd93cae73b975fd3fffa99c9c72995d9 | Fix ambiguous overloading. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Decoder_SIHO_HIHO.hpp",
"new_path": "src/Module/Decoder/Decoder_SIHO_HIHO.hpp",
"diff": "@@ -26,6 +26,13 @@ namespace module\ntemplate <typename B = int, typename R = float>\nclass Decoder_SIHO_HIHO : public Decoder_SIHO<B,R>, public Decoder... | C++ | MIT License | aff3ct/aff3ct | Fix ambiguous overloading. |
8,490 | 10.06.2018 15:20:40 | -7,200 | 7d3403d3e54239fdbc2cdc5997f9797d5ed4f2ed | SystemC does not support multi-threading. | [
{
"change_type": "MODIFY",
"old_path": "ci/build-linux-gcc-systemc.sh",
"new_path": "ci/build-linux-gcc-systemc.sh",
"diff": "@@ -12,4 +12,4 @@ cmake .. -G\"Unix Makefiles\" -DCMAKE_CXX_COMPILER=g++ -DCMAKE_BUILD_TYPE=Release\nmake -j $THREADS\n./bin/aff3ct --version\n-./bin/aff3ct -t 1 -C POLAR -m ... | C++ | MIT License | aff3ct/aff3ct | SystemC does not support multi-threading. |
8,490 | 12.06.2018 16:35:42 | -7,200 | e3885197aacda982bc94fbc3aebb46f35783469b | Simplify the CI. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -24,15 +24,59 @@ analysis-cppcheck:\nscript:\n- ./ci/analysis-cppcheck.sh\n-build-linux-gcc:\n+build-linux-gcc-nointr:\nstage: build\ntags:\n- linux\n- gcc\n- cmake\n- gsl\n+ - x86\n+ artifacts:\n+ pat... | C++ | MIT License | aff3ct/aff3ct | Simplify the CI. |
8,490 | 12.06.2018 16:51:48 | -7,200 | 86ce51c44e0dea5478f43506f3edc304aae25062 | Try to fix CI issues. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -36,9 +36,10 @@ build-linux-gcc-nointr:\npaths:\n- build_linux_gcc_nointr.tar.gz\nscript:\n- - export CC=\"g++\"\n- - export OPT=\"-DCMAKE_EXE_LINKER_FLAGS=\\\"-static -static-libgcc -static-libstdc++ ... | C++ | MIT License | aff3ct/aff3ct | Try to fix CI issues. |
8,490 | 12.06.2018 17:13:06 | -7,200 | 4cc631e5aada6ff392693e9f43d8175961fbdc69 | Name artifacts + remove tar.gz after builds. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -33,8 +33,9 @@ build-linux-gcc-nointr:\n- gsl\n- x86\nartifacts:\n+ name: build-linux-gcc-nointr\npaths:\n- - build_linux_gcc_nointr.tar.gz\n+ - build_linux_gcc_nointr\nscript:\n- export CC=\"gcc\"\n- ... | C++ | MIT License | aff3ct/aff3ct | Name artifacts + remove tar.gz after builds. |
8,490 | 12.06.2018 17:23:31 | -7,200 | eab62a73121bb39db89dabc4dcb643f98da337f2 | Fix cmake cmd. | [
{
"change_type": "MODIFY",
"old_path": "ci/build-windows-msvc.bat",
"new_path": "ci/build-windows-msvc.bat",
"diff": "@@ -7,7 +7,7 @@ set \"VSCMD_START_DIR=%CD%\"\ncall \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvars64.bat\"\nmkdir build\ncd build\n-... | C++ | MIT License | aff3ct/aff3ct | Fix cmake cmd. |
8,490 | 12.06.2018 17:23:48 | -7,200 | 15b0d09003823dd8224eb42c237dc1ac5c33c05b | Escape double quote. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -39,7 +39,7 @@ build-linux-gcc-nointr:\nscript:\n- export CC=\"gcc\"\n- export CXX=\"g++\"\n- - export OPT='-DCMAKE_EXE_LINKER_FLAGS=\"-static -static-libgcc -static-libstdc++ -Wl,--whole-archive -lpth... | C++ | MIT License | aff3ct/aff3ct | Escape double quote. |
8,490 | 12.06.2018 17:45:44 | -7,200 | 58a9af28ec656be7955cdec8b6503a137e979075 | Try to fix bugs in the CI. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -39,8 +39,9 @@ build-linux-gcc-nointr:\nscript:\n- export CC=\"gcc\"\n- export CXX=\"g++\"\n- - export OPT=\"-DCMAKE_EXE_LINKER_FLAGS=\\\"-static -static-libgcc -static-libstdc++ -Wl,--whole-archive -l... | C++ | MIT License | aff3ct/aff3ct | Try to fix bugs in the CI. |
8,490 | 12.06.2018 18:00:48 | -7,200 | f7eac8048b3874eb18073dd794586446d43779cb | Good AFF3CT lib. name. | [
{
"change_type": "MODIFY",
"old_path": "ci/build-windows-msvc.bat",
"new_path": "ci/build-windows-msvc.bat",
"diff": "@@ -15,6 +15,6 @@ mkdir build_windows_msvc_avx\\bin\\\nmkdir build_windows_msvc_avx\\lib\\\ncopy bin\\Release\\aff3ct.exe build_windows_msvc_avx\\bin\\\n-copy lib\\Release\\libaff3ct... | C++ | MIT License | aff3ct/aff3ct | Good AFF3CT lib. name. |
8,490 | 12.06.2018 18:14:42 | -7,200 | f56051dfc2e0f3fe3182e6949077907de7f68e4b | Fix yaml error. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -209,7 +209,7 @@ build-linux-icpc:\nscript:\n- source /opt/intel/vars-intel.sh\n- export CC=\"icc\"\n- - export CXX\"icpc\"\n+ - export CXX=\"icpc\"\n- export CFLAGS=\"-DMULTI_PREC -march=native -std=c... | C++ | MIT License | aff3ct/aff3ct | Fix yaml error. |
8,490 | 12.06.2018 18:34:05 | -7,200 | 2c65c994f8bc450c83ac160f99f98adb35fee7f4 | Rename static lib. extension. | [
{
"change_type": "MODIFY",
"old_path": "ci/build-windows-gcc.bat",
"new_path": "ci/build-windows-gcc.bat",
"diff": "@@ -12,7 +12,7 @@ mkdir build_windows_gcc_sse4.2\nmkdir build_windows_gcc_sse4.2\\bin\\\nmkdir build_windows_gcc_sse4.2\\lib\\\n-copy bin\\aff3ct.exe build_windows_gcc_sse4.2\\bin\\\n-... | C++ | MIT License | aff3ct/aff3ct | Rename static lib. extension. |
8,490 | 12.06.2018 18:53:39 | -7,200 | cbc01bd6f0ad4f47da67a4f8af1976ae4386efb5 | Add includes in build archives. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -202,6 +202,7 @@ build-linux-icpc:\n- cmake\n- mkl\n- gsl\n+ - x86\nartifacts:\nname: build-linux-icpc\npaths:\n@@ -222,6 +223,7 @@ build-windows-gcc-sse4.2:\n- windows\n- gcc\n- cmake\n+ - x86\nartifa... | C++ | MIT License | aff3ct/aff3ct | Add includes in build archives. |
8,490 | 12.06.2018 20:19:42 | -7,200 | a7a67326b02671efb9f1d01e921919f6ed119517 | Use xcopy instead of copy for recursive copies. | [
{
"change_type": "MODIFY",
"old_path": "ci/build-windows-gcc.bat",
"new_path": "ci/build-windows-gcc.bat",
"diff": "@@ -16,6 +16,6 @@ mkdir build_windows_gcc_sse4.2\\inc\\\ncopy bin\\aff3ct.exe build_windows_gcc_sse4.2\\bin\\aff3ct.exe\ncopy lib\\libaff3ct.a build_windows_gcc_sse4.2\\lib\\aff3ct.lib... | C++ | MIT License | aff3ct/aff3ct | Use xcopy instead of copy for recursive copies. |
8,490 | 12.06.2018 20:39:08 | -7,200 | 0127f8713fa482f7c2cc9f820b04a3a5204da76a | Improve the genericity of the Windows batch scripts. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -229,6 +229,10 @@ build-windows-gcc-sse4.2:\npaths:\n- build_windows_gcc_sse4.2\nscript:\n+ - setx CFLAGS \"-DMULTI_PREC -msse4.2\"\n+ - setx LFLAGS \"-static -static-libgcc -static-libstdc++\"\n+ - se... | C++ | MIT License | aff3ct/aff3ct | Improve the genericity of the Windows batch scripts. |
8,490 | 12.06.2018 20:59:42 | -7,200 | 6ba5da7ba4eee72d90b25948d39d1a4c31d37cee | Replace setx by set. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -229,10 +229,10 @@ build-windows-gcc-sse4.2:\npaths:\n- build_windows_gcc_sse4.2\nscript:\n- - setx CFLAGS \"-DMULTI_PREC -msse4.2\"\n- - setx LFLAGS \"-static -static-libgcc -static-libstdc++\"\n- - s... | C++ | MIT License | aff3ct/aff3ct | Replace setx by set. |
8,490 | 12.06.2018 21:03:29 | -7,200 | 0789ff32e7c7496263c3677d620c1d673f2ae30e | Try an other syntax. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -229,10 +229,10 @@ build-windows-gcc-sse4.2:\npaths:\n- build_windows_gcc_sse4.2\nscript:\n- - set CFLAGS \"-DMULTI_PREC -msse4.2\"\n- - set LFLAGS \"-static -static-libgcc -static-libstdc++\"\n- - set... | C++ | MIT License | aff3ct/aff3ct | Try an other syntax. |
8,490 | 12.06.2018 21:14:19 | -7,200 | b0f040ddec75ee7516eff664fc4e567605a707dd | Try to fix batch scripts. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -229,10 +229,10 @@ build-windows-gcc-sse4.2:\npaths:\n- build_windows_gcc_sse4.2\nscript:\n- - set CFLAGS=\"-DMULTI_PREC -msse4.2\"\n- - set LFLAGS=\"-static -static-libgcc -static-libstdc++\"\n- - set... | C++ | MIT License | aff3ct/aff3ct | Try to fix batch scripts. |
8,490 | 13.06.2018 14:52:11 | -7,200 | 30988f5ca51eb17515c335e22934f4c713ca7d6b | Add an automatic script to deploy the builds on the AFF3CT web site. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -43,7 +43,7 @@ build-linux-gcc-nointr:\n- export LFLAGS=\"-static -static-libgcc -static-libstdc++ -Wl,--whole-archive -lpthread -Wl,--no-whole-archive\"\n- export CMAKE_OPT=\"-DENABLE_GSL=ON\"\n- expo... | C++ | MIT License | aff3ct/aff3ct | Add an automatic script to deploy the builds on the AFF3CT web site. |
8,490 | 13.06.2018 15:15:16 | -7,200 | ea0114a9b7c5a3899b65b896dd597e36e9fe0a59 | Fix environment variable scripts. | [
{
"change_type": "MODIFY",
"old_path": "ci/tools/git-author.sh",
"new_path": "ci/tools/git-author.sh",
"diff": "GIT_AUTHOR=$(git log -1 --pretty=format:'%an')\n-if [ -z \"$GIT_AUTHOR\" ]\n+if [ ! -z \"$GIT_AUTHOR\" ]\nthen\nexport GIT_AUTHOR\nfi\n"
},
{
"change_type": "MODIFY",
"old_path... | C++ | MIT License | aff3ct/aff3ct | Fix environment variable scripts. |
8,490 | 13.06.2018 16:34:26 | -7,200 | 55e4ba8564e054fbca633abb2491730eeed52c76 | Fix the deploy builds script. | [
{
"change_type": "MODIFY",
"old_path": "ci/deploy-builds-linux.sh",
"new_path": "ci/deploy-builds-linux.sh",
"diff": "@@ -8,7 +8,7 @@ for BUILD in \"$@\"\ndo\nPREFIX=aff3ct_${GIT_BRANCH}\nZIP_NAME=$(echo \"${BUILD/build/$PREFIX}\")\n- ZIP_NAME=$(echo \"${ZIP_NAME/\\./\\_}.zip\")\n+ ZIP_NAME=$(echo \... | C++ | MIT License | aff3ct/aff3ct | Fix the deploy builds script. |
8,490 | 13.06.2018 18:49:23 | -7,200 | 156a94280903ba58c8310d5a4ee118f040e6cdc0 | Rename 'mac-osx' in 'macos' + add the builds list in the CSV for the web site. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -44,7 +44,7 @@ build-linux-gcc-nointr:\n- export CMAKE_OPT=\"-DENABLE_GSL=ON\"\n- export NAME=\"build_linux_gcc_nointr\"\n- source ./ci/tools/threads.sh\n- - ./ci/build-linux-macosx.sh\n+ - ./ci/build-... | C++ | MIT License | aff3ct/aff3ct | Rename 'mac-osx' in 'macos' + add the builds list in the CSV for the web site. |
8,490 | 14.06.2018 14:58:59 | -7,200 | 8654ee965b67790ea75aac68bddb28632e666e9b | Fix the terminal display when calling 'legend()' multiple times. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp",
"new_path": "src/Tools/Display/Terminal/BFER/Terminal_BFER.cpp",
"diff": "@@ -57,6 +57,12 @@ void Terminal_BFER<B,R>\n::legend(std::ostream &stream)\n{\nthis->cols_groups.resize(2);\n+ for (size_t i = 0; i < ... | C++ | MIT License | aff3ct/aff3ct | Fix the terminal display when calling 'legend()' multiple times. |
8,490 | 14.06.2018 17:49:28 | -7,200 | d4bb66c0a964b89a15841d7aaabe044a17b0afc6 | Try to fix the git-branch.sh script for real... | [
{
"change_type": "MODIFY",
"old_path": "ci/tools/git-branch.sh",
"new_path": "ci/tools/git-branch.sh",
"diff": "@@ -7,6 +7,11 @@ then\nGIT_BRANCH=$(git show -s --pretty=%d HEAD | sed -rne 's/.*origin\\/(.*)\\)$/\\1/p')\nfi\n+if [ -z \"$GIT_BRANCH\" ]\n+then\n+ GIT_BRANCH=$(git branch --remote --verb... | C++ | MIT License | aff3ct/aff3ct | Try to fix the git-branch.sh script for real... |
8,490 | 15.06.2018 16:46:51 | -7,200 | e0bab074830e39b855d62c8ee16807b3c2d93e19 | Simplify the transpose selector code a little bit. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Perf/Transpose/transpose_selector.cpp",
"new_path": "src/Tools/Perf/Transpose/transpose_selector.cpp",
"diff": "#include <iostream>\n+#include <limits>\n#include <mipp.h>\n#include \"Tools/Exception/exception.hpp\"\nbool aff3ct::tools::char_transpose... | C++ | MIT License | aff3ct/aff3ct | Simplify the transpose selector code a little bit. |
8,490 | 15.06.2018 18:08:44 | -7,200 | 527d5b71c3427df2b3c8455fce3feca1108d7ba0 | Force the 'GIT_BRANCH' value to 'development'. | [
{
"change_type": "MODIFY",
"old_path": "ci/tools/git-branch.sh",
"new_path": "ci/tools/git-branch.sh",
"diff": "#!/bin/bash\n# set -x\n-GIT_BRANCH=$(git show -s --pretty=%d HEAD | sed -rne 's/.*origin\\/(.*),.*/\\1/p')\n-if [ -z \"$GIT_BRANCH\" ]\n-then\n- GIT_BRANCH=$(git show -s --pretty=%d HEAD |... | C++ | MIT License | aff3ct/aff3ct | Force the 'GIT_BRANCH' value to 'development'. |
8,490 | 15.06.2018 18:09:49 | -7,200 | 843182a9d8eb371bf91fc6f1aeec657cdda07e82 | Force the 'GIT_BRANCH' value to 'master'. | [
{
"change_type": "MODIFY",
"old_path": "ci/tools/git-branch.sh",
"new_path": "ci/tools/git-branch.sh",
"diff": "#!/bin/bash\n# set -x\n-GIT_BRANCH=$(git show -s --pretty=%d HEAD | sed -rne 's/.*origin\\/(.*),.*/\\1/p')\n-if [ -z \"$GIT_BRANCH\" ]\n-then\n- GIT_BRANCH=$(git show -s --pretty=%d HEAD |... | C++ | MIT License | aff3ct/aff3ct | Force the 'GIT_BRANCH' value to 'master'. |
8,490 | 14.06.2018 11:51:20 | -7,200 | beb167f952707ca62837cdcaa294999295522c31 | Add a generic LDPC SIMD layered scheduler and SIMD MS, OMS and NMS update rules. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"diff": "#include \"Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding.hpp\"\n#include \"Module/Decoder/LDPC/BP/Layered/Decoder_LDPC_BP_lay... | C++ | MIT License | aff3ct/aff3ct | Add a generic LDPC SIMD layered scheduler and SIMD MS, OMS and NMS update rules. |
8,490 | 14.06.2018 16:45:13 | -7,200 | 4f3add9644d93d396c598c326914f1b6397f1b03 | Add a specific #ifdef to check if the aligned new is on. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"diff": "#include \"Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding.hpp\"\n#include \"Module/Decoder/LDPC/BP/Layered/Decoder_LDPC_BP_lay... | C++ | MIT License | aff3ct/aff3ct | Add a specific #ifdef to check if the aligned new is on. |
8,490 | 15.06.2018 11:01:32 | -7,200 | e3790e8d0de6172a4a6019ef8c44b158dffdd3d5 | Add a throw when NMS 8-bit + add 8-bit normalize specialization. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/LDPC/BP/Layered/ONMS/Decoder_LDPC_BP_layered_ONMS_inter.cpp",
"new_path": "src/Module/Decoder/LDPC/BP/Layered/ONMS/Decoder_LDPC_BP_layered_ONMS_inter.cpp",
"diff": "@@ -40,7 +40,7 @@ Decoder_LDPC_BP_layered_ONMS_inter<B,R>\nconst std::string... | C++ | MIT License | aff3ct/aff3ct | Add a throw when NMS 8-bit + add 8-bit normalize specialization. |
8,490 | 15.06.2018 14:03:42 | -7,200 | 1c8a0e1f6b0dfe9e405cb55cb45ec37022c970e7 | Add the BP flooding with inter SIMD. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"diff": "#ifdef __cpp_aligned_new\n#include \"Module/Decoder/LDPC/BP/Layered/Decoder_LDPC_BP_layered_inter.hpp\"\n+#include \"Module/Decoder/LDPC... | C++ | MIT License | aff3ct/aff3ct | Add the BP flooding with inter SIMD. |
8,490 | 27.06.2018 17:24:13 | -7,200 | 3c1eadaaab72c09b585e50e792413c57775658ee | CI: automatically rm old builds in the web site. | [
{
"change_type": "MODIFY",
"old_path": "ci/deploy-builds-linux.sh",
"new_path": "ci/deploy-builds-linux.sh",
"diff": "@@ -33,4 +33,42 @@ cd aff3ct.github.io\ngit add -f ressources/builds/*\ngit add -f ressources/download_${GIT_BRANCH}.csv\ngit commit -m \"Automatic from Gitlab: add new AFF3CT builds... | C++ | MIT License | aff3ct/aff3ct | CI: automatically rm old builds in the web site. |
8,490 | 27.06.2018 23:15:34 | -7,200 | 17d20499dd63fcdce6ebff904b3ff18e75c48683 | CI: fix rm builds. | [
{
"change_type": "MODIFY",
"old_path": "ci/deploy-builds-linux.sh",
"new_path": "ci/deploy-builds-linux.sh",
"diff": "@@ -60,7 +60,7 @@ if (( $N_BUILDS_TO_RM >= 1 )); then\nFILE=$(echo $FILES | cut -d \",\" -f$F)\nFILE_PATH=ressources/builds/$FILE;\nif [ -f $FILE_PATH ]; then\n- git filter-branch --... | C++ | MIT License | aff3ct/aff3ct | CI: fix rm builds. |
8,490 | 28.06.2018 10:37:42 | -7,200 | bde1001d76d9356d559a2efc26ea46b1535f652e | CI: use git-lfs to store the builds on GitHub. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -377,6 +377,7 @@ deploy-builds-linux:\ntags:\n- linux\n- github\n+ - git-lfs\nonly:\n- master\n- development\n"
},
{
"change_type": "MODIFY",
"old_path": "ci/deploy-builds-linux.sh",
"n... | C++ | MIT License | aff3ct/aff3ct | CI: use git-lfs to store the builds on GitHub. |
8,490 | 28.06.2018 17:35:12 | -7,200 | 1a628f2b509b74112142b1b1b17b55638bc4f9e7 | CI: put the AFF3CT builds on GitLab.com + do not use Git LFS. | [
{
"change_type": "MODIFY",
"old_path": "ci/deploy-builds-linux.sh",
"new_path": "ci/deploy-builds-linux.sh",
"diff": "#!/bin/bash\nset -x\n-git clone git@github.com:aff3ct/aff3ct.github.io.git\n-mkdir aff3ct.github.io/ressources/builds\n+git clone git@gitlab.com:aff3ct/ressources.git\n+mkdir ressour... | C++ | MIT License | aff3ct/aff3ct | CI: put the AFF3CT builds on GitLab.com + do not use Git LFS. |
8,490 | 28.06.2018 18:40:56 | -7,200 | e37b3ced99caa39d74f35e3bac635f56d3a5c3dd | CI: update the deploy script. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -376,7 +376,7 @@ deploy-builds-linux:\n- build-macos-clang-x64-sse4.2\ntags:\n- linux\n- - gitlab.com\n+ - github\n- git-lfs\nonly:\n- master\n"
},
{
"change_type": "MODIFY",
"old_path": "c... | C++ | MIT License | aff3ct/aff3ct | CI: update the deploy script. |
8,490 | 28.06.2018 20:17:54 | -7,200 | 5faa4329e2e8a5dc6805520d89c5084bd72fdb1a | CI: fix deploy script. | [
{
"change_type": "MODIFY",
"old_path": "ci/deploy-builds-linux.sh",
"new_path": "ci/deploy-builds-linux.sh",
"diff": "@@ -47,7 +47,7 @@ git add -f aff3ct_builds/*\ngit commit -m \"Automatic: add new AFF3CT builds ($GIT_HASH).\"\n#delete old builds\n-BUILD_CSV=aff3ct_builds/download_${GIT_BRANCH}.csv... | C++ | MIT License | aff3ct/aff3ct | CI: fix deploy script. |
8,490 | 28.06.2018 20:23:55 | -7,200 | 431eb5bf201c837c6f0e38eb1d364447a6d1e344 | CI: update the submodule. | [
{
"change_type": "MODIFY",
"old_path": "ci/deploy-builds-linux.sh",
"new_path": "ci/deploy-builds-linux.sh",
"diff": "@@ -33,12 +33,7 @@ done\necho \"\\\"$GIT_TAG\\\";\\\"$GIT_HASH\\\";\\\"$GIT_DATE\\\";\\\"$GIT_MESSAGE\\\";\\\"$GIT_AUTHOR\\\";\\\"$BUILDS_LIST\\\"\" >> ${REPO}/download/download_${GI... | C++ | MIT License | aff3ct/aff3ct | CI: update the submodule. |
8,490 | 28.06.2018 22:26:16 | -7,200 | a2fb16759586f3bb1944460d13a37378c2ec4f33 | CI: speedup the deployment script. | [
{
"change_type": "MODIFY",
"old_path": "ci/deploy-builds-linux.sh",
"new_path": "ci/deploy-builds-linux.sh",
"diff": "@@ -71,7 +71,7 @@ if (( $N_BUILDS_TO_RM >= 1 )); then\nrm -rf .git/refs/original/\ngit reflog expire --expire=now --all\ngit gc --prune=now\n- git gc --aggressive --prune=now\n+ # gi... | C++ | MIT License | aff3ct/aff3ct | CI: speedup the deployment script. |
8,490 | 29.06.2018 08:37:59 | -7,200 | c2d84483615dd1f85a30a2ceca6f2c3e29985861 | CI: make git gc only once. | [
{
"change_type": "MODIFY",
"old_path": "ci/deploy-builds-linux.sh",
"new_path": "ci/deploy-builds-linux.sh",
"diff": "@@ -70,8 +70,6 @@ if (( $N_BUILDS_TO_RM >= 1 )); then\ngit filter-branch --force --index-filter \"git rm --cached --ignore-unmatch ${FILE_PATH}\" --prune-empty --tag-name-filter cat ... | C++ | MIT License | aff3ct/aff3ct | CI: make git gc only once. |
8,490 | 29.06.2018 14:15:56 | -7,200 | c14ad23aa7906c15267c92bf28e7e178d59723f0 | CI: adapt deploy script. | [
{
"change_type": "MODIFY",
"old_path": "ci/deploy-builds-linux.sh",
"new_path": "ci/deploy-builds-linux.sh",
"diff": "#!/bin/bash\nset -x\n-REPO=aff3ct.github.io\n-git clone git@github.com:aff3ct/${REPO}.git\n-cd ${REPO}\n+REPO_WEB=aff3ct.github.io\n+REPO_RESSOURCES=ressources\n+git clone git@github... | C++ | MIT License | aff3ct/aff3ct | CI: adapt deploy script. |
8,490 | 02.07.2018 11:19:10 | -7,200 | ecdf18aef26da4b98cb0b51e66ad4e3e8a045aac | Enable legacy LDPC SIMD inter decoder when the aligned new is supported. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp",
"diff": "@@ -69,6 +69,9 @@ void Decoder_LDPC::parameters\n// so K is the N - H's height\ntools::add_options(args.at({p+\"-type\", \"D\"}), 0, \"B... | C++ | MIT License | aff3ct/aff3ct | Enable legacy LDPC SIMD inter decoder when the aligned new is supported. |
8,483 | 02.07.2018 11:47:14 | -7,200 | e90516900440c5efb05f131cc97b2f1dc52c3aac | [PATCH] Fix the MI computation when there is a poncturer | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Monitor/BFER/Monitor_BFER.cpp",
"new_path": "src/Factory/Module/Monitor/BFER/Monitor_BFER.cpp",
"diff": "@@ -35,9 +35,9 @@ void Monitor_BFER::parameters\nauto p = this->get_prefix();\nargs.add(\n- {p+\"-cw-size\", \"N\"},\n+ {p+\"-fra-size\"... | C++ | MIT License | aff3ct/aff3ct | [PATCH] Fix the MI computation when there is a poncturer
Signed-off-by: Olivier HARTMANN <olivier.hartmann@u-bordeaux.fr> |
8,483 | 02.07.2018 14:20:21 | -7,200 | d3cd85adc1e85c5adc32cc1a5750ee3dc867ec43 | Change name monitors in arguments next to the one in attributes in Monitor Reduction | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Monitor/Monitor_reduction.hxx",
"new_path": "src/Module/Monitor/Monitor_reduction.hxx",
"diff": "@@ -14,11 +14,11 @@ namespace module\ntemplate <class M>\nMonitor_reduction<M>\n-::Monitor_reduction(const std::vector<M*> &monitors)\n-: Monitor(std::a... | C++ | MIT License | aff3ct/aff3ct | Change name monitors in arguments next to the one in attributes in Monitor Reduction |
8,483 | 02.07.2018 14:35:33 | -7,200 | d3dc0e659faf7eeb239377ef4c7286748d552186 | Complete the name change of the monitor N argument. Change this name in the launchers. | [
{
"change_type": "MODIFY",
"old_path": "src/Factory/Module/Monitor/BFER/Monitor_BFER.cpp",
"new_path": "src/Factory/Module/Monitor/BFER/Monitor_BFER.cpp",
"diff": "@@ -79,7 +79,7 @@ void Monitor_BFER::parameters\nauto p = this->get_prefix();\n- if(vals.exist({p+\"-cw-size\", \"N\"})) this->N = vals.... | C++ | MIT License | aff3ct/aff3ct | Complete the name change of the monitor N argument. Change this name in the launchers. |
8,483 | 03.07.2018 09:47:50 | -7,200 | b5fe635fc667960cf6061c4fc7d7951458894121 | Fix reporter throughput. Add userfriendly constructor with Monitor MI/BFER as parameter. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Monitor/MI/Monitor_MI.cpp",
"new_path": "src/Module/Monitor/MI/Monitor_MI.cpp",
"diff": "@@ -162,7 +162,7 @@ template <typename B, typename R>\nbool Monitor_MI<B,R>\n::n_trials_limit_achieved()\n{\n- return this->get_n_trials_fra() >= this->get_n_tr... | C++ | MIT License | aff3ct/aff3ct | Fix reporter throughput. Add userfriendly constructor with Monitor MI/BFER as parameter. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.