Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Releases: Saverio976/NorMatrix

v0.2.13

08 Mar 21:24
11e6adc
Compare
Choose a tag to compare
  • you can now only print file error
  • parenthesis error if not a special function

v0.2.12

03 Mar 22:22
5279a00
Compare
Choose a tag to compare

Fix end of line bug if ''
Fix multiple line description in header
Add "enable-preview" possibility to the .normatrix.json

v0.2.11

19 Feb 23:45
294cb74
Compare
Choose a tag to compare

fix false positive for {-1

add configuration fiie .normatrix.json (read README.md for more information on how to use it`

v0.2.10

17 Feb 13:22
9ad9e0c
Compare
Choose a tag to compare

add binary check for memset that can be added during the compilation to optimize the binary but give a banned function -42 in epitech project

v0.2.9

04 Feb 17:09
4fd47c3
Compare
Choose a tag to compare

add --preview flags for add recently added plugin

[preview] add checker for number of arguments in function declaration

v0.2.8

03 Feb 19:15
ec42fc0
Compare
Choose a tag to compare

add check for header
add check for #define in .c

v0.2.7

31 Jan 11:12
ac7dc55
Compare
Choose a tag to compare

fix error for

#include "something/something.h"

remove the --tests-run flag for the pipy and put it in the ./main.py
-> you need to install from source if you want to do that,
-> or look at the github actions (--tests-run is running for each push)

v0.2.6

17 Jan 23:45
Compare
Choose a tag to compare

try to fix function parsing

v0.2.5

17 Jan 16:31
Compare
Choose a tag to compare

fix long regex match that just wait 5 seconds?

v0.2.4

17 Jan 12:47
Compare
Choose a tag to compare

fix function parsing
minimal example:

int main(in ac, char *av[])
{
     return 0;
}