Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Disable MSVC warning C4309 | Wojciech Mamrak | 2017-02-18 |
| | | | | | > warning C4309: static_cast': truncation of constant value introduced in commit 9db5b11c9cf2922435b53495b9c1e114525f0428 | ||
* | Rename UNICODE to protobuf_UNICODE | Wei-Yin Chen (陳威尹) | 2016-09-01 |
| | |||
* | Support Unicode build on Windows | Wei-Yin Chen (陳威尹) | 2016-08-31 |
| | |||
* | CMake: Auto find ZLIB from package config if nedded | Konstantin Podsvirov | 2016-08-02 |
| | |||
* | make protobuf_MSVC_STATIC_RUNTIME a dependent option to reflect it's use. | Walter Gray | 2016-06-09 |
| | |||
* | Merge pull request #1624 from yeswalrus/cmake-prerelease-versioning | Feng Xiao | 2016-06-07 |
|\ | | | | | CMake prerelease versioning | ||
* | | Replace handwritten protobuf-targets with exported version. | Walter Gray | 2016-06-06 |
| | | |||
* | | CMake project updates | Konstantin Podsvirov | 2016-06-04 |
| | | | | | | | | | | | | | | | | | | A series of improvements: - Improved Protobuf module compatibility (disabled by default); - Hide advanced settings; - Added build tree configuration; - Added build of examples. | ||
| * | Include the prerelease version in the protobuf_VERSION | Walter Gray | 2016-05-31 |
| | | |||
* | | Bump to the *real* minimum required version. Setting CMP0022 breaks CMake ↵ | Walter Gray | 2016-05-26 |
|/ | | | | versions < 2.8.12 | ||
* | Allow bigobj for map_unittest | Jisi Liu | 2016-04-01 |
| | |||
* | MSVC MP flag to build with multiple processes in visual studio. | Benjamin Bennett | 2015-12-07 |
| | |||
* | Improved SHARED build from CMake project | Konstantin Podsvirov | 2015-10-15 |
| | |||
* | Add CMake option protobuf_DEBUG_POSTFIX | Konstantin Podsvirov | 2015-09-17 |
| | |||
* | Rename CMake option BUILD_SHARED_LIBS to protobuf_BUILD_SHARED_LIBS | Konstantin Podsvirov | 2015-09-15 |
| | |||
* | Rename CMake option ZLIB to protobuf_WITH_ZLIB | Konstantin Podsvirov | 2015-09-15 |
| | |||
* | Rename CMake option BUILD_TESTING to protobuf_BUILD_TESTS | Konstantin Podsvirov | 2015-09-15 |
| | |||
* | Using NEW behavior for CMP0022 in CMake project | Konstantin Podsvirov | 2015-09-01 |
| | |||
* | Option for switching static runtime link policy with MSVC | Konstantin Podsvirov | 2015-09-01 |
| | |||
* | Using find_package(ZLIB) with MSVC too | Konstantin Podsvirov | 2015-08-31 |
| | |||
* | Improved configure.ac parsing | Konstantin Podsvirov | 2015-08-31 |
| | |||
* | Merge pull request #673 from podsvirov/topic-cmake-install | Feng Xiao | 2015-08-12 |
|\ | | | | | Install protobuf from cmake project | ||
* | | only link runtime libraries statically for a static build | Jan Tattermusch | 2015-08-12 |
| | | |||
* | | make VS build link runtime statically | Jan Tattermusch | 2015-08-08 |
| | | |||
| * | Parsing version from configure.ac for CMake project | Konstantin Podsvirov | 2015-08-01 |
| | | |||
| * | Install protobuf from cmake project | Konstantin Podsvirov | 2015-07-31 |
|/ | | | | | Additional export as "protobuf" package for importing from other cmake projects | ||
* | Make the code independent of config.h | Jisi Liu | 2015-06-16 |
| | | | | | | | | | | | | | Now the Build tool needs to define -DHAVE_ZLIB and -DHAVE-PTHREAD rather than providing a config.h - Make pbconfig.h a manually written file to handle hash conditions according to platform related macros. - Remove #include "config.h" from source code. - Changed the configure.ac and Makefile.am to pass down the macros. - Change cmake to pass down the the macros. Change-Id: I537249d5df8fdeba189706aec436d1ab1104a4dc | ||
* | Update ./update_file_lists.sh. | Feng Xiao | 2015-06-05 |
| | | | | Make it executable and generate extract_includes.bat in the same directory. | ||
* | Add back incorrectly excluded cmake targets. | Feng Xiao | 2015-06-05 |
| | |||
* | Add an cmake option to exclude tests. | Feng Xiao | 2015-06-04 |
| | |||
* | Add cmake support. | Feng Xiao | 2015-05-31 |