bumped versions of Git submodules #1 #3

Member

[cmake/jsc]
236bd41 provided CMake utility module facilitating installation of CMake targets
7fdfec1 prefixed functions with 'jsc_' to avoid conflicts with other CMake libs
8810bc2 added support for Intel oneAPI DPC++/C++ Compiler
f77192b added support for macOS and iOS platforms

[jsc]
a7f1eba updated CMake build system to use the latest JSC CMake Library
7b39bda implemented jsc::atomic_wait() performing an atomic waiting operation
0200249 provided function object jsc::invoke
719d92c defined jsc::forward_as<> concept constraining forwarding references
095ea65 renamed utilities.hpp to as_const.hpp
2bb9761 implemented jsc::spin_mutex using std::atomic_flag
2414de6 implemented jsc::event_counter thread-coordination mechanism
a0a8695 added jsc::member_func_args<> deducing list of arg types for member func
3822891 added jsc::front<> extracting the first type from a type list
2b1b46f implemented jsc::exp8_minus1() computing 8^(n) - 1
d906b83 allowed jsc::exp2_minus1() callers to specify n_max
5096f65 implemented jsc::constant<> representing a compile-time constant
592fb41 fixed wrong #include in tests for jsc::width_of<>

[fmsolvr]
8f5bdbd [WIP] fmsolvr: updated CMake build system to use the latest JSC CMake
a7b32f6 [WIP] fmsolvr: added UnpackedBoxID::ancestor() and refactored BoxID classes
fe28c4b [WIP] fmsolvr: removed the FMMHandle::tree_partition_type
7a2b793 [WIP] eventify: removed redundant header file 'EventDispatcher/callback.hpp'
df78cb6 [WIP] eventify: enabled tasks to take input data of any type
7dcef31 [WIP] fmsolvr: limited BoxID parameterization to only unsigned_integral types
ef55398 [WIP] fmsolvr: renamed BoxID4D to UnpackedBoxID
3d3f414 [WIP] fmsolvr: adjusted indentation
9c68f9f [WIP] fmsolvr: replaced nested loops iterating over (i,j,k) with a single for loop
98b80a5 [WIP] fmsolvr: provided packed representation of a BoxID
a6246b8 [WIP] fmsolvr: removed the BoxID4D::signed_dimension_type
2fb5fc6 [WIP] fmsolvr: refactored the BoxID4D class and removed BoxID4D::max_depth()
1816308 [WIP] fmsolvr: removed BoxID base class trying to emulate a concept
6b16b61 [WIP] fmsolvr: added structured bindings support and refactored IJK data structure

[cmake/jsc] 236bd41 provided CMake utility module facilitating installation of CMake targets 7fdfec1 prefixed functions with 'jsc_' to avoid conflicts with other CMake libs 8810bc2 added support for Intel oneAPI DPC++/C++ Compiler f77192b added support for macOS and iOS platforms [jsc] a7f1eba updated CMake build system to use the latest JSC CMake Library 7b39bda implemented jsc::atomic_wait() performing an atomic waiting operation 0200249 provided function object jsc::invoke 719d92c defined jsc::forward_as<> concept constraining forwarding references 095ea65 renamed utilities.hpp to as_const.hpp 2bb9761 implemented jsc::spin_mutex using std::atomic_flag 2414de6 implemented jsc::event_counter thread-coordination mechanism a0a8695 added jsc::member_func_args<> deducing list of arg types for member func 3822891 added jsc::front<> extracting the first type from a type list 2b1b46f implemented jsc::exp8_minus1() computing 8^(n) - 1 d906b83 allowed jsc::exp2_minus1() callers to specify n_max 5096f65 implemented jsc::constant<> representing a compile-time constant 592fb41 fixed wrong #include in tests for jsc::width_of<> [fmsolvr] 8f5bdbd [WIP] fmsolvr: updated CMake build system to use the latest JSC CMake a7b32f6 [WIP] fmsolvr: added UnpackedBoxID::ancestor() and refactored BoxID classes fe28c4b [WIP] fmsolvr: removed the FMMHandle::tree_partition_type 7a2b793 [WIP] eventify: removed redundant header file 'EventDispatcher/callback.hpp' df78cb6 [WIP] eventify: enabled tasks to take input data of any type 7dcef31 [WIP] fmsolvr: limited BoxID parameterization to only unsigned_integral types ef55398 [WIP] fmsolvr: renamed BoxID4D to UnpackedBoxID 3d3f414 [WIP] fmsolvr: adjusted indentation 9c68f9f [WIP] fmsolvr: replaced nested loops iterating over (i,j,k) with a single for loop 98b80a5 [WIP] fmsolvr: provided packed representation of a BoxID a6246b8 [WIP] fmsolvr: removed the BoxID4D::signed_dimension_type 2fb5fc6 [WIP] fmsolvr: refactored the BoxID4D class and removed BoxID4D::max_depth() 1816308 [WIP] fmsolvr: removed BoxID base class trying to emulate a concept 6b16b61 [WIP] fmsolvr: added structured bindings support and refactored IJK data structure
[cmake/jsc]
236bd41 provided CMake utility module facilitating installation of CMake targets
7fdfec1 prefixed functions with 'jsc_' to avoid conflicts with other CMake libs
8810bc2 added support for Intel oneAPI DPC++/C++ Compiler
f77192b added support for macOS and iOS platforms

[jsc]
a7f1eba updated CMake build system to use the latest JSC CMake Library
7b39bda implemented jsc::atomic_wait() performing an atomic waiting operation
0200249 provided function object jsc::invoke
719d92c defined jsc::forward_as<> concept constraining forwarding references
095ea65 renamed utilities.hpp to as_const.hpp
2bb9761 implemented jsc::spin_mutex using std::atomic_flag
2414de6 implemented jsc::event_counter thread-coordination mechanism
a0a8695 added jsc::member_func_args<> deducing list of arg types for member func
3822891 added jsc::front<> extracting the first type from a type list
2b1b46f implemented jsc::exp8_minus1() computing 8^(n) - 1
d906b83 allowed jsc::exp2_minus1() callers to specify n_max
5096f65 implemented jsc::constant<> representing a compile-time constant
592fb41 fixed wrong #include in tests for jsc::width_of<>

[fmsolvr]
8f5bdbd [WIP] fmsolvr: updated CMake build system to use the latest JSC CMake
a7b32f6 [WIP] fmsolvr: added UnpackedBoxID::ancestor() and refactored BoxID classes
fe28c4b [WIP] fmsolvr: removed the FMMHandle::tree_partition_type
7a2b793 [WIP] eventify: removed redundant header file 'EventDispatcher/callback.hpp'
df78cb6 [WIP] eventify: enabled tasks to take input data of any type
7dcef31 [WIP] fmsolvr: limited BoxID parameterization to only unsigned_integral types
ef55398 [WIP] fmsolvr: renamed BoxID4D to UnpackedBoxID
3d3f414 [WIP] fmsolvr: adjusted indentation
9c68f9f [WIP] fmsolvr: replaced nested loops iterating over (i,j,k) with a single for loop
98b80a5 [WIP] fmsolvr: provided packed representation of a BoxID
a6246b8 [WIP] fmsolvr: removed the BoxID4D::signed_dimension_type
2fb5fc6 [WIP] fmsolvr: refactored the BoxID4D class and removed BoxID4D::max_depth()
1816308 [WIP] fmsolvr: removed BoxID base class trying to emulate a concept
6b16b61 [WIP] fmsolvr: added structured bindings support and refactored IJK data structure
i.kabadshow merged commit 26c4f31422 into WIP/parallelization/intra-node/lgpl21+minimize 2024-01-18 20:26:13 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ATML-CAP/FMM#3
No description provided.