aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/stubs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Integrated internal changes from GoogleAdam Cozzette2017-09-142-23/+66
* | Merge pull request #3548 from google/3.4.xJisi Liu2017-08-221-15/+15
|\|
| * Merge pull request #3494 from drivehappy/clang_warning_macroJisi Liu2017-08-211-2/+5
| * Fix compile errorsJisi Liu2017-08-211-3/+3
| * Remove C++11 features in io_win32.ccJisi Liu2017-08-211-15/+15
* | Merge remote-tracking branch 'origin/3.4.x' into mergemasterJisi Liu2017-08-187-53/+91
|\|
| * Fix cmath/math.h include with non C++11 libstdc++Jisi Liu2017-08-151-6/+11
| * Fix commentsJisi Liu2017-08-112-1/+2
| * Fix mkdirJisi Liu2017-08-111-2/+6
| * Make win32_io only for MSVCJisi Liu2017-08-112-6/+4
| * Fix the declaration order in ming32Jisi Liu2017-08-111-5/+5
| * Fixing io_win32 for MinGW32Jisi Liu2017-08-111-0/+3
| * Add destructors for default instances to the shutdown code.Gerben Stavenga2017-08-022-0/+14
| * Adding the missing headerJisi Liu2017-08-011-0/+1
| * Export functions in io_win32.h in win DLL buildJisi Liu2017-08-011-13/+14
| * Merge from masterJisi Liu2017-07-253-0/+825
| * Update version number for 3.4.0Jisi Liu2017-07-241-5/+5
| * Merge master into 3.4.xJisi Liu2017-07-186-22/+33
| |\
| * | Merge from Google internal for 3.4 releaseJisi Liu2017-07-184-23/+34
* | | Fixing warning under Clang 6.x (-Wexpansion-to-defined) where the macro expan...drivehappy2017-08-151-2/+5
* | | Clean up typedefs for Atomic32/Atomic64Brad Larson2017-08-101-21/+14
* | | Merge pull request #2969 from laszlocsomor/masterFeng Xiao2017-07-243-0/+825
|\ \ \
| * | | Windows: support long pathsLaszlo Csomor2017-07-113-0/+825
* | | | Merge pull request #3375 from TeBoring/3.3.xPaul Yang2017-07-191-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge 3.3.x into masterBo Yang2017-07-181-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Update version number to 3.3.2Bo Yang2017-06-211-1/+1
| | * | Update version number to 3.3.1Feng Xiao2017-05-081-1/+1
* | | | Fix build when using -Werror=undefBrad Larson2017-07-121-1/+1
|/ / /
* | | Fix missing std::tr1::hash on GCC 4.1 (#2907)Matt Hauck2017-07-101-2/+4
* | | Add std:: namespace prefix to set and map (#3332)tanderson-google2017-07-091-2/+0
* | | Fix more implicit type conversions in public headers and generated code.Bo Yang2017-06-244-14/+19
* | | Raise the number of digits used for floats.Thomas Van Lenten2017-06-161-1/+1
* | | Removing undefined behavior and compiler warnings (#1315)brian-peloton2017-05-231-2/+8
| |/ |/|
* | Merge remote-tracking branch 'remotes/google/3.3.x' into merge-3.3-to-masterAdam Cozzette2017-04-271-5/+5
|\|
| * Update version number and changelog for 3.3.0Feng Xiao2017-04-051-5/+5
* | Remove "using namespace std" from stubs/common.hAdam Cozzette2017-04-263-14/+26
|/
* Added a workaround to allow building for NaClAdam Cozzette2017-03-281-1/+8
* Merge pull request #2848 from xfxyjwf/freebsdFeng Xiao2017-03-171-0/+2
|\
| * Fix freebsd build.Feng Xiao2017-03-141-0/+2
* | Merge pull request #2846 from acozzette/bytestream-commentAdam Cozzette2017-03-151-1/+1
|\ \ | |/ |/|
| * Updated an outdated comment in bytestream.hAdam Cozzette2017-03-141-1/+1
* | Replace CHECK() with GOOGLE_CHECK().Josh Haberman2017-03-131-3/+4
|/