aboutsummaryrefslogtreecommitdiff
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* only link runtime libraries statically for a static buildJan Tattermusch2015-08-121-12/+13
|
* make VS build link runtime staticallyJan Tattermusch2015-08-081-0/+12
|
* Merge pull request #653 from airtimemedia/masterFeng Xiao2015-08-032-0/+2
|\ | | | | Various compilation fixes
| * Set cmake include directories on library targets.Tom Hughes2015-07-282-0/+2
| | | | | | | | | | cmake targets that depend on these libraries will automatically have these include directories.
* | Merge pull request #629 from google/masterJon Skeet2015-07-211-0/+9
|\| | | | | Integrate changes from upstream/master into csharp-experimental
| * update header list.Jisi Liu2015-07-171-0/+3
| | | | | | | | Change-Id: I75459b8b6562c3ac58fa4b1e4513accdda43ad64
| * Update make file for extra headers.Jisi Liu2015-07-171-0/+6
| | | | | | | | Change-Id: Ifbc415755266ba3d0ffa5661fcd7c7d2e3b32a22
* | Merge pull request #611 from jskeet/csharp-wrappersJon Skeet2015-07-171-0/+1
|\ \ | | | | | | C# wrapper types
| * | First part of implementing wrapper types. Not ready yet!Jon Skeet2015-07-161-0/+1
| | |
* | | Merge pull request #586 from jtattermusch/csharp_names_exportJan Tattermusch2015-07-161-0/+1
|\ \ \ | |/ / |/| | Export c# naming routines publicly
| * | export c# naming routines publiclyJan Tattermusch2015-07-101-0/+1
| | |
* | | Merge remote-tracking branch 'upstream/master' into csharp-experimentalJan Tattermusch2015-07-152-2/+1
|\ \ \ | |/ / |/| / | |/
| * remove pbconfig from extract scriptJisi Liu2015-07-131-1/+0
| | | | | | | | Change-Id: I5049da7449cbada781aa1e23485a336b584802cb
| * fix typo in cmake/README.mdJan Tattermusch2015-06-241-1/+1
| |
* | First pass at map support.Jon Skeet2015-06-251-0/+1
| | | | | | | | More tests required. Generated code in next commit.
* | Merge remote-tracking branch 'upstream/master' into proto3-onlyJon Skeet2015-06-196-136/+77
|\|
| * 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
* | | Updates to handle use of cmake for Windows builds.Jon Skeet2015-06-171-2/+0
|/ /
* / 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