Skip to content

Releases: ubisoft/Sharpmake

0.74.0

17 Jan 21:24
Compare
Choose a tag to compare

What's Changed

  • [XCode] Expose extra strip options for XCode, and fixed Testability + StripLinkedProduct default values to make more sense. (Anthony Potvin) 478b68b
  • Implement support for Fastbuild Concurrency Groups (Jean-Sébastien Pelletier) fb10c44
  • Added support for .NET9. (Michel-Olivier Rousseau) acc9f55
  • Add CompilerInputFilesRoot to the fastbuild bff using Config.FastBuildInputFilesRootPath. In most cases it can just be set to SourceRootPath. (Brian McKinnon) 2f2570b

0.73.0

10 Jan 14:23
Compare
Choose a tag to compare

What's Changed

  • Add support for stripping debug info when dSYM is generated (Sylvain Audi) 0a2ccda

0.72.0

16 Dec 18:36
Compare
Choose a tag to compare

What's Changed

  • Improve support for intellisense in Visual Studio for fastbuild(nmake projects) (Jean-Sébastien Pelletier) fbc2fd4

0.71.0

13 Dec 15:18
Compare
Choose a tag to compare

What's Changed

  • Bump Microsoft.VisualStudio.Setup.Configuration.Interop in /Sharpmake (#393) (dependabot[bot]) 7778937
  • Fix xcode project generation for fastbuild targets when a project is only used by some target but not the first one (Jean-Sébastien Pelletier) 457d133
  • Add C++20 support for AndroidAgde platform (Tobias Johansson) 5a9491f
  • Bump Microsoft.CodeAnalysis.CSharp from 4.11.0 to 4.12.0 in /Sharpmake (#395) (dependabot[bot]) d4ec68e

0.70.0

29 Nov 15:32
Compare
Choose a tag to compare

What's Changed

  • Adding AlwaysDeployProject flag for Project and Project.Configuration (Vladyslav Olshanskyi) 62566d1
  • Fix GitHib Actions build workflow (#394) (Sylvain Fortin) 081f451
  • Fix exception occuring sometimes on macos when Accessing UniqueList.SortedValues (Jean-Sébastien Pelletier) 0b7e2e1
  • Fix CustomFileBuildStep to not make Executable paths relative when UseExecutableFromSystemPath is set (Trevor Anderson) 786bc35

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