https://github.com/philsquared/Catch
Revision e1307016f05dac81f46b202576fc10bab795f29f authored by JoeyGrajciar on 13 October 2018, 17:29:53 UTC, committed by Martin Hořeňovský on 13 October 2018, 17:29:53 UTC
* Session::applyCommandLine overload on wchar_t

This allows users on Windows to use Catch::Session::applyCommandLine
with wchar_t * arguments of application.

With this change Session::run became templated so both char and wchar_t
version have the same implementation.
1 parent 6b9ca08
History
Tip revision: e1307016f05dac81f46b202576fc10bab795f29f authored by JoeyGrajciar on 13 October 2018, 17:29:53 UTC
Session::applyCommandLine overload on wchar_t (#1401)
Tip revision: e130701
File Mode Size
.github
CMake
artwork
contrib
docs
examples
include
misc
projects
scripts
single_include
test_package
third_party
.gitattributes -rw-r--r-- 613 bytes
.gitignore -rw-r--r-- 478 bytes
.travis.yml -rw-r--r-- 7.5 KB
CMakeLists.txt -rw-r--r-- 5.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE.txt -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 2.2 KB
appveyor.yml -rw-r--r-- 2.5 KB
codecov.yml -rw-r--r-- 400 bytes
conanfile.py -rw-r--r-- 1008 bytes

README.md

back to top