aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/extract_includes.bat.in
Commit message (Collapse)AuthorAge
* fix duplicate mkdir in update_file_lists.shGravatar Corentin Le Molgat2018-04-25
| | | | | - merge loop for .h and .proto includes - fix shellcheck errors
* Add .proto files to extract_includes.batGravatar Mizux2018-04-24
| | | | | For google/or-tools, on windows, we need to use `import "google/protobuf/wrappers.proto";` since we want "optional" int64 and in version3 POD get default value... -> so we use "google.protobuf.Int64Value" since 0 is a valid value and different from "not set" for our use case.
* Remove javanano.Gravatar Feng Xiao2018-03-26
|
* Removed some unused C++ source filesGravatar Adam Cozzette2018-03-22
|
* Integrated internal changes from GoogleGravatar Adam Cozzette2018-03-13
|
* Ran update_file_lists.sh to update Bazel and CMake file listsGravatar Adam Cozzette2017-12-07
| | | | | This should fix Bazel builds, since those were missing a new file (implicit_weak_message.cc).
* Fix Atomic32/AtomicWord on some platforms.Gravatar Jisi Liu2017-11-08
| | | | | | | | | | - Removed the redefination in the atomicword_compat.h. Now Atomic32 will alwyas be intptr_t in 32bit platforms, the bridge is no longer needed. - Change NaCl 64bit to use intptr_t instead of int32 for Atomic32, otherwise AtmoicWord APIs will miss the definations. After this change, the AtmoicWord will always be either Atomic32 or Atmoic64 depending on the platforms.
* Update filelist againGravatar Jisi Liu2017-07-19
|
* update build file listGravatar Jisi Liu2017-07-19
|
* Merge master into 3.4.xGravatar Jisi Liu2017-07-18
|\
* | Merge from Google internal for 3.4 releaseGravatar Jisi Liu2017-07-18
| |
| * replenish missed header files in install stepGravatar yjjnls2017-06-19
|/ | | | install 'generated_message_table_driven.h' and 'metadata_lite.h', they are included when compiling the files generated using protoc.exe 3.3.0
* Fix C++ build for down-integration.Gravatar Feng Xiao2017-03-29
|
* 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.