aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs
Commit message (Expand)AuthorAge
* OnShutdownDelete shadowing issueGravatar Ivan Shynkarenka2018-07-10
* Merge pull request #4882 from google/3.6.xGravatar Adam Cozzette2018-07-09
|\
| * Fix initialization with Visual StudioGravatar Adam Cozzette2018-07-06
* | Fix to allow a compilation under mips big endian with gccGravatar Charles Hardin2018-06-28
* | Removed forward declaration of MemBlock classGravatar Michal Matuszak2018-06-25
* | Merge pull request #4827 from acozzette/merge-3-6-xGravatar Adam Cozzette2018-06-25
|\ \
* \ \ Merge pull request #4824 from sschuberth/remove-exec-bitGravatar Feng Xiao2018-06-25
|\ \ \
* \ \ \ Merge pull request #4608 from khuzemap/masterGravatar Feng Xiao2018-06-25
|\ \ \ \
* \ \ \ \ Merge pull request #4172 from OskarKinomoto/masterGravatar Adam Cozzette2018-06-25
|\ \ \ \ \
| | | | * | Merge branch '3.6.x' into merge-3-6-xGravatar Adam Cozzette2018-06-25
| |_|_|/| | |/| | | |/
| | | * / Remove the executable bit from several source code filesGravatar Sebastian Schuberth2018-06-25
| |_|/ / |/| | |
* | | | Merge pull request #1261 from gjasny/disable-tls-for-osx-10.6Gravatar Adam Cozzette2018-06-20
|\ \ \ \
| | | * | Add "override" for overridden virtual functionsGravatar Khuzema Pithewan2018-06-19
* | | | | Added Clang thread-safety annotations in mutex.hGravatar Adam Cozzette2018-05-30
* | | | | re-write int128 long division to avoid license impact from stackoverflow refe...Gravatar NickFengIBM2018-05-17
| |_|/ / |/| | |
| | | * Update version number to 3.6.0Gravatar Jisi Liu2018-05-14
| |_|/ |/| |
* | | MinGW build failedGravatar Ivan Shynkarenka2018-05-02
* | | Removed atomicops.h since it is no longer usedGravatar Adam Cozzette2018-03-27
* | | Removed some unused C++ source filesGravatar Adam Cozzette2018-03-22
* | | Merge pull request #4387 from acozzette/down-integrateGravatar Adam Cozzette2018-03-20
|\ \ \
* \ \ \ Merge pull request #4371 from Rasrack/gnuc_minorGravatar Adam Cozzette2018-03-15
|\ \ \ \
* \ \ \ \ Merge pull request #4310 from KindDragon/patch-1Gravatar Feng Xiao2018-03-14
|\ \ \ \ \
| | | * | | Deleted scoped_ptr.hGravatar Adam Cozzette2018-03-14
| | | * | | Merge branch 'master' into down-integrateGravatar Adam Cozzette2018-03-13
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | * | | Integrated internal changes from GoogleGravatar Adam Cozzette2018-03-13
| | * | | | Fix spelling error of __GNUC_MINOR__Gravatar Adam Aili2018-03-10
| |/ / / / |/| | | |
* | | | | Merge pull request #4183 from pcc/win-libcxxGravatar Feng Xiao2018-02-26
|\ \ \ \ \ | |_|/ / / |/| | | |
| | * | | Support using MSVC intrinsics in Log2FloorNonZeroGravatar Arkady Shapkin2018-02-15
| |/ / / |/| | |
* | | | Remove use of GOOGLE_FALLTHROUGH_INTENDED from protobuf.Gravatar Nico Weber2018-02-07
* | | | Removed using statements from common.hGravatar Adam Cozzette2018-01-26
| * | | Add support for libc++ on Windows.Gravatar Peter Collingbourne2018-01-17
|/ / /
| | * Add guards against bswap_XX redefnitionsGravatar Oskar Świtalski2018-01-15
| |/ |/|
* | Merge pull request #4148 from datacompboy/patch-2Gravatar Adam Cozzette2018-01-08
|\ \
| * | Update time_test.ccGravatar Anton Fedorov2018-01-05
* | | Fix ValidateDateTime: check day instead monthGravatar Anton Fedorov2018-01-05
|/ /
* | 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
| |/ /
| * | Add support for Windows ARM64 buildGravatar Miradham Kamilov2017-12-20
| * | Update version number to 3.5.1Gravatar Jisi Liu2017-12-19
* | | Add support for Windows ARM64 buildGravatar Miradham Kamilov2017-12-19
* | | Added our standard license header to structurally_valid.cc and its testGravatar Adam Cozzette2017-12-13
* | | Merge pull request #4016 from jquesnelle/string-access-ubGravatar Jisi Liu2017-12-12
|\ \ \
| * | | use const char* instead of const std::string& in normalize()Gravatar Jeffrey Quesnelle2017-12-07
* | | | Use the portable version of Log2Floor for Clang with older Android NDK versionsGravatar Adam Cozzette2017-12-07
| * | | fix undefined behavior in C++03Gravatar Jeffrey Quesnelle2017-12-07
|/ / /
| * | io_win32_unittest: remove incorrect error checkGravatar Laszlo Csomor2017-12-07
| * | io_win32_unittest: fix condition in GetCwdAsUtf8Gravatar Laszlo Csomor2017-12-07
| * | io_win32_unittest: use CWD as last tempdirGravatar Laszlo Csomor2017-12-07
| * | io_win32: add more encoding-related testsGravatar Laszlo Csomor2017-12-07