bumped versions of Git submodules #1 #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "m.zych/FMM:WIP/parallelization/intra-node/lgpl21+minimize"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
[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