aboutsummaryrefslogtreecommitdiff
path: root/cmake/tests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Update build files.Feng Xiao2018-08-131-0/+1
| | | | | * Fixes https://github.com/google/protobuf/issues/5031 * Fixes https://github.com/google/protobuf/issues/5037
* Merge master branch.Feng Xiao2018-08-081-0/+7
|\
| * tests: fix link failure and stack overflow on Mingw w64Roman Popov2018-07-301-0/+7
| |
* | Down-integrate from google3.Feng Xiao2018-08-081-0/+2
|/
* Appveyor MinGW buildIvan Shynkarenka2018-05-031-0/+4
|
* Improve error message when googletest is missing.Feng Xiao2018-04-021-1/+6
|
* Include googletest as a submodule (#3993)Carlos O'Ryan2018-03-261-9/+11
| | | Add googletest as a submodule in third_party/googletest.
* Remove javanano.Feng Xiao2018-03-261-0/+3
|
* Removed some unused C++ source filesAdam Cozzette2018-03-221-2/+1
|
* Integrated internal changes from GoogleAdam Cozzette2018-03-131-3/+2
|
* Merge from google internalJisi Liu2017-10-181-0/+1
|
* remove the duplicationJisi Liu2017-08-011-1/+0
|
* Fix build filesJisi Liu2017-07-251-1/+0
|
* Merge from masterJisi Liu2017-07-251-0/+3
|
* Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-0/+1
|
* Down-integrate from google3.Feng Xiao2017-03-291-1/+4
|
* migrate delimited messages functions to util packageByron Yi2017-03-161-0/+1
|
* Add missing thread dependency in cmake.Feng Xiao2017-03-091-0/+1
|
* Detect if Descriptor.cs changes for csharpJie Luo2017-03-021-0/+1
|
* Fixed "make check" for cmake buildAdam Cozzette2016-12-191-0/+1
| | | | | | | 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.
* update files to include php generatorsJisi Liu2016-10-101-0/+2
|
* Remove inexist files from build.Feng Xiao2016-10-061-2/+0
|
* update files to include php generators (#2165)Jisi Liu2016-10-061-0/+2
|
* CMake project updatesKonstantin Podsvirov2016-06-041-0/+1
| | | | | | | | | A series of improvements: - Improved Protobuf module compatibility (disabled by default); - Hide advanced settings; - Added build tree configuration; - Added build of examples.
* Update file lists.Jisi Liu2016-04-281-0/+5
|
* Update BUILD/cmake files.Feng Xiao2015-12-281-2/+4
| | | | Change-Id: I6fa9f1b65d6c06b891aabf3f3d868364d74d727d
* Simplify testing from CMake project to "check" targetKonstantin Podsvirov2015-09-171-19/+13
|
* Improved testing from CMake projectKonstantin Podsvirov2015-09-161-4/+11
| | | | | Build tests optimization Now lite-test added to CTest collection
* Improved testing from CMake projectKonstantin Podsvirov2015-09-151-3/+13
|
* Fix bugs on windowsBo Yang2015-08-251-1/+0
|
* Down-integrate from internal code base.Feng Xiao2015-08-231-4/+13
|
* Down-integrate from internal branch.Jisi Liu2015-08-211-0/+6
| | | | Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
* Fix broken builds.Feng Xiao2015-06-171-2/+9
|
* Down-integrate from internal code base.Feng Xiao2015-06-151-9/+35
| | | | | | [ci skip] Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
* Workaround for MSVC's string literal compiler limit.Qartar2015-06-121-0/+1
| | | | | | | | | | Escape characters don't count for string literal size, no need to pre-generate escape string. Added unit test to touch enormous cpp generated descriptor. Updated makefile to include enormous_descriptor.proto Fixed language compatibility error.
* Add cmake support.Feng Xiao2015-05-311-0/+148