Commit Graph

  • fcd25e7821 Accepting request 1151768 from devel:libraries:c_c++ factory Ana Guerrero 2024-02-26 18:49:18 +00:00
  • 152e45597a Accepting request 1149794 from home:pgajdos:m Michael Matz 2024-02-26 14:28:38 +00:00
  • f78932ff86 Accepting request 1035882 from devel:libraries:c_c++ Dominique Leuenberger 2022-11-16 14:43:14 +00:00
  • 0034446c5f Accepting request 1035103 from home:amanzini:branches:devel:libraries:c_c++ Marcus Meissner 2022-11-15 15:30:45 +00:00
  • 85e31687fe Accepting request 984698 from devel:libraries:c_c++ Dominique Leuenberger 2022-06-23 10:49:32 +00:00
  • 12a37d66c8 Accepting request 984695 from home:matz2:branches:devel:libraries:c_c++ Michael Matz 2022-06-23 10:11:37 +00:00
  • 05a4756dab Accepting request 942068 from devel:libraries:c_c++ Dominique Leuenberger 2021-12-22 19:17:51 +00:00
  • 911eed2e57 Accepting request 940652 from home:aginies:branches:devel:libraries:c_c++ Adam Majer 2021-12-17 13:02:00 +00:00
  • d9995857f7 Accepting request 924219 from devel:libraries:c_c++ Dominique Leuenberger 2021-10-11 13:31:14 +00:00
  • a7070f54e7 Accepting request 924218 from home:aginies:branches:devel:libraries:c_c++ Michael Matz 2021-10-08 13:08:56 +00:00
  • d04ed74714 Accepting request 922419 from home:aginies:branches:openSUSE:Factory Michael Matz 2021-10-04 12:20:25 +00:00
  • 381dfed2c4 Accepting request 866616 from devel:libraries:c_c++ Dominique Leuenberger 2021-01-25 17:25:09 +00:00
  • 7f3be8b1b5 Accepting request 866517 from home:Guillaume_G:branches:devel:libraries:c_c++ Michael Matz 2021-01-25 14:18:27 +00:00
  • b62fa5ce78 Accepting request 855759 from devel:libraries:c_c++ Dominique Leuenberger 2020-12-14 17:10:26 +00:00
  • d121fb6d98 Accepting request 855640 from home:jgwang:branches:devel:libraries:c_c++ Michael Matz 2020-12-14 13:38:02 +00:00
  • 520965cbd1 Accepting request 841930 from devel:libraries:c_c++ Dominique Leuenberger 2020-10-16 14:14:03 +00:00
  • c722491696 Accepting request 841903 from home:cvoegl:pmem Michael Matz 2020-10-15 13:04:05 +00:00
  • e97ffe90d2 Accepting request 828259 from devel:libraries:c_c++ Dominique Leuenberger 2020-08-20 20:34:38 +00:00
  • 26914ae466 Accepting request 827546 from home:NMoreyChaisemartin:branches:devel:libraries:c_c++ Marcus Meissner 2020-08-20 15:56:02 +00:00
  • 1cf5484b2e Accepting request 757563 from devel:libraries:c_c++ Dominique Leuenberger 2019-12-17 15:54:40 +00:00
  • bf1cf61d60 Also mention the Jira Epic numbers. - Update memkind to version 1.9.0 (jsc#SLE-8598 aka jsc#SLE-8515, jsc#SLE-10102 aka jsc#SLE-7950) Michael Matz 2019-12-17 14:23:35 +00:00
  • a7cdfdfe56 Accepting request 755604 from devel:libraries:c_c++ Dominique Leuenberger 2019-12-10 21:45:59 +00:00
  • d061e10b61 - Rebase memkind-fix-build.diff . Michael Matz 2019-12-10 14:56:04 +00:00
  • 971562b0cd - Update memkind to version 1.9.0 (jsc#SLE-8598, jsc#SLE-10102) with these changes since 1.8.0: * Provided a second function to create PMEM kind memkind_create_pmem_with_config() * Provided the memkind_detect_kind() function to recognize a kind from memory allocation * Provided memkind_config_set_memory_usage_policy() function that modifies the default memory usage policy behavior * Provided the ability to pass a NULL kind to memkind_malloc_usable_size() and memkind_realloc() * Unified the memkind_realloc() behavior for all kinds * Added the support for the pool_msize() function to TBB * Extended build arch to ppc64, ppc64le, s390x * Removed disable-stats from used jemalloc * Fixed compilation under the Clang and rpm build configuration * Provided support for Dockerfile - Also includes these changes since 1.7.0: * Fixed error with realloc/free method with passing thread-specific cache flag * Fixed error with memkind_create_pmem(), if other PMEM kind was destroyed before * Fixed error with zeroing large allocations in PMEM kind * Added support to create kind without maximum size limit of PMEM kind (max_size=0) * Extended memkind API with memkind_malloc_usable_size() * Removed EXPERIMENTAL from most methods in memkind API * Added MEMKIND_ERROR_ARENAS_CREATE code * Added C++ allocator for PMEM kind * Extended PMEM examples * Fixed integration with Travis CI Michael Matz 2019-12-10 14:45:43 +00:00
  • 630edd3bb2 Accepting request 542702 from devel:libraries:c_c++ Dominique Leuenberger 2017-11-17 23:22:27 +00:00
  • 4d0d84c8cf Use tarball from github. Michael Matz 2017-11-17 16:56:25 +00:00
  • c5d065c0bb Mention fate number - Update memkind to version 1.6.0 (fate #321932): Michael Matz 2017-11-17 15:23:25 +00:00
  • baffb4c487 Whoops, forgot to readd after removal of this patch. Michael Matz 2017-11-17 15:10:01 +00:00
  • 213f820ab8 - Update memkind to version 1.6.0: * Deprecated some functions: memkind_create(), memkind_ops, memkind_finalize(), memkind_get_num_kind(), memkind_get_kind_by_partition(), memkind_get_kind_by_name(), memkind_partition_mmap(), memkind_get_size(). * Introduced hbw_verify_memory_region() for checking HBWness * Added memkind_create_kind(), memkind_destroy_kind(). * Updated internal jemalloc to 4.3.1 * Add envvar MEMKIND_HOG_MEMORY preventing memkind from releasing memory to OS. * Deprecated support for gigabyte-pages * Deprecated the headers from memkind/internal * Allocation time optimizations with up to 20% improvement * Introduced logging mechanism * Cleanup of symbols exposed by libmemkind.so * Introduced policy HBW_POLICY_BIND_ALL and MEMKIND_HBW_ALL, MEMKIND_HBW_ALL_HUGETLB and MEMKIND_REGULAR kinds - Removed gtest-1.7.0.zip (tests now included fused gtest sources) - Adjust patch memkind-fix-build.diff Michael Matz 2017-11-17 15:05:23 +00:00
  • 97cb75c5c6 Accepting request 423676 from devel:libraries:c_c++ Dominique Leuenberger 2016-09-01 12:02:40 +00:00
  • a74350ab2f Format spec file Ismail Dönmez 2016-07-26 09:17:22 +00:00
  • f3537a84f6 Accepting request 415210 from home:jengelh:branches:devel:libraries:c_c++ Ismail Dönmez 2016-07-26 09:16:23 +00:00
  • 018a6a3e45 - Replace memkind-1.1.0.tar.bz2 with memkind-1.1.0.tar.gz; github only supports tar.gz downloads. - Use --disable-static instead of deleting the static library afterwards. Michael Matz 2016-07-22 14:54:01 +00:00
  • fc532e0a08 Accepting request 412813 from home:matz2:Factory Michael Matz 2016-07-22 13:56:24 +00:00