- 13 Nov, 2017 1 commit
-
-
Yangqing Jia authored
-
- 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.
-
- 10 Mar, 2017 1 commit
-
-
Feng Xiao authored
-
- 03 Mar, 2017 1 commit
-
-
Jie Luo authored
-
- 18 Feb, 2017 1 commit
-
-
Wojciech Mamrak authored
> warning C4309: static_cast': truncation of constant value introduced in commit 9db5b11c
-
- 10 Feb, 2017 1 commit
-
-
Jonathan Hseu authored
the deprecated atomics.
-