Skip to content

Commit 206b48d

Browse files
author
Matt Darwin
committed
Merge branch 'master' into ARROW-1240-upgrade-logback
2 parents 3e2f676 + 284a4ce commit 206b48d

File tree

454 files changed

+16369
-7727
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

454 files changed

+16369
-7727
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ MANIFEST
2727

2828
cpp/.idea/
2929
python/.eggs/
30-
.vscode
30+
.vscode
31+
.idea/

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ cache:
4242
ccache: true
4343
directories:
4444
- $HOME/.conda_packages
45-
- $HOME/.ccache
4645

4746
matrix:
4847
fast_finish: true
@@ -56,6 +55,9 @@ matrix:
5655
before_script:
5756
- export CC="gcc-4.9"
5857
- export CXX="g++-4.9"
58+
- export ARROW_TRAVIS_USE_TOOLCHAIN=1
59+
- export ARROW_TRAVIS_VALGRIND=1
60+
- export ARROW_TRAVIS_PLASMA=1
5961
- $TRAVIS_BUILD_DIR/ci/travis_before_script_cpp.sh
6062
script:
6163
- $TRAVIS_BUILD_DIR/ci/travis_script_cpp.sh
@@ -66,6 +68,8 @@ matrix:
6668
cache:
6769
addons:
6870
before_script:
71+
- export ARROW_TRAVIS_USE_TOOLCHAIN=1
72+
- export ARROW_TRAVIS_PLASMA=1
6973
- $TRAVIS_BUILD_DIR/ci/travis_before_script_cpp.sh
7074
script:
7175
- $TRAVIS_BUILD_DIR/ci/travis_script_cpp.sh

CHANGELOG.md

Lines changed: 221 additions & 78 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
<!---
2-
Licensed under the Apache License, Version 2.0 (the "License");
3-
you may not use this file except in compliance with the License.
4-
You may obtain a copy of the License at
5-
6-
http://www.apache.org/licenses/LICENSE-2.0
7-
8-
Unless required by applicable law or agreed to in writing, software
9-
distributed under the License is distributed on an "AS IS" BASIS,
10-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11-
See the License for the specific language governing permissions and
12-
limitations under the License. See accompanying LICENSE file.
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
1318
-->
1419

1520
## Apache Arrow

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ environment:
6060
init:
6161
- set MINICONDA=C:\Miniconda35-x64
6262
- set PATH=%MINICONDA%;%MINICONDA%/Scripts;%MINICONDA%/Library/bin;%PATH%
63-
- if "%GENERATOR%"=="NMake Makefiles" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
63+
- if "%GENERATOR%"=="NMake Makefiles" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
6464

6565
build_script:
6666
- git config core.symlinks true

c_glib/README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
<!---
2-
Licensed under the Apache License, Version 2.0 (the "License");
3-
you may not use this file except in compliance with the License.
4-
You may obtain a copy of the License at
5-
6-
http://www.apache.org/licenses/LICENSE-2.0
7-
8-
Unless required by applicable law or agreed to in writing, software
9-
distributed under the License is distributed on an "AS IS" BASIS,
10-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11-
See the License for the specific language governing permissions and
12-
limitations under the License. See accompanying LICENSE file.
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
1318
-->
1419

1520
# Arrow GLib

0 commit comments

Comments
 (0)