aboutsummaryrefslogtreecommitdiff
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Update make file for extra headers.Jisi Liu2015-07-171-0/+6
| |_|/ |/| | | | | | | | Change-Id: Ifbc415755266ba3d0ffa5661fcd7c7d2e3b32a22
* | | remove pbconfig from extract scriptJisi Liu2015-07-131-1/+0
| | | | | | | | | | | | Change-Id: I5049da7449cbada781aa1e23485a336b584802cb
* | | fix typo in cmake/README.mdJan Tattermusch2015-06-241-1/+1
| |/ |/|
* | Merge pull request #505 from pherl/bazelJisi Liu2015-06-182-122/+0
|\ \ | | | | | | Add bazel support for the project
| * | Move cmake/update_file_lists.sh preparing for bazel support.Jisi Liu2015-06-172-122/+1
| |/ | | | | | | Change-Id: Idecb2e3a5169f7b40d832242c9c10b0eb4325654
* | Merge pull request #501 from xfxyjwf/downFeng Xiao2015-06-175-14/+77
|\ \ | |/ |/| Down-integrate from internal code base.
| * Fix broken builds.Feng Xiao2015-06-174-3/+12
| |
| * Down-integrate from internal code base.Feng Xiao2015-06-155-14/+68
| | | | | | | | | | | | [ci skip] Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
* | Make the code independent of config.hJisi Liu2015-06-164-139/+7
|/ | | | | | | | | | | | | 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
* Merge pull request #481 from Qartar/masterFeng Xiao2015-06-121-0/+1
|\ | | | | Workaround for MSVC's string literal compiler limit.
| * 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.
* | Remove vsprojects.Feng Xiao2015-06-051-12/+24
|/
* Update ./update_file_lists.sh.Feng Xiao2015-06-053-10/+127
| | | | Make it executable and generate extract_includes.bat in the same directory.
* Add back incorrectly excluded cmake targets.Feng Xiao2015-06-051-1/+2
|
* Fix README.md formatting.Feng Xiao2015-06-041-34/+43
| | | | Change-Id: I121cb70bfdc4894c297ab1a36f1db47736c0652b
* Add an cmake option to exclude tests.Feng Xiao2015-06-041-2/+4
|
* Add cmake support.Feng Xiao2015-05-3111-0/+748