Skip to content

Commit 2a941ee

Browse files
MMoryMartin Mory
andauthored
bump v0323 (#607)
Co-authored-by: Martin Mory <linuxfan91@googlemail.com>
1 parent 30d1583 commit 2a941ee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

BreakingChanges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Breaking Changes
22

3-
## development HEAD
3+
## v0323
44

55
- `EdgeFunctionPtrType` is no longer a `std::shared_ptr`. Instead `EdgeFunction<l_t>` should be used directly. `EdgeFunction` is now a *value-type* that encapsulates its memory management by itself.
66
- Concrete `EdgeFunction` types no longer derive from any base-class. Instead they just need to implement the required API functions. `EdgeFunction` implementations should me move-constructible and can be implicitly cast to `EdgeFunction`. To verify that your type implements the edge function interface use the `IsEdgeFunction` type trait. The API functions have been changed as follows:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ PhASAR a LLVM-based Static Analysis Framework
66
[![C++ Standard](https://img.shields.io/badge/C++_Standard-C%2B%2B17-blue.svg?style=flat&logo=c%2B%2B)](https://isocpp.org/)
77
[![GitHub license](https://img.shields.io/badge/license-MIT-blueviolet.svg)](https://raw.githubusercontent.com/secure-software-engineering/phasar/master/LICENSE.txt)
88

9-
Version 1222
9+
Version 0323
1010

1111
Secure Software Engineering Group
1212
---------------------------------
1313

14-
+ Philipp Dominik Schubert (philipp.schubert@upb.de) and others
14+
+ Fabian Schiebel (fabian.schiebel@iem.fraunhofer.de), Martin Mory (martin.mory@upb.de), Philipp Dominik Schubert (philipp.schubert@upb.de) and others
1515
+ Please also refer to https://phasar.org/
1616

1717
Required version of the C++ standard

include/phasar/Config/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef PHASAR_CONFIG_VERSION_H
22
#define PHASAR_CONFIG_VERSION_H
33

4-
#define PHASAR_VERSION v1222
4+
#define PHASAR_VERSION v0323
55

66
#endif

0 commit comments

Comments
 (0)