aboutsummaryrefslogtreecommitdiff
path: root/cmake/extract_includes.bat.in
Commit message (Collapse)AuthorAgeFilesLines
* Fixing references to the removed atomicops_internals_pnacl.h file.Sergio Campama2016-11-101-1/+1
|
* Added new has_bits.h file to cmake/extract_includes.bat.in (#2152)Adam Cozzette2016-10-101-0/+1
| | | | This is necessary so that the CMake build knows to include this header file in the installation include/ directory.
* update files to include php generators (#2165)Jisi Liu2016-10-061-1/+2
|
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+1
| | | | | This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.
* CMake: remove repeated_field_reflection.h from extract listKonstantin Podsvirov2016-08-011-1/+0
|
* Integrate interanl changesBo Yang2016-06-021-0/+1
|
* Update file list to include the missing extension lite file.Jisi Liu2016-04-181-1/+0
|
* Added access_level for typesGaurav Vaish2016-04-051-0/+1
| | | | | | | | | | | * `csharp_options`: Added `Options` to encapsulate generator options. Supported options for now - file_extension, base_namespace * `{Blah}Generator`: Now accept `Options*` as parameter to constructor * `csharp_generator.cc`: Parse and populate options * `Makefile.am`: Added `csharp_options.h` * `extract_includes.bat.in`: Added `csharp_options.h` Refactoring code to two commits. This is the first commit
* Update BUILD/cmake files.Feng Xiao2015-12-281-1/+1
| | | | Change-Id: I6fa9f1b65d6c06b891aabf3f3d868364d74d727d
* Down-integrate from internal code base.Feng Xiao2015-12-111-0/+2
|
* Add support for POWER LinuxDoug Kwan2015-11-031-1/+1
|
* Merge branch 'master' of github.com:google/protobufJisi Liu2015-08-211-0/+1
|\ | | | | | | Change-Id: If3fb07754a734bae610d95124528e073515ac525
| * Merge pull request #629 from google/masterJon Skeet2015-07-211-0/+9
| |\ | | | | | | Integrate changes from upstream/master into csharp-experimental
| * \ 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
| | | |
* | | | Down-integrate from internal branch.Jisi Liu2015-08-211-0/+2
| |_|/ |/| | | | | | | | Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
* | | 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
* / remove pbconfig from extract scriptJisi Liu2015-07-131-1/+0
|/ | | | Change-Id: I5049da7449cbada781aa1e23485a336b584802cb
* Merge pull request #505 from pherl/bazelJisi Liu2015-06-181-1/+0
|\ | | | | Add bazel support for the project
| * Move cmake/update_file_lists.sh preparing for bazel support.Jisi Liu2015-06-171-1/+1
| | | | | | | | Change-Id: Idecb2e3a5169f7b40d832242c9c10b0eb4325654
* | Fix broken builds.Feng Xiao2015-06-171-0/+1
| |
* | Down-integrate from internal code base.Feng Xiao2015-06-151-0/+6
|/ | | | | | [ci skip] Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
* Update ./update_file_lists.sh.Feng Xiao2015-06-051-0/+105
Make it executable and generate extract_includes.bat in the same directory.