aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
Commit message (Collapse)AuthorAge
* 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
|/
* added missing closing bracket for _cmakedir_desc in cmake/install.cmake line 88Gravatar Jeff Merver2016-05-21
|
* add protobuf:: namespace to installed targetsGravatar Walter Gray2016-05-20
|
* Merge pull request #1576 from wal-rus/cmake-versionfileGravatar Feng Xiao2016-05-20
|\ | | | | Make protobuf-config-version.cmake.in set the required variables
| * Update protobuf-config-version.cmake.in to correctly set the required ↵Gravatar Walter Gray2016-05-19
| | | | | | | | variables (PACKAGE_VERSION_EXACT, PACKAGE_VERSION_COMPATIBLE, PACKAGE_VERSION_UNSUITABLE)
* | Fix the cmake configuration file install path to be more standards compliant ↵Gravatar Walter Gray2016-05-19
|/ | | | (See the description of cmake's config search behavior on https://cmake.org/cmake/help/v3.4/command/find_package.html)
* Update file lists.Gravatar Jisi Liu2016-04-28
|
* Update file list to include the missing extension lite file.Gravatar Jisi Liu2016-04-18
|
* Merge branch 'master' into internal-mergeGravatar Josh Haberman2016-04-07
|\
| * Added access_level for typesGravatar Gaurav Vaish2016-04-05
| | | | | | | | | | | | | | | | | | | | | | * `csharp_options`: Added `Options` to encapsulate generator options. Supported options for now - file_extension, base_namespace * `{Blah}Generator`: Now accept `Options*` as parameter to constructor * `csharp_generator.cc`: Parse and populate options * `Makefile.am`: Added `csharp_options.h` * `extract_includes.bat.in`: Added `csharp_options.h` Refactoring code to two commits. This is the first commit