aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some narrowing implicit casts [NFC]Kal Conley2015-11-282-6/+8
* Adds support for buliding protobuf with emscripten; we just needed the proper...Craig Donner2015-11-242-1/+5
* Tidy up reflection in advance of attempting to implement DynamicMessage.Jon Skeet2015-11-221-1/+1
* Rename "umbrella" to "reflection" consistently.Jon Skeet2015-11-198-40/+35
* Introduce a Parser property into MessageDescriptor, and populate it from gene...Jon Skeet2015-11-191-1/+1
* Merge pull request #944 from jskeet/umbrella-classnameJon Skeet2015-11-193-56/+12
|\
| * Change how the reflection descriptor class is generated.Jon Skeet2015-11-093-56/+12
* | Reorder the checks so anything in the expected file is an implicit whitelisting.Thomas Van Lenten2015-11-171-50/+51
|/
* Stop removing all blank lines in doc comments.Jon Skeet2015-11-061-2/+18
* Add support for POWER LinuxDoug Kwan2015-11-034-3/+5
* Fix compilation errors when built internally.Feng Xiao2015-11-023-3/+4
* Correct spellingBenjamin Barenblat2015-10-307-7/+7
* Get VS 2015 to use const int definitionsBruce Dawson2015-10-297-70/+72
* Merge pull request #908 from jskeet/oneof-equalityJan Tattermusch2015-10-241-0/+8
|\
| * Include the oneof-case in equality and hash code generated code.Jon Skeet2015-10-241-0/+8
* | Change the #include for any.h to use angle brackets instead of quotes, to be ...Matthew Wu2015-10-221-1/+1
|/
* Merge pull request #783 from podsvirov/topic-cmake-projectFeng Xiao2015-10-161-3/+5
|\
| * Simplify testing from CMake project to "check" targetKonstantin Podsvirov2015-09-171-6/+4
| * Improved testing from CMake projectKonstantin Podsvirov2015-09-151-0/+4
* | Merge pull request #824 from jtattermusch/expose_get_output_fileJan Tattermusch2015-10-144-39/+58
|\ \
| * | expose GetOutputFile in csharp_names.hJan Tattermusch2015-09-234-39/+58
* | | Merge pull request #875 from tkarls/return_correct_bool_type_from_mapFeng Xiao2015-10-131-1/+1
|\ \ \
| * | | Changed return type from int32 to bool in function returning a boolThomas Karlsson2015-10-131-1/+1
* | | | Changed argument typ to uint32 in set function that sets an uint32 valueThomas Karlsson2015-10-131-1/+1
|/ / /
* | | Merge pull request #815 from TeBoring/third-partyPaul Yang2015-10-0915-348/+37
|\ \ \
| * | | Down-integrate internal bug fixing changes.Bo Yang2015-10-0415-348/+37
* | | | Use static castHamdi Sahloul2015-10-091-1/+1
* | | | VS2010 compatibility of address initalizationHamdi Sahloul2015-10-091-1/+1
* | | | Remove duplicated header fileJisi Liu2015-10-061-218/+0
* | | | fix stringpiece test to use portable hash set.Jisi Liu2015-10-051-1/+1
* | | | Adding back three missing export macros.Jisi Liu2015-10-051-3/+3
* | | | Merge remote-tracking branch 'origin/master' into fix-authorJisi Liu2015-10-0525-35/+282
|\ \ \ \
| * | | | First pass at generating XML documentation from .proto comments.Jon Skeet2015-10-0112-1/+177
| * | | | Fix typo in oneof case enum commentJon Skeet2015-09-301-1/+1
| * | | | Move the summary comments above the attributes.Jon Skeet2015-09-292-9/+9
| * | | | Added documentation to generated code.Jon Skeet2015-09-292-1/+9
| * | | | Merge pull request #727 from AustinSchuh/arena_bounds_fixFeng Xiao2015-09-241-0/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Handled blocks being too small in arena.ccAustin Schuh2015-08-281-0/+3
| * | | | Merge pull request #785 from jskeet/csharp-directoriesJan Tattermusch2015-09-236-13/+52
| |\ \ \ \
| | * | | | Stop adding a space to the end of lines for descriptor binary data.Jon Skeet2015-09-011-1/+1
| | * | | | Specify csharp_namespace in descriptor.protoJon Skeet2015-09-012-4/+3
| | * | | | Generate a directory hierarchy based on namespace (C#)Jon Skeet2015-09-012-6/+48
| | * | | | Remove vestigial reference to MakeFixedTagJon Skeet2015-09-011-2/+0
| | | |_|/ | | |/| |
| * | | | Add GOOGLE_ATTRIBUTE_NOINLINE to GetArena() and GetMaybeArenaPointer() method...0xAAE2015-09-151-0/+8
| | |_|/ | |/| |
| * | | Merge pull request #769 from pkasting/metadataFeng Xiao2015-09-101-1/+1
| |\ \ \
| | * | | Change to just not marking the class for exportPeter Kasting2015-08-273-45/+3
| | * | | Fix compile failures building protobuf DLLs on MSVC in Chromium's codebase.Peter Kasting2015-08-273-2/+44
| * | | | Merge pull request #766 from pkasting/hashFeng Xiao2015-09-101-4/+4
| |\ \ \ \
| | * | | | It helps if you write macros correctlyPeter Kasting2015-08-271-2/+2
| | * | | | Try modifying check in hopes of passing upstream buildPeter Kasting2015-08-271-2/+3