- 15 May, 2018 1 commit
-
-
Ivan Shynkarenka authored
-
- 27 Apr, 2018 2 commits
-
-
Jozef Izso authored
-
Jozef Izso authored
-
- 13 Mar, 2018 1 commit
-
-
Adam Cozzette authored
-
- 01 Feb, 2018 2 commits
-
-
Corentin Le Molgat authored
We follow the findProtobuf.cmake naming convention to ease the use of protobuf as cmake subproject
-
Corentin Le Molgat authored
-
- 01 Dec, 2017 1 commit
-
-
Adam Cozzette authored
-
- 25 Jul, 2017 2 commits
- 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 May, 2017 1 commit
-
-
Dennis Cappendijk authored
tested only on windows with visual studio 2015 as generator
-
- 14 Oct, 2015 1 commit
-
-
Konstantin Podsvirov authored
-
- 17 Sep, 2015 1 commit
-
-
Konstantin Podsvirov authored
-
- 27 Aug, 2015 2 commits
-
-
Peter Kasting authored
-
Peter Kasting authored
When trying to compile the protobuf code as a DLL, and then compile other DLLs with generated .pb.cc/h files that reference InternalMetadataWithArena::InternalMetadataWithArena(Arena*), MSVC gives an "unresolved external symbol" error. This seems to be due to the function being simultaneously exported and inline. Moving it out-of-line fixes things. There are other functions exported and inline as well but de-inlining them doesn't seem to be necessary to get the build working, and I'd rather de-inline as few functions as possible.
-
- 26 Aug, 2015 2 commits
- 21 Aug, 2015 1 commit
-
-
Jisi Liu authored
Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
-
- 28 Jul, 2015 1 commit
-
-
Tom Hughes authored
cmake targets that depend on these libraries will automatically have these include directories.
-
- 17 Jun, 2015 1 commit
-
-
Feng Xiao authored
-
- 16 Jun, 2015 1 commit
-
-
Feng Xiao authored
[ci skip] Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
-
- 31 May, 2015 1 commit
-
-
Feng Xiao authored
-