aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
Commit message (Collapse)AuthorAge
* 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.
* Merge remote-tracking branch 'origin/3.0.0-beta-4'Gravatar Feng Xiao2016-07-18
|\
| * Integrate from internal code base.Gravatar Feng Xiao2016-07-13
| |
* | Fix a bad variable dereference causing <package>_FIND_VERSION_PRERELEASE to ↵Gravatar Walter Gray2016-07-12
|/ | | | be ignored.
* Fix spelling in strings and commentsGravatar Otto Kekäläinen2016-07-03
|
* Merge pull request #1666 from yeswalrus/cmake-prerelease-examplesGravatar Feng Xiao2016-06-17
|\ | | | | CMake Fix up prerelease version handling
* \ Merge pull request #1658 from yeswalrus/cmake-fixup-moduleGravatar Feng Xiao2016-06-15
|\ \ | | | | | | Cleanup protobuf-module.cmake.in
* | | make protobuf_MSVC_STATIC_RUNTIME a dependent option to reflect it's use.Gravatar Walter Gray2016-06-09
| | |
* | | Save the relevant options used to create a package, allow users to reject ↵Gravatar Walter Gray2016-06-09
| | | | | | | | | | | | packages based on them.
| | * Fix prerelease version matching to be more consistent with the find_package ↵Gravatar Walter Gray2016-06-09
| |/ |/| | | | | arguments.
| * Removed handling for ALIASED targets since they are unused.Gravatar Walter Gray2016-06-07
|/
* Merge pull request #1624 from yeswalrus/cmake-prerelease-versioningGravatar Feng Xiao2016-06-07
|\ | | | | CMake prerelease versioning
* | Replace handwritten protobuf-targets with exported version.Gravatar Walter Gray2016-06-06
| |
* | Use ExternalProject_Add to build the examples in a stand-alone fashion.Gravatar Walter Gray2016-06-06
| |
* | CMake project updatesGravatar Konstantin Podsvirov2016-06-04
| | | | | | | | | | | | | | | | | | A series of improvements: - Improved Protobuf module compatibility (disabled by default); - Hide advanced settings; - Added build tree configuration; - Added build of examples.
* | Integrate interanl changesGravatar Bo Yang2016-06-02
| |
| * For prerelease versions, require protobuf_FIND_VERSION to be set.Gravatar Walter Gray2016-05-31
| |
| * Include the prerelease version in the protobuf_VERSIONGravatar Walter Gray2016-05-31
| |
* | Merge pull request #1613 from yeswalrus/cmake-min-versionGravatar Feng Xiao2016-05-31
|\ \ | |/ |/| Bump cmake minimum required version to 2.8.12
* | Remove __PROTOBUF_PACKAGE_PREFIXGravatar Walter Gray2016-05-28
| |
* | remove useless cleanup - config.cmake files are executed in their own context.Gravatar Walter Gray2016-05-26
| |
| * Bump to the *real* minimum required version. Setting CMP0022 breaks CMake ↵Gravatar Walter Gray2016-05-26
| | | | | | | | versions < 2.8.12
* | Remove if(TRUE)Gravatar Walter Gray2016-05-26
|/