aboutsummaryrefslogtreecommitdiffhomepage
path: root/update_file_lists.sh
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
|
* `update_file_lists.sh` depends on Bash features, thus needs Bash sebang.Gravatar John Millikin2018-02-24
| | | | | | I noticed that running this script as `./update_file_lists.sh` on MacOS was corrupting `cmake/extract_includes.bat.in`. Forcing the shell to Bash fixes the generated file output.
* Fix C++ build for down-integration.Gravatar Feng Xiao2017-03-29
|
* Fix bugs on windowsGravatar Bo Yang2015-08-25
|
* Down-integrate from internal code base.Gravatar Feng Xiao2015-08-23
|
* Down-integrate from internal branch.Gravatar Jisi Liu2015-08-21
| | | | Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
* Enable tests for bazel build.Gravatar Jisi Liu2015-06-18
| | | | Change-Id: I63ed5fb58a45e098f2fd1fa457a219148de030bd
* Remove OUTS constants in BUILDGravatar Jisi Liu2015-06-18
| | | | | | | Induce those from the input proto file names instead to reduce the lenght of the BUILD file. Change-Id: I1dda57dedac547f4bd0cc3a7d08fb611d72acd13
* Add Bazel BUILD for the project.Gravatar Jisi Liu2015-06-17
| | | | Change-Id: I5a299d969ff96d7d2f80aadc7e8987d461d24b8f
* Move cmake/update_file_lists.sh preparing for bazel support.Gravatar Jisi Liu2015-06-17
Change-Id: Idecb2e3a5169f7b40d832242c9c10b0eb4325654