aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/io_win32.h
Commit message (Collapse)AuthorAge
* io_win32: add more encoding-related testsGravatar Laszlo Csomor2017-12-07
|
* io_win32: support non-ASCII pathsGravatar Laszlo Csomor2017-12-07
| | | | Fixes https://github.com/google/protobuf/issues/3951
* Support win32 long path for cross compiled buildGravatar Jisi Liu2017-11-10
|
* Fix commentsGravatar Jisi Liu2017-08-11
|
* Fix mkdirGravatar Jisi Liu2017-08-11
|
* Make win32_io only for MSVCGravatar Jisi Liu2017-08-11
| | | | | This excludes cygwin and mingw from using the self implemented functions.
* Adding the missing headerGravatar Jisi Liu2017-08-01
|
* Export functions in io_win32.h in win DLL buildGravatar Jisi Liu2017-08-01
| | | | | Previous code duplicates io_win32.cc in sources of all the libraries that include io_win32.h header.
* Merge from masterGravatar Jisi Liu2017-07-25