aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/stubs/io_win32.cc
Commit message (Collapse)AuthorAgeFilesLines
* Integrated internal changes from GoogleAdam Cozzette2018-03-131-4/+4
|
* Merge remote-tracking branch 'origin/3.5.x' into masterJisi Liu2018-01-031-1/+1
|\
| * remove nullptrJisi Liu2018-01-021-1/+1
| |
* | Merge remote-tracking branch 'origin/3.5.x' into masterJisi Liu2018-01-031-58/+109
|\|
| * io_win32: add more encoding-related testsLaszlo Csomor2017-12-071-5/+13
| |
| * io_win32: support non-ASCII pathsLaszlo Csomor2017-12-071-57/+100
| | | | | | | | Fixes https://github.com/google/protobuf/issues/3951
* | use const char* instead of const std::string& in normalize()Jeffrey Quesnelle2017-12-071-5/+5
| |
* | fix undefined behavior in C++03Jeffrey Quesnelle2017-12-071-4/+5
|/
* Support win32 long path for cross compiled buildJisi Liu2017-11-101-2/+2
|
* Remove ranged based for in io_win32.ccJisi Liu2017-09-271-2/+2
|
* Fix compile errorsJisi Liu2017-08-211-3/+3
|
* Remove C++11 features in io_win32.ccJisi Liu2017-08-211-15/+15
| | | | | - Use scoped_array instead of unique_ptr. - Do not use string::front() and string::back()
* Fix commentsJisi Liu2017-08-111-1/+0
|
* Make win32_io only for MSVCJisi Liu2017-08-111-4/+2
| | | | | This excludes cygwin and mingw from using the self implemented functions.
* Fix the declaration order in ming32Jisi Liu2017-08-111-5/+5
|
* Fixing io_win32 for MinGW32Jisi Liu2017-08-111-0/+3
|
* Merge from masterJisi Liu2017-07-251-0/+362