Consider .hpp And .hxx Files To Be Header Files Too (C++) · Issue #1079

Skip to content Dismiss alert {{ message }} / gradle-native Public
  • Notifications You must be signed in to change notification settings
  • Fork 7
  • Star 94
  • Code
  • Issues 469
  • Pull requests 1
  • Actions
  • Security

    Uh oh!

    There was an error while loading. Please reload this page.

  • Insights
Additional navigation options Consider .hpp and .hxx files to be header files too (C++) #1079New issueNew issueOpenOpenConsider .hpp and .hxx files to be header files too (C++)#1079@BrainStone

Description

@BrainStoneBrainStoneopened on Nov 1, 2020

Expected Behavior

Consider all 3 common C++ header endings as valid header file endings: .h, .hpp and .hxx

Current Behavior

Currently the plugin is hardcoded to only use .h files: https://github.com/gradle/gradle/blob/ea650c049886424271b3583cc57ba260458f68c0/subprojects/language-native/src/main/java/org/gradle/language/cpp/internal/DefaultCppComponent.java#L112

Context

Other plugins trying to find the header files (like the VisualStudio plugin) will only get a list of files with the .h ending when they try to get a list of all header files.

Metadata

Metadata

Assignees

No one assigned

Labels

No labelsNo labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

You can’t perform that action at this time.

Từ khóa » .h .hpp