- 31 Jul, 2018 1 commit
-
-
Roman Popov authored
-
- 03 May, 2018 1 commit
-
-
Ivan Shynkarenka authored
-
- 02 Apr, 2018 1 commit
-
-
Feng Xiao authored
-
- 26 Mar, 2018 2 commits
-
-
Carlos O'Ryan authored
Add googletest as a submodule in third_party/googletest.
-
Feng Xiao authored
-
- 22 Mar, 2018 1 commit
-
-
Adam Cozzette authored
-
- 13 Mar, 2018 1 commit
-
-
Adam Cozzette authored
-
- 18 Oct, 2017 1 commit
-
-
Jisi Liu authored
-
- 01 Aug, 2017 1 commit
-
-
Jisi Liu authored
-
- 25 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
-
- 29 Mar, 2017 1 commit
-
-
Feng Xiao authored
-
- 16 Mar, 2017 1 commit
-
-
Byron Yi authored
-
- 10 Mar, 2017 1 commit
-
-
Feng Xiao authored
-
- 03 Mar, 2017 1 commit
-
-
Jie Luo authored
-
- 19 Dec, 2016 1 commit
-
-
Adam Cozzette authored
The check target did not depend on the test_plugin binary, so this would cause "make check" to fail at times because of the absence of test_plugin. This change adds a dependency on test_plugin so that it will always get built before the tests are executed.
-
- 10 Oct, 2016 1 commit
-
-
Jisi Liu authored
-
- 06 Oct, 2016 2 commits
- 23 Sep, 2016 1 commit
-
-
Jisi Liu authored
-
- 22 Sep, 2016 1 commit
-
-
Jisi Liu authored
-
- 03 Jun, 2016 1 commit
-
-
Konstantin Podsvirov authored
A series of improvements: - Improved Protobuf module compatibility (disabled by default); - Hide advanced settings; - Added build tree configuration; - Added build of examples.
-
- 28 Apr, 2016 1 commit
-
-
Jisi Liu authored
-
- 29 Dec, 2015 1 commit
-
-
Feng Xiao authored
Change-Id: I6fa9f1b65d6c06b891aabf3f3d868364d74d727d
-
- 17 Sep, 2015 1 commit
-
-
Konstantin Podsvirov authored
-
- 16 Sep, 2015 1 commit
-
-
Konstantin Podsvirov authored
Build tests optimization Now lite-test added to CTest collection
-
- 15 Sep, 2015 1 commit
-
-
Konstantin Podsvirov authored
-
- 26 Aug, 2015 1 commit
-
-
Bo Yang authored
-
- 24 Aug, 2015 1 commit
-
-
Feng Xiao authored
-
- 21 Aug, 2015 1 commit
-
-
Jisi Liu authored
Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
-
- 17 Jun, 2015 1 commit
-
-
Feng Xiao authored
-
- 16 Jun, 2015 1 commit
-
-
Feng Xiao authored
[ci skip] Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
-
- 12 Jun, 2015 1 commit
-
-
Qartar authored
Escape characters don't count for string literal size, no need to pre-generate escape string. Added unit test to touch enormous cpp generated descriptor. Updated makefile to include enormous_descriptor.proto Fixed language compatibility error.
-
- 31 May, 2015 1 commit
-
-
Feng Xiao authored
-