- Jul 06, 2021
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
tests: add libunwind suppresion
-
- Jul 05, 2021
-
-
Igor Chorążewicz authored
Memcheck reports an error in libunwind exception raising.
-
- Jul 02, 2021
-
-
Łukasz Stolarczuk authored
-
- Jul 01, 2021
-
-
Łukasz Stolarczuk authored
[stable-1.6] Ubsan fixes
-
Igor Chorążewicz authored
Origianl implementation resulted in the following array_iterator_noconv_0_test failure under UBSAN: "runtime error: applying non-zero offset 4 to null pointer"
-
- Jun 30, 2021
-
-
Igor Chorążewicz authored
Casting unaligned ptr_offset_magic address to pointers is undefined behavior for types which require alignemnt > 1. It results in following error under UBSAN for ptr_0_none test: "runtime error: upcast of misaligned address 0x0000deadbeef for type 'C', which requires 8 byte alignment" Also, add test for offset calculation for objects with different alignment requirements.
-
- Jun 29, 2021
-
-
Igor Chorążewicz authored
Merge back stable-1.5 to stable-1.6
-
- Jun 28, 2021
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
- Jun 21, 2021
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
- Nov 18, 2020
-
-
Igor Chorążewicz authored
add "rebuild" param to utils' script, to force dockers rebuilding
-
- Oct 08, 2020
-
-
Łukasz Stolarczuk authored
it makes more sense to rebuild dockers all the time on stable branches, because we don't have to count on DockerHub's policy to keep our docker images on their servers.
-
- Sep 18, 2020
-
-
Igor Chorążewicz authored
docker: make build- and push-image scripts more verbose
-
Igor Chorążewicz authored
Merge stable-1.5 into stable-1.6
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
otherwise it will still use found (most likely, newer) clang-format.
-
- Sep 11, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Update doxygen settings
-
Igor Chorążewicz authored
bump docker images versions
-
- Sep 10, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
and set clang-format to fixed version (6.0).
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
fixes #854
-
Łukasz Stolarczuk authored
-
- Apr 16, 2020
-
-
Igor Chorążewicz authored
Merge stable 1.5 into stable 1.6
-
- Apr 10, 2020
-
-
Igor Chorążewicz authored
-
- Mar 30, 2020
-
-
Szymon Romik authored
contigous_iterator: make operator[] take signed integral instead
-
- Mar 27, 2020
-
-
Igor Chorążewicz authored
of unsigned. The reason is that Windows cannot decide for a call like this: `it[0] = 10` whether to use: * operator[](unsigned) -- one conversion from signed to unsigned * operator T*() and then build in operator[](signed) -- one conversion
-
- Feb 27, 2020
-
-
Igor Chorążewicz authored
Merge stable-1.5 into stable-1.6
-
- Feb 26, 2020
-
-
Igor Chorążewicz authored
fix dir creation in auto docs update
-
- Feb 25, 2020
-
-
Łukasz Stolarczuk authored
-
Igor Chorążewicz authored
doc: enable auto gh-pages generation in docker script
-
- Feb 10, 2020
-
-
Łukasz Stolarczuk authored
-
- Jan 31, 2020
-
-
Igor Chorążewicz authored
Create separate Docker images for stable-1.6 branch
-
- Jan 30, 2020
-
-
Lukasz Dorau authored
-