martinmoene / lest

A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)
Boost Software License 1.0
390 stars 45 forks source link

Configure for std::wstring support #46

Closed lucckb closed 7 years ago

lucckb commented 7 years ago

Some embedded platforms have lack of std::wstring support Added configuration options to disable std::wstring funcs

martinmoene commented 7 years ago

@lucckb Just curiou: what platform are you using lest for?

lucckb commented 7 years ago

Hi Martin I working on a Tiny RTOS for ARM Cortex-M based devices called ISIX-RTOS. https://boff.pl/cgit/public/isixrtos/ Currently for unit test I using stm32f407 microcontroller with 512kb of Flash memory and 196kB of RAM. I also using customized bare metal gcc optimized for limited space of flash and ram memory where libstlibc++ is compiled without locales and wstring support.

Best regards Lucjan

-------- Oryginalna wiadomość --------Od: Martin Moene notifications@github.com Data: 22.06.2017 07:41 (GMT+01:00) Do: martinmoene/lest lest@noreply.github.com DW: Lucjan Bryndza l@boff.pl, Mention mention@noreply.github.com Temat: Re: [martinmoene/lest] Configure for std::wstring support (#46) @lucckb Just curiou: what platform are you using lest for?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/martinmoene/lest","title":"martinmoene/lest","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/martinmoene/lest"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinmoene in #46: @lucckb Just curiou: what platform are you using lest for?"}],"action":{"name":"View Pull Request","url":"https://github.com/martinmoene/lest/pull/46#issuecomment-310281143"}}}

martinmoene commented 7 years ago

Thanks!