- 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 2 commits
- 16 Jun, 2015 1 commit
-
-
Feng Xiao authored
[ci skip] Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
-
- 06 Jun, 2015 1 commit
-
-
Feng Xiao authored
Make it executable and generate extract_includes.bat in the same directory.
-