Skip to content

Releases: avadae/subcheck

cmakelists.txt fix

12 Mar 13:58

Choose a tag to compare

Added option to do a quick build + fixed issue when the project contained a cmakelists.txt somewhere.

v1.1.5

23 Feb 08:37

Choose a tag to compare

Release of the improved cmake processing.

v1.1.4

20 Feb 14:24

Choose a tag to compare

Fixed a stupid curled brace mistake

v1.1.3

18 Feb 15:50

Choose a tag to compare

Release before the new semester starts.

Mid-semester update

26 Mar 12:12

Choose a tag to compare

This update contains some extra checks that were needed, based upon submissions received.

v1.1.1

09 Jan 12:06

Choose a tag to compare

Release before the start of the semester.

.Net Framework update

07 Aug 19:17

Choose a tag to compare

In this release we converted the app from .Net 6.0 to .Net Framework 4.8.

This was needed because the MSBuild version that is used to evaluate C++ projects should be the same one as used by Visual Studio. That is a .Net Framework version, hence we needed to convert this app too (see https://bytemeta.vip/repo/microsoft/MSBuildLocator/issues/98)

All this was needed to be able to use the full potential of MSBuild; the app used to analyze the xml of the .csproj file, rather than evaluating the project so it also reflects the inherited values set in .props files. This has now been changed.

First release

23 Jul 13:48

Choose a tag to compare

This is the first release published on github. Previous releases were published on the LMS of Howest