ajneu
ajneu
Hi Alex, here is some initial work on getting embxx to compile with `clang-3.7` and `clang++-3.7`. Errors are removed, but there are still some warnings left, that one should investigate....
Clang
Placeholder issue for future: Support Clang. [ref](https://github.com/arobenko/embxx/pull/6#issuecomment-189599611) Regarding cmake: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html#cross-compiling-using-clang https://github.com/labapart/polymcu/blob/master/CMakeLists.txt
Thanks for this great class!! (It took me a while to realize that it does exactly what I wanted!) Please consider putting an example like this on the front-page: ```cpp...
Nice Library. This pullrequest adds the possibility to use `TICK_MEMBER_REQUIRES` (`_OC`); also for members that are defined outside of the class. Example. ``` cpp #include "tick/requires.h" #include "tick/builder.h" #include TICK_TRAIT(is_incrementable)...
Hi, this test was **forgotten and fails**: ``` cpp TEST_F(SoundexEncoding, ForgetMeNot) { ASSERT_THAT(soundex.encode("bahb"), Eq("B100")); } ``` https://www.wolframalpha.com/input/?i=Soundex+bahb It's not enough to just check the last character ([ref](https://github.com/jlangr/c2/blob/e517599ff515f7868ce2ad8152d4bee5543662d7/Soundex.h#L62)). Then there are...
Hi! The new repo of GoogleTest and GoogleMock is here: https://github.com/google/googletest Note that the structure is now `repo/googletest` `repo/googlemock` In particular, the following _does not exist anymore_ `repo/googletest/gtest` (So GoogleTest...