Results 36 comments of Gelldur

Travis seems to support Windows now: https://docs.travis-ci.com/user/reference/windows/

Thanks I will look into this in near future. Of course PR are welcome :)

#24 pull request is done :) Thx a lot! Need to improve: - [Nice to have] Format CMakeLists.txt via Clion (need to publish some autoformater / Clion formater?) - [Must...

My format of cmake isn't so important. As you can see there is already `.clang-format` so simply I want everything to be autoformated. - `lib/cmake` sounds ok! Thanks - `ENABLE_CPACK`...

Thanks! It looks great :) I will try it out & merge on the evening :+1:

Need to update: - EventBusDev to EventBus (different target ?) - `"RPM;DEB;TGZ"` should be passed by variable ? E.g. on my system I don't have `rpmbuild` - Update README about...

I didn't thought about distribution this small lib but why not to try & learn something new :)

I think issue is generally solved but I will leave it for some time to think about Travis upload or other package distribution. (Maybe add as AUR ?)

Yeah you are right `enable_cpack` should be renamed, but passing what to build to function looks ok for me. Of course I would like add this support to travis but...

On my fork i'm moving code to safer memory tools (C++11) https://github.com/gelldur/socket.io-poco/tree/cpp11