This website requires JavaScript.
Explore
Help
Sign In
Peerplays_Blockchain
/
peerplays-fc
Watch
1
Star
0
Fork
You've already forked peerplays-fc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
d963c6482a
peerplays-fc
/
src
/
interprocess
History
Eric Frias
4e83427df0
Improvements for handling unicode filenames on Windows. When converting fc::path to/from fc::variant, use utf8 encoding. Replace several places where we use a std::ifstream and open it with a char* filename with a boost::filesystem::ifstream and open it with a boost::filesystem::path, which does unicode correctly.
2014-10-09 16:21:52 -04:00
..
file_mapping.cpp
Improvements for handling unicode filenames on Windows. When converting fc::path to/from fc::variant, use utf8 encoding. Replace several places where we use a std::ifstream and open it with a char* filename with a boost::filesystem::ifstream and open it with a boost::filesystem::path, which does unicode correctly.
2014-10-09 16:21:52 -04:00
mmap_struct.cpp
Add missing includes for VC12
2014-04-07 16:46:27 -04:00
process.cpp
Fix a crash in fc::process when not capturing all three stdin/out/err
2014-09-18 11:17:41 -04:00
signals.cpp
adding missing files
2013-11-24 13:00:21 -05:00