aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/io_win32.cc
Commit message (Collapse)AuthorAge
* Integrated internal changes from GoogleGravatar Adam Cozzette2018-03-13
|
* Merge remote-tracking branch 'origin/3.5.x' into masterGravatar Jisi Liu2018-01-03
|\
* \ Merge remote-tracking branch 'origin/3.5.x' into masterGravatar Jisi Liu2018-01-03
|\ \
| | * remove nullptrGravatar Jisi Liu2018-01-02
| |/
* | use const char* instead of const std::string& in normalize()Gravatar Jeffrey Quesnelle2017-12-07
| |
* | fix undefined behavior in C++03Gravatar Jeffrey Quesnelle2017-12-07
| |
| * 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
|
* Remove ranged based for in io_win32.ccGravatar Jisi Liu2017-09-27
|
* Fix compile errorsGravatar Jisi Liu2017-08-21
|
* Remove C++11 features in io_win32.ccGravatar Jisi Liu2017-08-21
| | | | | - Use scoped_array instead of unique_ptr. - Do not use string::front() and string::back()
* Fix commentsGravatar 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.
* Fix the declaration order in ming32Gravatar Jisi Liu2017-08-11
|
* Fixing io_win32 for MinGW32Gravatar Jisi Liu2017-08-11
|
* Merge from masterGravatar Jisi Liu2017-07-25