aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/command_line_interface.cc
Commit message (Expand)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-041-6/+9
* Merge pull request #5024 from greenhouse-org/fix-windows-pathFeng Xiao2018-08-201-1/+2
|\
| * Always spilt on '\' and '/'Sam Smith2018-08-131-5/+1
| * Fix TryCreateParentDirectory on WindowsSam Smith2018-08-091-0/+5
* | Down-integrate from google3.Feng Xiao2018-08-081-54/+65
|/
* Integrated internal changes from GoogleAdam Cozzette2018-03-131-24/+19
* Removed using statements from common.hAdam Cozzette2018-01-261-4/+4
* Support win32 long path for cross compiled buildJisi Liu2017-11-101-1/+1
* Integrated internal changes from GoogleAdam Cozzette2017-09-141-12/+43
* Make win32_io only for MSVCJisi Liu2017-08-111-1/+1
* Merge from masterJisi Liu2017-07-251-24/+24
* Merge master into 3.4.xJisi Liu2017-07-181-0/+6
|\
| * show help if protoc is called without any arguments, pre-empts -h and --help ...Dennis Cappendijk2017-05-221-0/+6
* | Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-94/+317
|/
* Merge remote-tracking branch 'remotes/google/3.3.x' into merge-3.3-to-masterAdam Cozzette2017-04-271-25/+30
|\
| * Down-integrate from google3.Feng Xiao2017-03-291-26/+31
* | Remove "using namespace std" from stubs/common.hAdam Cozzette2017-04-261-6/+6
|/
* Merge pull request #2023 from odeke-em/fix-print-help-to-stdoutJoshua Haberman2017-03-151-3/+3
|\
| * compiler/cli: PrintHelpText prints to stdout instead of stderrEmmanuel Odeke2017-03-081-3/+3
* | Undef major/minor if they are defined as macro.Feng Xiao2017-02-281-0/+6
|/
* Remove the use of C++11 features.Feng Xiao2017-02-271-2/+2
* Improve support for plugin parameters.Thomas Van Lenten2017-02-141-2/+20
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-311-16/+35
* Add version number to plugin protocol.Feng Xiao2016-12-051-0/+7
* Merge branch 'master' into down-integrate-with-msvc-fixAdam Cozzette2016-11-171-9/+38
|\
| * Add comments about converting directives into PluginNameJisi Liu2016-10-261-1/+2
| * Support extra parameters for plugins.Jisi Liu2016-10-251-8/+36
* | Integrated internal changes from GoogleAdam Cozzette2016-11-171-38/+41
|/
* Fix Visual Studio compile issues.Feng Xiao2016-10-101-4/+2
* Integrate internal changesBo Yang2016-10-101-18/+41
* Make sure also Solaris x86 gets PATH_MAXDagobert Michelsen2016-07-071-2/+0
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-031-1/+1
* Integrated internal changes from GoogleAdam Cozzette2016-06-291-11/+16
* Merge pull request #879 from mathstuf/support-equals-in-proto-pathFeng Xiao2016-06-081-2/+7
|\
| * protoc: support '=' in --proto_path argumentsBen Boeckel2016-04-201-2/+7
* | Down integrate from Google internal.Jisi Liu2016-04-281-4/+11
* | Integrate google internal changes.Jisi Liu2016-03-301-1/+1
* | Merge pull request #789 from motahan/solaris64_fixFeng Xiao2016-01-201-0/+5
|\ \
| * | Fixing compile errors on Solaris in 64-bit modeMohamed El-Tahan2015-09-021-0/+5
| |/
* / Down-integrate from internal code base.Feng Xiao2015-12-111-15/+44
|/
* Down-integrate from google3.Feng Xiao2015-08-221-0/+5
* Fix build failure on Windows when Unicode build is enabled.Yohei Yukawa2015-07-301-1/+1
* Add protoc path detection for Mac OSDan Barry2015-06-021-0/+14
* Merge pull request #413 from TeBoring/masterPaul Yang2015-05-211-14/+32
|\
| * down-integrate internal changesBo Yang2015-05-211-14/+32
* | Add default import paths for descriptor.proto and other well-known types to p...Feng Xiao2015-05-211-0/+64
|/
* Merge pull request #193 from TeBoring/sbPaul Yang2015-03-091-2/+112
|\
| * Fix absolute/relative path in outputBo Yang2015-02-091-1/+5
| * Change target to output filenamesBo Yang2015-02-071-21/+48
| * Clean codeBo Yang2015-02-041-16/+16