- 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
-