- 13 Aug, 2018 1 commit
-
-
Feng Xiao authored
* Fixes https://github.com/google/protobuf/issues/5031 * Fixes https://github.com/google/protobuf/issues/5037
-
- 25 Apr, 2018 1 commit
-
-
Corentin Le Molgat authored
- merge loop for .h and .proto includes - fix shellcheck errors
-
- 24 Apr, 2018 1 commit
-
-
Mizux authored
For google/or-tools, on windows, we need to use `import "google/protobuf/wrappers.proto";` since we want "optional" int64 and in version3 POD get default value... -> so we use "google.protobuf.Int64Value" since 0 is a valid value and different from "not set" for our use case.
-
- 26 Mar, 2018 1 commit
-
-
Feng Xiao authored
-
- 22 Mar, 2018 1 commit
-
-
Adam Cozzette authored
-
- 13 Mar, 2018 1 commit
-
-
Adam Cozzette authored
-
- 07 Dec, 2017 1 commit
-
-
Adam Cozzette authored
This should fix Bazel builds, since those were missing a new file (implicit_weak_message.cc).
-
- 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.
-
- 25 Jul, 2017 2 commits
- 19 Jul, 2017 2 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
-
- 04 May, 2017 1 commit
-
-
Feng Xiao authored
-
- 29 Mar, 2017 1 commit
-
-
Feng Xiao authored
-
- 11 Mar, 2017 1 commit
-
-
Feng Xiao authored
This allows the file path to contain spaces which is very common on windows.
-
- 10 Feb, 2017 1 commit
-
-
Jonathan Hseu authored
the deprecated atomics.
-
- 05 Dec, 2016 1 commit
-
-
Jisi Liu authored
-
- 10 Nov, 2016 1 commit
-
-
Sergio Campama authored
-
- 10 Oct, 2016 1 commit
-
-
Adam Cozzette authored
This is necessary so that the CMake build knows to include this header file in the installation include/ directory.
-
- 06 Oct, 2016 1 commit
-
-
Jisi Liu authored
-
- 23 Sep, 2016 1 commit
-
-
Jisi Liu authored
-
- 22 Sep, 2016 1 commit
-
-
Jisi Liu authored
-
- 21 Sep, 2016 1 commit
-
-
Adam Cozzette authored
This is necessary so that the CMake build knows to include this header file in the installation include/ directory.
-
- 15 Sep, 2016 1 commit
-
-
Paul Yang authored
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.
-
- 01 Aug, 2016 1 commit
-
-
Konstantin Podsvirov authored
-
- 02 Jun, 2016 1 commit
-
-
Bo Yang authored
-
- 18 Apr, 2016 1 commit
-
-
Jisi Liu authored
-
- 05 Apr, 2016 1 commit
-
-
Gaurav Vaish authored
* `csharp_options`: Added `Options` to encapsulate generator options. Supported options for now - file_extension, base_namespace * `{Blah}Generator`: Now accept `Options*` as parameter to constructor * `csharp_generator.cc`: Parse and populate options * `Makefile.am`: Added `csharp_options.h` * `extract_includes.bat.in`: Added `csharp_options.h` Refactoring code to two commits. This is the first commit
-
- 29 Dec, 2015 1 commit
-
-
Feng Xiao authored
Change-Id: I6fa9f1b65d6c06b891aabf3f3d868364d74d727d
-
- 12 Dec, 2015 1 commit
-
-
Feng Xiao authored
-
- 03 Nov, 2015 1 commit
-
-
Doug Kwan authored
-
- 21 Aug, 2015 1 commit
-
-
Jisi Liu authored
Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
-
- 17 Jul, 2015 2 commits
- 13 Jul, 2015 1 commit
-
-
Jisi Liu authored
Change-Id: I5049da7449cbada781aa1e23485a336b584802cb
-
- 10 Jul, 2015 1 commit
-
-
Jan Tattermusch authored
-
- 17 Jun, 2015 1 commit
-
-
Jisi Liu authored
Change-Id: Idecb2e3a5169f7b40d832242c9c10b0eb4325654
-