premake / premake/premake-core
"c++" file extension
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C
- Stars
- 3.6k
- Forks
- 654
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 13
Description
Hi,
Wouldn't that be nice to add ".c++" into function path.iscppfile(fname)?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the path.iscppfile(fname) function in the Premake source and inspect how C++ file extensions are recognized. Add support for the .c++ extension, then run the relevant existing checks or tests for path.iscppfile and confirm that filenames with this suffix are classified as C++ files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100