Skip to content

Update unpack_template.h #14441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 20, 2016
Merged

Update unpack_template.h #14441

merged 1 commit into from
Oct 20, 2016

Conversation

aixtools
Copy link
Contributor

USE_CASE_RANGE is a GNU C feature. This change will activate
USE_CASE_RANGE on any platform when using GNU C and not on any platform
when a different compiler is being used.

closes #14373

USE_CASE_RANGE is a GNU C feature. This change will activate
USE_CASE_RANGE on any platform when using GNU C and not on any platform
when a different compiler is being used.

closes #14373
@codecov-io
Copy link

codecov-io commented Oct 17, 2016

Current coverage is 85.25% (diff: 100%)

Merging #14441 into master will decrease coverage by <.01%

@@             master     #14441   diff @@
==========================================
  Files           140        140          
  Lines         50631      50631          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits          43167      43166     -1   
- Misses         7464       7465     +1   
  Partials          0          0          

Powered by Codecov. Last update 7cad3f1...1824bad

@jreback jreback added the Build Library building on various platforms label Oct 19, 2016
@jreback jreback added this to the 0.19.1 milestone Oct 19, 2016
@jreback
Copy link
Contributor

jreback commented Oct 19, 2016

can you push this again. since we changed the url of the repo, I think appveyor got turned off. I just turned it back on.

you can do:

git commit --all --amend -C HEAD generate a revised hash
git push yourbranchname yourrepo -f to force the update

@aixtools
Copy link
Contributor Author

rebuilding server after a NAS crash - will do later tomorrow.

@jreback jreback merged commit 794f792 into pandas-dev:master Oct 20, 2016
@jreback
Copy link
Contributor

jreback commented Oct 20, 2016

thanks @aixtools this builds.

tworec pushed a commit to RTBHOUSE/pandas that referenced this pull request Oct 21, 2016
USE_CASE_RANGE is a GNU C feature. This change will activate
USE_CASE_RANGE on any platform when using GNU C and not on any platform
when a different compiler is being used.

closes pandas-dev#14373
@aixtools aixtools deleted the patch-1 branch October 21, 2016 10:00
jorisvandenbossche pushed a commit to jorisvandenbossche/pandas that referenced this pull request Nov 2, 2016
USE_CASE_RANGE is a GNU C feature. This change will activate
USE_CASE_RANGE on any platform when using GNU C and not on any platform
when a different compiler is being used.

closes pandas-dev#14373
(cherry picked from commit 794f792)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

problem with building pandas - not using gcc as compiler
3 participants