aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/tests.cmake
Commit message (Collapse)AuthorAge
* Appveyor MinGW buildGravatar Ivan Shynkarenka2018-05-03
|
* Improve error message when googletest is missing.Gravatar Feng Xiao2018-04-02
|
* Include googletest as a submodule (#3993)Gravatar Carlos O'Ryan2018-03-26
| | | Add googletest as a submodule in third_party/googletest.
* Remove javanano.Gravatar Feng Xiao2018-03-26
|
* Removed some unused C++ source filesGravatar Adam Cozzette2018-03-22
|
* Integrated internal changes from GoogleGravatar Adam Cozzette2018-03-13
|
* Merge from google internalGravatar Jisi Liu2017-10-18
|
* remove the duplicationGravatar Jisi Liu2017-08-01
|
* Fix build filesGravatar Jisi Liu2017-07-25
|
* Merge from masterGravatar Jisi Liu2017-07-25
|
* Merge from Google internal for 3.4 releaseGravatar Jisi Liu2017-07-18
|
* Down-integrate from google3.Gravatar Feng Xiao2017-03-29
|
* migrate delimited messages functions to util packageGravatar Byron Yi2017-03-16
|
* Add missing thread dependency in cmake.Gravatar Feng Xiao2017-03-09
|
* Detect if Descriptor.cs changes for csharpGravatar Jie Luo2017-03-02
|
* 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.
* update files to include php generatorsGravatar Jisi Liu2016-10-10
|
* Remove inexist files from build.Gravatar Feng Xiao2016-10-06
|
* update files to include php generators (#2165)Gravatar Jisi Liu2016-10-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.
* Update file lists.Gravatar Jisi Liu2016-04-28
|
* Update BUILD/cmake files.Gravatar Feng Xiao2015-12-28
| | | | Change-Id: I6fa9f1b65d6c06b891aabf3f3d868364d74d727d
* Simplify testing from CMake project to "check" targetGravatar Konstantin Podsvirov2015-09-17
|
* Improved testing from CMake projectGravatar Konstantin Podsvirov2015-09-16
| | | | | Build tests optimization Now lite-test added to CTest collection
* Improved testing from CMake projectGravatar Konstantin Podsvirov2015-09-15
|
* Fix bugs on windowsGravatar Bo Yang2015-08-25
|
* Down-integrate from internal code base.Gravatar Feng Xiao2015-08-23
|
* Down-integrate from internal branch.Gravatar Jisi Liu2015-08-21
| | | | Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
* Fix broken builds.Gravatar Feng Xiao2015-06-17
|
* Down-integrate from internal code base.Gravatar Feng Xiao2015-06-15
| | | | | | [ci skip] Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
* Workaround for MSVC's string literal compiler limit.Gravatar Qartar2015-06-12
| | | | | | | | | | 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.Gravatar Feng Xiao2015-05-31