aboutsummaryrefslogtreecommitdiff
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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