Skip to content
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

Add additional common C++ and Fortran header file extensions #11600

Merged
merged 4 commits into from
Jun 12, 2019

Conversation

adamjstewart
Copy link
Member

@adamjstewart adamjstewart commented May 31, 2019

See #11588 (@downloadico)

This is a continuation of #10798 (@michaelkuhn)

Can anyone think of any other common header file extensions?

@greenc-FNAL
Copy link
Member

Can anyone think of any other common header file extensions?

Less common, but still:

C++: .hxx

@downloadico
Copy link
Contributor

downloadico commented Jun 3, 2019 via email

suffixes = ['h', 'hpp', 'mod']
suffixes = [
# C
'h',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OCD: technically .h is also common practice in C++ 🙂

@greenc-FNAL
Copy link
Member

Sorry to be nickle-and-diming this one to death, but now it's been mentioned, some communities use .icc for template implementations.

@adamjstewart adamjstewart merged commit 4e81209 into spack:develop Jun 12, 2019
@adamjstewart adamjstewart deleted the fixes/header-extension branch June 12, 2019 00:13
carsonwoods pushed a commit to carsonwoods/spack that referenced this pull request Jun 27, 2019
…1600)

* Add additional common C++ and Fortran header file extensions

* Add .hxx extension

* Add .txx and .tcc extensions

* Add .icc extension
dev-zero pushed a commit to dev-zero/spack that referenced this pull request Aug 13, 2019
…1600)

* Add additional common C++ and Fortran header file extensions

* Add .hxx extension

* Add .txx and .tcc extensions

* Add .icc extension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants