aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/objectivec
Commit message (Expand)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-042-45/+61
* Down-integrate from google3.Feng Xiao2018-08-081-4/+5
* Fixed a Visual Studio 2017 build error. (#4488)Ronny Krüger2018-04-162-6/+4
* Don't generate imports for the WKTs unless generating the WKTs.Thomas Van Lenten2018-04-024-8/+21
* Trim imports for bundled generated protos.Thomas Van Lenten2018-04-022-12/+41
* Deleted scoped_ptr.hAdam Cozzette2018-03-145-10/+10
* Remove stray indent on normal imports.Thomas Van Lenten2018-02-081-2/+2
* Fix to use "nil" instead of "NULL" for objc objects.Thomas Van Lenten2018-01-311-1/+1
* Removed using statements from common.hAdam Cozzette2018-01-269-68/+68
* Add an explicit import of stdatomic.h.Thomas Van Lenten2018-01-251-0/+35
* Migrate away from deprecated OSAtomic APIs. (#4184)Jonathan Dierksen2018-01-221-2/+3
* Support win32 long path for cross compiled buildJisi Liu2017-11-101-6/+11
* Make win32_io only for MSVCJisi Liu2017-08-111-1/+1
* Merge from masterJisi Liu2017-07-251-3/+8
* Add std:: namespace prefix to set and map (#3332)tanderson-google2017-07-0916-40/+40
* Add initialized as a reserved keyword as that's the actual property nameSergio Campama2017-06-291-1/+1
* Remove "using namespace std" from stubs/common.hAdam Cozzette2017-04-264-42/+42
* Merge pull request #2227 from KindDragon/3.1.xFeng Xiao2016-12-161-36/+36
|\
| * LIBPROTOC_EXPORT added to others functions in csharp_names.h and objectivec_h...Arkadiy Shapkin2016-12-011-32/+32
| * Missed LIBPROTOC_EXPORT for GRPC addedArkadiy Shapkin2016-12-011-4/+4
* | Improve ObjC deprecated annotation support.Thomas Van Lenten2016-12-085-6/+37
|/
* Merge pull request #2112 from pherl/mergeJisi Liu2016-09-152-0/+6
|\
| * Merge remote-tracking branch 'origin/3.0.x' into mergeJisi Liu2016-09-142-0/+6
| |\
| | * Fixes extra whitespace on generated comments. (#1950)Sergio Campamá2016-08-171-2/+10
| | * Adds support for appledoc in generated code. (#1928)Sergio Campamá2016-08-179-37/+74
| | * Add and fix C++ runtime docsJisi Liu2016-08-022-0/+6
* | | Update the ObjC version checks to support a min and current version.Thomas Van Lenten2016-09-151-10/+14
|/ /
* | Merge pull request #2090 from guoxiao/findFeng Xiao2016-09-091-0/+1
|\ \
| * | include std::find()Guo Xiao2016-09-081-0/+1
* | | Merge pull request #1970 from thomasvl/objc_any_helpersThomas Van Lenten2016-09-094-26/+62
|\ \ \
| * | | Add ObjC helpers for Any WKT.Thomas Van Lenten2016-09-084-26/+62
| |/ /
* / / Support the -Wassign-enum compiler flag. (#2085)Sergio Campamá2016-09-086-8/+47
|/ /
* | Make Root's +extensionRegistry generation smarter.Thomas Van Lenten2016-09-011-31/+158
* | Speed up ObjC Generation with large dependency treesThomas Van Lenten2016-08-302-54/+14
* | Support GenerateAll().Thomas Van Lenten2016-08-264-45/+85
* | Remove the compiler options from ImportWriter.Thomas Van Lenten2016-08-233-22/+42
* | Move the ImportWriter into the ObjC Helpers.Thomas Van Lenten2016-08-234-205/+202
* | Adds better support for protos without packages (#1979)Sergio Campamá2016-08-191-17/+51
* | Fixes extra whitespace on generated comments. (#1950)Sergio Campamá2016-08-121-2/+10
* | Adds support for appledoc in generated code. (#1928)Sergio Campamá2016-08-099-37/+74
|/
* Correctly sets the generate_for_named_framework option after parsing.Sergio Campama2016-07-231-8/+17
* Fixes the parsing of the proto-framework map file.Sergio Campama2016-07-222-2/+3
* Use public methods to fetch oneofs in generated code.Thomas Van Lenten2016-07-181-1/+1
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-031-1/+1
* Add new generation option for using proto sources from other frameworks.Thomas Van Lenten2016-06-174-127/+325
* Add support for generation sources into a framework.Thomas Van Lenten2016-06-154-8/+39
* Add more warnings to for the ObjC runtime buildThomas Van Lenten2016-05-253-2/+45
* Better support for using the proto library from a framework.Thomas Van Lenten2016-05-244-48/+199
* Proper checking of enum with non zero defaultThomas Van Lenten2016-04-261-4/+5
* Added deprecated option handling for objective-c generatorOleg Vereshko2016-04-045-11/+41