aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
Commit message (Collapse)AuthorAge
...
* generate python code when calling PROTOBUF_GENERATE_PYTHONGravatar Markus Heß2017-09-25
|
* protobuf_generate: add EXPORT_MACRO optionGravatar Markus Heß2017-09-22
|
* Integrated internal changes from GoogleGravatar Adam Cozzette2017-09-14
|
* Merge pull request #3158 from yeswalrus/fix-policy-warningGravatar Feng Xiao2017-09-13
|\ | | | | Fix policy warning CMP0054
* | fix protobuf_generate functionGravatar Markus Heß2017-09-12
| |
* | remove the duplicationGravatar Jisi Liu2017-08-01
| |
* | Fix makefile.amGravatar Jisi Liu2017-07-25
| |
* | Fix build filesGravatar Jisi Liu2017-07-25
| |
* | Merge from masterGravatar Jisi Liu2017-07-25
| |
* | Update filelist againGravatar Jisi Liu2017-07-19
| |
* | remove profileGravatar Jisi Liu2017-07-19
| |
* | update build file listGravatar Jisi Liu2017-07-19
| |
* | Merge master into 3.4.xGravatar Jisi Liu2017-07-18
|\ \
* | | Merge from Google internal for 3.4 releaseGravatar Jisi Liu2017-07-18
| | |
| * | replenish missed header files in install stepGravatar yjjnls2017-06-19
| | | | | | | | | | | | install 'generated_message_table_driven.h' and 'metadata_lite.h', they are included when compiling the files generated using protoc.exe 3.3.0
| * | add protobuf_generate function, allows use of target_sources where availableGravatar Walter Gray2017-06-02
| | |
| | * Fix policy warning CMP0054Gravatar Walter Gray2017-05-30
| | |
| * | fix check_and_save_build_option not correctly exporting build optionsGravatar Walter Gray2017-05-30
| | |
| * | Fix the check_and_save_build_option macro never evaluating to trueGravatar Walter Gray2017-05-30
| | |
| * | Fix find module not working when no version number was givenGravatar Walter Gray2017-05-30
| |/
| * Add headers as part of cmake projectGravatar Dennis Cappendijk2017-05-29
|/ | | | tested only on windows with visual studio 2015 as generator
* Fix C++ build for down-integration.Gravatar Feng Xiao2017-03-29
|
* Down-integrate from google3.Gravatar Feng Xiao2017-03-29
|
* add delimited_message_util.cc to libprotobuf.cmakeGravatar Byron Yi2017-03-16
|
* migrate delimited messages functions to util packageGravatar Byron Yi2017-03-16
|
* Fix libprotoc.cmake to generate well_known_types_embed.ccGravatar Konstantin Podsvirov2017-03-15
| | | | | | Unfortunate typo. Just one extra ',' symbol, has led to the hidden implicit behavior. Now everything will be fine.
* Double-quote file paths in extract_includes.bat.inGravatar Feng Xiao2017-03-10
| | | | | This allows the file path to contain spaces which is very common on windows.
* Add missing thread dependency in cmake.Gravatar Feng Xiao2017-03-09
|
* Detect if Descriptor.cs changes for csharpGravatar Jie Luo2017-03-02
|
* Disable MSVC warning C4309Gravatar Wojciech Mamrak2017-02-18
| | | | | > warning C4309: static_cast': truncation of constant value introduced in commit 9db5b11c9cf2922435b53495b9c1e114525f0428
* Switch to gcc atomic intrinsics for macOS and delete the file that uses (#2699)Gravatar Jonathan Hseu2017-02-10
| | | the deprecated atomics.
* Fixed "make check" for cmake buildGravatar Adam Cozzette2016-12-19
| | | | | | | The check target did not depend on the test_plugin binary, so this would cause "make check" to fail at times because of the absence of test_plugin. This change adds a dependency on test_plugin so that it will always get built before the tests are executed.
* Auto-generate well_known_types_embed.ccGravatar Adam Cozzette2016-12-19
| | | | | | | Until now this file was just checked into the repo, but actually it should be generated from any.js, struct.js, and timestamp.js. This change updates the build system to make this happen. To make it work I also had to remove some C++11 features from embed.cc.
* Add missing files.Gravatar Jisi Liu2016-12-05
|
* Updated libprotoc.cmakeGravatar Adam Cozzette2016-11-17
|
* Fixing references to the removed atomicops_internals_pnacl.h file.Gravatar Sergio Campama2016-11-10
|
* update files to include php generatorsGravatar Jisi Liu2016-10-10
|
* Added new has_bits.h file to cmake/extract_includes.bat.in (#2152)Gravatar Adam Cozzette2016-10-10
| | | | This is necessary so that the CMake build knows to include this header file in the installation include/ directory.
* Remove inexist files from build.Gravatar Feng Xiao2016-10-06
|
* update files to include php generators (#2165)Gravatar Jisi Liu2016-10-06
|
* Check in php implementation. (#2052)Gravatar Paul Yang2016-09-15
| | | | | This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.
* Rename UNICODE to protobuf_UNICODEGravatar Wei-Yin Chen (陳威尹)2016-09-01
|
* Support Unicode build on WindowsGravatar Wei-Yin Chen (陳威尹)2016-08-31
|
* Merge pull request #1842 from udnaan/masterGravatar Feng Xiao2016-08-08
|\ | | | | fixed cmake config files install path
* \ Merge pull request #1865 from podsvirov/topic-cmake-projectGravatar Feng Xiao2016-08-03
|\ \ | | | | | | CMake: Improvements and Bugfixes
| * | CMake: Auto find ZLIB from package config if neddedGravatar Konstantin Podsvirov2016-08-02
| | |
* | | CMake: remove repeated_field_reflection.h from extract listGravatar Konstantin Podsvirov2016-08-01
| | |
| * | CMake: Bugfix for protobuf_MODULE_COMPATIBLEGravatar Konstantin Podsvirov2016-07-28
| | | | | | | | | | | | Removed excess endif()
| * | CMake: Link to ZLIB only if protobuf_WITH_ZLIB enabledGravatar Konstantin Podsvirov2016-07-28
|/ /
| * fixed cmake config files install pathGravatar Adnan2016-07-26
|/ | | | | | | | | | | | | | | | | | | Ruby: generated foo.proto -> foo_pb.rb instead of foo.rb. This brings us more into line with other langauges, and makes it more obvious when we are requiring protobuf generated code. Add a script to build protoc zip packages. [ci skip] Change-Id: Ia0e0bf3bb6bd24633dc8f294318bb20ac837f8b9 Ruby: translate package names from snake_case -> PascalCase. Added unit test for PascalCasing package names in Ruby. Added new file to ruby_EXTRA_DIST.