Berkus Decker
Berkus Decker
* Use IWYU - makes better code * Put only system headers in the pch * cotire had problems with pch when using sub-directories targets, investigate if using only system...
Hi, if you are novice with ASIO I recommend going through Boost.Asio examples and working with that library in particular. `dir_monitor` is a simple enough user of the existing ASIO...
Adding some good examples is always good - I'll happily accept documentation PRs.
I didn't invent this - this was done by Boris long time ago, I guess he was aiming to make it part of asio eventually (but why?). Any suggestions what...
Hmm, I'm pretty sure you can just stop monitoring the directories and it should not add any work if it's not doing anything. I need to refresh my memory though,...
Does it mean that `helper::to_utf8` is working incorrectly? The transformation should be reversible.
Of course in case of modern Windows there shouldn't be any problem in using just std::wstring, as that's the primary string type (althought it's UTF-16 not plain UCS-2).
Merged this to `develop`, keeping open for discussion though.
So the previously invalid name is now handled properly by our utf16 conversion?
Sorry guys, I was busy for a while but will get back and review the PRs. Is there anything changed here or the code seems good to go to you?