You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release fixes some minor bugs that occured after the release of 2.1.0crp, adds some documentation and improves the interoperability with other projects and build systems.
9
+
We closed all issues documented in
10
+
[Milestone *2.2.0crp: Stabilizing the release*](https://github.com/ComputationalRadiationPhysics/mallocMC/issues?milestone=5&state=closed)
11
+
12
+
### Changes to mallocMC 2.1.0crp
13
+
14
+
**Features**
15
+
- the interface now provides the host function `HeapInfoVector getHeapLocations()` to obtain information about the location and size of existing mallocMC-heaps #86
16
+
17
+
**Bug fixes**
18
+
- the function `getAvailableSlots` was always required in the policy classes, although the implementations might not provide it #89
19
+
20
+
**Misc:**
21
+
- the code relied on `__TROW` being defined, which is not available in all compilers #91
22
+
- the CMake dependency increased to CMake >= 2.8.12.2 #92
23
+
- a new FindmallocMC.cmake module file is provided at https://github.com/ComputationalRadiationPhysics/cmake-modules#85
24
+
- See the full changes at https://github.com/ComputationalRadiationPhysics/mallocMC/compare/2.1.0crp...2.2.0crp
0 commit comments