- 19 Jan, 2018 1 commit
-
-
Ben Boeckel authored
Public sources get added to dependencies of the target as well which can cause duplicate symbols.
-
- 07 Dec, 2017 1 commit
-
-
Adam Cozzette authored
This should fix Bazel builds, since those were missing a new file (implicit_weak_message.cc).
-
- 01 Dec, 2017 1 commit
-
-
Adam Cozzette authored
-
- 13 Nov, 2017 1 commit
-
-
Yangqing Jia authored
-
- 08 Nov, 2017 1 commit
-
-
Jisi Liu authored
- Removed the redefination in the atomicword_compat.h. Now Atomic32 will alwyas be intptr_t in 32bit platforms, the bridge is no longer needed. - Change NaCl 64bit to use intptr_t instead of int32 for Atomic32, otherwise AtmoicWord APIs will miss the definations. After this change, the AtmoicWord will always be either Atomic32 or Atmoic64 depending on the platforms.
-
- 21 Oct, 2017 1 commit
-
-
Tim Ebringer authored
Add brief documentation describing each warning suppression.
-
- 18 Oct, 2017 1 commit
-
-
Jisi Liu authored
-
- 13 Oct, 2017 1 commit
-
-
Boris Broenner authored
In protobuf-module.cmake: in addition to checking for release or debug variants of protoc's location we should also check the configuration "noconfig".
-
- 06 Oct, 2017 1 commit
-
-
Tim Ebringer authored
VS2017 warns about a few additional things, for example, files that define no symbols (which is typically the result of a platform specific ifdef not applying on Windows). Suppress these warnings so the build is clean on VS2017.
-
- 29 Sep, 2017 1 commit
-
-
Markus Heß authored
-
- 25 Sep, 2017 1 commit
-
-
Markus Heß authored
-
- 22 Sep, 2017 1 commit
-
-
Markus Heß authored
-
- 14 Sep, 2017 1 commit
-
-
Adam Cozzette authored
-
- 12 Sep, 2017 1 commit
-
-
Markus Heß authored
-
- 01 Aug, 2017 1 commit
-
-
Jisi Liu authored
-
- 25 Jul, 2017 3 commits
- 24 Jul, 2017 1 commit
-
-
Axel Huebl authored
Adds pkg-config (`.pc`) files for CMake based installs.
-
- 23 Jul, 2017 1 commit
-
-
Axel Huebl authored
Adds pkg-config (`.pc`) files for CMake based installs.
-
- 19 Jul, 2017 3 commits
- 18 Jul, 2017 1 commit
-
-
Jisi Liu authored
-
- 11 Jul, 2017 1 commit
-
-
Laszlo Csomor authored
Add implementations of open(2), mkdir(2), stat(2), etc. that support long paths under Windows (paths longer than MAX_PATH in <windows.h>, which is 260 characters). The implementations are in a separate namespace (google::protobuf::internal::win32), so they won't collide with the standard implementations in <io.h>, but after importing them with `using` they can be drop-in replacements. Fixes https://github.com/bazelbuild/bazel/issues/2634 Fixes https://github.com/google/protobuf/issues/2891
-
- 19 Jun, 2017 1 commit
-
-
yjjnls authored
install 'generated_message_table_driven.h' and 'metadata_lite.h', they are included when compiling the files generated using protoc.exe 3.3.0
-
- 03 Jun, 2017 2 commits
-
-
Walter Gray authored
-
Walter Gray authored
-
- 30 May, 2017 4 commits
-
-
Walter Gray authored
-
Walter Gray authored
-
Walter Gray authored
-
Walter Gray authored
-
- 29 May, 2017 1 commit
-
-
Dennis Cappendijk authored
tested only on windows with visual studio 2015 as generator
-
- 04 May, 2017 1 commit
-
-
Feng Xiao authored
-
- 29 Mar, 2017 2 commits
- 16 Mar, 2017 2 commits
- 15 Mar, 2017 1 commit
-
-
Konstantin Podsvirov authored
Unfortunate typo. Just one extra ',' symbol, has led to the hidden implicit behavior. Now everything will be fine.
-
- 11 Mar, 2017 1 commit
-
-
Feng Xiao authored
This allows the file path to contain spaces which is very common on windows.
-