Skip to content

Sharpmake 0.17.3

Compare
Choose a tag to compare
@belkiss belkiss released this 28 Sep 08:14
0.17.3
b8ff3d1

New features / improvements

  • Add system includes from ILinuxSystemPathProvider to NMakeIncludeSearchPath for correct Intellisense support e59c1c1c
  • Add CLanguageStandard/CppLanguageStandard to Linux MakeFile vcxproj for better Intellisense support e70b4cd0
  • Add NMakeForcedIncludes support to MakeFile/FastBuild projects for better Intellisense support ab87c9a5
  • Rename internal method to better match what it does 27306483
  • Added support for IsPublishable C# project config item (#144) ad2715dd
  • Make the Resolve method in Project virtual, override it from the CSharpProject so we can resolve some variables as path 2349b449
  • Add extension .sharpmake.cs to tmp files 365c783e
  • Log the name of the FastBuild project that's being added to the solution 87c5004d

Bug fixes

  • Fix concurrency issue in ReportGenerated that could lead to a "key already existed in the dictionary" exception 5c8a3d2f
  • [Bff] Prevent adding projects that we can't build or don't output anything to the FastBuildAll project alias 62b0b480
  • Remove duplications from some lists in bff (most notably prebuild dependencies) 08bbfb71