aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/stubs
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #804 from bsilver8192/masterFeng Xiao2016-02-223-0/+160
|\
| * Add atomics support for 32-bit PPC.Brian Silverman2015-09-093-0/+160
* | Fix Intel compiler warnings in include files on Windowskkm2016-01-271-1/+1
* | Avoid upcasting uninitialized pointersBrian Silverman2016-01-201-2/+2
* | Merge pull request #789 from motahan/solaris64_fixFeng Xiao2016-01-202-2/+2
|\ \
| * | Fixing compile errors on Solaris in 64-bit modeMohamed El-Tahan2015-09-022-2/+2
| |/
* | Fix appveyor build.Feng Xiao2016-01-091-1/+1
* | Patch internal change 111557819.Feng Xiao2016-01-061-0/+83
* | Fix for Visual Studio 2008.Feng Xiao2015-12-301-17/+0
* | Down-integrate from internal code base.Feng Xiao2015-12-112-31/+79
* | Adds support for buliding protobuf with emscripten; we just needed the proper...Craig Donner2015-11-241-0/+2
* | Add support for POWER LinuxDoug Kwan2015-11-033-2/+4
* | Merge pull request #815 from TeBoring/third-partyPaul Yang2015-10-096-8/+18
|\ \
| * | Down-integrate internal bug fixing changes.Bo Yang2015-10-046-8/+18
* | | fix stringpiece test to use portable hash set.Jisi Liu2015-10-051-1/+1
* | | Merge remote-tracking branch 'origin/master' into fix-authorJisi Liu2015-10-051-4/+4
|\| |
| * | Merge pull request #766 from pkasting/hashFeng Xiao2015-09-101-4/+4
| |\ \ | | |/ | |/|
| | * It helps if you write macros correctlyPeter Kasting2015-08-271-2/+2
| | * Try modifying check in hopes of passing upstream buildPeter Kasting2015-08-271-2/+3
| | * Review commentsPeter Kasting2015-08-271-2/+1
| | * Refine check for unordered_{map|set} availability.Peter Kasting2015-08-271-4/+4
* | | Down-integrate from google internal.Jisi Liu2015-10-052-0/+31
|/ /
* | Merge remote-tracking branch 'origin/master' into beta-1Feng Xiao2015-08-293-14/+17
|\ \
| * \ Merge pull request #569 from redivo/masterFeng Xiao2015-08-281-5/+5
| |\ \
| | * | Fix GOOGLE_PROTOBUF_ATOMICOPS_ERROR syntax errorGeorge Redivo2015-07-061-5/+5
| * | | Merge pull request #768 from pkasting/timeFeng Xiao2015-08-281-1/+0
| |\ \ \ | | |_|/ | |/| |
| | * | Delete kNanosPerSecond from time.cc.Peter Kasting2015-08-271-1/+0
| * | | Merge pull request #746 from zmodem/fix_predict_macros2Feng Xiao2015-08-271-2/+2
| |\ \ \
| | * | | Fix the no-op definitions of GOOGLE_PREDICT_{TRUE,FALSE}Hans Wennborg2015-08-261-2/+2
| | |/ /
| * / / Avoid #including system headers from inside a namespace.Peter Kasting2015-08-271-6/+10
| |/ /
* | | Add a TODO to clean-up the LITTLE_ENDIAN macro.Feng Xiao2015-08-261-0/+3
* | | Assume LITTLE_ENDIAN for windows build.Feng Xiao2015-08-261-2/+2
* | | Merge remote-tracking branch 'origin/master' into beta-1Feng Xiao2015-08-251-0/+3
|\| |
| * | Define GOOGLE_ATTRIBUTE_NOINLINE for MSVC. Workaround for VS2015 Release buil...Douglas Heriot2015-08-221-0/+3
* | | Fix bugs on windowsBo Yang2015-08-254-22/+25
* | | Merge branch 'master' of github.com:google/protobufJisi Liu2015-08-213-8/+16
|\| |
| * | Merge pull request #653 from airtimemedia/masterFeng Xiao2015-08-031-0/+4
| |\ \
| | * | Move pthread include.Tom Hughes2015-07-302-2/+4
| | * | Include pthread.h when using GOOGLE_PROTOBUF_NO_THREADLOCAL.Tom Hughes2015-07-281-0/+2
| * | | Move the definition of GOOGLE_FALLTHROUGH_INTENDED to port.hteboring2015-07-291-1/+12
| |/ /
| * | Remove two unused functions.Nico Weber2015-07-251-7/+0
* | | Down-integrate from internal branch.Jisi Liu2015-08-219-22/+1242
|/ /
* | Merge pull request #621 from nico/staticassJisi Liu2015-07-201-2/+4
|\ \
| * | Let GOOGLE_COMPILE_ASSERT use static_assert if available.Nico Weber2015-07-171-2/+4
* | | Addming missing includes in stubs headers.Jisi Liu2015-07-172-0/+2
|/ /
* | Split up common.h headersJisi Liu2015-07-168-1404/+1625
* | Internal local modifications.Bo Yang2015-07-094-156/+127
|/
* MinGW64+MSYS2 compilation issues and portable isnan using MathLimitsKarol Ostrovsky2015-07-012-15/+11
* Merge pull request #501 from xfxyjwf/downFeng Xiao2015-06-1725-50/+6476
|\
| * Fix broken builds.Feng Xiao2015-06-1711-27/+52