aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/stubs
Commit message (Expand)AuthorAgeFilesLines
* Updated version numbers to 3.6.1Adam Cozzette2018-07-271-5/+5
* Fix initialization with Visual StudioAdam Cozzette2018-07-062-49/+30
* Update version number to 3.6.0Jisi Liu2018-05-141-5/+5
* MinGW build failedIvan Shynkarenka2018-05-021-1/+1
* Removed atomicops.h since it is no longer usedAdam Cozzette2018-03-271-237/+0
* Removed some unused C++ source filesAdam Cozzette2018-03-2220-4897/+0
* Merge pull request #4387 from acozzette/down-integrateAdam Cozzette2018-03-2014-422/+80
|\
| * Deleted scoped_ptr.hAdam Cozzette2018-03-145-255/+8
| * Merge branch 'master' into down-integrateAdam Cozzette2018-03-131-1/+2
| |\
| * | Integrated internal changes from GoogleAdam Cozzette2018-03-1310-179/+84
* | | Merge pull request #4371 from Rasrack/gnuc_minorAdam Cozzette2018-03-151-1/+1
|\ \ \
| * | | Fix spelling error of __GNUC_MINOR__Adam Aili2018-03-101-1/+1
| | |/ | |/|
* | | Merge pull request #4310 from KindDragon/patch-1Feng Xiao2018-03-141-6/+9
|\ \ \ | |/ / |/| |
| * | Support using MSVC intrinsics in Log2FloorNonZeroArkady Shapkin2018-02-151-6/+9
| |/
* | Merge pull request #4183 from pcc/win-libcxxFeng Xiao2018-02-261-1/+2
|\ \ | |/ |/|
| * Add support for libc++ on Windows.Peter Collingbourne2018-01-171-1/+2
* | Remove use of GOOGLE_FALLTHROUGH_INTENDED from protobuf.Nico Weber2018-02-071-14/+0
* | Removed using statements from common.hAdam Cozzette2018-01-2613-38/+33
|/
* Merge pull request #4148 from datacompboy/patch-2Adam Cozzette2018-01-081-0/+53
|\
| * Update time_test.ccAnton Fedorov2018-01-051-0/+53
* | Fix ValidateDateTime: check day instead monthAnton Fedorov2018-01-051-2/+2
|/
* 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-034-128/+276
|\|
| * Add support for Windows ARM64 buildMiradham Kamilov2017-12-201-0/+3
| * Update version number to 3.5.1Jisi Liu2017-12-191-1/+1
| * io_win32_unittest: remove incorrect error checkLaszlo Csomor2017-12-071-3/+3
| * io_win32_unittest: fix condition in GetCwdAsUtf8Laszlo Csomor2017-12-071-1/+1
| * io_win32_unittest: use CWD as last tempdirLaszlo Csomor2017-12-071-3/+26
| * io_win32: add more encoding-related testsLaszlo Csomor2017-12-073-31/+89
| * io_win32: support non-ASCII pathsLaszlo Csomor2017-12-073-89/+176
| * io_win32_unittest: make //:win32_test run againLaszlo Csomor2017-12-071-49/+29
* | Add support for Windows ARM64 buildMiradham Kamilov2017-12-191-0/+3
* | Added our standard license header to structurally_valid.cc and its testAdam Cozzette2017-12-132-1/+60
* | Merge pull request #4016 from jquesnelle/string-access-ubJisi Liu2017-12-121-4/+5
|\ \
| * | 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
* | | Use the portable version of Log2Floor for Clang with older Android NDK versionsAdam Cozzette2017-12-071-4/+12
|/ /
* | Merge branch '3.5.x' into 3.5.x-mergeAdam Cozzette2017-11-306-144/+11
|\|
| * Support win32 long path for cross compiled buildJisi Liu2017-11-103-10/+4
| * Fix Atomic32/AtomicWord on some platforms.Jisi Liu2017-11-082-129/+2
| * Update version number to 3.5.0Jisi Liu2017-11-021-5/+5
* | Adding Release_CompareAndSwap 64-bit variantNayana-ibm2017-11-271-0/+8
|/
* Merge pull request #3754 from toanju/gcc-fallthroughJisi Liu2017-10-191-0/+2
|\
| * fix implicit fallthrough in gcc 7Tobias Jungel2017-10-151-0/+2
* | Fix bazel buildJisi Liu2017-10-181-4/+2
* | Fix unsiged underflowJisi Liu2017-10-181-1/+1
* | Remove C++11 only usages in io_win32 tests.Jisi Liu2017-10-181-13/+21
|/
* Merge remote-tracking branch 'origin/3.4.x' into masterJisi Liu2017-10-111-2/+2
|\
| * Remove ranged based for in io_win32.ccJisi Liu2017-09-271-2/+2