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
21.05.2021 10:41:42
-7,200
928c534976562bfe1b0386afbae8fde5da82373c
Fix MKL usage.
[ { "change_type": "MODIFY", "old_path": "cmake/Modules/FindMKL.cmake", "new_path": "cmake/Modules/FindMKL.cmake", "diff": "include(FindPackageHandleStandardArgs)\n+if(DEFINED ENV{INTELROOT})\n+ set(INTEL_ROOT $ENV{INTELROOT} CACHE PATH \"Folder contains intel libs\")\n+else()\nset(INTEL_ROOT \"/opt/i...
C++
MIT License
aff3ct/aff3ct
Fix MKL usage.
8,490
21.05.2021 11:33:27
-7,200
900383617f703d1d07d9a6285e8e351da60cf6fe
CI: enable Intel compiler build.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -313,37 +313,39 @@ build-linux-gcc-4.8:\n- source ./ci/tools/threads.sh\n- ./ci/build-linux-macos.sh\n-# build-linux-icpc:\n-# stage: build\n-# variables:\n-# GIT_SUBMODULE_STRATEGY: recursive\n-# exce...
C++
MIT License
aff3ct/aff3ct
CI: enable Intel compiler build.
8,490
21.05.2021 16:04:10
-7,200
68f6e1a535a4fda52c66daa55779ffc446fa607a
CI: dockerize cppcheck.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -15,6 +15,7 @@ before_script:\n# - pwd\nanalysis-cppcheck:\n+ image: registry.gitlab.com/aff3ct/aff3ct/ubuntu_cppcheck:latest\nstage: analysis\nallow_failure: false\nartifacts:\n@@ -23,7 +24,8 @@ analy...
C++
MIT License
aff3ct/aff3ct
CI: dockerize cppcheck.
8,490
21.05.2021 16:22:13
-7,200
bc0911534d22d80069de4cd703b11cc151adc44d
CI: fix cppcheck script for version 1.9.
[ { "change_type": "MODIFY", "old_path": "ci/analysis-cppcheck.sh", "new_path": "ci/analysis-cppcheck.sh", "diff": "@@ -10,28 +10,23 @@ find .\\/src\\/ -type f -follow -print | grep \"[.]h$\\|[.]hpp$\\|[.]hxx$\\|[.]cpp\n# cppcheck for sonarqube\ncppcheck --language=c++ --suppress=missingIncludeSystem ...
C++
MIT License
aff3ct/aff3ct
CI: fix cppcheck script for version 1.9.
8,490
21.05.2021 16:35:26
-7,200
be7f4a19b3342c8fca83b2f3b1a3acc75d3d807f
Fix exception destructors.
[ { "change_type": "MODIFY", "old_path": "ci/analysis-cppcheck.sh", "new_path": "ci/analysis-cppcheck.sh", "diff": "@@ -21,12 +21,17 @@ cat cppcheck/cppcheck_all.log | grep \"missingInclude:\" > cppcheck/cppcheck_missi\nCOUNT=$(wc -l < cppcheck/cppcheck_error.log )\n-if [ $COUNT -gt 0 ]; then\n+if [ $...
C++
MIT License
aff3ct/aff3ct
Fix exception destructors.
8,490
21.05.2021 16:51:02
-7,200
c126f71ad16adc934eb9925cb0d8b8d39560e148
CI: dockerize headers and submodules.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -15,7 +15,7 @@ before_script:\n# - pwd\nanalysis-cppcheck:\n- image: registry.gitlab.com/aff3ct/aff3ct/ubuntu_cppcheck:latest\n+ image: registry.gitlab.com/aff3ct/aff3ct/ubuntu_cppcheck:v1.9\nstage: an...
C++
MIT License
aff3ct/aff3ct
CI: dockerize headers and submodules.
8,490
21.05.2021 19:06:12
-7,200
f268af12119b06e98da3f2fd3bd9910fa1d55017
CI: dockerize many Linux jobs.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -15,7 +15,7 @@ before_script:\n# - pwd\nanalysis-cppcheck:\n- image: registry.gitlab.com/aff3ct/aff3ct/ubuntu_cppcheck:v1.9\n+ image: registry.gitlab.com/aff3ct/aff3ct/x86_64_ubuntu_cppcheck:v1.9\nstag...
C++
MIT License
aff3ct/aff3ct
CI: dockerize many Linux jobs.
8,490
21.05.2021 23:33:34
-7,200
1d18c7d82bfa80ce0a1cce92b970435026dbdc36
CI: fix missing docker image for RSC tests.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -663,6 +663,7 @@ test-regression-rs:\n- ./ci/test-regression.py --refs-path refs/RS --results-path test-regression-results-rs --build-path build_linux_gcc_x64_sse4.2 --binary-path bin/aff3ct-$GIT_VERSI...
C++
MIT License
aff3ct/aff3ct
CI: fix missing docker image for RSC tests.
8,490
22.05.2021 12:33:37
-7,200
368d1946e26501cb12dc19e254e999b8ba15004c
CI: dockerize Linux jobs again.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -822,6 +822,7 @@ test-regression-uncoded:\n- ./ci/test-regression.py --refs-path refs/UNCODED --results-path test-regression-results-uncoded --build-path build_linux_gcc_x64_sse4.2 --binary-path bin/af...
C++
MIT License
aff3ct/aff3ct
CI: dockerize Linux jobs again.
8,490
22.05.2021 17:38:59
-7,200
8063134368bcc48ed8b7206d61aa4289822e70e7
Fix link error on MSVC.
[ { "change_type": "MODIFY", "old_path": "include/Module/Reducer/Reducer.hpp", "new_path": "include/Module/Reducer/Reducer.hpp", "diff": "@@ -55,15 +55,15 @@ protected:\nvirtual void _reduce(const TI *in, TO *out, const size_t frame_id);\n};\n-template <typename TI, typename TO = TI> using Reducer_add...
C++
MIT License
aff3ct/aff3ct
Fix link error on MSVC.
8,490
23.05.2021 11:04:23
-7,200
7955dca193b8125f8df6c4ad2a57107f877b3e97
CI: improve coverage workflow.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -254,6 +254,33 @@ build-linux-gcc-mpi:\n- source ./ci/tools/threads.sh\n- ./ci/build-linux-macos.sh\n+build-linux-gcc-coverage:\n+ image: registry.gitlab.com/aff3ct/aff3ct/x86_64_ubuntu_gcc:v9.3.0\n+ s...
C++
MIT License
aff3ct/aff3ct
CI: improve coverage workflow.
8,490
23.05.2021 11:55:15
-7,200
a3e400b1a95cad69aa4e08b9ccc64e95f94a4185
CI: improve deploy ppa job.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -963,7 +963,7 @@ deploy-builds-linux:\n- ./ci/deploy-builds-linux.sh build_linux_gcc_x64_sse4.2 build_linux_gcc_x64_avx2 build_windows_gcc_x86_sse4.2 build_windows_gcc_x64_avx2 build_macos_clang_x64_ss...
C++
MIT License
aff3ct/aff3ct
CI: improve deploy ppa job.
8,490
23.05.2021 21:25:02
-7,200
6b81dbb25a2eec8c749a26416637c79fab3c1c66
CI: dockerize Windows jobs.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -340,6 +340,7 @@ build-linux-icpc:\n- ./ci/build-linux-macos.sh\nbuild-windows-gcc-x86-sse4.2:\n+ image: registry.gitlab.com/aff3ct/aff3ct/x86_64_windows_gcc:v8.1.0\nstage: build\nvariables:\nGIT_SUBMO...
C++
MIT License
aff3ct/aff3ct
CI: dockerize Windows jobs.
8,490
24.05.2021 16:13:30
-7,200
a028638730ac839b7df376e685867bf3dae3ca61
CI: fix clang analysis.
[ { "change_type": "MODIFY", "old_path": "ci/analysis-clang.sh", "new_path": "ci/analysis-clang.sh", "diff": "@@ -24,8 +24,9 @@ cd $NAME\n# scan-build -v -plist --intercept-first --analyze-headers -o $REPORTS_DIR \\\nscan-build -v -plist -o $REPORTS_DIR \\\n- cmake .. -G\"Unix Makefiles\" -DCMAKE_BUIL...
C++
MIT License
aff3ct/aff3ct
CI: fix clang analysis.
8,490
24.05.2021 21:02:39
-7,200
d34a8950e6be037755dff57ed2076de6345f8f24
CI: remove useless line.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -980,7 +980,6 @@ deploy-upload-ppa:\n- build/Debian/xenial/*.dsc\n- build/Debian/xenial/*.build\nbefore_script:\n- - apk add --no-cache gnupg\n- echo \"$GPG_PRIVATE_KEY\" | gpg --batch --import --pinen...
C++
MIT License
aff3ct/aff3ct
CI: remove useless line.
8,490
25.05.2021 17:24:01
-7,200
a016c82e79224f89dd1148a26f75ef6399694bec
CI: add `no_proxy` tag.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -901,6 +901,7 @@ deploy-sonarqube-linux:\n- x86_64\n- linux\n- docker\n+ - no_proxy\nonly:\n- master\n- development\n@@ -926,6 +927,7 @@ deploy-builds-linux:\n- x86_64\n- linux\n- docker\n+ - no_proxy\...
C++
MIT License
aff3ct/aff3ct
CI: add `no_proxy` tag.
8,490
25.05.2021 17:46:24
-7,200
2f18ff2a29eaffc35b400e283cee3a297fa85317
CI: do not supply PDF anymore in PPA.
[ { "change_type": "MODIFY", "old_path": "cmake/Modules/UploadPPA.cmake", "new_path": "cmake/Modules/UploadPPA.cmake", "diff": "@@ -95,8 +95,8 @@ foreach(DISTRI ${AFF3CT_PPA_DISTRIB})\n\"usr/include/aff3ct-${AFF3CT_VERSION_FULL}/*\\n\")\nfile(WRITE \"${DEBIAN_SOURCE_DIR}/debian/${CPACK_DEBIAN_PACKAGE_...
C++
MIT License
aff3ct/aff3ct
CI: do not supply PDF anymore in PPA.
8,490
26.05.2021 14:22:32
-7,200
d62d50e2fb5980b53b51b7d253a32eb2831ac791
CI: rm flags for macos build job.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -24,6 +24,7 @@ analysis-cppcheck:\npaths:\n- cppcheck/\ntags:\n+ - x86_64\n- linux\n- docker\nscript:\n@@ -434,10 +435,8 @@ build-macos-clang-x64-sse4.2:\n- job: analysis-documentation\nartifacts: true...
C++
MIT License
aff3ct/aff3ct
CI: rm flags for macos build job.
8,486
27.05.2021 15:59:13
-7,200
08c77d68cc47e7e9120b408c6366ed62f0bcb875
Fix py_aff3ct related issue in interleaver cores row_column and column_row.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Interleaver/Column_row/Interleaver_core_column_row.hpp", "new_path": "include/Tools/Interleaver/Column_row/Interleaver_core_column_row.hpp", "diff": "@@ -36,7 +36,7 @@ private:\npublic:\nInterleaver_core_column_row(const int size, const int n_col...
C++
MIT License
aff3ct/aff3ct
Fix py_aff3ct related issue in interleaver cores row_column and column_row.
8,486
27.05.2021 18:30:38
-7,200
ec0b3322541b90668e39b4ed44b16e5fb584ece5
Add Interface_get_trellis inheritance for RSC_DB encoder.
[ { "change_type": "MODIFY", "old_path": "include/Module/Encoder/RSC_DB/Encoder_RSC_DB.hpp", "new_path": "include/Module/Encoder/RSC_DB/Encoder_RSC_DB.hpp", "diff": "#include <vector>\n#include \"Module/Encoder/Encoder.hpp\"\n+#include \"Tools/Interface/Interface_get_trellis.hpp\"\nnamespace aff3ct\n{...
C++
MIT License
aff3ct/aff3ct
Add Interface_get_trellis inheritance for RSC_DB encoder.
8,490
28.05.2021 10:06:23
-7,200
ea7ce530a0ec861ca21e65016fc4c9a49eb352a5
CI: add missing tags.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -46,6 +46,7 @@ analysis-clang:\n- master\n- development\ntags:\n+ - x86_64\n- linux\n- docker\nscript:\n@@ -65,6 +66,7 @@ analysis-headers:\npaths:\n- aff3ct.hpp\ntags:\n+ - x86_64\n- linux\n- docker\n...
C++
MIT License
aff3ct/aff3ct
CI: add missing tags.
8,490
04.06.2021 11:42:33
-7,200
87215f5d1e8af93ddf736b5acc706c622e5781d2
Add a new `operator=` for sockets binding.
[ { "change_type": "MODIFY", "old_path": "include/Module/Socket.hpp", "new_path": "include/Module/Socket.hpp", "diff": "@@ -41,10 +41,11 @@ protected:\nvoid* dataptr;\nstd::vector<Socket*> bound_sockets;\nSocket* bound_socket;\n+ socket_t type;\npublic:\ninline Socket(Task &task, const std::string &na...
C++
MIT License
aff3ct/aff3ct
Add a new `operator=` for sockets binding.
8,486
24.06.2021 10:24:25
-7,200
91a34498381ef77a44841d7dc85d236f10455893
Add documentation for some tasks.
[ { "change_type": "MODIFY", "old_path": "include/Module/Channel/Channel.hpp", "new_path": "include/Module/Channel/Channel.hpp", "diff": "@@ -74,7 +74,7 @@ public:\nvirtual void set_seed(const int seed);\n/*!\n- * \\brief Adds the noise to a perfectly clear signal.\n+ * \\brief Task method that adds t...
C++
MIT License
aff3ct/aff3ct
Add documentation for some tasks.
8,486
24.06.2021 16:52:48
-7,200
3f4f4106b879aad10fe15573d0f09814b44e858e
Add a method for creating a reset task for Module heritating from Interface_reset.
[ { "change_type": "MODIFY", "old_path": "include/Module/Module.hpp", "new_path": "include/Module/Module.hpp", "diff": "@@ -87,6 +87,9 @@ public:\ninline Task& operator()(const std::string &tsk_name);\nvoid set_fast(const bool fast);\n+\n+ void create_reset_task();\n+\nprotected:\nvirtual void deep_co...
C++
MIT License
aff3ct/aff3ct
Add a method for creating a reset task for Module heritating from Interface_reset.
8,490
28.06.2021 13:23:39
-7,200
7324975d066e3a7302f44421b2f15c1393bf1c61
Add a step by step method to execute a 'tools::Sequence'.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Sequence/Sequence.hpp", "new_path": "include/Tools/Sequence/Sequence.hpp", "diff": "@@ -80,6 +80,11 @@ protected:\nstd::vector<std::vector<tools::Interface_reset*>> switchers_reset;\nbool auto_stop;\n+ // internal state for the `exec_step` method...
C++
MIT License
aff3ct/aff3ct
Add a step by step method to execute a 'tools::Sequence'.
8,490
28.06.2021 13:24:13
-7,200
c89c27abdc8c3513118fc862e0f2b4f7b4a377c6
Add `is_done` method to 'tools::Sequence'.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Sequence/Sequence.hpp", "new_path": "include/Tools/Sequence/Sequence.hpp", "diff": "@@ -53,7 +53,7 @@ public:\nusing Sub_sequence = Sub_sequence_generic<std::vector< module::Task*>>;\nusing Sub_sequence_const = Sub_sequence_generic<std::vector<co...
C++
MIT License
aff3ct/aff3ct
Add `is_done` method to 'tools::Sequence'.
8,490
28.06.2021 16:52:31
-7,200
0718d23dd3c6c589be0efbb75820dd6b7ebc2180
Unbind adaptors when deleting a 'tools::Pipeline'.
[ { "change_type": "MODIFY", "old_path": "include/Tools/Sequence/Pipeline.hpp", "new_path": "include/Tools/Sequence/Pipeline.hpp", "diff": "@@ -109,7 +109,7 @@ public:\nconst std::vector<std::vector<size_t>> &puids = {}/*,\nconst std::vector<bool> &tasks_inplace = {}*/);\n- virtual ~Pipeline() = defau...
C++
MIT License
aff3ct/aff3ct
Unbind adaptors when deleting a 'tools::Pipeline'.
8,490
06.07.2021 12:02:03
-7,200
330cd7521cbf9719b7e808bbf89c69ea71570ce3
Fix a bug in the 'tools::Sequence' `exec_step` method.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Sequence/Sequence.cpp", "new_path": "src/Tools/Sequence/Sequence.cpp", "diff": "@@ -768,6 +768,20 @@ module::Task* Sequence\n{\nthis->cur_ss[tid] = this->cur_ss[tid]->get_children()[path];\nthis->cur_task_id[tid] = 0;\n+\n+ if (this->cur_ss[tid]->get...
C++
MIT License
aff3ct/aff3ct
Fix a bug in the 'tools::Sequence' `exec_step` method.
8,486
10.09.2021 10:55:44
-7,200
4aecfbeebc23f2cbaa0584b39f2a73c2a74c31d8
Remove ref for parity check matrix in LDPC decoders.
[ { "change_type": "MODIFY", "old_path": "include/Module/Decoder/LDPC/BP/Decoder_LDPC_BP.hpp", "new_path": "include/Module/Decoder/LDPC/BP/Decoder_LDPC_BP.hpp", "diff": "@@ -15,7 +15,7 @@ class Decoder_LDPC_BP\n{\nprotected:\nconst int n_ite;\n- const tools::Sparse_matrix &H;\n+ const tools::Sparse_ma...
C++
MIT License
aff3ct/aff3ct
Remove ref for parity check matrix in LDPC decoders.
8,490
10.09.2021 11:17:22
-7,200
80eb5a706c4554a071af013b8edc4b38fced85af
Fix wrong variable name in LDPC decoders when using `-faligned-new`.
[ { "change_type": "MODIFY", "old_path": "include/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding_inter.hxx", "new_path": "include/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding_inter.hxx", "diff": "@@ -135,7 +135,7 @@ int Decoder_LDPC_BP_flooding_inter<B,R,Update_rule>\n::_decode_s...
C++
MIT License
aff3ct/aff3ct
Fix wrong variable name in LDPC decoders when using `-faligned-new`.
8,490
10.09.2021 15:59:06
-7,200
5326b0db4f573f753f5fd5fcaef10ce11a1ee653
Disable backtrace on Android NDK.
[ { "change_type": "MODIFY", "old_path": "lib/MIPP", "new_path": "lib/MIPP", "diff": "-Subproject commit b876293fcfe86e91be1569f3227606d0b45517de\n+Subproject commit eb4db98807e0c785e31ef7e51bf5e1bca7e30357\n" }, { "change_type": "MODIFY", "old_path": "src/Tools/system_functions.cpp", ...
C++
MIT License
aff3ct/aff3ct
Disable backtrace on Android NDK.
8,486
19.09.2021 21:01:56
-7,200
d25713f501e3db696f5b32d0e7a8df9c1b9ab810
Allow Switcher select and commute to have different data size and type.
[ { "change_type": "MODIFY", "old_path": "include/Module/Switcher/Switcher.hpp", "new_path": "include/Module/Switcher/Switcher.hpp", "diff": "@@ -36,15 +36,24 @@ public:\nprotected:\nconst size_t n_data_sockets;\n- const size_t n_elmts;\n- const size_t n_bytes;\n- const std::type_index datatype;\n+ co...
C++
MIT License
aff3ct/aff3ct
Allow Switcher select and commute to have different data size and type.
8,490
30.09.2021 14:58:30
-7,200
9d6e2bb8ef7142ca2b4fe4aca7e7979f366c4940
Fix members order.
[ { "change_type": "MODIFY", "old_path": "include/Module/Switcher/Switcher.hpp", "new_path": "include/Module/Switcher/Switcher.hpp", "diff": "@@ -40,8 +40,8 @@ protected:\nconst size_t n_elmts_select;\nconst size_t n_bytes_commute;\nconst size_t n_bytes_select;\n- const std::type_index datatype_select...
C++
MIT License
aff3ct/aff3ct
Fix members order.
8,490
30.09.2021 14:59:13
-7,200
3503dc74826261d2f6b54a24eae64f852c581341
Fix `module::Extractor_RSC`.
[ { "change_type": "MODIFY", "old_path": "src/Module/Extractor/RSC/Extractor_RSC.cpp", "new_path": "src/Module/Extractor/RSC/Extractor_RSC.cpp", "diff": "@@ -14,6 +14,13 @@ Extractor_RSC<B,Q>\n{\nconst std::string name = \"Extractor_RSC\";\nthis->set_name(name);\n+\n+ if (buffered_encoding)\n+ for (au...
C++
MIT License
aff3ct/aff3ct
Fix `module::Extractor_RSC`.
8,490
05.10.2021 14:52:35
-7,200
c67754ebe1368dbf305d203eb30a4e7fc3cafd4c
Improve `tools::Sequence` construction rules.
[ { "change_type": "MODIFY", "old_path": "include/Module/Task.hpp", "new_path": "include/Module/Task.hpp", "diff": "@@ -58,6 +58,8 @@ protected:\nuint8_t debug_precision;\nint32_t debug_frame_max;\nstd::function<int(Module &m, Task& t, const size_t frame_id)> codelet;\n+ size_t n_input_sockets;\n+ siz...
C++
MIT License
aff3ct/aff3ct
Improve `tools::Sequence` construction rules.
8,490
05.10.2021 17:32:30
-7,200
6b327aec12db2b117a21e0c5f5d492578b793f58
Accept static input sockets (from data ptr instead of output socket).
[ { "change_type": "MODIFY", "old_path": "include/Module/Task.hpp", "new_path": "include/Module/Task.hpp", "diff": "@@ -134,6 +134,7 @@ public:\nsize_t get_n_input_sockets() const;\nsize_t get_n_output_sockets() const;\n+ size_t get_n_static_input_sockets() const;\nconst std::vector<int>& exec(const i...
C++
MIT License
aff3ct/aff3ct
Accept static input sockets (from data ptr instead of output socket).
8,490
05.10.2021 17:55:29
-7,200
b2f4720f168dd4fa028d7a3bd9929a371e3b1b3f
Show the static input socket in green in the dot output.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Sequence/Sequence.cpp", "new_path": "src/Tools/Sequence/Sequence.cpp", "diff": "@@ -1459,9 +1459,13 @@ void Sequence\nfor (auto &s : t->sockets)\n{\nstd::string stype;\n+ bool static_input = false;\nswitch (t->get_socket_type(*s))\n{\n- case module::...
C++
MIT License
aff3ct/aff3ct
Show the static input socket in green in the dot output.
8,490
05.10.2021 23:27:42
-7,200
3a30862877c17c55b67d4930bd7581f3e2060db4
Add new `Socket::operator=(void*)` member.
[ { "change_type": "MODIFY", "old_path": "include/Module/Socket.hpp", "new_path": "include/Module/Socket.hpp", "diff": "@@ -68,6 +68,12 @@ public:\ninline void operator()(Socket &s_out, const int priority = -1);\n+ template <typename T>\n+ inline void operator=(const void *array);\n+\n+ template <type...
C++
MIT License
aff3ct/aff3ct
Add new `Socket::operator=(void*)` member.
8,490
05.10.2021 23:28:25
-7,200
72af2d3f2b51881df93202e6c6b1774d77863096
Fix AZCW simulations.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Iterative/Simulation_BFER_ite.cpp", "new_path": "src/Simulation/BFER/Iterative/Simulation_BFER_ite.cpp", "diff": "@@ -299,7 +299,9 @@ void Simulation_BFER_ite<B,R,Q>\nif (this->params_BFER_ite.coset)\n{\n- if (this->params_BFER_ite.coded_mo...
C++
MIT License
aff3ct/aff3ct
Fix AZCW simulations.
8,490
28.02.2022 18:16:09
-3,600
65b364fe9f8271cfc082bac49768b7e7924628b8
Fix a serious bug in the initialization of the tasks graph.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Sequence/Sequence.cpp", "new_path": "src/Tools/Sequence/Sequence.cpp", "diff": "@@ -258,9 +258,9 @@ void Sequence\nthis->lasts_tasks_id.clear();\nthis->firsts_tasks_id.clear();\nauto last_subseq = root;\n+ std::map<TA*,unsigned> in_sockets_feed;\nfor...
C++
MIT License
aff3ct/aff3ct
Fix a serious bug in the initialization of the tasks graph.
8,486
23.03.2022 09:14:41
-3,600
f95859e9fa84fd7b1b8a9cded392c1a208652167
Fix RS decoder for returning a CWD flag.
[ { "change_type": "MODIFY", "old_path": "include/Module/Decoder/RS/Decoder_RS.hpp", "new_path": "include/Module/Decoder/RS/Decoder_RS.hpp", "diff": "@@ -42,10 +42,10 @@ public:\nprotected:\nvirtual int _decode ( S *Y_N, const size_t frame_id) = 0;\n- virtual int _decode_hiho (const B *Y_N, B *V_K, co...
C++
MIT License
aff3ct/aff3ct
Fix RS decoder for returning a CWD flag.
8,490
21.04.2022 10:34:08
-7,200
8fa65a3ca9b0dcdd3d544363bc692d4f85f6f718
Update the year from 2021 to 2022 for the v3.0.2 release.
[ { "change_type": "MODIFY", "old_path": "LICENSE", "new_path": "LICENSE", "diff": "MIT License\n-Copyright (c) 2017-2021 aff3ct\n+Copyright (c) 2017-2022 aff3ct\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"So...
C++
MIT License
aff3ct/aff3ct
Update the year from 2021 to 2022 for the v3.0.2 release.
61,753
30.03.2017 09:47:22
18,000
ddadf547770ddbe8261cfd854b2a5f21b3a9074c
Typo: Dimention -> Dimension
[ { "change_type": "MODIFY", "old_path": "Source/astc_toplevel.cpp", "new_path": "Source/astc_toplevel.cpp", "diff": "@@ -237,7 +237,7 @@ astc_codec_image *load_astc_file(const char *filename, int bitness, astc_decode_\nif (xsize == 0 || ysize == 0 || zsize == 0)\n{\nfclose(f);\n- printf(\"File %s has...
C
Apache License 2.0
arm-software/astc-encoder
Typo: Dimention -> Dimension
61,770
13.11.2017 12:17:07
0
8ae1e9f50a1e930e79c4cef1545a884823b04628
A small fix for msvc build and README update
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -14,7 +14,7 @@ See [license.txt](license.txt) file for details.\n# Compilation from Sources\n* You can use GCC >= 4.6 and standard GNU tools to perform make-driven compilation on Linux and/or MacOS systems.\n-* ...
C
Apache License 2.0
arm-software/astc-encoder
A small fix for msvc build and README update
61,770
14.11.2017 10:31:38
0
0d22d5543a3b9e42cc365236db9a4a1641df1678
Producing new binaries for a release
[ { "change_type": "DELETE", "old_path": "Binary/Linux32/astcenc", "new_path": "Binary/Linux32/astcenc", "diff": "Binary files a/Binary/Linux32/astcenc and /dev/null differ\n" }, { "change_type": "DELETE", "old_path": "Binary/MacOS/astcenc", "new_path": "Binary/MacOS/astcenc", "dif...
C
Apache License 2.0
arm-software/astc-encoder
Producing new binaries for a release
61,770
14.11.2017 11:07:53
0
b6bf6e7a523ddafdb8cfdc84b068d8fe70ffb45e
Improved binary for windows x64
[ { "change_type": "MODIFY", "old_path": "Binary/linux-x64/astcenc", "new_path": "Binary/linux-x64/astcenc", "diff": "Binary files a/Binary/linux-x64/astcenc and b/Binary/linux-x64/astcenc differ\n" }, { "change_type": "MODIFY", "old_path": "Binary/linux-x86/astcenc", "new_path": "Bina...
C
Apache License 2.0
arm-software/astc-encoder
Improved binary for windows x64
61,745
02.02.2018 21:13:56
0
7ad12fbd0d53ada8ab735188560465cb536861b0
Remove redundant memory allocation in struct imageblock rgb_lns, alpha_lns, and nan_texel all store one value per texel, not one value per color channel, so the multiply by 4 is superfluous.
[ { "change_type": "MODIFY", "old_path": "Source/astc_codec_internals.h", "new_path": "Source/astc_codec_internals.h", "diff": "@@ -190,9 +190,9 @@ struct imageblock\nfloat work_data[MAX_TEXELS_PER_BLOCK * 4]; // the data that we will compress, either linear or LNS (0..65535 in both cases)\nfloat deri...
C
Apache License 2.0
arm-software/astc-encoder
Remove redundant memory allocation in struct imageblock rgb_lns, alpha_lns, and nan_texel all store one value per texel, not one value per color channel, so the multiply by 4 is superfluous.
61,745
02.02.2018 21:16:14
0
954eba4125e235674a08921380dbfd7172d00930
Remove unused stepsize entry Using it improves quality by about 0.005dB but incurs a significant performance penalty, so assume it has been disabled for performance reasons (there are similar optimizations for similar quality losses in other places in the reference codec).
[ { "change_type": "MODIFY", "old_path": "Source/astc_ideal_endpoints_and_weights.cpp", "new_path": "Source/astc_ideal_endpoints_and_weights.cpp", "diff": "@@ -1141,7 +1141,7 @@ void compute_ideal_weights_for_decimation_table(const endpoints_and_weights * ea\ninfilled_weights[i] = compute_value_of_tex...
C
Apache License 2.0
arm-software/astc-encoder
Remove unused stepsize entry Using it improves quality by about 0.005dB but incurs a significant performance penalty, so assume it has been disabled for performance reasons (there are similar optimizations for similar quality losses in other places in the reference codec).
61,745
16.02.2018 22:34:44
0
a84401e44a7c878cb9156daefd42503a66fe539d
Update astc_compute_variance.cpp Avoid mixed type comparison of float and double.
[ { "change_type": "MODIFY", "old_path": "Source/astc_compute_variance.cpp", "new_path": "Source/astc_compute_variance.cpp", "diff": "@@ -115,10 +115,10 @@ static void compute_pixel_region_variance(const astc_codec_image * img, float rg\nif (!powers_are_1)\n{\n- d.x = pow(MAX(d.x, 1e-6f), (double)rgb_...
C
Apache License 2.0
arm-software/astc-encoder
Update astc_compute_variance.cpp Avoid mixed type comparison of float and double.
61,758
02.11.2018 11:43:53
18,000
8e5907a6691f07f25d1f5137338666b5c23b5009
Fix comparison that always evaluates to true
[ { "change_type": "MODIFY", "old_path": "Source/astc_compress_symbolic.cpp", "new_path": "Source/astc_compress_symbolic.cpp", "diff": "@@ -457,7 +457,7 @@ static void compress_symbolic_block_fixed_partition_1_plane(astc_decode_mode dec\nscb->color_formats_matched = 0;\nif ((partition_count >= 2 && sc...
C
Apache License 2.0
arm-software/astc-encoder
Fix comparison that always evaluates to true
61,768
01.05.2019 15:43:45
-3,600
bd21dc54c8fd4ff4075f3e06ef9549158778593d
Library Enable the project to be compiled as a library Fix fmax fmin on Visual Studio
[ { "change_type": "MODIFY", "old_path": "Source/Makefile", "new_path": "Source/Makefile", "diff": "@@ -39,6 +39,7 @@ SOURCES = \\\nastc_toplevel.cpp \\\nmathlib.cpp \\\nsoftfloat.cpp \\\n+ astc_main.cpp \\\nHEADERS = \\\n" }, { "change_type": "MODIFY", "old_path": "Source/astc_codec_inter...
C
Apache License 2.0
arm-software/astc-encoder
Library - Enable the project to be compiled as a library - Fix fmax fmin on Visual Studio
61,768
02.05.2019 10:51:46
-3,600
f789719d6313ec0affb59e25f54d53a7ade7d563
Update MSVC project
[ { "change_type": "RENAME", "old_path": "Source/win32-2013/astcenc/astcenc.sln", "new_path": "Source/win32-2017/astcenc/astcenc.sln", "diff": "" }, { "change_type": "RENAME", "old_path": "Source/win32-2013/astcenc/astcenc.vcproj", "new_path": "Source/win32-2017/astcenc/astcenc.vcproj"...
C
Apache License 2.0
arm-software/astc-encoder
Update MSVC project
61,745
25.06.2019 20:47:50
-3,600
480855465d5e521a6648b63224e1a19e67a25358
Remove deprecated or conflicting VS solution opts
[ { "change_type": "MODIFY", "old_path": "Source/win32-2017/astcenc/astcenc.vcxproj", "new_path": "Source/win32-2017/astcenc/astcenc.vcxproj", "diff": "<Optimization>Disabled</Optimization>\n<AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n<Pr...
C
Apache License 2.0
arm-software/astc-encoder
Remove deprecated or conflicting VS solution opts
61,745
25.06.2019 22:06:39
-3,600
3c59cf25d0c53283e8254a93d90a88f0ca1a650b
Namespace all VS build outputs by platform
[ { "change_type": "MODIFY", "old_path": "Source/win32-2017/astcenc/astcenc.vcxproj", "new_path": "Source/win32-2017/astcenc/astcenc.vcxproj", "diff": "<PropertyGroup Label=\"UserMacros\" />\n<PropertyGroup>\n<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\n- <OutDir Condition=\"'$(Configurati...
C
Apache License 2.0
arm-software/astc-encoder
Namespace all VS build outputs by platform
61,745
27.06.2019 16:20:51
-3,600
16f516753d20d2ffb61c632fc0d4d70ed7c4763c
Updated README after review. Remove legacy specification PDF.
[ { "change_type": "DELETE", "old_path": "Documentation/ASTC Specification 1.0.pdf", "new_path": "Documentation/ASTC Specification 1.0.pdf", "diff": "Binary files a/Documentation/ASTC Specification 1.0.pdf and /dev/null differ\n" }, { "change_type": "MODIFY", "old_path": "README.md", "...
C
Apache License 2.0
arm-software/astc-encoder
Updated README after review. Remove legacy specification PDF.
61,745
27.06.2019 16:46:19
-3,600
38a9535142630c1fc45b285dc0d4d71e4ee0f21b
Change specification link to the DataFormat spec
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -16,7 +16,7 @@ energy consumption.\nThe ASTC data format specification is available here:\n-* [OES_texture_compression_astc](https://www.khronos.org/registry/OpenGL/extensions/OES/OES_texture_compression_astc.tx...
C
Apache License 2.0
arm-software/astc-encoder
Change specification link to the DataFormat spec
61,745
27.06.2019 17:17:53
-3,600
4baeb8e63cb98b5e7fb8cc8463e52b93cdbf5c34
Add note that binaries come from last stable tag
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -57,6 +57,9 @@ and macOS (x64) are available here:\n* [Binary directory](/Binary/).\n+ These binaries are built from the latest stable tag, and therefore do not\n+ necessarily represent the current state of the ...
C
Apache License 2.0
arm-software/astc-encoder
Add note that binaries come from last stable tag
61,745
27.06.2019 23:31:00
-3,600
8f6db5a0e1cbfb115f06c29291d6ee0a76f172ef
Add declarative Jenkinsfile for Jenkins CI builds (Windows builds only) Add a Jenkinsfile to automate some basic builds CI testing.
[ { "change_type": "ADD", "old_path": null, "new_path": "Jenkinsfile", "diff": "+pipeline {\n+ agent any\n+ options {\n+ buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))\n+ }\n+ tools {\n+ msbuild 'MSBuild-15.0'\n+ }\n+ stages {\n+ stage('Build') {\n+ parallel {\n+ stage('x64...
C
Apache License 2.0
arm-software/astc-encoder
Add declarative Jenkinsfile for Jenkins CI builds (Windows builds only) (#45) Add a Jenkinsfile to automate some basic builds CI testing.
61,745
05.07.2019 08:18:35
-3,600
62fadfcaf5bb8a9cc8ffa1370fc12b55f20f972c
Fix success path memory leaks Errors still expected on the failure path, but this is a harder one to fix with the current code, so not part of this commit
[ { "change_type": "MODIFY", "old_path": "Source/astc_toplevel.cpp", "new_path": "Source/astc_toplevel.cpp", "diff": "@@ -2352,11 +2352,6 @@ int astc_main(int argc, char **argv)\nprintf(\"3D source images not supported with -array option: %s\\n\", new_input_filename);\nexit(1);\n}\n-\n- // BCJ(DEBUG)\...
C
Apache License 2.0
arm-software/astc-encoder
Fix success path memory leaks (#49) Errors still expected on the failure path, but this is a harder one to fix with the current code, so not part of this commit
61,745
05.07.2019 09:30:27
-3,600
a8f9dd778f9fbbbed206e0e703e9630674acac62
Update Encoding.md Add a missing "-"
[ { "change_type": "MODIFY", "old_path": "Docs/Encoding.md", "new_path": "Docs/Encoding.md", "diff": "@@ -135,7 +135,7 @@ Most other texture compression formats have a static channel assignment in\nterms of the expected data correlation. For example, ETC2+EAC assumes that RGB\nare always correlated an...
C
Apache License 2.0
arm-software/astc-encoder
Update Encoding.md Add a missing "-"
61,745
06.07.2019 21:15:30
-3,600
b49291a9efca81a6e991beb9612ce93766e9cad7
Use <cmath> to get C++ overloaded math functions This avoids many double to float cast precision warnings which we get using the C versions of e.g. min/max/sqrt from <math.h>.
[ { "change_type": "MODIFY", "old_path": "Source/astc_averages_and_directions.cpp", "new_path": "Source/astc_averages_and_directions.cpp", "diff": "#include \"astc_codec_internals.h\"\n-#include <math.h>\n+#include <cmath>\n#include \"mathlib.h\"\n#ifdef DEBUG_CAPTURE_NAN\n" }, { "change_type"...
C
Apache License 2.0
arm-software/astc-encoder
Use <cmath> to get C++ overloaded math functions (#42) This avoids many double to float cast precision warnings which we get using the C versions of e.g. min/max/sqrt from <math.h>.
61,745
07.07.2019 22:03:23
-3,600
9c93e80a3b3a7988a38a11a8efe1433eaf192ab4
Re-enable JPEG and GIF input texture support
[ { "change_type": "MODIFY", "old_path": "Source/astc_stb_tga.cpp", "new_path": "Source/astc_stb_tga.cpp", "diff": "* @brief Functions for loading and storing files via stb_image.\n*/\n-\n#include \"astc_codec_internals.h\"\n#include \"softfloat.h\"\n#include <stdio.h>\n#define STB_IMAGE_IMPLEMENTATIO...
C
Apache License 2.0
arm-software/astc-encoder
Re-enable JPEG and GIF input texture support (#55)
61,745
07.07.2019 22:04:20
-3,600
da70ab4e7a9c0b9761d9c19b127c5f8db9b7bb79
Remove support for non-standard block sizes
[ { "change_type": "MODIFY", "old_path": "Source/astc_toplevel.cpp", "new_path": "Source/astc_toplevel.cpp", "diff": "#include <fenv.h>\n#endif\n-// Define this to be 1 to allow \"illegal\" block sizes\n-#define DEBUG_ALLOW_ILLEGAL_BLOCK_SIZES 0\n-\nextern int block_mode_histogram[2048];\n#ifdef DEBUG...
C
Apache License 2.0
arm-software/astc-encoder
Remove support for non-standard block sizes (#56)
61,745
07.07.2019 22:05:04
-3,600
f5304a604212f548346d17a72cc864fde9a84897
Remove all IGNORED parameters from interfaces
[ { "change_type": "MODIFY", "old_path": "Source/astc_block_sizes2.cpp", "new_path": "Source/astc_block_sizes2.cpp", "diff": "@@ -169,11 +169,8 @@ const float *get_2d_percentile_table(int blockdim_x, int blockdim_y)\n// stubbed for the time being.\nstatic const float dummy_percentile_table_3d[2048] = ...
C
Apache License 2.0
arm-software/astc-encoder
Remove all IGNORED parameters from interfaces (#57)
61,745
08.07.2019 09:18:41
-3,600
5208b9f9aed8d42aaf59d59b0d6f9bb9e7280367
Specify Makefile build as C++ 11
[ { "change_type": "MODIFY", "old_path": "Source/Makefile", "new_path": "Source/Makefile", "diff": "@@ -43,7 +43,7 @@ HEADERS = \\\nOBJECTS = $(SOURCES:.cpp=.o)\n-CPPFLAGS = -O3 -Wall -W -Wextra -msse2 -mfpmath=sse\n+CPPFLAGS = -std=c++11 -O3 -Wall -W -Wextra -msse2 -mfpmath=sse\nastcenc: $(OBJECTS)\n...
C
Apache License 2.0
arm-software/astc-encoder
Specify Makefile build as C++ 11
61,745
08.07.2019 09:26:29
-3,600
e5617947c6a573c3513bcc851d438d11b7eb50ee
Update --help message Version string update Typo fixes Copyright year ARM -> Arm
[ { "change_type": "MODIFY", "old_path": "Source/astc_toplevel.cpp", "new_path": "Source/astc_toplevel.cpp", "diff": "@@ -736,8 +736,8 @@ int astc_main(int argc, char **argv)\nif (argc < 4)\n{\n- printf( \"ASTC codec version 1.3\\n\"\n- \"Copyright (C) 2011-2013 ARM Limited\\n\"\n+ printf( \"ASTC code...
C
Apache License 2.0
arm-software/astc-encoder
Update --help message - Version string update - Typo fixes - Copyright year - ARM -> Arm
61,745
08.07.2019 21:22:07
-3,600
4c820b65d52ba7b2df17bf1fce2c407ddf7fcf6a
Cleanup handling of ASTC_CODEC_INTERNAL_ERROR Error function calls exit(), so mark as [[noreturn]]. Remove duplicate calls to exit(). Remove functional logic which is redundant due to erro.
[ { "change_type": "MODIFY", "old_path": "Source/astc_averages_and_directions.cpp", "new_path": "Source/astc_averages_and_directions.cpp", "diff": "@@ -223,11 +223,9 @@ void compute_averages_and_directions_3_components(const partition_info * pt,\ntexel_weights = ewb->texel_weight_rgb;\nelse\n{\n- texe...
C
Apache License 2.0
arm-software/astc-encoder
Cleanup handling of ASTC_CODEC_INTERNAL_ERROR (#63) - Error function calls exit(), so mark as [[noreturn]]. - Remove duplicate calls to exit(). - Remove functional logic which is redundant due to erro.
61,745
08.07.2019 23:07:01
-3,600
d675f437254928e855a3dfdcf9dd2789e6908df4
Remove support for 32-bit (Win32) Windows builds
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": ".vscode\nSource/*.o\nSource/astcenc\n-Source/win32-2017/astcenc/.vs\n-Source/win32-2017/astcenc/Win32\n-Source/win32-2017/astcenc/x64\n-Source/win32-2017/astcenc/astcenc.vcxproj.user\n+Source/VS2017/.vs\n+Source/...
C
Apache License 2.0
arm-software/astc-encoder
Remove support for 32-bit (Win32) Windows builds
61,745
09.07.2019 11:25:36
-3,600
8cbe69831abbc7279eaa447c2201e7d3dda73693
Temporary backwards compatibility for VS2013 Expect this to get removed later once the nightly build machine is upgraded to VS2017 ...
[ { "change_type": "MODIFY", "old_path": "Source/astc_codec_internals.h", "new_path": "Source/astc_codec_internals.h", "diff": "#include <stdlib.h>\n#include \"mathlib.h\"\n+// Temporary workaround to build machine still running VS2013\n+// Version 1910 is Visual Studio 2017\n+#if !defined(_MSC_VER) |...
C
Apache License 2.0
arm-software/astc-encoder
Temporary backwards compatibility for VS2013 Expect this to get removed later once the nightly build machine is upgraded to VS2017 ...
61,745
14.07.2019 23:44:52
-3,600
0c749dfc0cb6b1e563348c2926be65def2add96e
Remove duplicate half table for weight alignment Current table is 256 entries, but consists of 128 entries repeated twice. This patch halves the size of the table, and clamps index values to the narrower range.
[ { "change_type": "MODIFY", "old_path": "Source/VS2017/astcenc.sln", "new_path": "Source/VS2017/astcenc.sln", "diff": "@@ -6,6 +6,9 @@ MinimumVisualStudioVersion = 10.0.40219.1\nProject(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\") = \"astcenc\", \"astcenc.vcxproj\", \"{D6D60D86-0502-446A-8498-888F78B8...
C
Apache License 2.0
arm-software/astc-encoder
Remove duplicate half table for weight alignment (#66) Current table is 256 entries, but consists of 128 entries repeated twice. This patch halves the size of the table, and clamps index values to the narrower range.
61,744
05.09.2019 22:08:07
-10,800
e811f4abf83b60a6e512b48aa50288ebdf6f53d1
Fixed parse -va commandline argument
[ { "change_type": "MODIFY", "old_path": "Source/astc_toplevel.cpp", "new_path": "Source/astc_toplevel.cpp", "diff": "@@ -1443,7 +1443,7 @@ int astc_main(int argc, char **argv)\nprintf(\"-va switch with less than 4 arguments, quitting\\n\");\nexit(1);\n}\n- ewp.alpha_power = static_cast < float >(atof...
C
Apache License 2.0
arm-software/astc-encoder
Fixed parse -va commandline argument (#68)
61,756
05.09.2019 12:11:23
25,200
64c718ed55a298b3a517b7767fcc2bdb063dc63c
Fix GCC 8 compile warnings
[ { "change_type": "MODIFY", "old_path": "Source/vectypes.h", "new_path": "Source/vectypes.h", "diff": "@@ -13364,361 +13364,362 @@ static inline ushort4 convert_ushort4(ushort4 p)\nstatic inline float2 as_float2(float2 inp)\n{\nfloat2 val1;\n- memcpy(&val1, &inp, 8);\n+ memcpy((void*)&val1, &inp, 8);...
C
Apache License 2.0
arm-software/astc-encoder
Fix GCC 8 compile warnings
61,745
28.11.2019 16:56:21
0
fd077aba89e1862f6b0583070a085e736393068e
Add RGBM encoding blockify helper utility
[ { "change_type": "ADD", "old_path": null, "new_path": "Utils/astc_rgbm_blockify.cpp", "diff": "+\n+// ----------------------------------------------------------------------------\n+// This confidential and proprietary software may be used only as authorised\n+// by a licensing agreement from Arm Lim...
C
Apache License 2.0
arm-software/astc-encoder
Add RGBM encoding blockify helper utility
61,745
02.01.2020 23:18:01
0
917c08aeb2677c3c9693119ed2e4e3244fc2d90c
Improve Make build Enable more warnings Improve log clarity
[ { "change_type": "MODIFY", "old_path": "Source/Makefile", "new_path": "Source/Makefile", "diff": "@@ -43,16 +43,19 @@ HEADERS = \\\nOBJECTS = $(SOURCES:.cpp=.o)\n-CPPFLAGS = -std=c++11 -O3 -Wall -W -Wextra -Werror=shadow -msse2 -mfpmath=sse\n+CPPFLAGS = -std=c++11 -O3 -Wall -W -Wall -Wextra -Wpedant...
C
Apache License 2.0
arm-software/astc-encoder
Improve Make build - Enable more warnings - Improve log clarity
61,745
03.01.2020 00:08:20
0
7b4415478a9d790536f2fc998165a174e61d64e1
Add helper scripts for profiling
[ { "change_type": "ADD", "old_path": null, "new_path": "Test/astc_run.py", "diff": "+#!/usr/bin/env python3\n+# -----------------------------------------------------------------------------\n+# This confidential and proprietary software may be used only as authorised by\n+# a licensing agreement from...
C
Apache License 2.0
arm-software/astc-encoder
Add helper scripts for profiling
61,745
03.01.2020 00:17:02
0
c4ff635a28aa2295687b8d6af7151965b987fe6f
Disable compressor diagnostic support by default
[ { "change_type": "MODIFY", "old_path": "Source/astc_codec_internals.h", "new_path": "Source/astc_codec_internals.h", "diff": "// ----------------------------------------------------------------------------\n// This confidential and proprietary software may be used only as authorised\n// by a licensi...
C
Apache License 2.0
arm-software/astc-encoder
Disable compressor diagnostic support by default (#73)
61,745
03.01.2020 00:30:44
0
ff880faf267895761eae4242506c6a99c9c770a2
Remove unused lum path from recompute_ideal_colors
[ { "change_type": "MODIFY", "old_path": "Source/astc_codec_internals.h", "new_path": "Source/astc_codec_internals.h", "diff": "@@ -673,7 +673,6 @@ void determine_optimal_set_of_endpoint_formats_to_use(int xdim, int ydim, int zd\nvoid recompute_ideal_colors(int xdim, int ydim, int zdim, int weight_qua...
C
Apache License 2.0
arm-software/astc-encoder
Remove unused lum path from recompute_ideal_colors
61,745
03.01.2020 00:32:36
0
daea597c13e6feaf7505235186b86c01eaa59e40
Remove unused lum diagnostic print
[ { "change_type": "MODIFY", "old_path": "Source/astc_ideal_endpoints_and_weights.cpp", "new_path": "Source/astc_ideal_endpoints_and_weights.cpp", "diff": "@@ -1835,7 +1835,7 @@ void recompute_ideal_colors(int xdim, int ydim, int zdim, int weight_quantizatio\n#ifdef DEBUG_PRINT_DIAGNOSTICS\nif (print_...
C
Apache License 2.0
arm-software/astc-encoder
Remove unused lum diagnostic print
61,745
03.01.2020 09:39:05
0
218fcdaa8e6534e9a6286ef59eb76f6ac6d65c9b
Clean up Makefile options
[ { "change_type": "MODIFY", "old_path": "Source/Makefile", "new_path": "Source/Makefile", "diff": "@@ -43,7 +43,8 @@ HEADERS = \\\nOBJECTS = $(SOURCES:.cpp=.o)\n-CPPFLAGS = -std=c++11 -O3 -Wall -W -Wall -Wextra -Wpedantic -Werror -Werror=shadow -msse2 -mfpmath=sse\n+CPPFLAGS = -std=c++11 -O3 -msse2 -...
C
Apache License 2.0
arm-software/astc-encoder
Clean up Makefile options
61,745
04.01.2020 02:32:34
0
79dc6767ed124a279a9c98afa3b8c61e6c655b68
Bump version number on the command line
[ { "change_type": "MODIFY", "old_path": "Docs/ChangeLog.md", "new_path": "Docs/ChangeLog.md", "diff": "@@ -7,8 +7,8 @@ bisection easier, the list is maintained in approximate chronological order\n## Maths library changes\n-The astc_mathlib library has been cleaned up, with a lot of unused\n-functiona...
C
Apache License 2.0
arm-software/astc-encoder
Bump version number on the command line
61,745
04.01.2020 14:49:10
0
c6e90e45f1fa7fd607de567fdc9977bd3e5cb5c1
Swap all ushort4 for uint4 and remove ushort4 support
[ { "change_type": "ADD", "old_path": null, "new_path": "Docs/BranchNotes.md", "diff": "+# Branch 2.0 design notes\n+\n+# Objectives\n+\n+The aim of the 2.0 work is to achieve the equivalent of `-thorough` encoding\n+quality with `-medium` performance. This equates to an ~8x performance\n+improvement ...
C
Apache License 2.0
arm-software/astc-encoder
Swap all ushort4 for uint4 and remove ushort4 support
61,745
04.01.2020 17:18:24
0
21b9fa84158b70778c7ff567b7ad614a228f0583
Fix bug in cross() and add regression test
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "+.vs\n.vscode\n+*.log\n+*.diff\nSource/*.o\nSource/astcenc\nSource/VS2017/.vs\n" }, { "change_type": "MODIFY", "old_path": "Docs/BranchNotes.md", "new_path": "Docs/BranchNotes.md", "diff": "@@...
C
Apache License 2.0
arm-software/astc-encoder
Fix bug in cross() and add regression test
61,745
04.01.2020 17:39:46
0
1e5b364844f2173b4bfa2ea3430e05fa2b6269d4
Enable -hdr for the helper run utility
[ { "change_type": "MODIFY", "old_path": "Test/astc_run.py", "new_path": "Test/astc_run.py", "diff": "@@ -65,6 +65,11 @@ class TestImage():\nif self.format == \"xy\":\nargs.append(\"-normal_psnr\")\n+ # Switch HDR data formats into HDR compression mode; note that this\n+ # mode assumes that the alpha ...
C
Apache License 2.0
arm-software/astc-encoder
Enable -hdr for the helper run utility
61,745
06.01.2020 23:00:46
0
1ef41839f04d574ea4beb679efea9da6b13f2dad
Remove global partition tables, move to bsd
[ { "change_type": "MODIFY", "old_path": "Source/astc_block_sizes2.cpp", "new_path": "Source/astc_block_sizes2.cpp", "diff": "// ----------------------------------------------------------------------------\n// This confidential and proprietary software may be used only as authorised\n// by a licensing...
C
Apache License 2.0
arm-software/astc-encoder
Remove global partition tables, move to bsd
61,745
06.01.2020 23:45:17
0
32eb3e2bffb076fe6024516b15b488afd98f2b65
Formatting cleanup of the main codec header
[ { "change_type": "MODIFY", "old_path": "Source/astc_codec_internals.h", "new_path": "Source/astc_codec_internals.h", "diff": "@@ -203,11 +203,19 @@ struct error_weighting_params\nint max_refinement_iters;\n};\n-void update_imageblock_flags(imageblock * pb, int xdim, int ydim, int zdim);\n+void updat...
C
Apache License 2.0
arm-software/astc-encoder
Formatting cleanup of the main codec header
61,745
06.01.2020 23:45:50
0
32795286af33e060bcbd08be4b007369a0d8dab2
Compute only the upper-left corner for covariance The matrix is symmetrical, so 6 of the 16 values are redundant
[ { "change_type": "MODIFY", "old_path": "Source/astc_compress_symbolic.cpp", "new_path": "Source/astc_compress_symbolic.cpp", "diff": "@@ -1031,31 +1031,27 @@ static float prepare_error_weight_block(\nreturn dot(error_weight_sum, float4(1, 1, 1, 1));\n}\n-/*\n- functions to analyze block statistical ...
C
Apache License 2.0
arm-software/astc-encoder
Compute only the upper-left corner for covariance The matrix is symmetrical, so 6 of the 16 values are redundant
61,745
07.01.2020 00:08:54
0
10179e4923f70f97790f213639fbb1950798f6f8
Change size utility to parse sysv output format
[ { "change_type": "MODIFY", "old_path": "Test/astc_size.py", "new_path": "Test/astc_size.py", "diff": "@@ -30,17 +30,23 @@ def get_reference_binary():\ndef run_size(binary):\n- args = [\"size\", binary]\n+ args = [\"size\", \"--format=sysv\", binary]\nresult = sp.run(args, stdout=sp.PIPE, stderr=sp.P...
C
Apache License 2.0
arm-software/astc-encoder
Change size utility to parse sysv output format
61,745
07.01.2020 00:18:10
0
6f67a04e84b893882ead817d4efcd92604c4f114
Add warning to 2.0 branch Readme.md
[ { "change_type": "MODIFY", "old_path": "Binary/linux-x64/astcenc", "new_path": "Binary/linux-x64/astcenc", "diff": "Binary files a/Binary/linux-x64/astcenc and b/Binary/linux-x64/astcenc differ\n" }, { "change_type": "MODIFY", "old_path": "Source/astc_integer_sequence.cpp", "new_path...
C
Apache License 2.0
arm-software/astc-encoder
Add warning to 2.0 branch Readme.md
61,745
08.01.2020 00:38:39
0
515c09501115f8b2313ae6af89606db96f0d562c
Reduce complexity of compute_avgs_and_dirs
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -9,3 +9,4 @@ Source/VS2017/Release\nSource/VS2017/Debug\nSource/VS2017/astcenc.vcxproj.user\nTestOutput\n+Binary/linux-x64/astcenc-base\n" }, { "change_type": "MODIFY", "old_path": "Source/astc_ave...
C
Apache License 2.0
arm-software/astc-encoder
Reduce complexity of compute_avgs_and_dirs
61,745
09.01.2020 01:08:18
0
5ce42a94814e8ed5f290d2420682e3f244a6f4cd
Clean up platform-specific code Platform specific code migrated to a separate file, and added a new helper utility to spawn N threads executing a partitioned workload.
[ { "change_type": "MODIFY", "old_path": "Source/Makefile", "new_path": "Source/Makefile", "diff": "@@ -28,6 +28,7 @@ SOURCES = \\\nastc_partition_tables.cpp \\\nastc_percentile_tables.cpp \\\nastc_pick_best_endpoint_format.cpp \\\n+ astc_platform_dependents.cpp \\\nastc_quantization.cpp \\\nastc_stb_...
C
Apache License 2.0
arm-software/astc-encoder
Clean up platform-specific code Platform specific code migrated to a separate file, and added a new helper utility to spawn N threads executing a partitioned workload.
61,745
09.01.2020 21:34:28
0
b6d0c58182ac41bb0dd4cd74699eb351b3ef6ed2
Add unrolled decimation tables
[ { "change_type": "MODIFY", "old_path": "Source/Makefile", "new_path": "Source/Makefile", "diff": "@@ -43,7 +43,7 @@ HEADERS = \\\nOBJECTS = $(SOURCES:.cpp=.o)\n-CPPFLAGS = -std=c++17 -O3 -msse2 -mfpmath=sse \\\n+CPPFLAGS = -std=c++14 -O3 -msse2 -mfpmath=sse \\\n-Wall -Wextra -Wpedantic -Werror -Werr...
C
Apache License 2.0
arm-software/astc-encoder
Add unrolled decimation tables
61,745
09.01.2020 22:58:03
0
fca3e88b26a6844791e4e86babbff87b8f413d00
Change HDR tests to use mPSNR
[ { "change_type": "MODIFY", "old_path": "Test/astc_run.py", "new_path": "Test/astc_run.py", "diff": "@@ -115,7 +115,7 @@ class TestImage():\nelse:\nassert False, \"Unsupported LDR color format %s\" % self.format\nelse:\n- patternPSNR = \"PSNR \\\\(RGB normalized to peak\\\\): ([0-9.]*) dB\"\n+ patter...
C
Apache License 2.0
arm-software/astc-encoder
Change HDR tests to use mPSNR
61,745
09.01.2020 23:18:18
0
137e498625e0292f7e7a3643f36d0d96b8eb3fab
Add sRGB tests to the test suite
[ { "change_type": "RENAME", "old_path": "Test/Images/LDR-RGB/ldr-rgb-00-micro.png", "new_path": "Test/Images/LDR-RGB/ldr-rgb-00-xmicro.png", "diff": "" }, { "change_type": "RENAME", "old_path": "Test/Images/LDR-RGB/ldr-rgb-00-mini.png", "new_path": "Test/Images/LDR-RGB/ldr-rgb-00-xmin...
C
Apache License 2.0
arm-software/astc-encoder
Add sRGB tests to the test suite
61,745
10.01.2020 00:14:10
0
4d6edfe748bed8bd7f2f434267a72a83df0f638d
[IQ change]: Only do single iteration in realign_weights
[ { "change_type": "MODIFY", "old_path": "Source/astc_codec_internals.h", "new_path": "Source/astc_codec_internals.h", "diff": "@@ -299,22 +299,40 @@ enum quantization_method\nQUANT_256 = 20\n};\n-/*\n- In ASTC, we support relatively many combinations of weight precisions and weight transfer functions...
C
Apache License 2.0
arm-software/astc-encoder
[IQ change]: Only do single iteration in realign_weights
61,745
10.01.2020 00:29:20
0
896b1f5ae94828d983881cb3b799631329df1b37
[IQ change] Halve angular_steppings density This change reduces the number of angular steppings used for testing weight quantization levels, which is one of the most significant processing costs in the codec. This reduces image quality by ~0.01 dB, and improves performance by ~10%.
[ { "change_type": "MODIFY", "old_path": "Source/astc_weight_align.cpp", "new_path": "Source/astc_weight_align.cpp", "diff": "#include <stdio.h>\n-static const float angular_steppings[] = {\n- 1.0, 1.125, 1.25, 1.375, 1.5, 1.625, 1.75, 1.875,\n-\n- 2.0, 2.25, 2.5, 2.75,\n- 3.0, 3.25, 3.5, 3.75,\n- 4.0...
C
Apache License 2.0
arm-software/astc-encoder
[IQ change] Halve angular_steppings density This change reduces the number of angular steppings used for testing weight quantization levels, which is one of the most significant processing costs in the codec. This reduces image quality by ~0.01 dB, and improves performance by ~10%.
61,745
11.01.2020 20:16:31
0
1fec277ba517d1b1372211121ee6938274de138b
Update VS2017 project, fix VS build warnings
[ { "change_type": "MODIFY", "old_path": "Source/VS2017/astcenc.vcxproj", "new_path": "Source/VS2017/astcenc.vcxproj", "diff": "<ClCompile Include=\"..\\astc_compute_variance.cpp\" />\n<ClCompile Include=\"..\\astc_decompress_symbolic.cpp\" />\n<ClCompile Include=\"..\\astc_encoding_choice_error.cpp\"...
C
Apache License 2.0
arm-software/astc-encoder
Update VS2017 project, fix VS build warnings
61,745
11.01.2020 21:38:51
0
6b867709dea222cfbf60773f58e483152266d819
Move bsd off the stack to fit into 1MB stack limit on VS
[ { "change_type": "MODIFY", "old_path": "Source/astc_compute_variance.cpp", "new_path": "Source/astc_compute_variance.cpp", "diff": "@@ -102,7 +102,7 @@ static void brent_kung_prefix_sum(\nsize_t iters = items >> log2_stride;\nfloat4 *da = d + (start * stride);\n- size_t ofs = -(step * stride);\n+ pt...
C
Apache License 2.0
arm-software/astc-encoder
Move bsd off the stack to fit into 1MB stack limit on VS
61,745
11.01.2020 23:23:35
0
f9f95dc9c4813d1747044d191195ead390aa0393
Refactor compute_lowest_and_highest_weight Algorithm is unchanged, but keeps a running tracker rather than scatter array writes, which will make it easier to vectorize in future. Some computation from the calling function is also merged into this, as it's easy to compute and mostly stateless.
[ { "change_type": "MODIFY", "old_path": "Source/astc_codec_internals.h", "new_path": "Source/astc_codec_internals.h", "diff": "#ifndef ASTC_CODEC_INTERNALS_INCLUDED\n#define ASTC_CODEC_INTERNALS_INCLUDED\n+#include <cstddef>\n#include <cstdint>\n#include <cstdio>\n#include <cstdlib>\n" }, { "...
C
Apache License 2.0
arm-software/astc-encoder
Refactor compute_lowest_and_highest_weight Algorithm is unchanged, but keeps a running tracker rather than scatter array writes, which will make it easier to vectorize in future. Some computation from the calling function is also merged into this, as it's easy to compute and mostly stateless.
61,745
12.01.2020 01:00:14
0
fa9f97ff3a5a3e9ba6a9f498cc357938b6dfda80
[IQ change] Remove decimated weight grid refinement Removing this pass costs around 0.01dB, but saves about 15% of runtime.
[ { "change_type": "MODIFY", "old_path": "Source/astc_codec_internals.h", "new_path": "Source/astc_codec_internals.h", "diff": "@@ -317,6 +317,9 @@ enum quantization_method\nstruct quantization_and_transfer_table\n{\nquantization_method method;\n+ uint8_t unquantized_value_unsc[33]; // unquantized val...
C
Apache License 2.0
arm-software/astc-encoder
[IQ change] Remove decimated weight grid refinement Removing this pass costs around 0.01dB, but saves about 15% of runtime.
61,745
12.01.2020 17:26:56
0
1311aa8ea9b5c4a6c8b79fa70218f590c85e6a73
Add support for native popcnt if available Builds default to SSE2 support; users must specify VEC=sse4.2 to enable SSE4.2 and popcnt instrinsics
[ { "change_type": "MODIFY", "old_path": "Source/Makefile", "new_path": "Source/Makefile", "diff": "# from Arm Limited.\n# ----------------------------------------------------------------------------\n+# Configure the vectorization intrinsics support; valid values are:\n+#\n+# * nointrin - allow use o...
C
Apache License 2.0
arm-software/astc-encoder
Add support for native popcnt if available Builds default to SSE2 support; users must specify VEC=sse4.2 to enable SSE4.2 and popcnt instrinsics