aboutsummaryrefslogtreecommitdiff
path: root/cmake/extract_includes.bat.in
Commit message (Collapse)AuthorAgeFilesLines
* Update build files.Feng Xiao2018-08-131-0/+3
| | | | | * Fixes https://github.com/google/protobuf/issues/5031 * Fixes https://github.com/google/protobuf/issues/5037
* fix duplicate mkdir in update_file_lists.shCorentin Le Molgat2018-04-251-3/+0
| | | | | - merge loop for .h and .proto includes - fix shellcheck errors
* Add .proto files to extract_includes.batMizux2018-04-241-0/+15
| | | | | 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.Feng Xiao2018-03-261-2/+0
|
* Removed some unused C++ source filesAdam Cozzette2018-03-221-1/+1
|
* Integrated internal changes from GoogleAdam Cozzette2018-03-131-16/+0
|
* Ran update_file_lists.sh to update Bazel and CMake file listsAdam Cozzette2017-12-071-0/+1
| | | | | This should fix Bazel builds, since those were missing a new file (implicit_weak_message.cc).
* Fix Atomic32/AtomicWord on some platforms.Jisi Liu2017-11-081-1/+0
| | | | | | | | | | - 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 againJisi Liu2017-07-191-0/+1
|
* update build file listJisi Liu2017-07-191-1/+0
|
* Merge master into 3.4.xJisi Liu2017-07-181-0/+1
|\
| * replenish missed header files in install stepyjjnls2017-06-191-0/+2
| | | | | | | | install 'generated_message_table_driven.h' and 'metadata_lite.h', they are included when compiling the files generated using protoc.exe 3.3.0
* | Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-1/+2
|/
* Fix C++ build for down-integration.Feng Xiao2017-03-291-0/+2
|
* Double-quote file paths in extract_includes.bat.inFeng Xiao2017-03-101-111/+111
| | | | | 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)Jonathan Hseu2017-02-101-1/+0
| | | the deprecated atomics.
* Add missing files.Jisi Liu2016-12-051-0/+1
|
* 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.