summarylogtreecommitdiffstats
path: root/rapidcheck.changelog
diff options
context:
space:
mode:
authorGitlab CI Runner2020-03-06 14:21:05 +0000
committerGitlab CI Runner2020-03-06 14:21:05 +0000
commit9468b2a25e04640a0923611b92e7f2da155c2926 (patch)
tree01f3c3962633146aa72f65f0cfce8d756ac72809 /rapidcheck.changelog
parentab520924d96d36e3f4129a5fd65f439789578e1b (diff)
downloadaur-9468b2a25e04640a0923611b92e7f2da155c2926.tar.gz
Updated package to commit
Diffstat (limited to 'rapidcheck.changelog')
-rw-r--r--rapidcheck.changelog18
1 files changed, 17 insertions, 1 deletions
diff --git a/rapidcheck.changelog b/rapidcheck.changelog
index e1859a670b5a..3ea4047ee9a1 100644
--- a/rapidcheck.changelog
+++ b/rapidcheck.changelog
@@ -2,7 +2,7 @@ Changelog
=========
-r997.4df0260
+r1002.258d907
------------
Fix
@@ -17,6 +17,22 @@ Fix
Other
~~~~~
+- Merge pull request #233 from Cypher1/master. [emil-e]
+
+ Fix type error detected by GCC-9.1.0
+- Don't werror (temporary fix to ensure that builds succeed on GCC-9)
+ [Joshua Pratt]
+- Ignore build output. [Joshua Pratt]
+- Merge pull request #248 from arekfu/cmake-rtti. [emil-e]
+- CMake: use `target_compile_definitions()` for the `RC_USE_RTTI`
+ symbol. [Davide Mancusi]
+
+ The code that prints the type name lives in a header file, and therefore
+ it is separately included by each translation unit using Rapidcheck.
+ This commit make sure that any test suite linking with Rapidcheck will
+ use the same compile definitions. Otherwise, Rapidcheck will just print
+ `"[unknown type]"`, if the test suite has not been compiled with
+ `-DRC_USE_RTTI'`
- Merge pull request #241 from
hanst99/fix/missing_includes_and_signed_unsigned_comparison. [emil-e]