aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/stubs/io_win32.cc
Commit message (Expand)AuthorAgeFilesLines
* 4593 Replace all occurrences of "NULL" to nullptr in src/google/protobug/stubsDhruv2018-08-071-9/+9
* 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
* | 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
* Fix commentsJisi Liu2017-08-111-1/+0
* Make win32_io only for MSVCJisi Liu2017-08-111-4/+2
* 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