Skip to content

Releases: ubisoft/Sharpmake

0.69.0

13 Nov 17:59
Compare
Choose a tag to compare

What's Changed

  • Add cache for GetVisualStudioVCToolsCompilerVersion() (Jean-Sébastien Pelletier) 3f0d2da
  • Optimized Solution.GetResolvedProjects() (Jean-Sébastien Pelletier) 87e3de7
  • tech debt: Removed dead code (Jean-Sébastien Pelletier) f63191d
  • Changed PropagationSettings to struct (Jean-Sébastien Pelletier) 3a8f520
  • Optimize Assembler.GetReferencesForBuild() (Jean-Sébastien Pelletier) 1fa228f
  • Reduce number of allocations in AreStreamsEqual (Jean-Sébastien Pelletier) 057a503
  • Major optimizations in XCode generator (Jean-Sébastien Pelletier) 90c4d59
  • Optimized Capitalized paths functions (Jean-Sébastien Pelletier) 3bb1d77

0.68.0

11 Nov 19:45
Compare
Choose a tag to compare

What's Changed

  • Revert "Bump GitInfo from 3.3.5 to 3.5.0 in /Sharpmake (#391)" (Jean-Sébastien Pelletier) 8d2b1da

0.67.0

11 Nov 17:01
Compare
Choose a tag to compare

What's Changed

  • Cleanup database now serializes as a json file (Jean-Sébastien Pelletier) b606eae
  • Bump GitInfo from 3.3.5 to 3.5.0 in /Sharpmake (#391) (dependabot[bot]) eca8102

0.66.0

07 Nov 19:11
Compare
Choose a tag to compare

What's Changed

  • NASM basic support (Anthony Potvin) 52078f8
  • Apple: Fix debuginfo of deoptimized files. (Tobias Hieta) 305b32e
  • Fix false positives with warning "Bff [path] doesn't appear in any master bff, it won't be buildable" (Sylvain Audi) 0562edd

0.65.0

31 Oct 13:51
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 4.2.1 to 4.2.2 (dependabot[bot]) b58a7a5
  • Sharpmake.Options.Vc.Compiler.UseStandardConformingPreprocessor support (#387) (Vignesh Gunasekaran) eb6d10e
  • Bump Basic.Reference.Assemblies.Net60 from 1.7.8 to 1.7.9 in /Sharpmake (#384) (dependabot[bot]) 0fff879
  • Bump actions/checkout from 4.1.7 to 4.2.1 (#388) (dependabot[bot]) 925d14e
  • Add support for swift extension (Sylvain Audi) ab67d96
  • Support for Windows SDK 10.0.26100 (Marc-André Laperle) bbdde41
  • Bff: Fix duplicated properties on non-Windows clang targets with deoptimization (Sylvain Audi) 2bfbf9f
  • Fix exceptions on macos (Jean-Sebastien Pelletier) 43dc98a
  • Fix Debug solution executable path on macos (Jean-Sebastien Pelletier) 1629aa2

0.64.0

07 Oct 20:39
Compare
Choose a tag to compare

What's Changed

  • XCode scheme improvements (Jean-Sébastien Pelletier) 6325045
  • Fix exception-related options for Apple platforms (Sylvain Audi) 840a72f
  • Fix UpdateSamplesOutput.bat (Sylvain Audi) 42c5bac

0.63.0

04 Oct 16:18
Compare
Choose a tag to compare

What's Changed

  • ApplePlatform: Fix DeadStrip.Inline option (Tobias Hieta) 3674219
  • Expose Swift 6 version (Sylvain Audi) 846efc4
  • Small refactor and cleanup in bff and apple code (no functional change) (Sylvain Audi) 6cbefb6

0.62.0

20 Sep 15:37
Compare
Choose a tag to compare

What's Changed

  • ApplePlatform: Fix very embarrassing lower case k (Tobias Hieta) 7a381fb
  • Improvements for xcode fastbuild projects (Jean-Sébastien Pelletier) 849ef79

0.61.0

18 Sep 12:43
Compare
Choose a tag to compare

What's Changed

  • [macOS] Refactor Platform and Compiler settings for Apple Platforms (Tobias Hieta) a8b8910
  • Simplify and fix PlatformRegistry dictionary of implementation instances (Sylvain Audi) 687c5e4
  • Fix compiler/linker compiler options order in xcode projects (Sylvain Audi) 5680824

0.60.0

10 Sep 17:46
Compare
Choose a tag to compare

What's Changed

  • Fix determinism when configs inherit properties from their dependencies, during Link stage (Sylvain Audi) 7252ea0
  • crash fix: don't use _uid for comparison, it conflicts with the dictionary used in the constructor (Sylvain Audi) add0ea4
  • Fix XCode generation determinism issues in ProjectItems (Sylvain Audi) 01a326a