aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Modify change logv3.0.0-alpha-3Bo Yang2015-05-281-2/+3
|
* Fixes on visual studio 2008unknown2015-05-278-12/+25
|
* Replace "\\" with "/" for windows path names.Feng Xiao2015-05-261-0/+4
|
* In std11, on mac, operator new doesn't take right reference.TeBoring2015-05-261-1/+1
|
* Add 3.0.0-alpha-3 release to CHANGES.txtBo Yang2015-05-261-0/+99
|
* Merge pull request #430 from xfxyjwf/std11_fixPaul Yang2015-05-261-0/+12
|\ | | | | Make MapAllocator work with C++11.
| * Make MapAllocator work with C++11.Feng Xiao2015-05-261-0/+12
| | | | | | | | Change-Id: I0e1d9e248403631cb57ebed5231e85d19b9bb3df
* | Merge pull request #429 from xfxyjwf/std11_fixPaul Yang2015-05-261-6/+0
|\| | | | | Remove std::is_trivially_default_constructible.
| * Remove std::is_trivially_default_constructible.Feng Xiao2015-05-261-6/+0
| | | | | | | | This type_traits is only added after g++ 5.1.0 but we need to support g++ 4+.
* | When doing make distcheck, a src/google/protobuf/compiler/ruby is created toBo Yang2015-05-261-3/+3
|/ | | | | put built libraries. This directory hides the one that contains ruby_generated_code.proto and ruby_generated_code.rb.
* uint64 has non-trivial destructor on 32-bit windows. This cause arenaBo Yang2015-05-261-5/+5
| | | | allocator to allocate memory twice for uint64.
* Merge pull request #426 from thomasvl/mac_fixup_for_a3_branchPaul Yang2015-05-266-35/+15
|\ | | | | ObjC fixup for the branch.
| * ObjC fixup for the branch.Thomas Van Lenten2015-05-266-35/+15
| | | | | | | | | | | | | | | | - Shouldn't need SRCROOT in the project since Xcode should be setting the working directory to where the project lives. - Remove the packed/unpacked repeated enum field in the tests and update the code to handle the defaults. - Move up the ignore to cover .DS_Store files in src also. add starstar
* | Null-terminate C strings.Feng Xiao2015-05-261-1/+2
| | | | | | | | Change-Id: I85675bfcd7697bb058b9af475445a6bfdd7fd967
* | Merge pull request #424 from ↵Paul Yang2015-05-262-0/+2
|\ \ | |/ |/| | | | | jcanizales/make-objc-helpers-available-to-other-plugins Adds objectivec_helpers.h to the headers installed by make.
| * Add ObjC helpers header to vsproject/extract_includes.batJorge Canizales2015-05-261-0/+1
| |
| * Adds objectivec_helpers.h to the headers installed by make.Jorge Canizales2015-05-261-0/+1
|/
* Replace the check of "../.git"Feng Xiao2015-05-261-25/+24
| | | | | | | Checking the existence of ".git" is not the right way to check whether we are in develop environment because we distribute source tar-balls where such a ".git" directory does not exist. Replaced it with checking .proto files.
* Add new headers to extract_includes.batBo Yang2015-05-251-2/+16
|
* Add new files to Makefile.amBo Yang2015-05-251-1/+32
|
* Add csharp_EXTRA_DIST to all_EXTRA_DIST.Bo Yang2015-05-251-1/+1
|
* Add new files for java runtime to Makefile.amTeBoring2015-05-251-0/+3
|
* Explicitly call destructor of Mutex to release resources.Feng Xiao2015-05-251-1/+5
| | | | Change-Id: I808f4a3689e723d4490aa9ba6f1c14e3936ddcec
* Make hash_map forward constructor parameters to its base class.Feng Xiao2015-05-251-6/+17
| | | | | | | | We use a custom allocator for map fields and this allocator must be passed correctly to hash_map to make sure it's allocated properly with our custom allocator. Change-Id: Ie59fa24bf11ff28ffd0fa870e24e456c66b2b9c5
* Add csharp files to Makefile.amBo Yang2015-05-251-0/+249
|
* Add objectivec/generate_descriptors_proto.sh in Makefile.amBo Yang2015-05-251-0/+1
|
* Copy two data files from ruby/tests to src/google/compiler/ruby. Tests in ↵Bo Yang2015-05-254-7/+150
| | | | src/google/compiler/ruby depend on these two files, but they were missed in language distributions other than ruby
* Remove useless slash in Makefile.amTeBoring2015-05-251-22/+22
|
* Fix bugs in objective-c.Bo Yang2015-05-258-25/+248
|
* Merge pull request #422 from google/3.0.0-alpha-3-windows-fixPaul Yang2015-05-2513-45/+197
|\ | | | | 3.0.0 alpha 3 windows fix
| * Fix bugs on windows.Bo Yang2015-05-2411-41/+64
| |
| * Merge pull request #421 from TeBoring/3.0.0-alpha-3-fixPaul Yang2015-05-242-4/+133
|/| | | | | Fix c++ on windows
| * Merge branch '3.0.0-alpha-3-fix' of https://github.com/TeBoring/protobuf ↵teboring2015-05-242-4/+14
| |\ | | | | | | | | | into 3.0.0-alpha-3-fix
| * | Add missing files for test to *.vcproj filesteboring2015-05-242-4/+133
| | |
* | | Merge pull request #420 from TeBoring/3.0.0-alpha-3-fixPaul Yang2015-05-242-4/+14
|\ \ \ | | |/ | |/| Fix C2385: ambiguous access to parent classes' member without specifying
| * | Fix C2385: accessing parent classes' member without specifying is ambiguous.Bo Yang2015-05-242-4/+14
| |/
* | Allow csharp to be configured as a language in configure.acteboring2015-05-231-1/+1
| |
* | Merge pull request #419 from TeBoring/3.0.0-alpha-3-fixPaul Yang2015-05-233-22/+39
|\| | | | | Add missing files to *.vcproj
| * Add missing files to *.vcprojteboring2015-05-233-22/+39
| |
* | Merge pull request #418 from TeBoring/3.0.0-alpha-3-fixPaul Yang2015-05-235-1504/+376
|\| | | | | Clean up *.vcproj files
| * Clean up *.vcproj filesteboring2015-05-235-1504/+376
|/
* Add two languages (objectivec and csharp) to post_process_dist.shteboring2015-05-231-1/+1
|
* Merge pull request #416 from TeBoring/masterPaul Yang2015-05-237-9/+9
|\ | | | | Update version number to 3.0.0-alpha-3
| * Update version number to 3.0.0-alpha-3teboring2015-05-237-9/+9
|/
* Merge pull request #341 from yukawa/fix-undef-GOOGLE_PROTOBUF_MISSING_HASHFeng Xiao2015-05-221-1/+1
|\ | | | | Undef GOOGLE_PROTOBUF_MISSING_HASH after it is used.
| * Undef GOOGLE_PROTOBUF_MISSING_HASH after it is used.Yohei Yukawa2015-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | This is a follow up CL for df184fba00acc7d4aa7b9d64693c53c815a64eda (Id937e25bbb35968ee76c92bd4a8ce6247408c443), which added #undef GOOGLE_PROTOBUF_MISSING_HASH where GOOGLE_PROTOBUF_MISSING_HASH macro is never defined. With this CL, GOOGLE_PROTOBUF_MISSING_HASH macro will be cleaned up after it is used.
* | Merge pull request #410 from thomasvl/objc_alpha2_dropPaul Yang2015-05-2295-1254/+6091
|\ \ | | | | | | Objective C Second Alpha Drop
| * | Objective C Second Alpha DropThomas Van Lenten2015-05-2295-1254/+6091
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Style fixups in the code. - map<> serialization fixes and more tests. - Autocreation of map<> fields (to match repeated fields). - @@protoc_insertion_point(global_scope|imports). - Fixup proto2 syntax extension support. - Move all startup code to +initialize so it happen on class usage and not app startup. - Have generated headers use forward declarations and move imports into generated code, reduces what is need at compile time to speed up compiled and avoid pointless rippling of rebuilds.
* | | Merge pull request #413 from TeBoring/masterPaul Yang2015-05-21227-3789/+25713
|\ \ \ | | | | | | | | down-integrate internal changes
| * | | down-integrate internal changesBo Yang2015-05-21227-3789/+25713
| | | |