aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/stubs/port.h
Commit message (Expand)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-041-146/+30
* Down-integrate from google3.Feng Xiao2018-08-081-0/+4
* Merge pull request #4172 from OskarKinomoto/masterAdam Cozzette2018-06-251-0/+8
|\
| * Add guards against bswap_XX redefnitionsOskar SĖwitalski2018-01-151-0/+8
* | Merge pull request #4387 from acozzette/down-integrateAdam Cozzette2018-03-201-2/+22
|\ \
| * | Integrated internal changes from GoogleAdam Cozzette2018-03-131-2/+22
* | | Support using MSVC intrinsics in Log2FloorNonZeroArkady Shapkin2018-02-151-6/+9
|/ /
* / Remove use of GOOGLE_FALLTHROUGH_INTENDED from protobuf.Nico Weber2018-02-071-14/+0
|/
* Use the portable version of Log2Floor for Clang with older Android NDK versionsAdam Cozzette2017-12-071-4/+12
* fix implicit fallthrough in gcc 7Tobias Jungel2017-10-151-0/+2
* Integrated internal changes from GoogleAdam Cozzette2017-09-141-19/+62
* Merge remote-tracking branch 'origin/3.4.x' into mergemasterJisi Liu2017-08-181-0/+4
|\
| * Merge master into 3.4.xJisi Liu2017-07-181-6/+12
| |\
| * | Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-0/+4
* | | Fixing warning under Clang 6.x (-Wexpansion-to-defined) where the macro expan...drivehappy2017-08-151-2/+5
| |/ |/|
* | Fix more implicit type conversions in public headers and generated code.Bo Yang2017-06-241-4/+4
* | Removing undefined behavior and compiler warnings (#1315)brian-peloton2017-05-231-2/+8
|/
* Added a workaround to allow building for NaClAdam Cozzette2017-03-281-1/+8
* Return uint32 from Log2FloorNonZero64Adam Cozzette2017-03-021-1/+1
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-311-1/+0
* Define LANG_CXX11 for port.h and use this to guard C++11 features.Chris Kennelly2016-12-141-0/+9
* when on OpenBSD we include the correct headers for endianess and check the ap...ramrunner2016-12-051-1/+5
* Integrate internal changesBo Yang2016-10-101-0/+55
* Fixes traivs cpp build.Feng Xiao2016-07-261-2/+2
* Define intX as standard exact-width integer types.Feng Xiao2016-07-251-11/+13
* Integrated internal changes from GoogleAdam Cozzette2016-06-291-0/+9
* Remove confounding and unused #define - breaks boost/predef/other/endian.hWalter Gray2016-05-061-3/+1
* Fix Intel compiler warnings in include files on Windowskkm2016-01-271-1/+1
* Merge remote-tracking branch 'origin/master' into beta-1Feng Xiao2015-08-291-8/+12
|\
| * 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
* | Merge branch 'master' of github.com:google/protobufJisi Liu2015-08-211-1/+12
|\|
| * Move the definition of GOOGLE_FALLTHROUGH_INTENDED to port.hteboring2015-07-291-1/+12
* | Down-integrate from internal branch.Jisi Liu2015-08-211-10/+2
|/
* Split up common.h headersJisi Liu2015-07-161-0/+371