FiniteReality / Finite.Cpp.Sdk

(Work in Progress) C/C++ compilation support for .NET Core projects
Other
23 stars 2 forks source link

Compilation support #3

Open FiniteReality opened 4 years ago

FiniteReality commented 4 years ago

Because this would be totally useless without this! :)

Overall idea so far is to separate compile and link into separate steps to allow incremental builds. Tasks under src/Tasks/ roughly follow this.

Open questions:

FiniteReality commented 3 years ago

Current code has a minimum viable product which allows using GCC-style clang to compile simple binaries, with no dependencies.

FiniteReality commented 3 years ago

Windows support has been added. For consistency, the Microsoft extensions have been disabled for now. We can investigate this later - maybe a <LanguageExtensions>microsoft</LanguageExtensions> property?