Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoronqtam <vik.kirilov@gmail.com>2018-08-23 16:17:40 +0300
committeronqtam <vik.kirilov@gmail.com>2018-08-23 16:17:40 +0300
commitbba24e8202fa9f57eef19b69883805392ddbabd6 (patch)
tree7c3dcf962028c1181cc8999c0f0d8800381f8c7e
parentc734f304aca269b84ac5956d4af4a7a5550dbb97 (diff)
changelog for version 2.0.02.0.0
-rw-r--r--CHANGELOG.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 941de61c..94207b9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Change Log
+## [2.0.0](https://github.com/onqtam/doctest/tree/2.0.0) (2018-08-23)
+[Full Changelog](https://github.com/onqtam/doctest/compare/1.2.9...2.0.0)
+
+**Closed issues:**
+
+- MSVC 2017 15.8.1, New Warnings as Errors [\#144](https://github.com/onqtam/doctest/issues/144)
+- Windows clang-cl Wdeprecated-declarations warnings [\#143](https://github.com/onqtam/doctest/issues/143)
+- wide character wchar\_t support? [\#142](https://github.com/onqtam/doctest/issues/142)
+- Logo Proposal for Doctest [\#141](https://github.com/onqtam/doctest/issues/141)
+- PCH Support [\#140](https://github.com/onqtam/doctest/issues/140)
+- improve compile times even further [\#139](https://github.com/onqtam/doctest/issues/139)
+- !!! BREAKING CHANGE !!! - Move to C++11 for next version of the library [\#137](https://github.com/onqtam/doctest/issues/137)
+- getCurrentTicks producing warning on MinGW [\#133](https://github.com/onqtam/doctest/issues/133)
+- \[enhancement\] Add support for "stand-alone assertions". [\#114](https://github.com/onqtam/doctest/issues/114)
+
+**Merged pull requests:**
+
+- Suppress compiler warning on MinGW [\#134](https://github.com/onqtam/doctest/pull/134) ([AMS21](https://github.com/AMS21))
+
## [1.2.9](https://github.com/onqtam/doctest/tree/1.2.9) (2018-05-10)
[Full Changelog](https://github.com/onqtam/doctest/compare/1.2.8...1.2.9)
@@ -12,7 +31,6 @@
- Doctest is not able to compile on OSX [\#126](https://github.com/onqtam/doctest/issues/126)
- scan-build report "Dereference of null pointer" for function wildcmp [\#124](https://github.com/onqtam/doctest/issues/124)
- !!! BREAKING CHANGE \(console output only\) !!! - Emulate the error/warning format emitted by native compiler gcc/clang/msvc when printing test failures in the log [\#123](https://github.com/onqtam/doctest/issues/123)
-- Add default printers for enums [\#121](https://github.com/onqtam/doctest/issues/121)
- ARM builds: FTBFS on armhf - error: cast from 'const char\*' to 'const [\#118](https://github.com/onqtam/doctest/issues/118)
**Merged pull requests:**
@@ -134,7 +152,7 @@
- \[question\] Is there a way to always have 0 as the exit code regardless of test results? [\#59](https://github.com/onqtam/doctest/issues/59)
- Add support for un-parenthesized expressions containing commas in asserts [\#58](https://github.com/onqtam/doctest/issues/58)
- Add ability to filter subcases with filters [\#57](https://github.com/onqtam/doctest/issues/57)
-- Add option to query if code is being ran inside of a test - doctest::isRunningInTest\(\) [\#56](https://github.com/onqtam/doctest/issues/56)
+- Add option to query if code is being ran inside of a test - doctest::is\_running\_in\_test [\#56](https://github.com/onqtam/doctest/issues/56)
- Ability for a binary \(executable / shared object\) to use the test runner implementation of another binary - with exported symbols - so tests end up in a single registry [\#55](https://github.com/onqtam/doctest/issues/55)
- How to force the use of colors in the terminal? [\#54](https://github.com/onqtam/doctest/issues/54)
- How can I mix production code with the Unit Tests? [\#53](https://github.com/onqtam/doctest/issues/53)