aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/extract_includes.bat.in
Commit message (Collapse)AuthorAge
* Double-quote file paths in extract_includes.bat.inGravatar Feng Xiao2017-03-10
| | | | | This allows the file path to contain spaces which is very common on windows.
* Switch to gcc atomic intrinsics for macOS and delete the file that uses (#2699)Gravatar Jonathan Hseu2017-02-10
| | | the deprecated atomics.
* Add missing files.Gravatar Jisi Liu2016-12-05
|
* Fixing references to the removed atomicops_internals_pnacl.h file.Gravatar Sergio Campama2016-11-10
|
* Added new has_bits.h file to cmake/extract_includes.bat.in (#2152)Gravatar Adam Cozzette2016-10-10
| | | | 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)Gravatar Jisi Liu2016-10-06
|
* Check in php implementation. (#2052)Gravatar Paul Yang2016-09-15
| | | | | 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 listGravatar Konstantin Podsvirov2016-08-01
|
* Integrate interanl changesGravatar Bo Yang2016-06-02
|
* Update file list to include the missing extension lite file.Gravatar Jisi Liu2016-04-18
|
* Added access_level for typesGravatar Gaurav Vaish2016-04-05
| | | | | | | | | | | * `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.Gravatar Feng Xiao2015-12-28
| | | | Change-Id: I6fa9f1b65d6c06b891aabf3f3d868364d74d727d
* Down-integrate from internal code base.Gravatar Feng Xiao2015-12-11
|
* Add support for POWER LinuxGravatar Doug Kwan2015-11-03
|
* Merge branch 'master' of github.com:google/protobufGravatar Jisi Liu2015-08-21
|\ | | | | | | Change-Id: If3fb07754a734bae610d95124528e073515ac525
* | Down-integrate from internal branch.Gravatar Jisi Liu2015-08-21
| | | | | | | | Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
| * Merge pull request #629 from google/masterGravatar Jon Skeet2015-07-21
| |\ | |/ |/| Integrate changes from upstream/master into csharp-experimental
* | update header list.Gravatar Jisi Liu2015-07-17
| | | | | | | | Change-Id: I75459b8b6562c3ac58fa4b1e4513accdda43ad64
* | Update make file for extra headers.Gravatar Jisi Liu2015-07-17
| | | | | | | | Change-Id: Ifbc415755266ba3d0ffa5661fcd7c7d2e3b32a22
| * Merge pull request #586 from jtattermusch/csharp_names_exportGravatar Jan Tattermusch2015-07-16
|/| | | | | Export c# naming routines publicly
* | remove pbconfig from extract scriptGravatar Jisi Liu2015-07-13
| | | | | | | | Change-Id: I5049da7449cbada781aa1e23485a336b584802cb
| * export c# naming routines publiclyGravatar Jan Tattermusch2015-07-10
|/
* Merge pull request #505 from pherl/bazelGravatar Jisi Liu2015-06-18
|\ | | | | Add bazel support for the project
| * Move cmake/update_file_lists.sh preparing for bazel support.Gravatar Jisi Liu2015-06-17
| | | | | | | | Change-Id: Idecb2e3a5169f7b40d832242c9c10b0eb4325654
* | Fix broken builds.Gravatar Feng Xiao2015-06-17
| |
* | Down-integrate from internal code base.Gravatar Feng Xiao2015-06-15
|/ | | | | | [ci skip] Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
* Update ./update_file_lists.sh.Gravatar Feng Xiao2015-06-05
Make it executable and generate extract_includes.bat in the same directory.